summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-11-06jbd2: don't touch buffer state until it is filledHarshad Shirwadkar
2020-11-06jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar
2020-11-06jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar
2020-11-06jbd2: don't use state lock during commit pathHarshad Shirwadkar
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar
2020-11-06ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar
2020-11-06ext4: describe fast_commit feature flagsHarshad Shirwadkar
2020-11-06ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi
2020-11-06ext4: silence an uninitialized variable warningDan Carpenter
2020-11-06ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia
2020-11-06Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman
2020-11-06proc/stat: switch to ->read_iterChristoph Hellwig
2020-11-06proc/cpuinfo: switch to ->read_iterChristoph Hellwig
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig
2020-11-06seq_file: add seq_read_iterChristoph Hellwig
2020-11-06fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()Eric Biggers
2020-11-05io_uring: fix link lookup racing with link timeoutPavel Begunkov
2020-11-05NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo
2020-11-05NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo
2020-11-05NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever
2020-11-05NFSD: NFSv3 PATHCONF Reply is improperly formedChuck Lever
2020-11-05Merge tag 'gfs2-v5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-05io_uring: use correct pointer for io_uring_show_cred()Jens Axboe
2020-11-05io_uring: don't forget to task-cancel drained reqsPavel Begunkov
2020-11-05btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain
2020-11-05btrfs: scrub: update message regarding read-only statusDavid Sterba
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter
2020-11-05btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik
2020-11-05btrfs: print the block rsv type when we fail our reservationJosef Bacik
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)
2020-11-04xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-11-04io_uring: fix overflowed cancel w/ linked ->filesPavel Begunkov
2020-11-04io_uring: drop req/tctx io_identity separatelyJens Axboe
2020-11-04io_uring: ensure consistent view of original task ->mm from SQPOLLJens Axboe
2020-11-04io_uring: properly handle SQPOLL request cancelationsJens Axboe
2020-11-04io-wq: cancel request if it's asking for files and we don't have themJens Axboe
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong
2020-11-04xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong
2020-11-04iomap: clean up writeback state logic on writepage errorBrian Foster
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster
2020-11-04xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster
2020-11-04erofs: fix setting up pcluster for temporary pagesGao Xiang
2020-11-04erofs: derive atime instead of leaving it emptyGao Xiang