summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana
2023-08-21btrfs: don't steal space from global rsv after a transaction abortFilipe Manana
2023-08-21btrfs: print available space across all block groups when dumping space infoFilipe Manana
2023-08-21btrfs: print available space for a block group when dumping a space infoFilipe Manana
2023-08-21btrfs: print block group super and delalloc bytes when dumping space infoFilipe Manana
2023-08-21btrfs: print target number of bytes when dumping free spaceFilipe Manana
2023-08-21btrfs: update comment for btrfs_join_transaction_nostart()Filipe Manana
2023-08-21btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-08-21btrfs: refactor main loop in memmove_extent_buffer()Qu Wenruo
2023-08-21btrfs: refactor main loop in memcpy_extent_buffer()Qu Wenruo
2023-08-21btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()Qu Wenruo
2023-08-21btrfs: refactor main loop in copy_extent_buffer_full()Qu Wenruo
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo
2023-08-21btrfs: refactor extent buffer bitmaps operationsQu Wenruo
2023-08-21btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo
2023-08-21btrfs: tests: enhance extent buffer bitmap testsQu Wenruo
2023-08-21btrfs: move comments to btrfs_loop_type definitionJosef Bacik
2023-08-21btrfs: print name and pid when device scanning processes raceAnand Jain
2023-08-21btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig
2023-08-21btrfs: refactor the zoned device handling in cow_file_rangeChristoph Hellwig
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: share the code to free the page array in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: use a separate label for the incompressible case in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: further simplify the compress or not logic in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: streamline compress_file_rangeChristoph Hellwig
2023-08-21btrfs: merge submit_compressed_extents and async_cow_submitChristoph Hellwig
2023-08-21btrfs: merge async_cow_start and compress_file_rangeChristoph Hellwig
2023-08-21btrfs: don't clear async_chunk->inode in async_cow_startChristoph Hellwig
2023-08-21btrfs: clean up the check for uncompressed ranges in submit_one_async_extentChristoph Hellwig
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig
2023-08-21btrfs: improve the delalloc_to_write calculation in writepage_delallocChristoph Hellwig
2023-08-21btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig
2023-08-21btrfs: remove the return value from submit_uncompressed_rangeChristoph Hellwig
2023-08-21btrfs: reduce debug spam from submit_compressed_extentsChristoph Hellwig
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig
2023-08-21btrfs: split page locking out of __process_pages_contigChristoph Hellwig
2023-08-21btrfs: don't create inline extents in fallback_to_cowChristoph Hellwig
2023-08-21btrfs: pass a flags argument to cow_file_rangeChristoph Hellwig
2023-08-21btrfs: fix start transaction qgroup rsv double freeBoris Burkov
2023-08-21btrfs: free qgroup rsv on io failureBoris Burkov
2023-08-21btrfs: remove duplicate free_async_extent_pages() on reservation errorGoldwyn Rodrigues
2023-08-21btrfs: move eb subpage preallocation out of the loopQu Wenruo
2023-08-21btrfs: simplify the no-bioc fast path condition in btrfs_map_blockChristoph Hellwig
2023-08-21btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()Qu Wenruo
2023-08-21btrfs: use folio_next_index() helper in extent_write_cache_pagesMinjie Du
2023-08-21btrfs: use helper sizeof_field in struct accessorsDavid Sterba
2023-08-21btrfs: deprecate integrity checker featureQu Wenruo