summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fget: clarify and improve __fget_files() implementationLinus Torvalds2022-03-021-16/+57
* tracefs: Set the group ownership in apply_options() not parse_options()Steven Rostedt (Google)2022-03-021-2/+3
* configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong2022-03-021-0/+14
* NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-231-6/+3
* NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-231-2/+2
* 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 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-02-162-2/+3
* 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-291-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
* 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
* xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2022-01-111-1/+2
* 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
* 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
* fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai2021-11-261-1/+3
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-11-262-4/+4
* JFS: fix memleak in jfs_mountDongliang Mu2021-11-261-29/+22
* tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)2021-11-261-1/+2
* quota: correct error number in free_dqentry()Zhang Yi2021-11-261-0/+1