linux-2.6-block.git
2023-10-22 Kent Overstreetbcachefs: Reduce iter->trans usage
2023-10-22 Kent Overstreetbcachefs: bch2_dump_trans_iters_updates()
2023-10-22 Kent Overstreetbcachefs: Ensure iter->real_pos is consistent with...
2023-10-22 Kent Overstreetbcachefs: Add SPOS_MAX to bpos_to_text()
2023-10-22 Kent Overstreetbcachefs: Free iterator if we have duplicate
2023-10-22 Kent Overstreetbcachefs: Fix unhandled transaction restart in bch2_gc_...
2023-10-22 Brett Holmanbcachefs: add progress stats to sysfs
2023-10-22 Brett Holmanbcachefs: Fix 32 bit build failures
2023-10-22 Kent Overstreetbcachefs: Be sure to check ptr->dev in copygc pred...
2023-10-22 Kent Overstreetbcachefs: Disk space accounting fix
2023-10-22 Kent Overstreetbcachefs: Fix a valgrind conditional jump
2023-10-22 Kent Overstreetbcachefs: Minor btree iter refactoring
2023-10-22 Kent Overstreetbcachefs: Fix btree_trans_peek_updates()
2023-10-22 Kent Overstreetbcachefs: Fix an unhandled transaction restart
2023-10-22 Kent Overstreetbcachefs: Ensure that new inodes hit underlying btree
2023-10-22 Kent Overstreetbcachefs: Add flags field to bch2_inode_to_text()
2023-10-22 Kent Overstreetbcachefs: Keep a sorted list of btree iterators
2023-10-22 Kent Overstreetbcachefs: Zero out mem_ptr field in btree ptr keys...
2023-10-22 Kent Overstreetbcachefs: Don't drop read locks at transaction commit...
2023-10-22 Kent Overstreetbcachefs: traverse_all() shouldn't be restarting the...
2023-10-22 Kent Overstreetbcachefs: Kill BTREE_INSERT_NOUNLOCK
2023-10-22 Kent Overstreetbcachefs: Btree splits no longer automatically cause...
2023-10-22 Kent Overstreetbcachefs: __bch2_trans_commit() no longer calls bch2_tr...
2023-10-22 Kent Overstreetbcachefs: Ensure btree_iter_traverse() obeys iter-...
2023-10-22 Kent Overstreetbcachefs: bch2_btree_iter_traverse() shouldn't normally...
2023-10-22 Kent Overstreetbcachefs: trans->restarted
2023-10-22 Kent Overstreetbcachefs: Change lockrestart_do() to always call bch2_t...
2023-10-22 Kent Overstreetbcachefs: Clean up interior update paths
2023-10-22 Kent Overstreetbcachefs: Use bch2_trans_begin() more consistently
2023-10-22 Kent Overstreetbcachefs: Always check for transaction restarts
2023-10-22 Kent Overstreetbcachefs: traverse_all() is responsible for clearing...
2023-10-22 Kent Overstreetbcachefs: bch2_trans_relock() only relocks iters that...
2023-10-22 Kent Overstreetbcachefs: Don't traverse iterators in __bch2_trans_commit()
2023-10-22 Kent Overstreetbcachefs: Add an option for btree node mem ptr optimization
2023-10-22 Kent Overstreetbcachefs: Minor tracepoint improvements
2023-10-22 Kent Overstreetbcachefs: bch2_btree_iter_relock_intent()
2023-10-22 Kent Overstreetbcachefs: Use bch2_trans_do() in bch2_btree_key_cache_j...
2023-10-22 Kent Overstreetbcachefs: Fix a btree iterator leak
2023-10-22 Kent Overstreetbcachefs: Pretty-ify bch2_bkey_val_to_text()
2023-10-22 Kent Overstreetbcachefs: Don't squash return code in check_dirents()
2023-10-22 Kent Overstreetbcachefs: Use bch2_inode_find_by_inum() in truncate
2023-10-22 Kent Overstreetbcachefs: Handle lock restarts in bch2_xattr_get()
2023-10-22 Kent Overstreetbcachefs: Don't downgrade in traverse()
2023-10-22 Kent Overstreetbcachefs: BSET_OFFSET()
2023-10-22 Kent OverstreetRevert "bcachefs: statfs bfree and bavail should be...
2023-10-22 Kent Overstreetbcachefs: Update btree ptrs after every write
2023-10-22 Kent Overstreetbcachefs: Improve btree_bad_header() error message
2023-10-22 Kent Overstreetbcachefs: Fixes for unit tests
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_iter_rewind()
2023-10-22 Kent Overstreetbcachefs: Improvements to fsck check_dirents()
2023-10-22 Kent Overstreetbcachefs: Tighten up btree_iter locking assertions
2023-10-22 Kent Overstreetbcachefs: Fix a memory leak in the dio write path
2023-10-22 Kent Overstreetbcachefs: Add an option for whether inodes use the...
2023-10-22 Kent Overstreetbcachefs: Fix an allocator shutdown deadlock
2023-10-22 Kent Overstreetbcachefs: Add safe versions of varint encode/decode
2023-10-22 Kent Overstreetbcachefs: Add open_buckets to sysfs
2023-10-22 Kent Overstreetbcachefs: Ensure bad d_type doesn't oops in bch2_dirent...
2023-10-22 Kent Overstreetbcachefs: Kick off btree node writes from write completions
2023-10-22 Kent Overstreetbcachefs: Mask out unknown compat features when going...
2023-10-22 Kent Overstreetbcachefs: Really don't hold btree locks while btree...
2023-10-22 Kent Overstreetbcachefs: Regularize argument passing of btree_trans
2023-10-22 Dan Robertsonbcachefs: docs: add docs for bch2_trans_reset
2023-10-22 Dan Robertsonbcachefs: set disk state should check new_state
2023-10-22 Kent Overstreetbcachefs: BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
2023-10-22 Kent Overstreetbcachefs: bch2_d_types[]
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_iter_peek_slot() assertion
2023-10-22 Kent Overstreetbcachefs: Split out SPOS_MAX
2023-10-22 jpsolliebcachefs: add bcachefs xxhash support
2023-10-22 jpsolliebcachefs: Prepare checksums for more advanced algorithms
2023-10-22 Tobias Geerinckx... bcachefs: Enforce SYS_CAP_ADMIN within ioctls
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_iter_peek_prev()
2023-10-22 Dan Robertsonbcachefs: Fix bch2_acl_chmod() cleanup on error
2023-10-22 Dan Robertsonbcachefs: statfs bfree and bavail should be the same
2023-10-22 Kent Overstreetbcachefs: Fix shift-by-64 in bch2_bkey_format_validate()
2023-10-22 Dan Robertsonbcachefs: fix truncate without a size change
2023-10-22 Dan Robertsonbcachefs: fix ifdef for x86_64 asm
2023-10-22 Dan Robertsonbcachefs: ensure iter->should_be_locked is set
2023-10-22 Christopher... bcachefs: Fix unused variable warning when !BCACHEFS_DEBUG
2023-10-22 Kent Overstreetbcachefs: Use memalloc_nofs_save() in bch2_read_endio()
2023-10-22 Kent Overstreetbcachefs: Fix btree_node_read_all_replicas() error...
2023-10-22 Kent Overstreetbcachefs: Don't loop into topology repair
2023-10-22 Kent Overstreetbcachefs: Don't ratelimit certain fsck errors
2023-10-22 Dan Robertsonbcachefs: ensure iter->should_be_locked is set
2023-10-22 Kent Overstreetbcachefs: Don't disable preemption unnecessarily
2023-10-22 Kent Overstreetbcachefs: Extensive triggers cleanups
2023-10-22 Kent Overstreetbcachefs: fix truncate with ATTR_MODE
2023-10-22 Kent Overstreetbcachefs: Improve iter->should_be_locked
2023-10-22 Kent Overstreetbcachefs: Kill __btree_delete_at()
2023-10-22 Kent Overstreetbcachefs: Make sure bch2_trans_mark_update uses correct...
2023-10-22 Kent Overstreetbcachefs: Fix a memory leak in dio write path
2023-10-22 Janpieter Solliebcachefs: fix a possible bcachefs checksum mapping...
2023-10-22 Kent Overstreetbcachefs: Clear iter->should_be_locked in bch2_trans_reset
2023-10-22 Kent Overstreetbcachefs: Don't underflow c->sectors_available
2023-10-22 Kent Overstreetbcachefs: Kill bch2_btree_iter_peek_cached()
2023-10-22 Kent Overstreetbcachefs: Allow shorter JSET_ENTRY_dev_usage entries
2023-10-22 Dan Robertsonbcachefs: mount: fix null deref with null devname
2023-10-22 Kent Overstreetbcachefs: Fix null ptr deref when splitting compressed...
2023-10-22 Kent Overstreetbcachefs: Fix overflow in journal_replay_entry_early
2023-10-22 Kent Overstreetbcachefs: Always zero memory from bch2_trans_kmalloc()
2023-10-22 Kent Overstreetbcachefs: Merging for indirect extents
next