summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-10-29xfs: check owner of dir3 data blocksDarrick J. Wong
2022-10-29xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2022-10-29xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong
2022-10-29xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2022-10-29xfs: rework collapse range into an atomic operationBrian Foster
2022-10-29xfs: rework insert range into an atomic operationBrian Foster
2022-10-29xfs: open code insert range extent split helperBrian Foster
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET
2022-10-26userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek
2022-10-26ext4: place buffer head allocation before handle startJinke Han
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara
2022-10-26jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko
2022-10-26nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-10-26quota: Check next/prev free block number after reading from quota fileZhihao Cheng
2022-10-26fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring
2022-10-26fs: dlm: fix race between test_bit() and queue_work()Alexander Aring
2022-10-26cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg
2022-10-17Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin
2022-10-15ceph: don't truncate file in atomic_openHu Weiwen
2022-10-15nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi
2022-10-15nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi
2022-10-15nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi
2022-10-15fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu
2022-10-07xfs: remove unused variable 'done'YueHaibing
2022-10-07xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong
2022-10-07xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong
2022-10-07xfs: move incore structures out of xfs_da_format.hChristoph Hellwig
2022-10-07xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2022-10-07xfs: refactor remote attr value buffer invalidationDarrick J. Wong
2022-10-07xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig
2022-10-07xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong
2022-10-07xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong
2022-10-07xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2022-10-07xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara
2022-09-28xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong