summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-09btrfs: rename need_do_async_reclaimJosef Bacik1-7/+7
2021-02-09btrfs: improve preemptive background space flushingJosef Bacik3-2/+100
2021-02-09btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik3-1/+17
2021-02-09btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik4-23/+18
2021-02-09btrfs: add a trace point for reserve ticketsJosef Bacik2-1/+40
2021-02-09btrfs: make flush_space take a enum btrfs_flush_state instead of intJosef Bacik1-3/+3
2021-02-09btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal1-8/+7
2021-02-09btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik1-11/+12
2021-02-09btrfs: stop running all delayed refs during snapshotJosef Bacik1-6/+0
2021-02-09btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik1-1/+0
2021-02-09btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik1-6/+17
2021-02-09btrfs: only run delayed refs once before committingJosef Bacik1-6/+0
2021-02-09btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik1-1/+1
2021-02-09btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik2-23/+21
2021-02-09btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik1-3/+8
2021-02-09btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2021-02-09btrfs: add asserts for deleting backref cache nodesJosef Bacik1-3/+6
2021-02-09btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik1-1/+1
2021-02-09btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik1-7/+12
2021-02-09btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik1-3/+1
2021-02-09btrfs: remove repeated word in struct member commentNigel Christian1-1/+1
2021-02-09btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2-14/+24
2021-02-09btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik5-117/+74
2021-02-09btrfs: enable W=1 checks for btrfsNikolay Borisov1-0/+16
2021-02-09lib/zstd: convert constants to definesNikolay Borisov1-4/+4
2021-02-09btrfs: zoned: remove unused variable in btrfs_sb_log_location_bdevNikolay Borisov1-2/+0
2021-02-09btrfs: fix parameter description for functions in extent_io.cNikolay Borisov1-25/+27
2021-02-09btrfs: fix parameter description in space-info.cNikolay Borisov1-23/+27
2021-02-09btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...Nikolay Borisov1-12/+17
2021-02-09btrfs: document btrfs_check_shared parametersNikolay Borisov1-1/+7
2021-02-09btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov1-3/+5
2021-02-09btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov1-1/+3
2021-02-09btrfs: document now parameter of peek_discard_listNikolay Borisov1-2/+4
2021-02-09btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov1-5/+8
2021-02-09btrfs: fix parameter description in delayed-ref.c functionsNikolay Borisov1-10/+13
2021-02-09btrfs: fix function description formats in file-item.cNikolay Borisov1-8/+14
2021-02-09btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov1-6/+7
2021-02-09btrfs: document modified parameter of add_extent_mappingNikolay Borisov1-1/+4
2021-02-09btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo4-23/+46
2021-02-09btrfs: remove redundant NULL check before kvfreeYang Li1-2/+1
2021-02-09btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik1-7/+0
2021-02-09btrfs: keep track of the root owner for relocation readsJosef Bacik1-3/+43
2021-02-09btrfs: introduce helper to grab an existing extent buffer from a pageQu Wenruo1-20/+30
2021-02-09btrfs: update comment for btrfs_dirty_pagesQu Wenruo1-6/+5
2021-02-09btrfs: refactor __extent_writepage_io() to improve readabilityQu Wenruo1-21/+16
2021-02-09btrfs: rename parameter offset to disk_bytenr in submit_extent_pageQu Wenruo1-15/+15
2021-02-09btrfs: refactor btrfs_dec_test_* functions for ordered extentsQu Wenruo3-55/+65
2021-02-09btrfs: make btrfs_dio_private::bytes u32Qu Wenruo1-1/+2
2021-02-09btrfs: remove always true condition in btrfs_start_delalloc_rootsNikolay Borisov1-1/+1
2021-02-09btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov5-7/+8