platform/kernel/linux-rpi.git
2023-05-26 Shida Zhangbtrfs: fix an uninitialized variable warning in btrfs_l...
2023-05-26 Christoph Hellwigbtrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work
2023-05-17 Josef Bacikbtrfs: use nofs when cleaning up aborted transactions
2023-05-17 Johannes Thumshirnbtrfs: handle memory allocation failure in btrfs_csum_o...
2023-05-17 Qu Wenruobtrfs: scrub: try harder to mark RAID56 block groups...
2023-05-10 Qu Wenruobtrfs: make clear_cache mount option to rebuild FST...
2023-05-10 Christoph Hellwigbtrfs: zero the buffer before marking it dirty in btrfs...
2023-05-10 Naohiro Aotabtrfs: zoned: fix full zone super block reading on ZNS
2023-05-10 Naohiro Aotabtrfs: zoned: zone finish data relocation BG with last IO
2023-05-09 Filipe Mananabtrfs: fix backref walking not returning all inode...
2023-05-09 Filipe Mananabtrfs: fix space cache inconsistency after error loadin...
2023-05-09 Anastasia Belovabtrfs: print-tree: parent bytenr must be aligned to...
2023-05-03 Josef Bacikbtrfs: don't free qgroup space unless specified
2023-05-02 Boris Burkovbtrfs: fix encoded write i_size corruption with no...
2023-04-28 Naohiro Aotabtrfs: zoned: fix wrong use of bitops API in btrfs_ensu...
2023-04-28 Qu Wenruobtrfs: properly reject clear_cache and v1 cache for...
2023-04-28 Filipe Mananabtrfs: print extent buffers when sibling keys check...
2023-04-28 Filipe Mananabtrfs: abort transaction when sibling keys check fails...
2023-04-28 Filipe Mananabtrfs: fix leak of source device allocation state after...
2023-04-28 xiaoshoukuibtrfs: fix assertion of exclop condition when starting...
2023-04-28 Filipe Mananabtrfs: fix btrfs_prev_leaf() to not return the same...
2023-04-17 Josh Poimboeufbtrfs: mark btrfs_assertfail() __noreturn
2023-04-17 Genjian Zhangbtrfs: fix uninitialized variable warnings
2023-04-17 Filipe Mananabtrfs: use log root when iterating over index keys...
2023-04-17 Filipe Mananabtrfs: avoid iterating over all indexes when logging...
2023-04-17 Qu Wenruobtrfs: dev-replace: error out if we have unrepaired...
2023-04-17 Filipe Mananabtrfs: remove pointless loop at btrfs_get_next_valid_item()
2023-04-17 Qu Wenruobtrfs: scrub: reject unsupported scrub flags
2023-04-17 Boris Burkovbtrfs: reinterpret async discard iops_limit=0 as no...
2023-04-17 Boris Burkovbtrfs: set default discard iops_limit to 1000
2023-04-17 Qu Wenruobtrfs: remove unused raid56 functions which were dedica...
2023-04-17 Qu Wenruobtrfs: scrub: remove scrub_bio structure
2023-04-17 Qu Wenruobtrfs: scrub: remove scrub_block and scrub_sector struc...
2023-04-17 Qu Wenruobtrfs: scrub: remove the old scrub recheck code
2023-04-17 Qu Wenruobtrfs: scrub: remove the old writeback infrastructure
2023-04-17 Qu Wenruobtrfs: scrub: remove scrub_parity structure
2023-04-17 Qu Wenruobtrfs: scrub: use scrub_stripe to implement RAID56...
2023-04-17 Qu Wenruobtrfs: scrub: switch scrub_simple_mirror() to scrub_str...
2023-04-17 Qu Wenruobtrfs: scrub: introduce helper to queue a stripe for...
2023-04-17 Qu Wenruobtrfs: scrub: introduce error reporting functionality...
2023-04-17 Qu Wenruobtrfs: scrub: introduce a writeback helper for scrub_stripe
2023-04-17 Qu Wenruobtrfs: scrub: introduce the main read repair worker...
2023-04-17 Qu Wenruobtrfs: scrub: introduce a helper to verify one scrub_stripe
2023-04-17 Qu Wenruobtrfs: scrub: introduce a helper to verify one metadata...
2023-04-17 Qu Wenruobtrfs: scrub: introduce helper to find and fill sector...
2023-04-17 Qu Wenruobtrfs: scrub: introduce structure for new BTRFS_STRIPE_...
2023-04-17 Qu Wenruobtrfs: introduce a new helper to submit write bio for...
2023-04-17 Qu Wenruobtrfs: introduce btrfs_bio::fs_info member
2023-04-17 Qu Wenruobtrfs: scrub: use dedicated super block verification...
2023-04-17 Anand Jainbtrfs: remove redundant release of btrfs_device::alloc_...
2023-04-17 Anand Jainbtrfs: warn for any missed cleanup at btrfs_close_one_d...
2023-04-17 Christoph Hellwiglibcrc32c: remove crc32c_impl
2023-04-17 Christoph Hellwigbtrfs: don't print the crc32c implementation at module...
2023-04-17 Christoph Hellwigbtrfs: tree-log: factor out a clean_log_buffer helper
2023-04-17 Christoph Hellwigblock: make blkcg_punt_bio_submit optional
2023-04-17 Christoph Hellwigblock: async_bio_lock does not need to be bh-safe
2023-04-17 Christoph Hellwigbtrfs, block: move REQ_CGROUP_PUNT to btrfs
2023-04-17 Christoph Hellwigbtrfs, mm: remove the punt_to_cgroup field in struct...
2023-04-17 Christoph Hellwigbtrfs: also use kthread_associate_blkcg for uncompressi...
2023-04-17 Christoph Hellwigbtrfs: don't free the async_extent in submit_uncompress...
2023-04-17 Christoph Hellwigbtrfs: move kthread_associate_blkcg out of btrfs_submit...
2023-04-17 Filipe Mananabtrfs: correctly calculate delayed ref bytes when start...
2023-04-17 Filipe Mananabtrfs: make btrfs_block_rsv_full() check more boolean...
2023-04-17 Boris Burkovbtrfs: split partial dio bios before submit
2023-04-17 Boris Burkovbtrfs: don't split NOCOW extent_maps in btrfs_extract_o...
2023-04-17 Christoph Hellwigbtrfs: pass an ordered_extent to btrfs_extract_ordered_...
2023-04-17 Christoph Hellwigbtrfs: simplify extent map splitting and rename split_z...
2023-04-17 Christoph Hellwigbtrfs: fold btrfs_clone_ordered_extent into btrfs_split...
2023-04-17 Christoph Hellwigbtrfs: sink parameter len to btrfs_split_ordered_extent
2023-04-17 Christoph Hellwigbtrfs: simplify splitting logic in btrfs_extract_ordere...
2023-04-17 Christoph Hellwigbtrfs: move ordered_extent internal sanity checks into...
2023-04-17 Boris Burkovbtrfs: stash ordered extent in dio_data during iomap dio
2023-04-17 Boris Burkovbtrfs: pass flags as unsigned long to btrfs_add_ordered...
2023-04-17 Boris Burkovbtrfs: add function to create and return an ordered...
2023-04-17 Johannes Thumshirnbtrfs: use __bio_add_page to add single a page in rbio_...
2023-04-17 Johannes Thumshirnbtrfs: use __bio_add_page for adding a single page...
2023-04-17 Anand Jainbtrfs: use test_and_clear_bit() in wait_dev_flush()
2023-04-17 Anand Jainbtrfs: change wait_dev_flush() return type to bool
2023-04-17 Anand Jainbtrfs: open code check_barrier_error()
2023-04-17 Anand Jainbtrfs: move last_flush_error to write_dev_flush and...
2023-04-17 Filipe Mananabtrfs: simplify exit paths of btrfs_evict_inode()
2023-04-17 Filipe Mananabtrfs: calculate the right space for delayed refs when...
2023-04-17 Filipe Mananabtrfs: use a constant for the number of metadata units...
2023-04-17 Filipe Mananabtrfs: fix calculation of the global block reserve...
2023-04-17 Filipe Mananabtrfs: calculate correct amount of space for delayed...
2023-04-17 Filipe Mananabtrfs: add helper to calculate space for delayed references
2023-04-17 Filipe Mananabtrfs: constify fs_info argument for the reclaim items...
2023-04-17 Filipe Mananabtrfs: constify fs_info argument of the metadata size...
2023-04-17 Filipe Mananabtrfs: accurately calculate number of delayed refs...
2023-04-17 Filipe Mananabtrfs: calculate the right space for a single delayed...
2023-04-17 Filipe Mananabtrfs: don't throttle on delayed items when evicting...
2023-04-17 Filipe Mananabtrfs: remove obsolete delayed ref throttling logic...
2023-04-17 Filipe Mananabtrfs: simplify variables in btrfs_block_rsv_refill()
2023-04-17 Filipe Mananabtrfs: remove redundant counter check at btrfs_truncate...
2023-04-17 Filipe Mananabtrfs: count extents before taking inode's spinlock...
2023-04-17 Filipe Mananabtrfs: remove bytes_used argument from btrfs_make_block...
2023-04-17 Filipe Mananabtrfs: collapse should_end_transaction() into btrfs_sho...
2023-04-17 Filipe Mananabtrfs: simplify btrfs_should_throttle_delayed_refs()
2023-04-17 Filipe Mananabtrfs: initialize ret to -ENOSPC at __reserve_bytes()
2023-04-17 Filipe Mananabtrfs: update flush method assertion when reserving...
next