linux-block.git
2023-10-22 Kent Overstreetbcachefs: Better superblock opt validation
2023-10-22 Kent Overstreetbcachefs: x-macro metadata version enum
2023-10-22 Kent Overstreetbcachefs: Fix large key cache keys
2023-10-22 Kent Overstreetbcachefs: Convert some WARN_ONs to WARN_ON_ONCE
2023-10-22 Kent Overstreetbcachefs: Restore journal write point at startup
2023-10-22 Kent Overstreetbcachefs: darrays
2023-10-22 Kent Overstreetbcachefs: Fix BTREE_TRIGGER_WANTS_OLD_AND_NEW
2023-10-22 Kent Overstreetbcachefs: Move trigger fns to bkey_ops
2023-10-22 Kent Overstreetbcachefs: Revalidate pointer to old bkey val before...
2023-10-22 Kent Overstreetbcachefs: bch2_trans_updates_to_text()
2023-10-22 Kent Overstreetbcachefs: bch2_trans_inconsistent()
2023-10-22 Kent Overstreetbcachefs: Drop !did_work path from do_btree_insert_one()
2023-10-22 Kent Overstreetbcachefs: bch2_btree_iter_peek_upto()
2023-10-22 Kent Overstreetbcachefs: Delay setting path->should_be_locked
2023-10-22 Kent Overstreetbcachefs: Add a missing wakeup
2023-10-22 Kent Overstreetbcachefs: Allocate journal buckets sequentially
2023-10-22 Kent Overstreetbcachefs: bch2_journal_log_msg()
2023-10-22 Kent Overstreetbcachefs: Change flags param to bch2_btree_delete_range...
2023-10-22 Kent Overstreetbcachefs: Fix lock ordering under traverse_all()
2023-10-22 Kent Overstreetbcachefs: Fix error handling in traverse_all()
2023-10-22 Kent Overstreetbcachefs: Fix dio write path with loopback dio mode
2023-10-22 Kent Overstreetbcachefs: Use bio_iov_vecs_to_alloc()
2023-10-22 Kent Overstreetbcachefs: Revert UUID format-specifier change
2023-10-22 Kent Overstreetbcachefs: Skip periodic wakeup of journal reclaim when...
2023-10-22 Kent Overstreetbcachefs: Check for rw before setting opts via sysfs
2023-10-22 Kent Overstreetbcachefs: Fix pr_tab_rjust()
2023-10-22 Kent Overstreetbcachefs: Don't keep around btree_paths unnecessarily
2023-10-22 Kent Overstreetbcachefs: Don't arm journal->write_work when journal...
2023-10-22 Kent Overstreetbcachefs: Convert bch2_sb_to_text to master option...
2023-10-22 Kent Overstreetbcachefs: Fix transaction path overflow in fiemap
2023-10-22 Daniel Hillbcachefs: respect superblock discard flag.
2023-10-22 Kent Overstreetbcachefs: Fix usage of six lock's percpu mode
2023-10-22 Kent Overstreetbcachefs: Refactor bch2_btree_node_mem_alloc()
2023-10-22 Kent Overstreetbcachefs: Simplify parameters to bch2_btree_update_start()
2023-10-22 Kent Overstreetbcachefs: Make bch2_btree_cache_scan() try harder
2023-10-22 Kent Overstreetbcachefs: Finish writing journal after journal error
2023-10-22 Kent Overstreetbcachefs: __journal_entry_close() never fails
2023-10-22 Kent Overstreetbcachefs: Refactor journal code to not use unwritten_idx
2023-10-22 Kent Overstreetbcachefs: Journal seq now incremented at entry open...
2023-10-22 Kent Overstreetbcachefs: Drop unneeded journal pin in bch2_btree_updat...
2023-10-22 Kent Overstreetbcachefs: bch2_journal_halt() now takes journal lock
2023-10-22 Kent Overstreetbcachefs: Kill JOURNAL_NEED_WRITE
2023-10-22 Kent Overstreetbcachefs: Delete some dead journal code
2023-10-22 Kent Overstreetbcachefs: Fix a use after free
2023-10-22 Kent Overstreetbcachefs: Fix a memory leak
2023-10-22 Kent Overstreetbcachefs: Fix race leading to btree node write getting...
2023-10-22 Kent Overstreetbcachefs: Kill bch2_btree_node_write_cond()
2023-10-22 Kent Overstreetbcachefs: Improve btree_node_write_if_need()
2023-10-22 Kent Overstreetbcachefs: Fix locking in btree_node_write_done()
2023-10-22 Kent Overstreetbcachefs: Start moving debug info from sysfs to debugfs
2023-10-22 Kent Overstreetbcachefs: Improve struct journal layout
2023-10-22 Kent Overstreetbcachefs: Use x-macros for btree node flags
2023-10-22 Kent Overstreetbcachefs: Kill BCH_FS_HOLD_BTREE_WRITES
2023-10-22 Kent Overstreetbcachefs: Don't spin in journal reclaim
2023-10-22 Kent Overstreetbcachefs: Fix btree path sorting
2023-10-22 Kent Overstreetbcachefs: Fix journal_flush_done()
2023-10-22 Kent Overstreetbcachefs: Heap allocate printbufs
2023-10-22 Kent Overstreetbcachefs: Convert bch2_pd_controller_print_debug()...
2023-10-22 Kent Overstreetbcachefs: Improve debug assertion
2023-10-22 Kent Overstreetbcachefs: Fix bch2_journal_pins_to_text()
2023-10-22 Kent Overstreetbcachefs: Always clear should_be_locked in bch2_trans_b...
2023-10-22 Kent Overstreetbcachefs: Run alloc triggers last
2023-10-22 Kent Overstreetbcachefs: Trigger code uses stashed copy of old key
2023-10-22 Kent Overstreetbcachefs: Consolidate trigger code a bit
2023-10-22 Kent Overstreetbcachefs: bch2_trans_mark_key() now takes a bkey_i *
2023-10-22 Kent Overstreetbcachefs: Fix 32 bit build
2023-10-22 Kent Overstreetbcachefs: Improve some btree node read error messages
2023-10-22 Kent Overstreetbcachefs: Use unlikely() in err_on() macros
2023-10-22 Kent Overstreetbcachefs: Improve reflink repair code
2023-10-22 Kent Overstreetbcachefs: Normal update/commit path now works before...
2023-10-22 Kent Overstreetbcachefs: Revert "Ensure journal doesn't get stuck...
2023-10-22 Kent Overstreetbcachefs: Fix for journal getting stuck
2023-10-22 Kent Overstreetbcachefs: Set BTREE_NODE_SEQ() correctly in merge path
2023-10-22 Kent Overstreetbcachefs: Drop journal_write_compact()
2023-10-22 Kent Overstreetbcachefs: Btree key cache optimization
2023-10-22 Kent Overstreetbcachefs: Add tabstops to printbufs
2023-10-22 Kent Overstreetbcachefs: Fix a use after free
2023-10-22 Kent Overstreetbcachefs: Add .to_text() methods for all superblock...
2023-10-22 Kent Overstreetbcachefs: Kill bch_scnmemcpy()
2023-10-22 Kent Overstreetbcachefs: Don't issue discards when in nochanges mode
2023-10-22 Kent Overstreetbcachefs: opts.read_journal_only
2023-10-22 Kent Overstreetbcachefs: Change __bch2_trans_commit() to run triggers...
2023-10-22 Kent Overstreetbcachefs: Delete some flag bits that are no longer...
2023-10-22 Kent Overstreetbcachefs: Store logical location of journal entries
2023-10-22 Kent Overstreetbcachefs: Check for errors from crypto_skcipher_encrypt()
2023-10-22 Kent Overstreetbcachefs: Fix failure to allocate btree node in cache
2023-10-22 Kent Overstreetbcachefs: Change bch2_dev_lookup() to not use lookup_bdev()
2023-10-22 Kent Overstreetbcachefs: Only allocate buckets_nouse when requested
2023-10-22 Kent Overstreetbcachefs: Stale ptr cleanup is now done by gc_gens
2023-10-22 Kent Overstreetbcachefs: Improve journal_entry_btree_keys_to_text()
2023-10-22 Kent Overstreetbcachefs: Fix __btree_path_traverse_all
2023-10-22 Kent Overstreetbcachefs: Fix slow tracepoints
2023-10-22 Kent Overstreetbcachefs: Check for stale dirty pointer before reads
2023-10-22 Kent Overstreetbcachefs: Kill verify_not_stale()
2023-10-22 Kent Overstreetbcachefs: Fix __bch2_btree_node_lock
2023-10-22 Kent Overstreetbcachefs: Also show when blocked on write locks
2023-10-22 Kent Overstreetbcachefs: Delete redundant tracepoint
2023-10-22 Kent Overstreetbcachefs: Fix locking in data move path
2023-10-22 Kent Overstreetbcachefs: Kill bch2_bkey_debugcheck
2023-10-22 Kent Overstreetbcachefs: Print a better message for mark and sweep...
next