linux-2.6-block.git
2024-07-11 Filipe Mananabtrfs: stop extent map shrinker if reschedule is needed
2024-07-11 Filipe Mananabtrfs: use delayed iput during extent map shrinking
2024-07-04 Boris Burkovbtrfs: fix folio refcount in __alloc_dummy_extent_buffer()
2024-07-04 Boris Burkovbtrfs: fix folio refcount in btrfs_do_encoded_write()
2024-07-02 Filipe Mananabtrfs: fix uninitialized return value in the ref-verify...
2024-07-02 Qu Wenruobtrfs: always do the basic checks for btrfs_qgroup_inhe...
2024-07-02 Naohiro Aotabtrfs: zoned: fix calc_available_free_space() for zoned...
2024-07-01 Naohiro Aotabtrfs: fix adding block group to a reclaim list and...
2024-06-24 Filipe Mananabtrfs: qgroup: fix quota root leak after quota disable...
2024-06-24 Qu Wenruobtrfs: scrub: handle RST lookup error correctly
2024-06-24 Naohiro Aotabtrfs: zoned: fix initial free space detection
2024-06-24 Filipe Mananabtrfs: use NOFS context when getting inodes during...
2024-06-13 Johannes Thumshirnbtrfs: zoned: allocate dummy checksums for zoned NODATA...
2024-06-13 Boris Burkovbtrfs: retry block group reclaim without infinite loop
2024-06-06 Qu Wenruobtrfs: protect folio::private when attaching extent...
2024-06-05 Filipe Mananabtrfs: fix leak of qgroup extent records after transact...
2024-06-05 Omar Sandovalbtrfs: fix crash on racing fsync and size-extending...
2024-05-28 Filipe Mananabtrfs: ensure fast fsync waits for ordered extents...
2024-05-21 Qu Wenruobtrfs: re-introduce 'norecovery' mount option
2024-05-15 Filipe Mananabtrfs: fix end of tree detection when searching for...
2024-05-15 Lu Yaobtrfs: scrub: initialize ret in scrub_simple_mirror...
2024-05-15 Filipe Mananabtrfs: zoned: fix use-after-free due to race with dev...
2024-05-15 Boris Burkovbtrfs: qgroup: fix qgroup id collision across mounts
2024-05-15 David Sterbabtrfs: qgroup: update rescan message levels and error...
2024-05-07 Dan Carpenterbtrfs: qgroup: fix initialization of auto inherit array
2024-05-07 Matthew Wilcox... btrfs: count super block write errors in device instead...
2024-05-07 Matthew Wilcox... btrfs: use the folio iterator in btrfs_end_super_write()
2024-05-07 Matthew Wilcox... btrfs: convert super block writes to folio in write_dev...
2024-05-07 Matthew Wilcox... btrfs: convert super block writes to folio in wait_dev_...
2024-05-07 Matthew Wilcox... bio: Export bio_add_folio_nofail to modules
2024-05-07 Thorsten Blumbtrfs: remove duplicate included header from fs.h
2024-05-07 Josef Bacikbtrfs: add a cached state to extent_clear_unlock_delalloc
2024-05-07 Josef Bacikbtrfs: push extent lock down in submit_one_async_extent
2024-05-07 Josef Bacikbtrfs: push lock_extent down in cow_file_range()
2024-05-07 Josef Bacikbtrfs: move can_cow_file_range_inline() outside of...
2024-05-07 Josef Bacikbtrfs: push lock_extent into cow_file_range_inline
2024-05-07 Josef Bacikbtrfs: push extent lock into cow_file_range
2024-05-07 Josef Bacikbtrfs: push extent lock into run_delalloc_cow
2024-05-07 Josef Bacikbtrfs: remove unlock_extent from run_delalloc_compressed
2024-05-07 Josef Bacikbtrfs: push extent lock down in run_delalloc_nocow
2024-05-07 Josef Bacikbtrfs: adjust while loop condition in run_delalloc_nocow
2024-05-07 Josef Bacikbtrfs: push extent lock into run_delalloc_nocow
2024-05-07 Josef Bacikbtrfs: push the extent lock into btrfs_run_delalloc_range
2024-05-07 Josef Bacikbtrfs: lock extent when doing inline extent in compression
2024-05-07 Josef Bacikbtrfs: move extent bit and page cleanup into cow_file_r...
2024-05-07 Josef Bacikbtrfs: unlock all the pages with successful inline...
2024-05-07 Josef Bacikbtrfs: push all inline logic into cow_file_range
2024-05-07 Josef Bacikbtrfs: handle errors in btrfs_reloc_clone_csums properly
2024-05-07 Qu Wenruobtrfs: add extra sanity checks for create_io_em()
2024-05-07 Qu Wenruobtrfs: simplify the inline extent map creation
2024-05-07 Qu Wenruobtrfs: add extra comments on extent_map members
2024-05-07 Naohiro Aotabtrfs: drop unused argument of calcu_metadata_size()
2024-05-07 Anand Jainbtrfs: simplify return variables in btrfs_drop_subtree()
2024-05-07 Anand Jainbtrfs: simplify return variables in lookup_extent_data_...
2024-05-07 Anand Jainbtrfs: rename return variables in btrfs_qgroup_rescan_w...
2024-05-07 Anand Jainbtrfs: drop variable err in quick_update_accounting()
2024-05-07 Anand Jainbtrfs: reuse ret instead of err in relocate_tree_blocks()
2024-05-07 Anand Jainbtrfs: rename err and ret to ret in build_backref_tree()
2024-05-07 Anand Jainbtrfs: rename werr and err to ret in __btrfs_wait_marke...
2024-05-07 Anand Jainbtrfs: rename werr and err to ret in btrfs_write_marked...
2024-05-07 Anand Jainbtrfs: report filemap_fdata<write|wait>_range() error
2024-05-07 David Sterbabtrfs: use btrfs_is_testing() everywhere
2024-05-07 Filipe Mananabtrfs: initialize delayed inodes xarray without GFP_ATOMIC
2024-05-07 Filipe Mananabtrfs: make try_release_extent_mapping() return a bool
2024-05-07 Filipe Mananabtrfs: be better releasing extent maps at try_release_e...
2024-05-07 Filipe Mananabtrfs: remove i_size restriction at try_release_extent_...
2024-05-07 Filipe Mananabtrfs: use btrfs_get_fs_generation() at try_release_ext...
2024-05-07 Filipe Mananabtrfs: rename some variables at try_release_extent_mapp...
2024-05-07 Filipe Mananabtrfs: add tracepoints for extent map shrinker events
2024-05-07 Filipe Mananabtrfs: update comment for btrfs_set_inode_full_sync...
2024-05-07 Filipe Mananabtrfs: add a shrinker for extent maps
2024-05-07 Filipe Mananabtrfs: add a global per cpu counter to track number...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to try_merge_map()
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to setup_extent...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to replace_exte...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to remove_exten...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to clear_em_log...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to add_extent_m...
2024-05-07 Josef Bacikbtrfs: change root->root_key.objectid to btrfs_root_id()
2024-05-07 Josef Bacikbtrfs: set start on clone before calling copy_extent_bu...
2024-05-07 Josef Bacikbtrfs: replace btrfs_delayed_*_ref with btrfs_*_ref
2024-05-07 Josef Bacikbtrfs: remove the btrfs_delayed_ref_node container...
2024-05-07 Josef Bacikbtrfs: stop referencing btrfs_delayed_tree_ref directly
2024-05-07 Josef Bacikbtrfs: stop referencing btrfs_delayed_data_ref directly
2024-05-07 Josef Bacikbtrfs: make the insert backref helpers take a btrfs_del...
2024-05-07 Josef Bacikbtrfs: drop unnecessary arguments from __btrfs_free_extent
2024-05-07 Josef Bacikbtrfs: make __btrfs_inc_extent_ref take a btrfs_delayed...
2024-05-07 Josef Bacikbtrfs: rename btrfs_data_ref->ino to ->objectid
2024-05-07 Josef Bacikbtrfs: move ->parent and ->ref_root into btrfs_delayed_...
2024-05-07 Josef Bacikbtrfs: rename ->len to ->num_bytes in btrfs_ref
2024-05-07 Josef Bacikbtrfs: unify the btrfs_add_delayed_*_ref helpers into...
2024-05-07 Josef Bacikbtrfs: simplify delayed ref tracepoints
2024-05-07 Josef Bacikbtrfs: move ref specific initialization into init_delay...
2024-05-07 Josef Bacikbtrfs: initialize btrfs_delayed_ref_head with btrfs_ref
2024-05-07 Josef Bacikbtrfs: pass btrfs_ref to init_delayed_ref_common
2024-05-07 Josef Bacikbtrfs: move ref_root into btrfs_ref
2024-05-07 Josef Bacikbtrfs: do not use a function to initialize btrfs_ref
2024-05-07 Josef Bacikbtrfs: embed data_ref and tree_ref in btrfs_delayed_ref...
2024-05-07 Josef Bacikbtrfs: add a helper to get the delayed ref node from...
2024-05-07 Filipe Mananabtrfs: use btrfs_find_first_inode() at btrfs_prune_dent...
next