summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-21mm: remove folio_account_redirtyChristoph Hellwig2-40/+14
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
2023-08-21btrfs: clean up the check for uncompressed ranges in submit_one_async_extentChristoph Hellwig1-2/+1
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig3-75/+43
2023-08-21btrfs: improve the delalloc_to_write calculation in writepage_delallocChristoph Hellwig1-15/+14
2023-08-21btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig2-12/+5
2023-08-21btrfs: remove the return value from submit_uncompressed_rangeChristoph Hellwig1-8/+7
2023-08-21btrfs: reduce debug spam from submit_compressed_extentsChristoph Hellwig1-20/+13
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig3-51/+37
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig4-21/+12
2023-08-21btrfs: split page locking out of __process_pages_contigChristoph Hellwig2-93/+59
2023-08-21btrfs: don't create inline extents in fallback_to_cowChristoph Hellwig1-19/+23
2023-08-21btrfs: pass a flags argument to cow_file_rangeChristoph Hellwig1-27/+21
2023-08-21btrfs: fix start transaction qgroup rsv double freeBoris Burkov1-3/+16
2023-08-21btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-08-21btrfs: remove duplicate free_async_extent_pages() on reservation errorGoldwyn Rodrigues1-1/+0
2023-08-21btrfs: move eb subpage preallocation out of the loopQu Wenruo1-23/+18