summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie6-33/+13
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo1-12/+61
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota1-5/+1
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota3-30/+8
2023-08-21btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2-30/+4
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota3-2/+93
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota3-5/+98
2023-08-21btrfs: zoned: update meta write pointer on zone finishNaohiro Aota1-0/+3
2023-08-21btrfs: zoned: defer advancing meta write pointerNaohiro Aota3-26/+4
2023-08-21btrfs: zoned: return int from btrfs_check_meta_write_pointerNaohiro Aota3-21/+30
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota4-27/+31
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota2-7/+12
2023-08-21btrfs: avoid start and commit empty transaction when flushing qgroupsFilipe Manana1-1/+3
2023-08-21btrfs: avoid start and commit empty transaction when starting qgroup rescanFilipe Manana1-7/+8
2023-08-21btrfs: avoid starting and committing empty transaction when flushing spaceFilipe Manana1-1/+10
2023-08-21btrfs: avoid starting new transaction when flushing delayed items and refsFilipe Manana1-2/+6
2023-08-21btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Filipe Manana1-14/+7
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana2-4/+2
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticFilipe Manana2-51/+50
2023-08-21btrfs: fail priority metadata ticket with real fs errorFilipe Manana1-5/+5
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana1-1/+8
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana3-8/+16
2023-08-21btrfs: don't steal space from global rsv after a transaction abortFilipe Manana1-2/+12
2023-08-21btrfs: print available space across all block groups when dumping space infoFilipe Manana1-0/+4
2023-08-21btrfs: print available space for a block group when dumping a space infoFilipe Manana1-2/+7
2023-08-21btrfs: print block group super and delalloc bytes when dumping space infoFilipe Manana1-4/+5
2023-08-21btrfs: print target number of bytes when dumping free spaceFilipe Manana1-1/+2
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Filipe Manana1-1/+4
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-08-21btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo1-31/+17
2023-08-21btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo1-27/+31
2023-08-21btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo1-1/+1
2023-08-21btrfs: refactor main loop in copy_extent_buffer_full()Qu Wenruo1-14/+9
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo2-25/+16
2023-08-21btrfs: refactor extent buffer bitmaps operationsQu Wenruo1-72/+65
2023-08-21btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo1-0/+144
2023-08-21btrfs: tests: enhance extent buffer bitmap testsQu Wenruo1-51/+107
2023-08-21btrfs: move comments to btrfs_loop_type definitionJosef Bacik1-9/+28
2023-08-21btrfs: print name and pid when device scanning processes raceAnand Jain1-2/+3
2023-08-21btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig1-29/+18
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig3-14/+11
2023-08-21btrfs: refactor the zoned device handling in cow_file_rangeChristoph Hellwig1-27/+31
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig3-60/+15
2023-08-21btrfs: share the code to free the page array in compress_file_rangeChristoph Hellwig1-21/+9
2023-08-21btrfs: use a separate label for the incompressible case in compress_file_rangeChristoph Hellwig1-8/+5
2023-08-21btrfs: further simplify the compress or not logic in compress_file_rangeChristoph Hellwig1-32/+16
2023-08-21btrfs: streamline compress_file_rangeChristoph Hellwig1-83/+82
2023-08-21btrfs: merge submit_compressed_extents and async_cow_submitChristoph Hellwig1-29/+10
2023-08-21btrfs: merge async_cow_start and compress_file_rangeChristoph Hellwig1-27/+16
2023-08-21btrfs: don't clear async_chunk->inode in async_cow_startChristoph Hellwig1-18/+5