linux-block.git
2023-10-22 Kent Overstreetbcachefs: Don't BUG_ON() btree topology error
2023-10-22 Kent Overstreetbcachefs: Fix repair leading to replicas not marked
2023-10-22 Kent Overstreetbcachefs: Lookup/create lost+found lazily
2023-10-22 Kent Overstreetbcachefs: Don't BUG() in update_replicas
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock on journal reclaim
2023-10-22 Kent Overstreetbcachefs: Update bch2_btree_verify()
2023-10-22 Kent Overstreetbcachefs: Fix two btree iterator leaks
2023-10-22 Kent Overstreetbcachefs: Punt btree writes to workqueue to submit
2023-10-22 Kent Overstreetbcachefs: Fix a use after free
2023-10-22 Kent Overstreetbcachefs: Fix for btree_gc repairing interior btree...
2023-10-22 Kent Overstreetbcachefs: Preallocate trans mem in bch2_migrate_index_u...
2023-10-22 Kent Overstreetbcachefs: Allocator refactoring
2023-10-22 Kent Overstreetbcachefs: Always check for invalid bkeys in trans commi...
2023-10-22 Kent Overstreetbcachefs: Check that keys are in the correct btrees
2023-10-22 Kent Overstreetbcachefs: Handle errors in bch2_trans_mark_update()
2023-10-22 Kent Overstreetbcachefs: Allocator thread doesn't need gc_lock anymore
2023-10-22 Kent Overstreetbcachefs: gc shouldn't care about owned_by_allocator
2023-10-22 Kent Overstreetbcachefs: Refactor bchfs_fallocate() to not nest btree_...
2023-10-22 Kent Overstreetbcachefs: Fix an unused var warning in userspace
2023-10-22 Kent Overstreetbcachefs: Fix some small memory leaks
2023-10-22 Kent Overstreetbcachefs: Simplify fsck remove_dirent()
2023-10-22 Kent Overstreetbcachefs: Fix transaction restarts due to upgrading...
2023-10-22 Kent Overstreetbcachefs: Fix journal reclaim loop
2023-10-22 Kent Overstreetbcachefs: Fix an RCU splat
2023-10-22 Kent Overstreetbcachefs: Simplify bch2_set_nr_journal_buckets()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_trans_mark_dev_sb()
2023-10-22 Kent Overstreetbcachefs: Improve trans_restart_mem_realloced tracepoint
2023-10-22 Kent Overstreetbcachefs: Don't downgrade iterators in bch2_trans_get_i...
2023-10-22 Kent Overstreetbcachefs: Improve bch2_btree_iter_traverse_all()
2023-10-22 Kent Overstreetbcachefs: Fix journal_reclaim_wait_done()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_gc_done() error messages
2023-10-22 Kent Overstreetbcachefs: Don't call bch2_btree_iter_traverse() unneces...
2023-10-22 Kent Overstreetbcachefs: Better iterator picking
2023-10-22 Kent Overstreetbcachefs: Drop old style btree node coalescing
2023-10-22 Kent Overstreetbcachefs: Add a perf test for multiple updates per...
2023-10-22 Kent Overstreetbcachefs: Ensure bucket gen gc completes
2023-10-22 Kent Overstreetbcachefs: Add the status of bucket gen gc to sysfs
2023-10-22 Kent Overstreetbcachefs: Fix heap overrun in bch2_fs_usage_read()...
2023-10-22 Kent Overstreetbcachefs: BCH_BEATURE_atomic_nlink is obsolete
2023-10-22 Kent Overstreetbcachefs: Improved check_directory_structure()
2023-10-22 Kent Overstreetbcachefs: Fix fsck to not use bch2_link_trans()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_trans_relock()
2023-10-22 Kent Overstreetbcachefs: Redo check_nlink fsck pass
2023-10-22 Kent Overstreetbcachefs: Inode backpointers are now required
2023-10-22 Kent Overstreetbcachefs: Simplify hash table checks
2023-10-22 Kent Overstreetbcachefs: Check inodes at start of fsck
2023-10-22 Kent Overstreetbcachefs: Fix BTREE_ITER_NOT_EXTENTS
2023-10-22 Kent Overstreetbcachefs: Fix bch2_gc_btree_gens()
2023-10-22 Kent Overstreetbcachefs: Make sure to kick journal reclaim when we...
2023-10-22 Kent Overstreetbcachefs: Don't wait for ALLOC_SCAN_BATCH buckets in...
2023-10-22 Kent Overstreetbcachefs: Drop bch2_fsck_inode_nlink()
2023-10-22 Kent Overstreetbcachefs: Move some dirent checks to bch2_dirent_invalid()
2023-10-22 Kent Overstreetbcachefs: Improve bset compaction
2023-10-22 Kent Overstreetbcachefs: Don't flush btree writes more aggressively...
2023-10-22 Kent Overstreetbcachefs: Eliminate more PAGE_SIZE uses
2023-10-22 Kent Overstreetbcachefs: Increase BSET_CACHELINE to 256 bytes
2023-10-22 Kent Overstreetbcachefs: Fix a startup race
2023-10-22 Kent Overstreetbcachefs: Fix an uninitialized variable
2023-10-22 Kent Overstreetbcachefs: kill bset_tree->max_key
2023-10-22 Kent Overstreetbcachefs: Eliminate memory barrier from fast path of...
2023-10-22 Kent Overstreetbcachefs: Drop some memset() calls
2023-10-22 Kent Overstreetbcachefs: Kill bch2_fs_usage_scratch_get()
2023-10-22 Kent Overstreetbcachefs: Fix livelock calling bch2_mark_bkey_replicas()
2023-10-22 Kent Overstreetbcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
2023-10-22 Kent Overstreetbcachefs: Fix journal deadlock
2023-10-22 Kent Overstreetbcachefs: Fix this_cpu_ptr() usage
2023-10-22 Kent Overstreetbcachefs: Increase commality between BTREE_ITER_NODES...
2023-10-22 Kent Overstreetbcachefs: Fix BTREE_FOREGROUND_MERGE_HYSTERESIS
2023-10-22 Kent Overstreetbcachefs: Drop trans->nounlock
2023-10-22 Kent Overstreetbcachefs: Move btree node merging to before transaction...
2023-10-22 Kent Overstreetbcachefs: bch2_foreground_maybe_merge() now correctly...
2023-10-22 Kent Overstreetbcachefs: Kill bch2_btree_node_get_sibling()
2023-10-22 Kent Overstreetbcachefs: Change where merging of interior btree nodes...
2023-10-22 Kent Overstreetbcachefs: Improve bch2_btree_update_start()
2023-10-22 Kent Overstreetbcachefs: Add a sysfs var for average btree write size
2023-10-22 Kent Overstreetbcachefs: Improve bch2_trans_relock()
2023-10-22 Kent Overstreetbcachefs: Move btree lock debugging to slowpath fn
2023-10-22 Kent Overstreetbcachefs: Don't make foreground writes wait behind...
2023-10-22 Kent Overstreetbuckets.c fixups XXX squash
2023-10-22 Kent Overstreetbcachefs: Add repair code for out of order keys in...
2023-10-22 Kent Overstreetbcachefs: Free iterator in bch2_btree_delete_range_trans()
2023-10-22 Kent Overstreetbcachefs: Have journal reclaim thread flush more aggres...
2023-10-22 Kent Overstreetbcachefs: Don't use bch2_inode_find_by_inum() in move.c
2023-10-22 Kent Overstreetbcachefs: Change inode allocation code for snapshots
2023-10-22 Kent Overstreetbcachefs: Inode backpointers
2023-10-22 Kent Overstreetbcachefs: Start using bpos.snapshot field
2023-10-22 Kent Overstreetbcachefs: Split out bpos_cmp() and bkey_cmp()
2023-10-22 Kent Overstreetbcachefs: Add a mechanism for running callbacks at...
2023-10-22 Kent Overstreetbcachefs: btree key cache locking improvements
2023-10-22 Kent Overstreetbcachefs: Simplify btree_node_iter_init_pack_failed()
2023-10-22 Kent Overstreetbcachefs: Fix for bch2_trans_commit() unlocking when...
2023-10-22 Kent Overstreetbcachefs: Fix packed bkey format calculation for new...
2023-10-22 Kent Overstreetbcachefs: Fix building of aux search trees
2023-10-22 Kent Overstreetbcachefs: Generate better bkey formats when splitting...
2023-10-22 Kent Overstreetbcachefs: Drop bkey noops
2023-10-22 Kent Overstreetbcachefs: Increase default journal size
2023-10-22 Kent Overstreetbcachefs: Use pcpu mode of six locks for interior nodes
2023-10-22 Kent Overstreetbcachefs: Split btree_iter_traverse and bch2_btree_iter...
2023-10-22 Kent Overstreetbcachefs: Improve inode deletion code
2023-10-22 Kent Overstreetbcachefs: Add an .invalid method for bch2_btree_ptr_v2
next