platform/kernel/linux-starfive.git
2023-06-19 Ben Dooksbtrfs: make btrfs_compressed_bioset static
2023-06-19 Matt Corallobtrfs: add handling for RAID1C23/DUP to btrfs_reduce_al...
2023-06-19 Qu Wenruobtrfs: scrub: remove btrfs_fs_info::scrub_wr_completion...
2023-06-19 Qu Wenruobtrfs: scrub: remove scrub_ctx::csum_list member
2023-06-19 Filipe Mananabtrfs: do not BUG_ON after failure to migrate space...
2023-06-19 Filipe Mananabtrfs: do not BUG_ON on failure to get dir index for...
2023-06-19 Filipe Mananabtrfs: send: do not BUG_ON() on unexpected symlink...
2023-06-19 Filipe Mananabtrfs: do not BUG_ON() when dropping inode items from...
2023-06-19 Filipe Mananabtrfs: replace BUG_ON() at split_item() with proper...
2023-06-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failures at...
2023-06-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failures at...
2023-06-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failure at inser...
2023-06-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failures at...
2023-06-19 Filipe Mananabtrfs: abort transaction at update_ref_for_cow() when...
2023-06-19 Filipe Mananabtrfs: abort transaction at balance_level() when left...
2023-06-19 Filipe Mananabtrfs: avoid unnecessarily setting the fs to RO and...
2023-06-19 Filipe Mananabtrfs: rename enospc label to out at balance_level()
2023-06-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failure at balan...
2023-06-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failure at __btr...
2023-06-19 Filipe Mananabtrfs: avoid tree mod log ENOMEM failures when we don...
2023-06-19 Filipe Mananabtrfs: fix extent buffer leak after tree mod log failur...
2023-06-19 Filipe Mananabtrfs: add missing error handling when logging operatio...
2023-06-19 Christoph Hellwigbtrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_...
2023-06-19 Filipe Mananabtrfs: update documentation for a block group's bg_list...
2023-06-19 Naohiro Aotabtrfs: reinsert BGs failed to reclaim
2023-06-19 Naohiro Aotabtrfs: bail out reclaim process if filesystem is read...
2023-06-19 Naohiro Aotabtrfs: move out now unused BG from the reclaim list
2023-06-19 Naohiro Aotabtrfs: delete unused BGs while reclaiming BGs
2023-06-19 Christoph Hellwigbtrfs: use btrfs_finish_ordered_extent to complete...
2023-06-19 Christoph Hellwigbtrfs: use btrfs_finish_ordered_extent to complete...
2023-06-19 Christoph Hellwigbtrfs: use btrfs_finish_ordered_extent to complete...
2023-06-19 Christoph Hellwigbtrfs: open code end_extent_writepage in end_bio_extent...
2023-06-19 Christoph Hellwigbtrfs: add a btrfs_finish_ordered_extent helper
2023-06-19 Christoph Hellwigbtrfs: factor out a btrfs_queue_ordered_fn helper
2023-06-19 Christoph Hellwigbtrfs: factor out a can_finish_ordered_extent helper
2023-06-19 Christoph Hellwigbtrfs: use bbio->ordered in btrfs_csum_one_bio
2023-06-19 Christoph Hellwigbtrfs: add an ordered_extent pointer to struct btrfs_bio
2023-06-19 Christoph Hellwigbtrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io
2023-06-19 Christoph Hellwigbtrfs: add a is_data_bbio helper
2023-06-19 Christoph Hellwigbtrfs: remove btrfs_add_ordered_extent
2023-06-19 Christoph Hellwigbtrfs: pass an ordered_extent to btrfs_submit_compresse...
2023-06-19 Christoph Hellwigbtrfs: pass an ordered_extent to btrfs_reloc_clone_csums
2023-06-19 Christoph Hellwigbtrfs: merge the two calls to btrfs_add_ordered_extent...
2023-06-19 Christoph Hellwigbtrfs: limit write bios to a single ordered extent
2023-06-19 Christoph Hellwigbtrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios...
2023-06-19 David Sterbabtrfs: add block-group tree to lockdep classes
2023-06-19 Christoph Hellwigbtrfs: don't treat zoned writeback as being from an...
2023-06-19 Christoph Hellwigbtrfs: only call __extent_writepage_io from extent_writ...
2023-06-19 Christoph Hellwigbtrfs: move writeback_control::nr_to_write update to...
2023-06-19 Christoph Hellwigbtrfs: remove non-standard extent handling in __extent_...
2023-06-19 Christoph Hellwigbtrfs: remove PAGE_SET_ERROR
2023-06-19 Christoph Hellwigbtrfs: stop setting PageError in the data I/O path
2023-06-19 Christoph Hellwigbtrfs: don't check PageError in __extent_writepage
2023-06-19 Christoph Hellwigbtrfs: rename cow_file_range_async to run_delalloc_comp...
2023-06-19 Christoph Hellwigbtrfs: don't fail writeback when allocating the compres...
2023-06-19 Christoph Hellwigbtrfs: don't check PageError in btrfs_verify_page
2023-06-19 Christoph Hellwigbtrfs: fix fsverify read error handling in end_page_read
2023-06-19 Christoph Hellwigbtrfs: factor out a btrfs_verify_page helper
2023-06-19 Christoph Hellwigbtrfs: fix range_end calculation in extent_write_locked...
2023-06-19 Boris Burkovbtrfs: insert tree mod log move in push_node_left
2023-06-19 Boris Burkovbtrfs: warn on invalid slot in tree mod log rewind
2023-06-19 David Sterbabtrfs: disable allocation warnings for compression...
2023-06-19 Christoph Hellwigbtrfs: open code need_full_stripe conditions
2023-06-19 Christoph Hellwigbtrfs: open code btrfs_map_sblock
2023-06-19 Christoph Hellwigbtrfs: rename __btrfs_map_block to btrfs_map_block
2023-06-19 Christoph Hellwigbtrfs: remove unused btrfs_map_block
2023-06-19 Christoph Hellwigbtrfs: optimize simple reads in btrfsic_map_block
2023-06-19 Christoph Hellwigbtrfs: remove unused BTRFS_MAP_DISCARD
2023-06-19 David Sterbabtrfs: add xxhash to fast checksum implementations
2023-06-19 Christoph Hellwigbtrfs: pass the new logical address to split_extent_map
2023-06-19 Christoph Hellwigbtrfs: defer splitting of ordered extents until I/O...
2023-06-19 Christoph Hellwigbtrfs: handle completed ordered extents in btrfs_split_...
2023-06-19 Christoph Hellwigbtrfs: atomically insert the new extent in btrfs_split_...
2023-06-19 Christoph Hellwigbtrfs: split btrfs_alloc_ordered_extent to allocation...
2023-06-19 Christoph Hellwigbtrfs: return the new ordered_extent from btrfs_split_o...
2023-06-19 Christoph Hellwigbtrfs: reorder conditions in btrfs_extract_ordered_extent
2023-06-19 Christoph Hellwigbtrfs: move split_extent_map to extent_map.c
2023-06-19 Christoph Hellwigbtrfs: record orig_physical only for the original bio
2023-06-19 Christoph Hellwigbtrfs: optimize the logical to physical mapping for...
2023-06-19 Christoph Hellwigbtrfs: rename the bytenr field in struct btrfs_ordered_...
2023-06-19 Christoph Hellwigbtrfs: mark the len field in struct btrfs_ordered_sum...
2023-06-19 Christoph Hellwigbtrfs: don't call btrfs_record_physical_zoned for faile...
2023-06-19 Christoph Hellwigbtrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_...
2023-06-19 Filipe Mananabtrfs: make btrfs_destroy_delayed_refs() return void
2023-06-19 Filipe Mananabtrfs: remove unnecessary prototype declarations at...
2023-06-19 Filipe Mananabtrfs: use a single switch statement when initializing...
2023-06-19 Filipe Mananabtrfs: use bool type for delayed ref head fields that...
2023-06-19 Filipe Mananabtrfs: assert correct lock is held at btrfs_select_ref_...
2023-06-19 Filipe Mananabtrfs: get rid of label and goto at insert_delayed_ref()
2023-06-19 Filipe Mananabtrfs: make insert_delayed_ref() return a bool instead...
2023-06-19 Filipe Mananabtrfs: use a bool to track qgroup record insertion...
2023-06-19 Filipe Mananabtrfs: remove pointless in_tree field from struct btrfs...
2023-06-19 Filipe Mananabtrfs: remove unused is_head field from struct btrfs_de...
2023-06-19 Filipe Mananabtrfs: reorder some members of struct btrfs_delayed_ref...
2023-06-19 Qu Wenruobtrfs: use the same uptodate variable for end_bio_exten...
2023-06-19 Qu Wenruobtrfs: subpage: make alloc_extent_buffer() handle previ...
2023-06-19 David Sterbabtrfs: print assertion failure report and stack trace...
2023-06-19 Qu Wenruobtrfs: subpage: dump extra subpage bitmaps for debug
2023-06-19 Tejun Heobtrfs: use alloc_ordered_workqueue() to create ordered...
2023-06-19 David Sterbabtrfs: drop gfp from parameter extent state helpers
next