summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-02-231-3/+8
* vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong2022-02-231-7/+12
* btrfs: send: in case of IO error log itDāvis Mosāns2022-02-231-0/+4
* NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-02-162-3/+4
* 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
* NFSD: Clamp WRITE offsetsChuck Lever2022-02-162-2/+8
* NFS: Fix initialisation of nfs_client cl_flags fieldTrond Myklebust2022-02-161-1/+1
* ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-081-1/+9
* nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-02-081-1/+3
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-02-081-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-02-081-0/+13
* udf: Fix NULL ptr deref when converting from inline formatJan Kara2022-02-081-5/+3
* udf: Restore i_lenAlloc when inode expansion failsJan Kara2022-02-081-0/+1
* NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust2022-01-271-40/+42
* fuse: fix live lock in fuse_iget()Amir Goldstein2022-01-271-0/+1
* fuse: fix bad inodeMiklos Szeredi2022-01-276-15/+81
* ext4: don't use the orphan list when migrating an inodeTheodore Ts'o2022-01-271-15/+4
* ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-271-1/+1
* ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques2022-01-271-1/+11
* ext4: make sure quota gets properly shutdown on errorJan Kara2022-01-271-4/+6
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2022-01-271-1/+0
* btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-271-3/+11
* btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-271-1/+6
* jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo2022-01-271-15/+25
* fs: dlm: filter user dlm messages for kernel locksAlexander Aring2022-01-271-0/+9
* ext4: avoid trim error on fs with small groupsJan Kara2022-01-272-2/+8
* orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET2022-01-271-4/+3
* xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2022-01-111-1/+2
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2021-12-291-1/+8
* fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi2021-12-221-1/+1
* nfsd: fix use-after-free due to delegation raceJ. Bruce Fields2021-12-221-2/+7
* tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)2021-12-141-0/+72
* signalfd: use wake_up_pollfree()Eric Biggers2021-12-141-11/+1
* tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)2021-12-141-0/+4
* fget: check that the fd still exists after getting a ref to itLinus Torvalds2021-12-081-0/+4
* fs: add fget_many() and fput_many()Jens Axboe2021-12-082-7/+17
* btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-12-081-1/+13
* NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington2021-12-081-2/+3
* fuse: release pipe buf after last useMiklos Szeredi2021-12-081-5/+5
* proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand2021-12-081-5/+10
* NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust2021-12-081-2/+1
* fuse: fix page stealingMiklos Szeredi2021-12-081-2/+12
* btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov2021-11-261-0/+14
* ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-261-5/+4
* fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai2021-11-261-1/+3
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-11-261-15/+2
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-11-262-4/+4