summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-10-26f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢1-1/+1
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+1
2022-10-26io_uring: correct pinned_vm accountingPavel Begunkov1-2/+5
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
2022-10-26NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo1-0/+5
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu4-8/+15
2022-10-26f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2-26/+40
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-10-26userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek1-2/+2
2022-10-26smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-26ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin1-4/+5
2022-10-26ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin1-6/+8
2022-10-26ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin1-3/+5
2022-10-26ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin1-6/+9
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi1-11/+5
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-10-26ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-10-26jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin1-0/+1
2022-10-26jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin1-3/+3
2022-10-26jbd2: fix potential buffer head reference count leakYe Bin1-1/+7
2022-10-26jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2-4/+4
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu2-4/+21
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu3-1/+21
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana1-0/+15
2022-10-26quota: Check next/prev free block number after reading from quota fileZhihao Cheng1-0/+38
2022-10-26fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring1-8/+8
2022-10-26fs: dlm: fix race between test_bit() and queue_work()Alexander Aring1-2/+4
2022-10-26cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-10-17Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin1-4/+6
2022-10-15fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu1-4/+3
2022-10-15ceph: don't truncate file in atomic_openHu Weiwen1-3/+7
2022-10-15nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi1-4/+10
2022-10-15nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi1-4/+3
2022-10-15nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi1-1/+16
2022-10-15nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi1-0/+2
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-10-05btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana1-0/+25
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-28ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-13/+4