aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-16btrfs: allocate the btrfs_dio_private as part of the iomap dio bioChristoph Hellwig
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig
2022-05-16btrfs: allocate dio_data on stackChristoph Hellwig
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig
2022-05-16btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig
2022-05-16btrfs: zoned: zone finish unused block groupNaohiro Aota
2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota
2022-05-16btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota
2022-05-16btrfs: zoned: consolidate zone finish functionsNaohiro Aota
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota
2022-05-16btrfs: improve error reporting in lookup_inline_extent_backrefNikolay Borisov
2022-05-16btrfs: rename bio_ctrl::bio_flags to compress_typeDavid Sterba
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba
2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba
2022-05-16btrfs: open code extent_set_compress_type helpersDavid Sterba
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba
2022-05-16btrfs: remove trivial helper update_nr_writtenDavid Sterba
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba
2022-05-16btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba
2022-05-16btrfs: fix deadlock between concurrent dio writes when low on free data spaceFilipe Manana
2022-05-16btrfs: derive compression type from extent map during readsGoldwyn Rodrigues
2022-05-16btrfs: scrub: move scrub_remap_extent() call into scrub_extent()Qu Wenruo
2022-05-16btrfs: scrub: use find_first_extent_item to for extent item searchQu Wenruo
2022-05-16btrfs: scrub: refactor scrub_raid56_parity()Qu Wenruo
2022-05-16btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrubQu Wenruo
2022-05-16btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()Qu Wenruo
2022-05-16btrfs: scrub: introduce dedicated helper to scrub simple-stripe based rangeQu Wenruo
2022-05-16btrfs: scrub: introduce dedicated helper to scrub simple-mirror based rangeQu Wenruo
2022-05-16btrfs: scrub: introduce a helper to locate an extent itemQu Wenruo
2022-05-16btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()Qu Wenruo
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler
2022-05-16btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler
2022-05-16btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo
2022-05-16btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo
2022-05-16btrfs: use a normal workqueue for rmw_workersChristoph Hellwig
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig
2022-05-16btrfs: raid56: enable subpage support for RAID56Qu Wenruo
2022-05-16btrfs: raid56: make alloc_rbio_essential_pages() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: make steal_rbio() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: make set_bio_pages_uptodate() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: remove btrfs_raid_bio::bio_pages arrayQu Wenruo
2022-05-16btrfs: raid56: make raid56_add_scrub_pages() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: open code rbio_stripe_page_index()Qu Wenruo
2022-05-16btrfs: raid56: make finish_rmw() subpage compatibleQu Wenruo