summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-08-21btrfs: make btrfs_destroy_pinned_extent() return voidFilipe Manana
2023-08-21btrfs: make btrfs_destroy_marked_extents() return voidFilipe Manana
2023-08-21btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana
2023-08-21btrfs: update documentation for add_new_free_space()Filipe Manana
2023-08-21btrfs: tracepoints: simplify raid56 eventsQu Wenruo
2023-08-21btrfs: sysfs: show if ACL support has been compiled inAnand Jain
2023-08-21btrfs: raid56: remove unused BTRFS_RBIO_REBUILD_MISSINGQu Wenruo
2023-08-21btrfs: add comments for btrfs_map_block()Qu Wenruo
2023-08-21btrfs: remove redundant initialization of variables in log_new_ancestorsColin Ian King
2023-08-21btrfs: scrub: remove redundant division of stripe_nrColin Ian King
2023-08-21btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_infoJulia Lawall
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain
2023-08-14btrfs: fix infinite directory readsFilipe Manana
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo