summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-10-261-1/+1
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-261-0/+1
* btrfs: scrub: try to fix super block errorsQu Wenruo2022-10-261-0/+36
* NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker2022-10-261-1/+1
* f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong2022-10-261-2/+1
* nfsd: Fix a memory leak in an error handling pathChristophe JAILLET2022-10-261-1/+3
* userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek2022-10-261-2/+2
* ext4: place buffer head allocation before handle startJinke Han2022-10-261-0/+7
* 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: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko2022-10-262-4/+4
* nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi2022-10-261-1/+17
* 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
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-10-261-0/+15
* quota: Check next/prev free block number after reading from quota fileZhihao Cheng2022-10-261-0/+38
* fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring2022-10-261-8/+8
* fs: dlm: fix race between test_bit() and queue_work()Alexander Aring2022-10-261-2/+4
* cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu2022-10-261-2/+2
* cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg2022-10-261-0/+9
* Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin2022-10-171-4/+6
* ceph: don't truncate file in atomic_openHu Weiwen2022-10-151-3/+7
* nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi2022-10-151-4/+10
* nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi2022-10-151-4/+3
* nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi2022-10-151-0/+2
* fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu2022-10-151-4/+3
* xfs: remove unused variable 'done'YueHaibing2022-10-071-1/+0
* xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong2022-10-071-1/+1
* xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong2022-10-072-81/+29
* xfs: move incore structures out of xfs_da_format.hChristoph Hellwig2022-10-076-57/+58
* xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong2022-10-072-40/+44
* xfs: refactor remote attr value buffer invalidationDarrick J. Wong2022-10-072-19/+31
* xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig2022-10-071-1/+6
* xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong2022-10-071-27/+21
* xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong2022-10-071-12/+12
* xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong2022-10-072-1/+9
* xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig2022-10-074-6/+6
* ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong2022-10-051-1/+2
* ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-281-1/+1
* xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong2022-09-281-1/+1
* xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2022-09-283-20/+26
* xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2022-09-284-1/+130
* xfs: split the sunit parameter update into two partsDarrick J. Wong2022-09-281-51/+72
* xfs: refactor agfl length computation functionDarrick J. Wong2022-09-281-5/+13
* xfs: use bitops interface for buf log item AIL flag checkBrian Foster2022-09-281-1/+1
* xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2022-09-282-1/+13
* xfs: fix some memory leaks in log recoveryDarrick J. Wong2022-09-281-3/+5
* xfs: always log corruption errorsDarrick J. Wong2022-09-2825-45/+179