summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: improve the delalloc_to_write calculation in writepage_delallocChristoph Hellwig2023-08-211-15/+14
* btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig2023-08-212-12/+5
* btrfs: remove the return value from submit_uncompressed_rangeChristoph Hellwig2023-08-211-8/+7
* btrfs: reduce debug spam from submit_compressed_extentsChristoph Hellwig2023-08-211-20/+13
* btrfs: remove end_extent_writepageChristoph Hellwig2023-08-213-51/+37
* btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig2023-08-214-21/+12
* btrfs: split page locking out of __process_pages_contigChristoph Hellwig2023-08-212-93/+59
* btrfs: don't create inline extents in fallback_to_cowChristoph Hellwig2023-08-211-19/+23
* btrfs: pass a flags argument to cow_file_rangeChristoph Hellwig2023-08-211-27/+21
* btrfs: fix start transaction qgroup rsv double freeBoris Burkov2023-08-211-3/+16
* btrfs: free qgroup rsv on io failureBoris Burkov2023-08-211-0/+7
* btrfs: remove duplicate free_async_extent_pages() on reservation errorGoldwyn Rodrigues2023-08-211-1/+0
* btrfs: move eb subpage preallocation out of the loopQu Wenruo2023-08-211-23/+18
* btrfs: simplify the no-bioc fast path condition in btrfs_map_blockChristoph Hellwig2023-08-211-3/+1
* btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()Qu Wenruo2023-08-211-5/+0
* btrfs: use folio_next_index() helper in extent_write_cache_pagesMinjie Du2023-08-211-1/+1
* btrfs: use helper sizeof_field in struct accessorsDavid Sterba2023-08-211-12/+11
* btrfs: deprecate integrity checker featureQu Wenruo2023-08-212-1/+9
* btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana2023-08-213-13/+6
* btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana2023-08-213-15/+6
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-2110-41/+40
* btrfs: make btrfs_destroy_pinned_extent() return voidFilipe Manana2023-08-211-8/+4
* btrfs: make btrfs_destroy_marked_extents() return voidFilipe Manana2023-08-211-12/+5
* btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana2023-08-213-17/+20
* btrfs: update documentation for add_new_free_space()Filipe Manana2023-08-211-4/+11
* btrfs: tracepoints: simplify raid56 eventsQu Wenruo2023-08-211-4/+4
* btrfs: sysfs: show if ACL support has been compiled inAnand Jain2023-08-211-0/+7
* btrfs: raid56: remove unused BTRFS_RBIO_REBUILD_MISSINGQu Wenruo2023-08-212-13/+5
* btrfs: add comments for btrfs_map_block()Qu Wenruo2023-08-211-0/+39
* btrfs: remove redundant initialization of variables in log_new_ancestorsColin Ian King2023-08-211-2/+2
* btrfs: scrub: remove redundant division of stripe_nrColin Ian King2023-08-211-1/+0