bcachefs: bkey_copy() is no longer a macro
[linux-block.git] / fs / bcachefs / btree_io.c
2023-11-05 Kent Overstreetbcachefs: bkey_copy() is no longer a macro
2023-11-02 Kent Overstreetbcachefs: Enumerate fsck errors
2023-11-02 Kent Overstreetbcachefs: Add IO error counts to bch_member
2023-10-31 Kent Overstreetbcachefs: bch2_btree_id_str()
2023-10-30 Linus TorvaldsMerge tag 'objtool-core-2023-10-28' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'sched-core-2023-10-28' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'locking-core-2023-10-28' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'x86_fpu_for_6.7_rc1' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'x86_platform_for_6.7_rc1' of git://git....
2023-10-30 Linus TorvaldsMerge tag 'x86_cpu_for_6.7_rc1' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'x86_cache_for_6.7_rc1' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'x86_bugs_for_6.7_rc1' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'ras_core_for_6.7_rc1' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'edac_updates_for_v6.7' of git://git./linux...
2023-10-30 Linus TorvaldsMerge tag 'bcachefs-2023-10-30' of https://evilpiepirat...
2023-10-22 Kent Overstreetbcachefs: Heap allocate btree_trans
2023-10-22 Kent Overstreetbcachefs: Fix W=12 build errors
2023-10-22 Kent Overstreetbcachefs: Break up io.c
2023-10-22 Kent Overstreetbcachefs: Array bounds fixes
2023-10-22 Kent Overstreetbcachefs: BCH_COMPAT_bformat_overflow_done no longer...
2023-10-22 Kent Overstreetbcachefs: Convert btree_err_type to normal error codes
2023-10-22 Kent Overstreetbcachefs: Fix btree_err() macro
2023-10-22 Kent Overstreetbcachefs: Log a message when running an explicit recove...
2023-10-22 Kent Overstreetbcachefs: bkey_format helper improvements
2023-10-22 Kent Overstreetbcachefs: Make topology repair a normal recovery pass
2023-10-22 Kent Overstreetbcachefs: bcachefs_metadata_version_major_minor
2023-10-22 Kent Overstreetbcachefs: Assorted sparse fixes
2023-10-22 Kent Overstreetbcachefs: Allow for unknown btree IDs
2023-10-22 Kent Overstreetbcachefs: bch2_version_compatible()
2023-10-22 Kent Overstreetbcachefs: Kill BTREE_INSERT_USE_RESERVE
2023-10-22 Kent Overstreetbcachefs: Fix btree node write error message
2023-10-22 Kent Overstreetbcachefs: GFP_NOIO -> GFP_NOFS
2023-10-22 Kent Overstreetsix locks: Kill six_lock_state union
2023-10-22 Kent Overstreetbcachefs: Drop a redundant error message
2023-10-22 Kent Overstreetbcachefs: Private error codes: ENOMEM
2023-10-22 Kent Overstreetbcachefs: Drop some anonymous structs, unions
2023-10-22 Kent Overstreetbcachefs: BKEY_PADDED_ONSTACK()
2023-10-22 Kent Overstreetbcachefs: Centralize btree node lock initialization
2023-10-22 Kent Overstreetbcachefs: Plumb btree_trans through btree cache code
2023-10-22 Kent Overstreetbcachefs: Add some logging for btree node rewrites...
2023-10-22 Kent Overstreetbcachefs: Nocow support
2023-10-22 Kent Overstreetbcachefs: Improve btree node read error path
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: New bpos_cmp(), bkey_cmp() replacements
2023-10-22 Kent Overstreetbcachefs: Fix a race with b->write_type
2023-10-22 Kent Overstreetbcachefs: More style fixes
2023-10-22 Kent Overstreetbcachefs: should_compact_all()
2023-10-22 Kent Overstreetbcachefs: Improved btree write statistics
2023-10-22 Kent Overstreetbcachefs: Write new btree nodes after parent update
2023-10-22 Kent Overstreetbcachefs: btree_err() now uses bch2_print_string_as_lines()
2023-10-22 Kent Overstreetbcachefs: New locking functions
2023-10-22 Kent Overstreetbcachefs: Add persistent counters for all tracepoints
2023-10-22 Kent Overstreetbcachefs: Always rebuild aux search trees when node...
2023-10-22 Olexa Bilaniukbcachefs: remove dead whiteout_u64s argument.
2023-10-22 Kent Overstreetbcachefs: Convert fsck errors to errcode.h
2023-10-22 Kent Overstreetbcachefs: Fix btree node read retries
2023-10-22 Kent Overstreetbcachefs: Printbuf rework
2023-10-22 Kent Overstreetbcachefs: Fix btree node read error path
2023-10-22 Kent Overstreetbcachefs: Print message on btree node read retry success
2023-10-22 Kent Overstreetbcachefs: Improve invalid bkey error message
2023-10-22 Kent Overstreetbcachefs: Shutdown path improvements
2023-10-22 Kent Overstreetbcachefs: Don't trigger extra assertions in journal...
2023-10-22 Kent Overstreetbcachefs: Add rw to .key_invalid()
2023-10-22 Kent Overstreetbcachefs: Convert .key_invalid methods to printbufs
2023-10-22 Kent Overstreetbcachefs: Freespace, need_discard btrees
2023-10-22 Kent Overstreetbcachefs: Add printf format attribute to bch2_pr_buf()
2023-10-22 Kent Overstreetbcachefs: x-macro metadata version enum
2023-10-22 Kent Overstreetbcachefs: Add a missing wakeup
2023-10-22 Kent Overstreetbcachefs: Fix usage of six lock's percpu mode
2023-10-22 Kent Overstreetbcachefs: Fix race leading to btree node write getting...
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: Kill BCH_FS_HOLD_BTREE_WRITES
2023-10-22 Kent Overstreetbcachefs: Heap allocate printbufs
2023-10-22 Kent Overstreetbcachefs: Improve some btree node read error messages
2023-10-22 Kent Overstreetbcachefs: Check for errors from crypto_skcipher_encrypt()
2023-10-22 Kent Overstreetbcachefs: Log & error message improvements
2023-10-22 Kent Overstreetbcachefs: Option improvements
2023-10-22 Kent Overstreetbcachefs: Kill bch2_sort_repack_merge()
2023-10-22 Kent Overstreetbcachefs: Fix debug build in userspace
2023-10-22 Kent Overstreetbcachefs: Fix some compiler warnings
2023-10-22 Kent Overstreetbcachefs: Clean up/rename bch2_trans_node_* fns
2023-10-22 Kent Overstreetbcachefs: Reduce iter->trans usage
2023-10-22 Kent Overstreetbcachefs: BSET_OFFSET()
2023-10-22 Kent Overstreetbcachefs: Update btree ptrs after every write
2023-10-22 Kent Overstreetbcachefs: Kick off btree node writes from write completions
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 Kent Overstreetbcachefs: Fix btree_node_read_all_replicas() error...
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock
2023-10-22 Kent Overstreetbcachefs: Split out btree_error_wq
2023-10-22 Kent Overstreetbcachefs: Fix an issue with inconsistent btree writes...
2023-10-22 Kent Overstreetbcachefs: Add a workqueue for btree io completions
2023-10-22 Kent Overstreetbcachefs: Add a debug mode that always reads from every...
2023-10-22 Dan Robertsonbcachefs: Fix oob write in __bch2_btree_node_write
2023-10-22 Kent Overstreetbcachefs: New and improved topology repair code
2023-10-22 Kent Overstreetbcachefs: Rewrite btree nodes with errors
next