linux-block.git
2023-10-22 Kent Overstreetsix locks: Expose tracepoint IP
2023-10-22 Kent Overstreetbcachefs: bch2_trans_in_restart_error()
2023-10-22 Kent Overstreetbcachefs: Improve btree node read error path
2023-10-22 Kent Overstreetbcachefs: Fix bch2_trans_reset_updates()
2023-10-22 Kent Overstreetbcachefs: Inline bch2_btree_path_traverse() fastpath
2023-10-22 Kent Overstreetbcachefs: Fix hash_check_key()
2023-10-22 Kent Overstreetbcachefs: Don't emit tracepoints for expected events
2023-10-22 Kent Overstreetbcachefs: Use trylock in bch2_prt_backtrace()
2023-10-22 Kent Overstreetbcachefs: bch2_inode_opts_get()
2023-10-22 Kent Overstreetbcachefs: Fix bch_alloc_to_text()
2023-10-22 Kent Overstreetbcachefs: Better inlining in core write path
2023-10-22 Kent Overstreetbcachefs: Better inlining for bch2_alloc_to_v4_mut
2023-10-22 Kent Overstreetbcachefs: Improve btree_reserve_get_fail tracepoint
2023-10-22 Kent Overstreetbcachefs: Fix bch2_bucket_alloc_early()
2023-10-22 Kent Overstreetbcachefs: Check for lru entries with time=0
2023-10-22 Kent Overstreetbcachefs: Fix rereplicate when we already have a cached...
2023-10-22 Kent Overstreetbcachefs: Fix repair path in bch2_mark_reflink_p()
2023-10-22 Kent Overstreetbcachefs: Dump transaction updates before panicing
2023-10-22 Kent Overstreetbcachefs: Kill fs_usage_apply_warn()
2023-10-22 Kent Overstreetbcachefs: debug: Fix some locking bugs
2023-10-22 Kent Overstreetbcachefs: Convert EAGAIN errors to private error codes
2023-10-22 Kent Overstreetbcachefs: Convert EROFS errors to private error codes
2023-10-22 Kent Overstreetbcachefs: Fix compat path for old inode formats
2023-10-22 Kent Overstreetbcachefs: bch2_trans_relock_notrace()
2023-10-22 Kent Overstreetbcachefs: btree_iter->ip_allocated
2023-10-22 Kent Overstreetbcachefs: key cache: Don't hold btree locks while using...
2023-10-22 Kent Overstreetbcachefs: Improve bkey_cached_lock_for_evict()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_path_traverse_all()
2023-10-22 Kent Overstreetbcachefs: Delete a faulty assertion
2023-10-22 Kent Overstreetbcachefs: Kill bch2_extent_trim_atomic() usage
2023-10-22 Kent Overstreetbcachefs: Plumb saw_error through to btree_err()
2023-10-22 Kent Overstreetbcachefs: Convert btree_err() to a function
2023-10-22 Kent Overstreetbcachefs: fix fsck error
2023-10-22 Kent Overstreetbcachefs: Make log message at startup a bit cleaner
2023-10-22 Kent Overstreetbcachefs: Log more messages in the journal
2023-10-22 Kent Overstreetbcachefs: bch2_btree_trans_to_text(): print blocked...
2023-10-22 Kent Overstreetbcachefs: Fix some memcpy() warnings
2023-10-22 Kent Overstreetbcachefs: Be less restrictive when validating journal...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_journal_flush_device_pins()
2023-10-22 Kent Overstreetbcachefs: Fix for long running btree transactions ...
2023-10-22 Kent Overstreetbcachefs: Add a missing bch2_err_str() call
2023-10-22 Kent Overstreetbcachefs: Add some unlikely() annotations
2023-10-22 Kent Overstreetbcachefs: New btree helpers
2023-10-22 Kent Overstreetbcachefs: Allow for more btrees
2023-10-22 Kent Overstreetbcachefs: Recover from blacklisted journal entries
2023-10-22 Kent Overstreetbcachefs: Fix btree_gc when multiple passes required
2023-10-22 Kent Overstreetbcachefs: Fix error path in bch2_trans_commit_write_loc...
2023-10-22 Kent Overstreetbcachefs: bch2_trans_revalidate_updates_in_node()
2023-10-22 Kent Overstreetbcachefs: bkey_min(), bkey_max()
2023-10-22 Kent Overstreetbcachefs: More errcode cleanup
2023-10-22 Kent Overstreetbcachefs: Suppress -EROFS messages when shutting down
2023-10-22 Kent Overstreetbcachefs: Add a missing bch2_btree_path_traverse()...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_journal_keys_peek_upto()
2023-10-22 Kent Overstreetbcachefs: Kill btree_insert_ret enum
2023-10-22 Kent Overstreetbcachefs: Fix a btree iter assertion pop
2023-10-22 Kent Overstreetbcachefs: Simplify journal read path
2023-10-22 Kent Overstreetbcachefs: Fix a "no journal entries found" bug
2023-10-22 Kent Overstreetbcachefs: Don't error out when just reading the journal
2023-10-22 Kent Overstreetbcachefs: Fix a livelock in key cache fill path
2023-10-22 Kent Overstreetbcachefs: Key cache now works for snapshots btrees
2023-10-22 Kent Overstreetbcachefs: Bring back BTREE_ITER_CACHED_NOFILL
2023-10-22 Kent Overstreetbcachefs: Kill __btree_trans_peek_key_cache()
2023-10-22 Kent Overstreetbcachefs: bch2_btree_path_peek_slot_exact()
2023-10-22 Kent Overstreetbcachefs: Fix __btree_trans_peek_key_cache()
2023-10-22 Kent Overstreetbcachefs: New bpos_cmp(), bkey_cmp() replacements
2023-10-22 Kent Overstreetbcachefs: New magic number
2023-10-22 Kent Overstreetbcachefs: extents no longer require special handling...
2023-10-22 Kent Overstreetbcachefs: Fix BCH_IOCTL_DISK_SET_STATE
2023-10-22 Kent Overstreetbcachefs: Don't set accessed bit on btree node fill
2023-10-22 Kent Overstreetbcachefs: Fix an include
2023-10-22 Kent Overstreetbcachefs: Kill BCH_FEATURE_incompressible
2023-10-22 Kent Overstreetbcachefs: Better inlining in bch2_time_stats_update()
2023-10-22 Kent Overstreetbcachefs: Optimize bch2_trans_iter_init()
2023-10-22 Kent Overstreetbcachefs: More dio inlining
2023-10-22 Kent Overstreetbcachefs: Kill some unneeded references to c->flags
2023-10-22 Kent Overstreetbcachefs: Improve bch2_inode_opts_to_opts()
2023-10-22 Kent Overstreetbcachefs: Better inlining in bch2_subvolume_get_snapshot()
2023-10-22 Kent Overstreetbcachefs: Inline bch2_bkey_format_add_key()
2023-10-22 Kent Overstreetbcachefs: Tiny bch2_trans_update_by_path_trace() optimi...
2023-10-22 Kent Overstreetbcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUG
2023-10-22 Kent Overstreetbcachefs: Split out __bch2_btree_node_get()
2023-10-22 Kent Overstreetbcachefs: Handle last journal write being torn
2023-10-22 Kent Overstreetbcachefs: Improve journal_read() logging
2023-10-22 Kent Overstreetbcachefs: Fix a transaction path overflow
2023-10-22 Kent Overstreetbcachefs: Fix a race with b->write_type
2023-10-22 Kent Overstreetbcachefs: Error message improvement
2023-10-22 Kent Overstreetbcachefs: Improve a few warnings
2023-10-22 Kent Overstreetbcachefs: Fix for_each_btree_key2()
2023-10-22 Kent Overstreetbcachefs: Btree split improvement
2023-10-22 Kent Overstreetbcachefs: Fix return code from btree_path_traverse_one()
2023-10-22 Kent Overstreetbcachefs: Minor dio write path improvements
2023-10-22 Kent Overstreetbcachefs: Quota: Don't allocate memory under lock
2023-10-22 Kent Overstreetbcachefs: Fix a use after free
2023-10-22 Kent Overstreetbcachefs: Delete atomic_inc_bug()
2023-10-22 Kent Overstreetbcachefs: Fixes for building in userspace
2023-10-22 Kent Overstreetbcachefs: Factor out two_state_shared_lock
2023-10-22 Kent Overstreetbcachefs: Kill BCH_WRITE_FLUSH
2023-10-22 Kent Overstreetbcachefs: bch2_trans_commit_bkey_invalid()
2023-10-22 Kent Overstreetbcachefs: Kill bch2_alloc_sectors_start()
2023-10-22 Kent Overstreetbcachefs: Improve __bch2_btree_path_make_mut()
next