summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-19io_uring: return back safer resurrectPavel Begunkov1-4/+14
2022-03-16ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett1-0/+5
2022-03-16watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells1-1/+2
2022-03-16watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells1-3/+5
2022-03-16fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang1-1/+8
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2022-03-08exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier3-6/+6
2022-03-08exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier4-18/+17
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-03-02tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)1-2/+3
2022-03-02configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong1-0/+14
2022-03-02io_uring: add a schedule point in io_add_buffers()Eric Dumazet1-0/+1
2022-03-02btrfs: tree-checker: check item_size for dev_itemSu Yue1-0/+8
2022-03-02btrfs: tree-checker: check item_size for inode_itemSu Yue1-0/+7
2022-02-23NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheTrond Myklebust1-0/+14
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust1-2/+2
2022-02-23quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong1-3/+8
2022-02-23vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong1-7/+12
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns1-0/+4
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi1-11/+32
2022-02-23fget: clarify and improve __fget_files() implementationLinus Torvalds1-16/+56
2022-02-16NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2-7/+12
2022-02-16NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2-3/+4
2022-02-16NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2-2/+3
2022-02-16NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust3-11/+11
2022-02-16nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang1-1/+4
2022-02-16NFSv4 only print the label when its queriedOlga Kornievskaia1-3/+4
2022-02-16NFS: change nfs_access_get_cached to only report the maskNeilBrown2-20/+18
2022-02-16NFSD: Fix offset type in I/O trace pointsChuck Lever1-7/+7
2022-02-16NFSD: Clamp WRITE offsetsChuck Lever2-2/+8
2022-02-16NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust1-1/+1
2022-02-08ext4: fix incorrect type issue during replay_del_rangeXin Yin1-2/+3
2022-02-08ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani1-35/+29
2022-02-08ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani1-1/+9
2022-02-08ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin1-9/+17
2022-02-08ext4: prevent used blocks from being allocated during fast commit replayXin Yin3-5/+22
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-05fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter1-3/+3
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-01ocfs2: fix a deadlock when commit transJoseph Qi1-14/+11
2022-02-01jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi1-0/+2