summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-249-44/+47
|\
| * btrfs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-094-26/+26
| * mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-1/+1
| * btrfs: Convert btrfs to read_folioMatthew Wilcox (Oracle)2022-05-097-13/+15
| * fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-082-3/+5
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-2456-4159/+4411
|\ \
| * | btrfs: zoned: introduce a minimal zone size 4M and reject mountJohannes Thumshirn2022-05-171-3/+12
| * | btrfs: allow defrag to convert inline extents to regular extentsQu Wenruo2022-05-171-2/+22
| * | btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-05-171-2/+2
| * | btrfs: do not account twice for inode ref when reserving metadata unitsFilipe Manana2022-05-171-2/+5
| * | btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota2022-05-171-1/+1
| * | btrfs: send: avoid trashing the page cacheFilipe Manana2022-05-171-3/+82
| * | btrfs: send: keep the current inode open while processing itFilipe Manana2022-05-161-19/+35
| * | btrfs: allocate the btrfs_dio_private as part of the iomap dio bioChristoph Hellwig2022-05-161-58/+35
| * | btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig2022-05-163-25/+24
| * | btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig2022-05-162-2/+0
| * | btrfs: allocate dio_data on stackChristoph Hellwig2022-05-161-23/+11
| * | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-1/+1
| * | btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig2022-05-163-8/+12
| * | btrfs: zoned: zone finish unused block groupNaohiro Aota2022-05-161-0/+8
| * | btrfs: zoned: properly finish block group on metadata writeNaohiro Aota2022-05-165-6/+39
| * | btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota2022-05-161-1/+10
| * | btrfs: zoned: consolidate zone finish functionsNaohiro Aota2022-05-161-73/+64
| * | btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota2022-05-163-3/+8
| * | btrfs: improve error reporting in lookup_inline_extent_backrefNikolay Borisov2022-05-161-1/+7
| * | btrfs: rename bio_ctrl::bio_flags to compress_typeDavid Sterba2022-05-161-10/+10
| * | btrfs: rename bio_flags in parameters and switch typeDavid Sterba2022-05-164-19/+21
| * | btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba2022-05-162-4/+5
| * | btrfs: open code extent_set_compress_type helpersDavid Sterba2022-05-162-16/+3
| * | btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba2022-05-163-17/+9
| * | btrfs: remove trivial helper update_nr_writtenDavid Sterba2022-05-161-9/+3
| * | btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba2022-05-163-7/+5
| * | btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba2022-05-163-8/+3
| * | btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba2022-05-163-6/+5
| * | btrfs: fix deadlock between concurrent dio writes when low on free data spaceFilipe Manana2022-05-161-17/+65
| * | btrfs: derive compression type from extent map during readsGoldwyn Rodrigues2022-05-163-8/+7
| * | btrfs: scrub: move scrub_remap_extent() call into scrub_extent()Qu Wenruo2022-05-161-27/+35
| * | btrfs: scrub: use find_first_extent_item to for extent item searchQu Wenruo2022-05-161-73/+25
| * | btrfs: scrub: refactor scrub_raid56_parity()Qu Wenruo2022-05-161-181/+164
| * | btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrubQu Wenruo2022-05-161-226/+21
| * | btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()Qu Wenruo2022-05-161-77/+51
| * | btrfs: scrub: introduce dedicated helper to scrub simple-stripe based rangeQu Wenruo2022-05-161-12/+88
| * | btrfs: scrub: introduce dedicated helper to scrub simple-mirror based rangeQu Wenruo2022-05-161-0/+188
| * | btrfs: scrub: introduce a helper to locate an extent itemQu Wenruo2022-05-161-0/+107
| * | btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()Qu Wenruo2022-05-161-4/+2
| * | btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler2022-05-166-171/+139
| * | btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler2022-05-164-97/+55
| * | btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler2022-05-161-22/+18
| * | btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler2022-05-164-50/+44