summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io-wq: Fix memory leak in worker creationRafael Mendonca2022-10-261-1/+1
* ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-10-261-1/+1
* io_uring/rw: fix unexpected link breakagePavel Begunkov2022-10-261-0/+1
* io_uring/rw: fix error'ed retry return valuesPavel Begunkov2022-10-261-1/+1
* io_uring/rw: fix short rw error handlingPavel Begunkov2022-10-261-11/+17
* io_uring: correct pinned_vm accountingPavel Begunkov2022-10-261-5/+5
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-261-0/+1
* ext2: Use kvmalloc() for group descriptor arrayJan Kara2022-10-261-3/+3
* eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-10-261-3/+7
* btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero2022-10-261-4/+7
* btrfs: scrub: try to fix super block errorsQu Wenruo2022-10-261-0/+36
* btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo2022-10-261-0/+6
* NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo2022-10-261-0/+5
* NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker2022-10-261-1/+1
* fs: dlm: fix race in lowcommsAlexander Aring2022-10-261-0/+4
* f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu2022-10-264-8/+15
* f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong2022-10-261-2/+1
* cifs: return correct error in ->calc_signature()Enzo Matsumiya2022-10-261-4/+6
* ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett2022-10-261-3/+3
* locks: fix TOCTOU race when granting write leaseAmir Goldstein2022-10-263-13/+15
* NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever2022-10-263-15/+18
* NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever2022-10-261-3/+2
* nfsd: Fix a memory leak in an error handling pathChristophe JAILLET2022-10-261-1/+3
* ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2022-10-262-98/+6
* userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek2022-10-261-2/+2
* smb3: must initialize two ACL struct fields to zeroSteve French2022-10-261-1/+2
* ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin2022-10-261-4/+5
* ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin2022-10-261-6/+8
* ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin2022-10-261-3/+5
* ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin2022-10-261-6/+9
* ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng2022-10-261-5/+10
* ext4: place buffer head allocation before handle startJinke Han2022-10-261-0/+7
* ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi2022-10-261-11/+5
* ext4: don't increase iversion counter for ea_inodesLukas Czerner2022-10-261-1/+6
* ext4: fix check for block being out of directory sizeJan Kara2022-10-261-1/+1
* ext4: make ext4_lazyinit_thread freezableLalith Rajendran2022-10-261-0/+1
* ext4: fix null-ptr-deref in ext4_write_infoBaokun Li2022-10-261-1/+1
* ext4: avoid crash when inline data creation follows DIO writeJan Kara2022-10-261-0/+6
* jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin2022-10-261-0/+1
* jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin2022-10-261-3/+3
* jbd2: fix potential buffer head reference count leakYe Bin2022-10-261-1/+7
* jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2022-10-262-4/+4
* f2fs: fix to do sanity check on summary infoChao Yu2022-10-262-4/+21
* f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu2022-10-263-1/+21
* f2fs: increase the limit for reserve_rootJaegeuk Kim2022-10-261-2/+2
* f2fs: flush pending checkpoints when freezing superJaegeuk Kim2022-10-263-9/+21
* f2fs: complete checkpoints during remountJaegeuk Kim2022-10-261-0/+6
* btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa2022-10-261-0/+3
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-10-261-0/+15
* fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner2022-10-262-14/+33