summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-16ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett
2022-03-16watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells
2022-03-16watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells
2022-03-16fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-08exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier
2022-03-08exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg
2022-03-02tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)
2022-03-02configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong
2022-03-02io_uring: add a schedule point in io_add_buffers()Eric Dumazet
2022-03-02btrfs: tree-checker: check item_size for dev_itemSu Yue
2022-03-02btrfs: tree-checker: check item_size for inode_itemSu Yue
2022-02-23NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheTrond Myklebust
2022-02-23NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust
2022-02-23NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust
2022-02-23quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong
2022-02-23vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns
2022-02-23fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi
2022-02-23fget: clarify and improve __fget_files() implementationLinus Torvalds
2022-02-16NFSv4 handle port presence in fs_location server stringOlga Kornievskaia
2022-02-16NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia
2022-02-16NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia
2022-02-16NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust
2022-02-16nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang
2022-02-16NFSv4 only print the label when its queriedOlga Kornievskaia
2022-02-16NFS: change nfs_access_get_cached to only report the maskNeilBrown
2022-02-16NFSD: Fix offset type in I/O trace pointsChuck Lever
2022-02-16NFSD: Clamp WRITE offsetsChuck Lever
2022-02-16NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust
2022-02-08ext4: fix incorrect type issue during replay_del_rangeXin Yin
2022-02-08ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani
2022-02-08ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani
2022-02-08ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin
2022-02-08ext4: prevent used blocks from being allocated during fast commit replayXin Yin
2022-02-08nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo
2022-02-08memcg: charge fs_context and legacy_fs_contextYutian Yang
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki
2022-02-05fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein
2022-02-01NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust
2022-02-01NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust
2022-02-01NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust
2022-02-01NFSv4: Handle case where the lookup of a directory failsTrond Myklebust
2022-02-01ocfs2: fix a deadlock when commit transJoseph Qi
2022-02-01jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein