platform/kernel/linux-rpi.git
2022-06-21 Josef Bacikbtrfs: fix deadlock with fsync+fiemap+transaction commit
2022-06-21 Zygo Blaxellbtrfs: don't set lock_owner when locking extent buffer...
2022-06-21 Naohiro Aotabtrfs: zoned: fix critical section of relocation inode...
2022-06-21 Naohiro Aotabtrfs: zoned: prevent allocation from previous data...
2022-06-21 Filipe Mananabtrfs: do not BUG_ON() on failure to migrate space...
2022-06-21 Filipe Mananabtrfs: add missing inode updates on each iteration...
2022-06-21 Filipe Mananabtrfs: fix race between reflinking and ordered extent...
2022-06-07 David Sterbabtrfs: add error messages to all unrecognized mount...
2022-06-06 Qu Wenruobtrfs: prevent remounting to v1 space cache for subpage...
2022-06-06 Filipe Mananabtrfs: fix hang during unmount when block group reclaim...
2022-05-17 Johannes Thumshirnbtrfs: zoned: introduce a minimal zone size 4M and...
2022-05-17 Qu Wenruobtrfs: allow defrag to convert inline extents to regula...
2022-05-17 Qu Wenruobtrfs: add "0x" prefix for unsupported optional features
2022-05-17 Filipe Mananabtrfs: do not account twice for inode ref when reservin...
2022-05-17 Naohiro Aotabtrfs: zoned: fix comparison of alloc_offset vs meta_wr...
2022-05-17 Filipe Mananabtrfs: send: avoid trashing the page cache
2022-05-16 Filipe Mananabtrfs: send: keep the current inode open while processi...
2022-05-16 Christoph Hellwigbtrfs: allocate the btrfs_dio_private as part of the...
2022-05-16 Christoph Hellwigbtrfs: move struct btrfs_dio_private to inode.c
2022-05-16 Christoph Hellwigbtrfs: remove the disk_bytenr in struct btrfs_dio_private
2022-05-16 Christoph Hellwigbtrfs: allocate dio_data on stack
2022-05-16 Christoph Hellwigiomap: add per-iomap_iter private data
2022-05-16 Christoph Hellwigiomap: allow the file system to provide a bio_set for...
2022-05-16 Christoph Hellwigbtrfs: add a btrfs_dio_rw wrapper
2022-05-16 Naohiro Aotabtrfs: zoned: zone finish unused block group
2022-05-16 Naohiro Aotabtrfs: zoned: properly finish block group on metadata...
2022-05-16 Naohiro Aotabtrfs: zoned: finish block group when there are no...
2022-05-16 Naohiro Aotabtrfs: zoned: consolidate zone finish functions
2022-05-16 Naohiro Aotabtrfs: zoned: introduce btrfs_zoned_bg_is_full
2022-05-16 Nikolay Borisovbtrfs: improve error reporting in lookup_inline_extent_...
2022-05-16 David Sterbabtrfs: rename bio_ctrl::bio_flags to compress_type
2022-05-16 David Sterbabtrfs: rename bio_flags in parameters and switch type
2022-05-16 David Sterbabtrfs: rename io_failure_record::bio_flags to compress_type
2022-05-16 David Sterbabtrfs: open code extent_set_compress_type helpers
2022-05-16 David Sterbabtrfs: simplify handling of bio_ctrl::bio_flags
2022-05-16 David Sterbabtrfs: remove trivial helper update_nr_written
2022-05-16 David Sterbabtrfs: remove unused parameter bio_flags from btrfs_wq_...
2022-05-16 David Sterbabtrfs: remove btrfs_delayed_extent_op::is_data
2022-05-16 David Sterbabtrfs: sink parameter is_data to btrfs_set_disk_extent_...
2022-05-16 Filipe Mananabtrfs: fix deadlock between concurrent dio writes when...
2022-05-16 Goldwyn Rodriguesbtrfs: derive compression type from extent map during...
2022-05-16 Qu Wenruobtrfs: scrub: move scrub_remap_extent() call into scrub...
2022-05-16 Qu Wenruobtrfs: scrub: use find_first_extent_item to for extent...
2022-05-16 Qu Wenruobtrfs: scrub: refactor scrub_raid56_parity()
2022-05-16 Qu Wenruobtrfs: scrub: use scrub_simple_mirror() to handle RAID5...
2022-05-16 Qu Wenruobtrfs: scrub: cleanup the non-RAID56 branches in scrub_...
2022-05-16 Qu Wenruobtrfs: scrub: introduce dedicated helper to scrub simpl...
2022-05-16 Qu Wenruobtrfs: scrub: introduce dedicated helper to scrub simpl...
2022-05-16 Qu Wenruobtrfs: scrub: introduce a helper to locate an extent...
2022-05-16 Qu Wenruobtrfs: calculate physical_end using dev_extent_len...
2022-05-16 Gabriel Nieblerbtrfs: turn fs_roots_radix in btrfs_fs_info into an...
2022-05-16 Gabriel Nieblerbtrfs: turn fs_info member buffer_radix into XArray
2022-05-16 Gabriel Nieblerbtrfs: turn name_cache radix tree into XArray in send_ctx
2022-05-16 Gabriel Nieblerbtrfs: turn delayed_nodes_tree into an XArray
2022-05-16 Qu Wenruobtrfs: use ilog2() to replace if () branches for btrfs_...
2022-05-16 Qu Wenruobtrfs: move definition of btrfs_raid_types to volumes.h
2022-05-16 Christoph Hellwigbtrfs: use a normal workqueue for rmw_workers
2022-05-16 Christoph Hellwigbtrfs: use normal workqueues for scrub
2022-05-16 Christoph Hellwigbtrfs: simplify WQ_HIGHPRI handling in struct btrfs_wor...
2022-05-16 Qu Wenruobtrfs: raid56: enable subpage support for RAID56
2022-05-16 Qu Wenruobtrfs: raid56: make alloc_rbio_essential_pages() subpag...
2022-05-16 Qu Wenruobtrfs: raid56: make steal_rbio() subpage compatible
2022-05-16 Qu Wenruobtrfs: raid56: make set_bio_pages_uptodate() subpage...
2022-05-16 Qu Wenruobtrfs: raid56: remove btrfs_raid_bio::bio_pages array
2022-05-16 Qu Wenruobtrfs: raid56: make raid56_add_scrub_pages() subpage...
2022-05-16 Qu Wenruobtrfs: raid56: open code rbio_stripe_page_index()
2022-05-16 Qu Wenruobtrfs: raid56: make finish_rmw() subpage compatible
2022-05-16 Qu Wenruobtrfs: raid56: make __raid_recover_endio_io() subpage...
2022-05-16 Qu Wenruobtrfs: raid56: make finish_parity_scrub() subpage compa...
2022-05-16 Qu Wenruobtrfs: raid56: make rbio_add_io_page() subpage compatible
2022-05-16 Qu Wenruobtrfs: raid56: introduce btrfs_raid_bio::bio_sectors
2022-05-16 Qu Wenruobtrfs: raid56: introduce btrfs_raid_bio::stripe_sectors
2022-05-16 Qu Wenruobtrfs: raid56: introduce new cached members for btrfs_r...
2022-05-16 Qu Wenruobtrfs: raid56: make btrfs_raid_bio more compact
2022-05-16 Qu Wenruobtrfs: raid56: open code rbio_nr_pages()
2022-05-16 Qu Wenruobtrfs: reduce width for stripe_len from u64 to u32
2022-05-16 Christoph Hellwigbtrfs: do not return errors from submit_bio_hook_t...
2022-05-16 Christoph Hellwigbtrfs: do not return errors from btrfs_submit_compresse...
2022-05-16 Christoph Hellwigbtrfs: do not return errors from btrfs_submit_metadata_bio
2022-05-16 Christoph Hellwigbtrfs: remove unused bio_flags argument to btrfs_submit...
2022-05-16 Christoph Hellwigbtrfs: move btrfs_readpage to extent_io.c
2022-05-16 Qu Wenruobtrfs: repair super block num_devices automatically
2022-05-16 Goldwyn Rodriguesbtrfs: do not pass compressed_bio to submit_compressed_...
2022-05-16 Filipe Mananabtrfs: avoid double search for block group during NOCOW...
2022-05-16 Filipe Mananabtrfs: return block group directly at btrfs_next_block_...
2022-05-16 Filipe Mananabtrfs: use a read/write lock for protecting the block...
2022-05-16 Filipe Mananabtrfs: use rbtree with leftmost node cached for trackin...
2022-05-16 Filipe Mananabtrfs: remove search start argument from first_logical_...
2022-05-16 Qu Wenruobtrfs: return correct error number for __extent_writepa...
2022-05-16 Qu Wenruobtrfs: fix the error handling for submit_extent_page...
2022-05-16 Qu Wenruobtrfs: avoid double clean up when submit_one_bio()...
2022-05-16 Schspa Shibtrfs: use non-bh spin_lock in zstd timer callback
2022-05-16 Filipe Mananabtrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_in...
2022-05-16 Qu Wenruobtrfs: simplify parameters of submit_read_repair()...
2022-05-16 Christoph Hellwigbtrfs: remove the zoned/zone_size union in struct btrfs...
2022-05-16 Lv Ruyibtrfs: remove unnecessary check of iput argument
2022-05-16 Christoph Hellwigbtrfs: stop using the btrfs_bio saved iter in index_rbi...
2022-05-16 Christoph Hellwigbtrfs: don't allocate a btrfs_bio for scrub bios
2022-05-16 Christoph Hellwigbtrfs: don't allocate a btrfs_bio for raid56 per-stripe...
2022-05-16 Christoph Hellwigbtrfs: pass bio opf to rbio_add_io_page
next