summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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-03btrfs: 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-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-07Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+38
2024-08-02btrfs: avoid using fixed char array size for tree namesQu Wenruo1-1/+1
2024-08-02btrfs: fix double inode unlock for direct IO sync writesFilipe Manana1-1/+4
2024-08-01btrfs: emit a warning about space cache v1 being deprecatedJosef Bacik1-1/+4
2024-08-01btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov1-0/+3
2024-08-01btrfs: implement launder_folio for clearing dirty page reserveBoris Burkov1-0/+7
2024-08-01btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo1-0/+9
2024-08-01btrfs: factor out stripe length calculation into a helperQu Wenruo1-6/+10
2024-07-31Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-31/+217
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana3-13/+43
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota5-8/+15
2024-07-29btrfs: do not subtract delalloc from avail bytesNaohiro Aota1-2/+1
2024-07-29btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov1-6/+10