linux-2.6-block.git
2024-07-29 Filipe Mananabtrfs: fix corruption after buffer fault in during...
2024-07-29 Naohiro Aotabtrfs: zoned: fix zone_unusable accounting on making...
2024-07-29 Naohiro Aotabtrfs: do not subtract delalloc from avail bytes
2024-07-29 Boris Burkovbtrfs: make cow_file_range_inline() honor locked_page...
2024-07-25 Filipe Mananabtrfs: fix corrupt read due to bad offset of a compress...
2024-07-25 Qu Wenruobtrfs: tree-checker: validate dref root and objectid
2024-07-19 Qu Wenruobtrfs: change BTRFS_MOUNT_* flags to 64bit type
2024-07-11 Filipe Mananabtrfs: fix extent map use-after-free when adding pages...
2024-07-11 Filipe Mananabtrfs: fix bitmap leak when loading free space cache...
2024-07-11 Qu Wenruobtrfs: remove the BUG_ON() inside extent_range_clear_di...
2024-07-11 Qu Wenruobtrfs: move extent_range_clear_dirty_for_io() into...
2024-07-11 David Sterbabtrfs: enhance compression error messages
2024-07-11 Filipe Mananabtrfs: fix data race when accessing the last_trans...
2024-07-11 Qu Wenruobtrfs: rename the extra_gfp parameter of btrfs_alloc_pa...
2024-07-11 Qu Wenruobtrfs: remove the extra_gfp parameter from btrfs_alloc_...
2024-07-11 Qu Wenruobtrfs: introduce new "rescue=ignoresuperflags" mount...
2024-07-11 Qu Wenruobtrfs: introduce new "rescue=ignoremetacsums" mount...
2024-07-11 Qu Wenruobtrfs: output the unrecognized super block flags as hex
2024-07-11 Qu Wenruobtrfs: remove unused Opt enums
2024-07-11 Qu Wenruobtrfs: tree-checker: add extra ram_bytes and disk_num_b...
2024-07-11 Qu Wenruobtrfs: fix the ram_bytes assignment for truncated order...
2024-07-11 Qu Wenruobtrfs: make validate_extent_map() catch ram_bytes mismatch
2024-07-11 Qu Wenruobtrfs: ignore incorrect btrfs_file_extent_item::ram_bytes
2024-07-11 Qu Wenruobtrfs: cleanup the bytenr usage inside btrfs_extent_ite...
2024-07-11 Mark Harmstonebtrfs: fix typo in error message in btrfs_validate_super()
2024-07-11 Filipe Mananabtrfs: move the direct IO code into its own file
2024-07-11 David Sterbabtrfs: pass a btrfs_inode to btrfs_set_prop()
2024-07-11 David Sterbabtrfs: pass a btrfs_inode to btrfs_compress_heuristic()
2024-07-11 David Sterbabtrfs: switch btrfs_ordered_extent::inode to struct...
2024-07-11 David Sterbabtrfs: switch btrfs_pending_snapshot::dir to btrfs_inode
2024-07-11 David Sterbabtrfs: pass a btrfs_inode to btrfs_ioctl_send()
2024-07-11 David Sterbabtrfs: switch btrfs_block_group::inode to struct btrfs_...
2024-07-11 David Sterbabtrfs: pass a btrfs_inode to is_data_inode()
2024-07-11 David Sterbabtrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_...
2024-07-11 David Sterbabtrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_...
2024-07-11 Johannes Thumshirnbtrfs: remove raid-stripe-tree encoding field from...
2024-07-11 Qu Wenruobtrfs: print-tree: add generation and type dump for...
2024-07-11 Boris Burkovbtrfs: urgent periodic reclaim pass
2024-07-11 Boris Burkovbtrfs: prevent pathological periodic reclaim loops
2024-07-11 Boris Burkovbtrfs: periodic block_group reclaim
2024-07-11 Boris Burkovbtrfs: dynamic block_group reclaim threshold
2024-07-11 Boris Burkovbtrfs: store fs_info in space_info
2024-07-11 Boris Burkovbtrfs: report reclaim stats in sysfs
2024-07-11 David Sterbabtrfs: qgroup: warn about inconsistent qgroups when...
2024-07-11 David Sterbabtrfs: qgroup: preallocate memory before adding a relation
2024-07-11 David Sterbabtrfs: abort transaction on errors in btrfs_free_chunk()
2024-07-11 David Sterbabtrfs: only print error message when checking item...
2024-07-11 David Sterbabtrfs: abort transaction if we don't find extref in...
2024-07-11 Filipe Mananabtrfs: avoid allocating and running pointless delayed...
2024-07-11 Boris Burkovbtrfs: preallocate ulist memory for qgroup rsv
2024-07-11 Filipe Mananabtrfs: don't BUG_ON() when 0 reference count at btrfs_l...
2024-07-11 Filipe Mananabtrfs: reduce nesting for extent processing at btrfs_lo...
2024-07-11 Filipe Mananabtrfs: remove superfluous metadata check at btrfs_looku...
2024-07-11 Filipe Mananabtrfs: replace BUG_ON() with error handling at update_r...
2024-07-11 Filipe Mananabtrfs: simplify setting the full backref flag at update...
2024-07-11 Filipe Mananabtrfs: remove NULL transaction support for btrfs_lookup...
2024-07-11 Filipe Mananabtrfs: use label to deduplicate error path at btrfs_for...
2024-07-11 Filipe Mananabtrfs: do not BUG_ON() when freeing tree block after...
2024-07-11 Filipe Mananabtrfs: remove super block argument from btrfs_iget_locked()
2024-07-11 Filipe Mananabtrfs: remove super block argument from btrfs_iget_path()
2024-07-11 Filipe Mananabtrfs: remove super block argument from btrfs_iget()
2024-07-11 Qu Wenruobtrfs: subpage: remove the unused error bitmap dumping
2024-07-11 Qu Wenruobtrfs: uapi: record temporary super flags used by btrfstune
2024-07-11 Josef Bacikbtrfs: add documentation around snapshot delete
2024-07-11 Josef Bacikbtrfs: handle errors from btrfs_dec_ref() properly
2024-07-11 Josef Bacikbtrfs: convert correctness BUG_ON()'s to ASSERT()'s...
2024-07-11 Josef Bacikbtrfs: clean up our handling of refs == 0 in snapshot...
2024-07-11 Josef Bacikbtrfs: replace BUG_ON with ASSERT in walk_down_proc()
2024-07-11 Josef Bacikbtrfs: handle errors from ref mods during UPDATE_BACKRE...
2024-07-11 Josef Bacikbtrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_...
2024-07-11 Josef Bacikbtrfs: extract the reference dropping code into it...
2024-07-11 Josef Bacikbtrfs: unify logic to decide if we need to walk down...
2024-07-11 Josef Bacikbtrfs: remove local variable need_account in do_walk_down()
2024-07-11 Josef Bacikbtrfs: factor out eb uptodate check from do_walk_down()
2024-07-11 Josef Bacikbtrfs: push lookup_info into struct walk_control
2024-07-11 Josef Bacikbtrfs: use btrfs_read_extent_buffer() in do_walk_down()
2024-07-11 Josef Bacikbtrfs: remove all extra btrfs_check_eb_owner() calls
2024-07-11 Josef Bacikbtrfs: don't do extra find_extent_buffer() in do_walk_d...
2024-07-11 Filipe Mananabtrfs: avoid transaction commit on any fsync after...
2024-07-11 Filipe Mananabtrfs: remove pointless code when creating and deleting...
2024-07-11 Johannes Thumshirnbtrfs: pass reloc_control to setup_relocation_extent_ma...
2024-07-11 Johannes Thumshirnbtrfs: pass a struct reloc_control to prealloc_file_ext...
2024-07-11 Johannes Thumshirnbtrfs: don't pass fs_info to describe_relocation()
2024-07-11 Johannes Thumshirnbtrfs: pass a reloc_control to relocate_one_folio()
2024-07-11 Johannes Thumshirnbtrfs: pass a reloc_control to relocate_file_extent_clu...
2024-07-11 Johannes Thumshirnbtrfs: pass reloc_control to relocate_data_extent()
2024-07-11 Filipe Mananabtrfs: update panic message when splitting ordered...
2024-07-11 Filipe Mananabtrfs: mark ordered extent insertion failure checks...
2024-07-11 Filipe Mananabtrfs: avoid removal and re-insertion of split ordered...
2024-07-11 Filipe Mananabtrfs: add comment about locking to btrfs_split_ordered...
2024-07-11 Filipe Mananabtrfs: reduce critical section at btrfs_wait_ordered_ex...
2024-07-11 Filipe Mananabtrfs: reduce critical section at btrfs_wait_ordered_ro...
2024-07-11 David Sterbabtrfs: constify pointer parameters where applicable
2024-07-11 Qu Wenruobtrfs: do not directly include rwlock_types.h
2024-07-11 Qu Wenruobtrfs: cleanup recursive include of the same header
2024-07-11 Junchao Sunbtrfs: qgroup: delete a TODO about using kmem cache...
2024-07-11 Qu Wenruobtrfs: make extent_write_locked_range() handle subpage...
2024-07-11 Qu Wenruobtrfs: do not clear page dirty inside extent_write_lock...
2024-07-11 Qu Wenruobtrfs: lock subpage ranges in one go for writepage_dela...
2024-07-11 Qu Wenruobtrfs: subpage: introduce helpers to handle subpage...
next