summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-11ceph: defer stopping mdsc delayed_workXiubo Li3-2/+17
2023-08-11ceph: use kill_anon_super helperJeff Layton1-3/+1
2023-08-11ceph: show tasks waiting on caps in debugfs caps fileJeff Layton4-0/+40
2023-08-11ext2: Drop fragment supportJan Kara2-31/+4
2023-08-11fs: Protect reconfiguration of sb read-write from racing writesJan Kara1-1/+10
2023-08-11fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya1-0/+4
2023-08-11btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2-1/+12
2023-08-11btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza1-5/+5
2023-08-11btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza1-24/+10
2023-08-11btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana1-0/+1
2023-08-11btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-08-11ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-08-11fs: dlm: interrupt posix locks only when process is killedAlexander Aring1-1/+1
2023-08-11dlm: rearrange async condition returnAlexander Aring1-14/+13
2023-08-11dlm: cleanup plock_op vs plock_xopAlexander Aring1-31/+46
2023-08-11ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-08-11ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu3-12/+12
2023-08-11btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-08-11btrfs: fix race between quota disable and relocationFilipe Manana1-3/+15
2023-08-11btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo3-0/+49
2023-08-11jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng1-15/+17
2023-08-11jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2023-08-11jbd2: remove redundant buffer io error checksZhang Yi1-11/+2
2023-08-11jbd2: fix kernel-doc markupsMauro Carvalho Chehab2-31/+34
2023-08-11jbd2: fix incorrect code styleXianting Tian1-6/+6
2023-07-27ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-07-27fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana1-0/+1
2023-07-27ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-07-27fs: dlm: return positive pid value for F_GETLKAlexander Aring1-1/+3
2023-07-27jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-07-27ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li2-10/+8
2023-07-27ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi1-2/+2
2023-07-27erofs: fix compact 4B support for 16k block sizeGao Xiang1-5/+1
2023-07-27erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo1-1/+1
2023-07-27fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein1-2/+20
2023-07-27fs: no need to check sourceJan Kara1-2/+1
2023-07-27btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana1-0/+2
2023-07-27fs: Lock moved directoriesJan Kara1-8/+14
2023-07-27fs: Establish locking order for unrelated directoriesJan Kara3-2/+46
2023-07-27Revert "f2fs: fix potential corruption when moving a directory"Jan Kara1-15/+1
2023-07-27ext4: Remove ext4 locking of moved directoryJan Kara1-15/+2
2023-07-27fs: avoid empty option when generating legacy mount stringThomas Weißschuh1-1/+2
2023-07-27jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick3-7/+15
2023-07-27NFSD: add encoding of op_recall flag for write delegationDai Ngo1-1/+1
2023-07-27f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2023-07-27NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia1-0/+1
2023-07-27pstore/ram: Add check for kstrdupJiasheng Jiang1-0/+2
2023-07-27gfs2: Don't deref jdesc in evictBob Peterson1-0/+8
2023-06-28xfs: verify buffer contents when we skip log replayDarrick J. Wong1-0/+10