aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: drop exclusive_bits from set_extent_bitJosef Bacik3-19/+20
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik2-8/+5
2022-09-26btrfs: use next_state/prev_state in merge_stateJosef Bacik1-29/+20
2022-09-26btrfs: make tree_search_prev_next return extent_state'sJosef Bacik1-42/+39
2022-09-26btrfs: make tree_search_for_insert return extent_stateJosef Bacik1-28/+16
2022-09-26btrfs: make tree_search return struct extent_stateJosef Bacik1-37/+15
2022-09-26btrfs: use next_state instead of rb_next where we canJosef Bacik1-33/+24
2022-09-26btrfs: remove struct tree_entry in extent-io-tree.cJosef Bacik1-12/+12
2022-09-26btrfs: unexport all the temporary exports for extent-io-tree.cJosef Bacik2-69/+48
2022-09-26btrfs: unexport btrfs_debug_check_extent_io_rangeJosef Bacik2-13/+6
2022-09-26btrfs: move core extent_io_tree functions to extent-io-tree.cJosef Bacik2-996/+990
2022-09-26btrfs: move a few exported extent_io_tree helpers to extent-io-tree.cJosef Bacik2-141/+142
2022-09-26btrfs: temporarily export and then move extent state helpersJosef Bacik3-258/+267
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik3-115/+120
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik3-20/+29
2022-09-26btrfs: export wait_extent_bitJosef Bacik2-2/+2
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik3-65/+60
2022-09-26btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT'sJosef Bacik1-2/+2
2022-09-26btrfs: move extent state init and alloc functions to their own fileJosef Bacik4-156/+166
2022-09-26btrfs: temporarily export alloc_extent_state helpersJosef Bacik2-3/+5
2022-09-26btrfs: separate out the eb and extent state leak helpersJosef Bacik1-20/+38
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik4-14/+31
2022-09-26btrfs: use find_first_extent_bit in btrfs_clean_io_failureJosef Bacik1-9/+6
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik7-120/+96
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik2-12/+7
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik4-22/+13
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba3-3/+12
2022-09-26btrfs: remove useless used space increment during space reservationFilipe Manana1-1/+0
2022-09-26btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig1-69/+41
2022-09-26btrfs: qgroup: fix a typo in a commentChristophe JAILLET1-1/+1
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui1-1/+0
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_transaction()Qu Wenruo4-0/+60
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accountingQu Wenruo2-4/+12
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANQu Wenruo2-17/+28
2022-09-26btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionQu Wenruo2-2/+8
2022-09-26btrfs: sysfs: introduce global qgroup attribute groupQu Wenruo1-4/+61
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana4-371/+506
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana3-8/+38
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana5-8/+170
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana3-9/+10
2022-09-26btrfs: allow fiemap to be interruptibleFilipe Manana1-0/+5
2022-09-26btrfs: properly flush delalloc when entering fiemapFilipe Manana1-0/+20
2022-09-26btrfs: remove zero length check when entering fiemapFilipe Manana1-3/+0
2022-09-26btrfs: remove check for impossible block start for an extent map at fiemapFilipe Manana1-4/+1
2022-09-26btrfs: make hole and data seeking a lot more efficientFilipe Manana1-31/+406
2022-09-26btrfs: allow hole and data seeking to be interruptibleFilipe Manana1-0/+4
2022-09-26btrfs: remove the unnecessary result variableszhang songyi2-12/+3
2022-09-26btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo5-14/+25
2022-09-26btrfs: don't save block group root into super blockQu Wenruo4-53/+23
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo2-1/+19