summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Don't skip directory entries when doing uncached readdirtrondmy@kernel.org2022-02-161-0/+1
* NFS: Don't overfill uncached readdir pagestrondmy@kernel.org2022-02-161-1/+2
* gfs2: Fix gfs2_release for non-writers regressionBob Peterson2022-02-161-3/+4
* NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2022-02-162-7/+12
* NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-02-162-3/+4
* NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-02-164-15/+80
* NFSv4 store server support for fs_location attributeOlga Kornievskaia2022-02-161-0/+2
* NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-02-162-2/+3
* NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-02-163-11/+11
* nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-02-161-1/+4
* NFSv4 only print the label when its queriedOlga Kornievskaia2022-02-161-3/+4
* NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-02-162-20/+18
* NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever2022-02-163-10/+14
* NFSD: Fix offset type in I/O trace pointsChuck Lever2022-02-161-7/+7
* NFSD: Clamp WRITE offsetsChuck Lever2022-02-162-2/+8
* NFSD: Fix ia_size underflowChuck Lever2022-02-161-0/+4
* NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizesChuck Lever2022-02-161-1/+1
* NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-161-1/+1
* ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon2022-02-111-1/+1
* ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-081-2/+3
* ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-081-35/+29
* ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-081-1/+9
* ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin2022-02-081-9/+17
* ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-083-5/+22
* nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-02-081-1/+3
* Revert "fs/9p: search open fids first"Dominique Martinet2022-02-081-5/+4
* btrfs: fix use-after-free after failure to create a snapshotFilipe Manana2022-02-083-4/+27
* btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki2022-02-081-2/+19
* btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo2022-02-081-0/+13
* ovl: fix NULL pointer dereference in copy up warningChristoph Fritz2022-02-051-2/+2
* fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter2022-02-051-3/+3
* lockd: fix failure to cleanup client locksJ. Bruce Fields2022-02-051-0/+1
* lockd: fix server crash on reboot of client holding lockJ. Bruce Fields2022-02-051-8/+9
* ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi2022-02-051-1/+11
* fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-02-012-9/+7
* ceph: put the requests/sessions when it fails to alloc memoryXiubo Li2022-02-011-18/+37
* io_uring: fix bug in slow unregistering of nodesDylan Yudaken2022-02-011-1/+6
* NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-02-011-0/+2
* NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-02-011-0/+2
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-02-011-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-02-011-0/+13
* ocfs2: fix a deadlock when commit transJoseph Qi2022-02-011-14/+11
* jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi2022-02-011-0/+2
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-02-013-6/+7
* ceph: set pool_ns in new inode layout for async createsJeff Layton2022-02-011-0/+7
* ceph: properly put ceph_string reference after async create attemptJeff Layton2022-02-011-0/+2
* udf: Fix NULL ptr deref when converting from inline formatJan Kara2022-02-011-5/+3
* udf: Restore i_lenAlloc when inode expansion failsJan Kara2022-02-011-0/+1
* select: Fix indefinitely sleeping task in poll_schedule_timeout()Jan Kara2022-01-291-30/+33
* io_uring: fix not released cached task refsPavel Begunkov2022-01-291-13/+21