summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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-5/+10
* fuse: fix page stealingMiklos Szeredi2021-12-011-2/+12
* 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
* ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-261-5/+4
* fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-11-261-2/+5
* f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-11-262-2/+2
* 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
* 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
* quota: check block number when reading the block in quota fileZhang Yi2021-11-261-0/+14
* btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-11-261-1/+2
* btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-11-261-1/+3
* btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang2021-11-261-1/+3
* ocfs2: fix data corruption on truncateJan Kara2021-11-261-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
* vfs: check fd has read access in kernel_read_file_from_fd()Matthew Wilcox (Oracle)2021-10-271-1/+1
* ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-271-4/+10
* ocfs2: fix data corruption after conversion from inline formatJan Kara2021-10-271-34/+12
* NFSD: Keep existing listeners on portlist errorBenjamin Coddington2021-10-271-1/+4
* btrfs: check for error when looking up inode during dir entry replayFilipe Manana2021-10-201-7/+7
* btrfs: deal with errors when adding inode reference during log replayFilipe Manana2021-10-201-2/+7
* btrfs: deal with errors when replaying dir entry during log replayFilipe Manana2021-10-201-1/+8
* nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust2021-10-131-8/+11
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-10-131-3/+7
* ext2: fix sleeping in atomic bugs on errorDan Carpenter2021-10-091-8/+6
* ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-061-3/+3
* elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-061-1/+1
* qnx4: work around gcc false positive warning bugLinus Torvalds2021-10-061-9/+27
* qnx4: avoid stringop-overread errorsLinus Torvalds2021-10-061-17/+34
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-10-061-2/+3
* ocfs2: drop acl cache for directories tooWengang Wang2021-10-061-1/+2