summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2020-10-07btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana
2020-10-07btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba
2020-10-07btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba
2020-10-07btrfs: remove unnecessarily shadowed variablesDavid Sterba
2020-10-07btrfs: compression: move declarations to headerDavid Sterba
2020-10-07btrfs: remove const from btrfs_feature_set_nameDavid Sterba
2020-10-07btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo
2020-10-07btrfs: fix possible infinite loop in data async reclaimJosef Bacik
2020-10-07btrfs: add a comment explaining the data flush stepsJosef Bacik
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik
2020-10-07btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik
2020-10-07btrfs: run delayed iputs before committing the transaction for dataJosef Bacik
2020-10-07btrfs: don't force commit if we are dataJosef Bacik
2020-10-07btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik
2020-10-07btrfs: use the same helper for data and metadata reservationsJosef Bacik
2020-10-07btrfs: serialize data reservations if we are flushingJosef Bacik
2020-10-07btrfs: use ticketing for data space reservationsJosef Bacik
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik
2020-10-07btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik
2020-10-07btrfs: add flushing states for handling data reservationsJosef Bacik
2020-10-07btrfs: check tickets after waiting on ordered extentsJosef Bacik
2020-10-07btrfs: use btrfs_start_delalloc_roots in shrink_delallocJosef Bacik
2020-10-07btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik
2020-10-07btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik
2020-10-07btrfs: make ALLOC_CHUNK use the space info flagsJosef Bacik
2020-10-07btrfs: make shrink_delalloc take space_info as an argJosef Bacik
2020-10-07btrfs: handle U64_MAX for shrink_delallocJosef Bacik
2020-10-07btrfs: remove orig from shrink_delallocJosef Bacik
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov
2020-10-07btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik
2020-09-23Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-22btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-09-14Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo