summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-02-16gfs2: Fix gfs2_release for non-writers regressionBob Peterson1-3/+4
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.1 query for fs_location attr on a new file systemOlga Kornievskaia4-15/+80
2022-02-16NFSv4 store server support for fs_location attributeOlga Kornievskaia1-0/+2
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 the behavior of READ near OFFSET_MAXChuck Lever3-10/+14
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-16NFSD: Fix ia_size underflowChuck Lever1-0/+4
2022-02-16NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizesChuck Lever1-1/+1
2022-02-16NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust1-1/+1
2022-02-11ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon1-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-08Revert "fs/9p: search open fids first"Dominique Martinet1-5/+4
2022-02-08btrfs: fix use-after-free after failure to create a snapshotFilipe Manana3-4/+27
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki1-2/+19
2022-02-08btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo1-0/+13
2022-02-05ovl: fix NULL pointer dereference in copy up warningChristoph Fritz1-2/+2
2022-02-05fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter1-3/+3
2022-02-05lockd: fix failure to cleanup client locksJ. Bruce Fields1-0/+1
2022-02-05lockd: fix server crash on reboot of client holding lockJ. Bruce Fields1-8/+9
2022-02-05ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi1-1/+11
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2-9/+7
2022-02-01ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-02-01io_uring: fix bug in slow unregistering of nodesDylan Yudaken1-1/+6
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-29io_uring: fix not released cached task refsPavel Begunkov1-13/+21
2022-01-27f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu1-2/+2
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu4-2/+60