linux-block.git
2023-10-22 Kent Overstreetbcachefs: BTREE_ITER_FILTER_SNAPSHOTS is selected autom...
2023-10-22 Kent Overstreetbcachefs: Switch to __func__for recording where btree_t...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_journal_seq_blacklist_add()
2023-10-22 Kent Overstreetbcachefs: Add verbose log messages for journal read
2023-10-22 Kent Overstreetbcachefs: Improved superblock-related error messages
2023-10-22 Kent Overstreetbcachefs: Use kvmalloc() for array of sorted keys in...
2023-10-22 Kent Overstreetbcachefs: Make eytzinger size parameter more conventional
2023-10-22 Kent Overstreetbcachefs: Kill bch2_bset_fix_invalidated_key()
2023-10-22 Kent Overstreetbcachefs: Fix an assertion
2023-10-22 Kent Overstreetbcachefs: bch_dev->dev
2023-10-22 Kent Overstreetbcachefs: Simplify journal replay
2023-10-22 Kent Overstreetfixup! bcachefs: Factor out __bch2_btree_iter_set_pos()
2023-10-22 Kent Overstreetbcachefs: BTREE_ITER_WITH_JOURNAL
2023-10-22 Kent Overstreetbcachefs: Tweak journal reclaim order
2023-10-22 Kent Overstreetbcachefs: Make sure BCH_FS_FSCK_DONE gets set
2023-10-22 Kent Overstreetbcachefs: Improve error messages in superblock write...
2023-10-22 Kent Overstreetbcachefs: Log what we're doing when repairing
2023-10-22 Kent Overstreetbcachefs: Fix race between btree updates & journal...
2023-10-22 Kent Overstreetbcachefs: bch2_journal_entry_to_text()
2023-10-22 Kent Overstreetbcachefs: BCH_JSET_ENTRY_log
2023-10-22 Kent Overstreetbcachefs: Add error messages for memory allocation...
2023-10-22 Kent Overstreetbcachefs: Journal replay does't resort main list of...
2023-10-22 Kent Overstreetbcachefs: Add iter_flags arg to bch2_btree_delete_range()
2023-10-22 Kent Overstreetbcachefs: Add an error message for copygc spinning
2023-10-22 Kent Overstreetbcachefs: Fix keylist size in btree_update
2023-10-22 Kent Overstreetbcachefs: Improve error messages in device add path
2023-10-22 Kent Overstreetbcachefs: bch2_hprint(): don't print decimal if convers...
2023-10-22 Kent Overstreetbcachefs: Optimize bucket reuse
2023-10-22 Kent Overstreetbcachefs: Always check for bucket reuse after read
2023-10-22 Kent Overstreetbcachefs: bch2_journal_noflush_seq()
2023-10-22 Kent Overstreetbcachefs: Add a tracepoint for the btree cache shrinker
2023-10-22 Kent Overstreetbcachefs: Run scan_old_btree_nodes after version upgrade
2023-10-22 Kent Overstreetbcachefs: Update sysfs compression_stats for snapshots
2023-10-22 Kent Overstreetbcachefs: Kill bch2_ec_mem_alloc()
2023-10-22 Kent Overstreetbcachefs: Fix allocator + journal interaction
2023-10-22 Kent Overstreetbcachefs: New in-memory array for bucket gens
2023-10-22 Kent Overstreetbcachefs: Separate out gc_bucket()
2023-10-22 Kent Overstreetbcachefs: Put open_buckets in a hashtable
2023-10-22 Kent Overstreetbcachefs: Refactor open_bucket code
2023-10-22 Kent Overstreetbcachefs: bch2_alloc_sectors_append_ptrs() now takes...
2023-10-22 Kent Overstreetbcachefs: Delete some obsolete journal_seq_blacklist...
2023-10-22 Kent Overstreetbcachefs: Journal initialization fixes
2023-10-22 Kent Overstreetbcachefs: Use BTREE_ITER_NOPRESERVE in bch2_btree_iter_...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_journal_meta()
2023-10-22 Kent Overstreetbcachefs: bch2_journal_key_insert() no longer transfers...
2023-10-22 Kent Overstreetbcachefs: Kill ptr_bucket_mark()
2023-10-22 Kent Overstreetbcachefs: Don't start allocator threads too early
2023-10-22 Kent Overstreetbcachefs: bch2_bucket_alloc_new_fs() no longer depends...
2023-10-22 Kent Overstreetbcachefs: Rewrite bch2_bucket_alloc_new_fs()
2023-10-22 Kent Overstreetbcachefs: Kill non-lru cache replacement policies
2023-10-22 Kent Overstreetbcachefs: Fix a null ptr deref in bch2_inode_delete_keys()
2023-10-22 Kent Overstreetbcachefs: Turn encoded_extent_max into a regular option
2023-10-22 Kent Overstreetbcachefs: Option improvements
2023-10-22 Kent Overstreetbcachefs: Fix debugfs -bfloat-failed
2023-10-22 Kent Overstreetbcachefs: BTREE_ITER_NOPRESERVE
2023-10-22 Kent Overstreetbcachefs: Fix some shutdown path bugs
2023-10-22 Kent Overstreetbcachefs: Optimize memory accesses in bch2_btree_node_get()
2023-10-22 Kent Overstreetbcachefs: Make sure bch2_bucket_alloc_new_fs() obeys...
2023-10-22 Kent Overstreetbcachefs: Kill some obsolete sysfs code
2023-10-22 Kent Overstreetbcachefs: Don't call bch2_bkey_transform() unnecessarily
2023-10-22 Kent Overstreetbcachefs: Kill bch2_sort_repack_merge()
2023-10-22 Kent Overstreetbcachefs: Split out CONFIG_BCACHEFS_DEBUG_TRANSACTIONS
2023-10-22 Kent Overstreetbcachefs: Fix an assertion in bch2_truncate()
2023-10-22 Kent Overstreetbcachefs: Fix debug build in userspace
2023-10-22 Kent Overstreetbcachefs: Add missing bch2_trans_iter_exit() call
2023-10-22 Kent Overstreetbcachefs: Improve alloc_mem_to_key()
2023-10-22 Kent Overstreetbcachefs: bch2_alloc_write()
2023-10-22 Kent Overstreetbcachefs: Add more time_stats
2023-10-22 Kent Overstreetbcachefs: Print out OPT_SECTORS options in bytes
2023-10-22 Kent Overstreetbcachefs: Fix null ptr deref in fsck_inode_rm()
2023-10-22 Kent Overstreetbcachefs: Don't erasure code cached ptrs
2023-10-22 Kent Overstreetbcachefs: Split out struct gc_stripe from struct stripe
2023-10-22 Kent Overstreetbcachefs: Convert a BUG_ON() to a warning
2023-10-22 Kent Overstreetbcachefs: bch2_trans_update() is now __must_check
2023-10-22 Kent Overstreetbcachefs: Make __bch2_journal_debug_to_text() more...
2023-10-22 Kent Overstreetbcachefs: Specify filesystem options
2023-10-22 Kent Overstreetbcachefs: Fix copygc sectors_to_move calculation
2023-10-22 Kent Overstreetbcachefs: Convert journal sysfs params to regular options
2023-10-22 Kent Overstreetbcachefs: Fix btree_path leaks in bch2_trans_update()
2023-10-22 Kent Overstreetbcachefs: Erasure coding fixes
2023-10-22 Kent Overstreetbcachefs: Handle replica marking fsck errors locally
2023-10-22 Kent Overstreetbcachefs: Push c->mark_lock usage down to where it...
2023-10-22 Kent Overstreetbcachefs: Kill bch2_replicas_delta_list_marked()
2023-10-22 Kent Overstreetbcachefs: Fix reflink path for snapshots
2023-10-22 Kent Overstreetbcachefs: Convert bucket_alloc_ret to negative error...
2023-10-22 Kent Overstreetbcachefs: Fix page state after fallocate
2023-10-22 Kent Overstreetbcachefs: Fix page state when reading into !PageUptodat...
2023-10-22 Kent Overstreetbcachefs: Kill PAGE_SECTOR_SHIFT
2023-10-22 Kent Overstreetbcachefs: Apply workaround for too many btree iters...
2023-10-22 Kent Overstreetbcachefs: Fix quota support for snapshots
2023-10-22 Kent Overstreetbcachefs: SECTOR_DIRTY_RESERVED
2023-10-22 Kent Overstreetbcachefs: Fix i_sectors_leak in bch2_truncate_page
2023-10-22 Kent Overstreetbcachefs: Fix an i_sectors accounting bug
2023-10-22 Kent Overstreetbcachefs: Fix BCH_FS_ERROR flag handling
2023-10-22 Kent Overstreetbcachefs: Add a bit of missing repair code
2023-10-22 Kent Overstreetbcachefs: Fix error reporting from bch2_journal_flush_seq
2023-10-22 Kent Overstreetbcachefs: Run insert triggers before overwrite triggers
2023-10-22 Kent Overstreetbcachefs: Disk space accounting fix on brand-new fs
2023-10-22 Kent Overstreetbcachefs: Also log device name in userspace
2023-10-22 Kent Overstreetbcachefs: Update export_operations for snapshots
next