summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2024-09-10btrfs: convert extent_write_locked_range() to use foliosJosef Bacik
2024-09-10btrfs: convert __extent_writepage_io() to take a folioJosef Bacik
2024-09-10btrfs: update the writepage tracepoint to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_do_readpage() to only use a folioJosef Bacik
2024-09-10btrfs: convert submit_extent_page() to use a folioJosef Bacik
2024-09-10btrfs: convert begin_page_folio() to take a folio insteadJosef Bacik
2024-09-10btrfs: convert end_page_read() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_read_folio() to only use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_readahead() to only use folioJosef Bacik
2024-09-10btrfs: print message on device opening error during mountLi Zhang
2024-09-10btrfs: move uuid tree related code to uuid-tree.[ch]Qu Wenruo
2024-09-10btrfs: reduce size and overhead of extent_map_block_end()Filipe Manana
2024-09-10btrfs: update stripe_extent delete loop assumptionsJohannes Thumshirn
2024-09-10btrfs: update stripe extents for existing logical addressesJohannes Thumshirn
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin
2024-08-29block: rework bio splittingChristoph Hellwig
2024-08-27btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana
2024-08-27btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo
2024-08-26btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in ext...David Sterba
2024-08-25btrfs: run delayed iputs when flushing delallocJosef Bacik
2024-08-16btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo
2024-08-15btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota
2024-08-15btrfs: tree-checker: add dev extent item checksQu Wenruo
2024-08-15btrfs: update target inode's ctime on unlinkJeff Layton
2024-08-15btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum
2024-08-13btrfs: fix invalid mapping of extent xarray stateNaohiro Aota
2024-08-13btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-07Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-02btrfs: avoid using fixed char array size for tree namesQu Wenruo