btrfs: properly clear end of the unreserved range in cow_file_range
[platform/kernel/linux-rpi.git] / fs /
2023-08-10 Christoph Hellwigbtrfs: properly clear end of the unreserved range in...
2023-08-10 Christoph Hellwigbtrfs: don't wait for writeback on clean pages in exten...
2023-08-10 Christoph Hellwigbtrfs: don't stop integrity writeback too early
2023-08-10 Josef Bacikbtrfs: wait for actual caching progress during allocation
2023-07-26 Filipe Mananabtrfs: check for commit error at btrfs_attach_transacti...
2023-07-24 Filipe Mananabtrfs: check if the transaction was aborted at btrfs_wa...
2023-07-24 Filipe Mananabtrfs: remove BUG_ON()'s in add_new_free_space()
2023-07-20 Filipe Mananabtrfs: account block group tree when calculating global...
2023-07-20 Naohiro Aotabtrfs: zoned: do not enable async discard
2023-07-18 Filipe Mananabtrfs: fix warning when putting transaction with qgroup...
2023-07-18 Christoph Hellwigbtrfs: fix ordered extent split error handling in btrfs...
2023-07-18 Josef Bacikbtrfs: set_page_extent_mapped after read_folio in btrfs...
2023-07-18 Qu Wenruobtrfs: raid56: always verify the P/Q contents for scrub
2023-07-18 Filipe Mananabtrfs: use irq safe locking when running and adding...
2023-07-18 Filipe Mananabtrfs: fix iput() on error pointer after error during...
2023-07-18 Filipe Mananabtrfs: fix double iput() on inode after an error during...
2023-07-18 Filipe Mananabtrfs: zoned: fix memory leak after finding block group...
2023-07-11 Filipe Mananabtrfs: fix use-after-free of new block group that becam...
2023-07-11 Christoph Hellwigbtrfs: be a bit more careful when setting mirror_num_re...
2023-07-11 Josef Bacikbtrfs: fix race between balance and cancel/pause
2023-06-19 Filipe Mananabtrfs: fix race between quota disable and relocation
2023-06-19 Filipe Mananabtrfs: add comment to struct btrfs_fs_info::dirty_cowon...
2023-06-19 Filipe Mananabtrfs: fix race when deleting free space root from...
2023-06-19 Filipe Mananabtrfs: fix race when deleting quota root from the dirty...
2023-06-19 Naohiro Aotabtrfs: tracepoints: also show actual number of the...
2023-06-19 Jeff Laytonbtrfs: update i_version in update_dev_time
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...
next