summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-21btrfs: simplify the no-bioc fast path condition in btrfs_map_blockChristoph Hellwig1-3/+1
2023-08-21btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()Qu Wenruo1-5/+0
2023-08-21btrfs: use folio_next_index() helper in extent_write_cache_pagesMinjie Du1-1/+1
2023-08-21btrfs: use helper sizeof_field in struct accessorsDavid Sterba1-12/+11
2023-08-21btrfs: deprecate integrity checker featureQu Wenruo2-1/+9
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana3-13/+6
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana3-15/+6
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana10-41/+40
2023-08-21btrfs: make btrfs_destroy_pinned_extent() return voidFilipe Manana1-8/+4
2023-08-21btrfs: make btrfs_destroy_marked_extents() return voidFilipe Manana1-12/+5
2023-08-21btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana3-17/+20
2023-08-21btrfs: update documentation for add_new_free_space()Filipe Manana1-4/+11
2023-08-21btrfs: tracepoints: simplify raid56 eventsQu Wenruo2-31/+6
2023-08-21btrfs: sysfs: show if ACL support has been compiled inAnand Jain1-0/+7
2023-08-21btrfs: raid56: remove unused BTRFS_RBIO_REBUILD_MISSINGQu Wenruo2-13/+5
2023-08-21btrfs: add comments for btrfs_map_block()Qu Wenruo1-0/+39