summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein3-6/+7
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
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-27f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim1-28/+22
2022-01-27ext4: don't use the orphan list when migrating an inodeTheodore Ts'o1-15/+4
2022-01-27ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'Ye Bin1-0/+2
2022-01-27ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior3-0/+8
2022-01-27ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin1-2/+1
2022-01-27ext4: use ext4_ext_remove_space() for fast commit replay delete rangeXin Yin1-5/+8
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: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin2-5/+4
2022-01-27ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar1-2/+2
2022-01-27ext4: fix a possible ABBA deadlock due to busy PAChunguang Xu1-22/+18
2022-01-27ext4: make sure quota gets properly shutdown on errorJan Kara1-4/+6