summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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 Bacik1-1/+1
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-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana4-16/+16
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota1-5/+25
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin1-2/+1
2024-08-29block: rework bio splittingChristoph Hellwig1-12/+18
2024-08-27btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana2-13/+6
2024-08-27btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo1-8/+18
2024-08-26btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in ext...David Sterba1-1/+1
2024-08-25btrfs: run delayed iputs when flushing delallocJosef Bacik1-0/+2
2024-08-16btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo1-1/+7
2024-08-15btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota1-6/+8
2024-08-15btrfs: tree-checker: add dev extent item checksQu Wenruo1-0/+69
2024-08-15btrfs: update target inode's ctime on unlinkJeff Layton1-0/+1
2024-08-15btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum1-1/+1
2024-08-13btrfs: fix invalid mapping of extent xarray stateNaohiro Aota1-7/+7
2024-08-13btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2-16/+16
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo1-2/+3
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik3-6/+114
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2