aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik3-5/+5
2024-09-10btrfs: convert read_inline_extent() to use a folioJosef Bacik1-7/+7
2024-09-10btrfs: convert uncompress_inline() to take a folioJosef Bacik1-4/+5
2024-09-10btrfs: convert struct btrfs_writepage_fixup to use a folioJosef Bacik1-4/+3
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik3-17/+18
2024-09-10btrfs: convert btrfs_writepage_fixup_worker() to use a folioJosef Bacik1-26/+28
2024-09-10btrfs: convert submit_uncompressed_range() to take a folioJosef Bacik1-14/+12
2024-09-10btrfs: convert struct async_chunk to hold a folioJosef Bacik1-12/+14
2024-09-10btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik3-16/+14
2024-09-10btrfs: convert run_delalloc_compressed() to take a folioJosef Bacik1-9/+11
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to take a folioJosef Bacik1-12/+14
2024-09-10btrfs: convert btrfs_cleanup_ordered_extents() to use foliosJosef Bacik1-6/+6
2024-09-10btrfs: convert run_delalloc_nocow() to take a folioJosef Bacik1-9/+8
2024-09-10btrfs: convert fallback_to_cow() to take a folioJosef Bacik1-6/+8
2024-09-10btrfs: convert cow_file_range() to take a folioJosef Bacik1-24/+21
2024-09-10btrfs: convert cow_file_range_inline() to take a folioJosef Bacik1-6/+6
2024-09-10btrfs: convert run_delalloc_cow() to take a folioJosef Bacik1-10/+10
2024-09-10btrfs: convert extent_write_locked_range() to take a folioJosef Bacik3-4/+5
2024-09-10btrfs: convert extent_clear_unlock_delalloc() to take a folioJosef Bacik3-15/+18
2024-09-10btrfs: convert process_one_page() to operate only on foliosJosef Bacik1-8/+6
2024-09-10btrfs: convert __process_pages_contig() to take a folioJosef Bacik1-9/+10
2024-09-10btrfs: convert __unlock_for_delalloc() to take a folioJosef Bacik1-9/+9
2024-09-10btrfs: convert lock_delalloc_pages() to take a folioJosef Bacik1-12/+11
2024-09-10btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik3-20/+20
2024-09-10btrfs: convert writepage_delalloc() to take a folioJosef Bacik1-18/+20
2024-09-10btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik4-14/+14
2024-09-10btrfs: convert btrfs_finish_ordered_extent() to take a folioJosef Bacik3-6/+6
2024-09-10btrfs: convert can_finish_ordered_extent() to use a folioJosef Bacik1-10/+11
2024-09-10btrfs: utilize folio more in btrfs_page_mkwrite()Josef Bacik1-12/+12
2024-09-10btrfs: convert add_ra_bio_pages() to use only foliosJosef Bacik1-29/+33
2024-09-10btrfs: convert __extent_writepage() to be completely folio basedJosef Bacik1-18/+17
2024-09-10btrfs: convert extent_write_locked_range() to use foliosJosef Bacik1-13/+23
2024-09-10btrfs: convert __extent_writepage_io() to take a folioJosef Bacik1-28/+27
2024-09-10btrfs: update the writepage tracepoint to take a folioJosef Bacik2-6/+6
2024-09-10btrfs: convert btrfs_do_readpage() to only use a folioJosef Bacik1-29/+29
2024-09-10btrfs: convert submit_extent_page() to use a folioJosef Bacik1-20/+22
2024-09-10btrfs: convert begin_page_folio() to take a folio insteadJosef Bacik1-5/+3
2024-09-10btrfs: convert end_page_read() to take a folioJosef Bacik1-19/+20
2024-09-10btrfs: convert btrfs_read_folio() to only use a folioJosef Bacik1-5/+4
2024-09-10btrfs: convert btrfs_readahead() to only use folioJosef Bacik1-28/+8
2024-09-10btrfs: print message on device opening error during mountLi Zhang1-0/+2
2024-09-10btrfs: move uuid tree related code to uuid-tree.[ch]Qu Wenruo4-179/+181
2024-09-10btrfs: reduce size and overhead of extent_map_block_end()Filipe Manana1-3/+6
2024-09-10btrfs: update stripe_extent delete loop assumptionsJohannes Thumshirn1-0/+5
2024-09-10btrfs: update stripe extents for existing logical addressesJohannes Thumshirn1-0/+33
2024-09-08Linux 6.11-rc7Linus Torvalds1-1/+1
2024-09-08Merge tag 'timers_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-18/+16
2024-09-08Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+16
2024-09-08Merge tag 'char-misc-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-79/+123
2024-09-08Merge tag 'usb-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-73/+87