summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-11-07ext4: fix sparse warnings in fast_commit codeTheodore Ts'o1-1/+4
2020-11-07ext4: cleanup fast commit mount optionsHarshad Shirwadkar1-8/+4
2020-11-07jbd2: don't start fast commit on aborted journalHarshad Shirwadkar1-0/+2
2020-11-07ext4: make s_mount_flags modifications atomicHarshad Shirwadkar7-34/+52
2020-11-07ext4: issue fsdev cache flush before starting fast commitHarshad Shirwadkar1-0/+7
2020-11-07ext4: disable fast commit with data journallingHarshad Shirwadkar3-1/+10
2020-11-07ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar3-8/+1
2020-11-07ext4: remove unnecessary fast commit calls from ext4_file_mmapHarshad Shirwadkar1-2/+0
2020-11-07ext4: mark buf dirty before submitting fast commit bufferHarshad Shirwadkar1-1/+1
2020-11-07ext4: fix code documentatioonHarshad Shirwadkar1-1/+2
2020-11-07ext4: dedpulicate the code to wait on inode that's being committedHarshad Shirwadkar1-34/+27
2020-11-07jbd2: don't read journal->j_commit_sequence without taking a lockHarshad Shirwadkar1-2/+4
2020-11-07jbd2: don't touch buffer state until it is filledHarshad Shirwadkar1-4/+0
2020-11-07jbd2: add todo for a fast commit performance optimizationHarshad Shirwadkar1-0/+9
2020-11-07jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar2-4/+10
2020-11-07jbd2: don't use state lock during commit pathHarshad Shirwadkar1-6/+0
2020-11-07ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar4-57/+64
2020-11-07jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar6-13/+13
2020-11-07ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar5-63/+74
2020-11-07ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar2-9/+0
2020-11-07ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar3-3/+5
2020-11-07ext4: describe fast_commit feature flagsHarshad Shirwadkar1-0/+7
2020-11-07ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi1-0/+1
2020-11-07ext4: silence an uninitialized variable warningDan Carpenter1-1/+1
2020-11-07ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia1-2/+2
2020-11-07Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds5-18/+39
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman1-1/+1
2020-11-06proc/stat: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc/cpuinfo: switch to ->read_iterChristoph Hellwig1-1/+1
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig1-0/+2
2020-11-06seq_file: add seq_read_iterChristoph Hellwig1-13/+32
2020-11-06fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()Eric Biggers1-3/+1
2020-11-06io_uring: fix link lookup racing with link timeoutPavel Begunkov1-1/+15
2020-11-06NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copyDai Ngo1-0/+1
2020-11-06NFSD: Fix use-after-free warning when doing inter-server copyDai Ngo1-1/+1
2020-11-06NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVALChuck Lever1-5/+1
2020-11-06NFSD: NFSv3 PATHCONF Reply is improperly formedChuck Lever1-0/+1
2020-11-05Merge tag 'gfs2-v5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-48/+70
2020-11-05io_uring: use correct pointer for io_uring_show_cred()Jens Axboe1-1/+2
2020-11-05io_uring: don't forget to task-cancel drained reqsPavel Begunkov1-2/+8
2020-11-05btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu1-0/+1
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2-21/+31
2020-11-05btrfs: scrub: update message regarding read-only statusDavid Sterba1-2/+3
2020-11-05btrfs: clean up NULL checks in qgroup_unreserve_range()Dan Carpenter1-8/+4
2020-11-05btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik1-1/+3
2020-11-05btrfs: print the block rsv type when we fail our reservationJosef Bacik1-1/+2
2020-11-05btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-11-05xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong1-1/+2
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton5-18/+39