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