summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-09-10btrfs: refactor __extent_writepage_io() to do sector-by-sector submissionQu Wenruo
2024-09-10btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo
2024-09-10btrfs: reduce chunk_map lookups in btrfs_map_block()Johannes Thumshirn
2024-09-10btrfs: directly wake up cleaner kthread in the BTRFS_IOC_SYNC ioctlFilipe Manana
2024-09-10btrfs: make btrfs_is_subpage() to return false directly for 4K page sizeQu Wenruo
2024-09-10btrfs: change RST lookup error message level to debugJohannes Thumshirn
2024-09-10btrfs: don't readahead the relocation inode on RSTJohannes Thumshirn
2024-09-10btrfs: set search_commit_root on stripe io in case of relocationJohannes Thumshirn
2024-09-10btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn
2024-09-10btrfs: don't dump stripe-tree on lookup errorJohannes Thumshirn
2024-09-10btrfs: add comment about locking in cow_file_range_inline()Boris Burkov
2024-09-10btrfs: more efficient chunk map iteration when device replace finishesFilipe Manana
2024-09-10btrfs: reschedule when updating chunk maps at the end of a device replaceFilipe Manana
2024-09-10btrfs: convert extent_range_clear_dirty_for_io() to use a folioJosef Bacik
2024-09-10btrfs: convert insert_inline_extent() to use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_set_range_writeback() to use a folioJosef Bacik
2024-09-10btrfs: convert wait_subpage_spinlock() to only use a folioJosef Bacik
2024-09-10btrfs: convert find_next_dirty_byte() to take a folioJosef Bacik
2024-09-10btrfs: convert __get_extent_map() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert read_inline_extent() to use a folioJosef Bacik
2024-09-10btrfs: convert uncompress_inline() to take a folioJosef Bacik
2024-09-10btrfs: convert struct btrfs_writepage_fixup to use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik
2024-09-10btrfs: convert btrfs_writepage_fixup_worker() to use a folioJosef Bacik
2024-09-10btrfs: convert submit_uncompressed_range() to take a folioJosef Bacik
2024-09-10btrfs: convert struct async_chunk to hold a folioJosef Bacik
2024-09-10btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik
2024-09-10btrfs: convert run_delalloc_compressed() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to use foliosJosef Bacik
2024-09-10btrfs: convert run_delalloc_nocow() to take a folioJosef Bacik
2024-09-10btrfs: convert fallback_to_cow() to take a folioJosef Bacik
2024-09-10btrfs: convert cow_file_range() to take a folioJosef Bacik
2024-09-10btrfs: convert cow_file_range_inline() to take a folioJosef Bacik
2024-09-10btrfs: convert run_delalloc_cow() to take a folioJosef Bacik
2024-09-10btrfs: convert extent_write_locked_range() to take a folioJosef Bacik
2024-09-10btrfs: convert extent_clear_unlock_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert process_one_page() to operate only on foliosJosef Bacik
2024-09-10btrfs: convert __process_pages_contig() to take a folioJosef Bacik
2024-09-10btrfs: convert __unlock_for_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert lock_delalloc_pages() to take a folioJosef Bacik
2024-09-10btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik
2024-09-10btrfs: convert writepage_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_finish_ordered_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert can_finish_ordered_extent() to use a folioJosef Bacik
2024-09-10btrfs: utilize folio more in btrfs_page_mkwrite()Josef Bacik
2024-09-10btrfs: convert add_ra_bio_pages() to use only foliosJosef Bacik
2024-09-10btrfs: convert __extent_writepage() to be completely folio basedJosef Bacik