summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-02-08ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani1-1/+9
2022-02-08nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo1-1/+3
2022-02-08memcg: charge fs_context and legacy_fs_contextYutian Yang1-2/+2
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki1-2/+19
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2-9/+7
2022-02-01NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust1-0/+2
2022-02-01NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust1-0/+2
2022-02-01NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust1-0/+5
2022-02-01NFSv4: Handle case where the lookup of a directory failsTrond Myklebust1-0/+13
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein3-6/+7
2022-02-01udf: Fix NULL ptr deref when converting from inline formatJan Kara1-5/+3
2022-02-01udf: Restore i_lenAlloc when inode expansion failsJan Kara1-0/+1
2022-01-29select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara1-30/+33
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu4-2/+60
2022-01-27ext4: don't use the orphan list when migrating an inodeTheodore Ts'o1-15/+4
2022-01-27ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin1-1/+1
2022-01-27ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques1-1/+11
2022-01-27ext4: make sure quota gets properly shutdown on errorJan Kara1-4/+6
2022-01-27ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara1-1/+12
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2022-01-27btrfs: check the root node for uptodate before returning itJosef Bacik1-4/+15
2022-01-27btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana1-0/+19
2022-01-27fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji1-1/+1
2022-01-27ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek1-1/+0
2022-01-27btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik1-3/+11
2022-01-27btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik1-1/+6
2022-01-27jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo1-15/+25
2022-01-27fs: dlm: filter user dlm messages for kernel locksAlexander Aring1-0/+9
2022-01-27ext4: avoid trim error on fs with small groupsJan Kara2-2/+8
2022-01-27debugfs: lockdown: Allow reading debugfs files that are not world readableMichal Suchanek1-1/+1
2022-01-27f2fs: fix to do sanity check in is_alive()Chao Yu1-0/+3
2022-01-20vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel1-1/+1
2022-01-20orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET1-4/+3
2022-01-20devtmpfs regression fix: reconfigure on each mountNeilBrown1-2/+2
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong1-1/+2
2022-01-11f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-12-29f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu1-1/+10
2021-12-22ovl: fix warning in ovl_create_real()Miklos Szeredi3-6/+10
2021-12-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi1-1/+1
2021-12-22nfsd: fix use-after-free due to delegation raceJ. Bruce Fields1-2/+7
2021-12-14tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)1-0/+72
2021-12-14aio: fix use-after-free due to missing POLLFREE handlingEric Biggers1-31/+106
2021-12-14aio: keep poll requests on waitqueue until completedEric Biggers1-20/+63
2021-12-14signalfd: use wake_up_pollfree()Eric Biggers1-11/+1
2021-12-14tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)1-0/+4
2021-12-14nfsd: Fix nsfd startup race (again)Alexander Sverdlin2-7/+8
2021-12-14btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo1-1/+2
2021-12-14btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik1-0/+6
2021-12-14ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani4-19/+18
2021-12-08fget: check that the fd still exists after getting a ref to itLinus Torvalds1-0/+4