summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel2022-01-201-1/+1
* orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET2022-01-201-4/+3
* devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-201-2/+2
* xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2022-01-111-1/+2
* f2fs: quota: fix potential deadlockChao Yu2022-01-111-1/+2
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2021-12-291-1/+10
* ovl: fix warning in ovl_create_real()Miklos Szeredi2021-12-223-6/+10
* 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
* aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-141-31/+106
* aio: keep poll requests on waitqueue until completedEric Biggers2021-12-141-20/+63
* 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
* nfsd: Fix nsfd startup race (again)Alexander Sverdlin2021-12-142-7/+8
* btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo2021-12-141-1/+2
* btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik2021-12-141-0/+6
* ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani2021-12-144-19/+18
* fget: check that the fd still exists after getting a ref to itLinus Torvalds2021-12-081-0/+4
* btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-12-081-1/+13
* gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher2021-12-081-1/+1
* NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington2021-12-081-2/+3
* fuse: release pipe buf after last useMiklos Szeredi2021-12-011-5/+5
* smb3: do not error on fsync when readonlySteve French2021-12-011-6/+29
* f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo2021-12-011-0/+1
* NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust2021-12-011-2/+1
* proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand2021-12-011-6/+10
* btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov2021-11-261-0/+14
* udf: Fix crash after seekdirJan Kara2021-11-263-2/+35
* erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2021-11-212-9/+17
* erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2021-11-212-7/+2
* ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-211-5/+4
* ovl: fix deadlock in splice writeMiklos Szeredi2021-11-171-1/+46
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-11-172-2/+2
* NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-11-171-7/+8
* fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai2021-11-171-1/+3
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-11-171-15/+2
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-11-172-4/+4
* JFS: fix memleak in jfs_mountDongliang Mu2021-11-171-29/+22
* btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik2021-11-171-5/+5
* tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)2021-11-171-1/+2
* quota: correct error number in free_dqentry()Zhang Yi2021-11-171-0/+1
* quota: check block number when reading the block in quota fileZhang Yi2021-11-171-0/+14
* btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-11-171-1/+2
* btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-11-171-1/+3
* btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang2021-11-171-1/+3
* fuse: fix page stealingMiklos Szeredi2021-11-171-2/+12
* ocfs2: fix data corruption on truncateJan Kara2021-11-171-2/+6
* isofs: Fix out of bound access for corrupted isofs imageJan Kara2021-11-121-0/+2
* btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana2021-10-271-18/+29