Age | Commit message (Expand) | Author |
2022-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig |
2022-05-16 | iomap: allow the file system to provide a bio_set for direct I/O | Christoph Hellwig |
2022-05-16 | btrfs: add a btrfs_dio_rw wrapper | Christoph Hellwig |
2022-05-16 | btrfs: zoned: zone finish unused block group | Naohiro Aota |
2022-05-16 | btrfs: zoned: properly finish block group on metadata write | Naohiro Aota |
2022-05-16 | btrfs: zoned: finish block group when there are no more allocatable bytes left | Naohiro Aota |
2022-05-16 | btrfs: zoned: consolidate zone finish functions | Naohiro Aota |
2022-05-16 | btrfs: zoned: introduce btrfs_zoned_bg_is_full | Naohiro Aota |
2022-05-16 | btrfs: improve error reporting in lookup_inline_extent_backref | Nikolay Borisov |
2022-05-16 | btrfs: rename bio_ctrl::bio_flags to compress_type | David Sterba |
2022-05-16 | btrfs: rename bio_flags in parameters and switch type | David Sterba |
2022-05-16 | btrfs: rename io_failure_record::bio_flags to compress_type | David Sterba |
2022-05-16 | btrfs: open code extent_set_compress_type helpers | David Sterba |
2022-05-16 | btrfs: simplify handling of bio_ctrl::bio_flags | David Sterba |
2022-05-16 | btrfs: remove trivial helper update_nr_written | David Sterba |
2022-05-16 | btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio | David Sterba |
2022-05-16 | btrfs: remove btrfs_delayed_extent_op::is_data | David Sterba |
2022-05-16 | btrfs: sink parameter is_data to btrfs_set_disk_extent_flags | David Sterba |
2022-05-16 | btrfs: fix deadlock between concurrent dio writes when low on free data space | Filipe Manana |
2022-05-16 | btrfs: derive compression type from extent map during reads | Goldwyn Rodrigues |
2022-05-16 | btrfs: scrub: move scrub_remap_extent() call into scrub_extent() | Qu Wenruo |
2022-05-16 | btrfs: scrub: use find_first_extent_item to for extent item search | Qu Wenruo |
2022-05-16 | btrfs: scrub: refactor scrub_raid56_parity() | Qu Wenruo |
2022-05-16 | btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrub | Qu Wenruo |
2022-05-16 | btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe() | Qu Wenruo |
2022-05-16 | btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range | Qu Wenruo |
2022-05-16 | btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range | Qu Wenruo |
2022-05-16 | btrfs: scrub: introduce a helper to locate an extent item | Qu Wenruo |
2022-05-16 | btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe() | Qu Wenruo |
2022-05-16 | btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray | Gabriel Niebler |
2022-05-16 | btrfs: turn fs_info member buffer_radix into XArray | Gabriel Niebler |
2022-05-16 | btrfs: turn name_cache radix tree into XArray in send_ctx | Gabriel Niebler |
2022-05-16 | btrfs: turn delayed_nodes_tree into an XArray | Gabriel Niebler |
2022-05-16 | btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index() | Qu Wenruo |
2022-05-16 | btrfs: move definition of btrfs_raid_types to volumes.h | Qu Wenruo |
2022-05-16 | btrfs: use a normal workqueue for rmw_workers | Christoph Hellwig |
2022-05-16 | btrfs: use normal workqueues for scrub | Christoph Hellwig |
2022-05-16 | btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue | Christoph Hellwig |
2022-05-16 | btrfs: raid56: enable subpage support for RAID56 | Qu Wenruo |
2022-05-16 | btrfs: raid56: make alloc_rbio_essential_pages() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: make steal_rbio() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: make set_bio_pages_uptodate() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: remove btrfs_raid_bio::bio_pages array | Qu Wenruo |
2022-05-16 | btrfs: raid56: make raid56_add_scrub_pages() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: open code rbio_stripe_page_index() | Qu Wenruo |
2022-05-16 | btrfs: raid56: make finish_rmw() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: make __raid_recover_endio_io() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: make finish_parity_scrub() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: make rbio_add_io_page() subpage compatible | Qu Wenruo |
2022-05-16 | btrfs: raid56: introduce btrfs_raid_bio::bio_sectors | Qu Wenruo |