Age | Commit message (Expand) | Author |
2023-10-22 | bcachefs: Improve invalid bkey error message | Kent Overstreet |
2023-10-22 | bcachefs: Shutdown path improvements | Kent Overstreet |
2023-10-22 | bcachefs: Don't trigger extra assertions in journal replay | Kent Overstreet |
2023-10-22 | bcachefs: Add rw to .key_invalid() | Kent Overstreet |
2023-10-22 | bcachefs: Convert .key_invalid methods to printbufs | Kent Overstreet |
2023-10-22 | bcachefs: Freespace, need_discard btrees | Kent Overstreet |
2023-10-22 | bcachefs: Add printf format attribute to bch2_pr_buf() | Kent Overstreet |
2023-10-22 | bcachefs: x-macro metadata version enum | Kent Overstreet |
2023-10-22 | bcachefs: Add a missing wakeup | Kent Overstreet |
2023-10-22 | bcachefs: Fix usage of six lock's percpu mode | Kent Overstreet |
2023-10-22 | bcachefs: Fix race leading to btree node write getting stuck | Kent Overstreet |
2023-10-22 | bcachefs: Improve btree_node_write_if_need() | Kent Overstreet |
2023-10-22 | bcachefs: Fix locking in btree_node_write_done() | Kent Overstreet |
2023-10-22 | bcachefs: Start moving debug info from sysfs to debugfs | Kent Overstreet |
2023-10-22 | bcachefs: Kill BCH_FS_HOLD_BTREE_WRITES | Kent Overstreet |
2023-10-22 | bcachefs: Heap allocate printbufs | Kent Overstreet |
2023-10-22 | bcachefs: Improve some btree node read error messages | Kent Overstreet |
2023-10-22 | bcachefs: Check for errors from crypto_skcipher_encrypt() | Kent Overstreet |
2023-10-22 | bcachefs: Log & error message improvements | Kent Overstreet |
2023-10-22 | bcachefs: Option improvements | Kent Overstreet |
2023-10-22 | bcachefs: Kill bch2_sort_repack_merge() | Kent Overstreet |
2023-10-22 | bcachefs: Fix debug build in userspace | Kent Overstreet |
2023-10-22 | bcachefs: Fix some compiler warnings | Kent Overstreet |
2023-10-22 | bcachefs: Clean up/rename bch2_trans_node_* fns | Kent Overstreet |
2023-10-22 | bcachefs: Reduce iter->trans usage | Kent Overstreet |
2023-10-22 | bcachefs: BSET_OFFSET() | Kent Overstreet |
2023-10-22 | bcachefs: Update btree ptrs after every write | Kent Overstreet |
2023-10-22 | bcachefs: Kick off btree node writes from write completions | Kent Overstreet |
2023-10-22 | bcachefs: Really don't hold btree locks while btree IOs are in flight | Kent Overstreet |
2023-10-22 | bcachefs: Regularize argument passing of btree_trans | Kent Overstreet |
2023-10-22 | bcachefs: Fix btree_node_read_all_replicas() error handling | Kent Overstreet |
2023-10-22 | bcachefs: Fix a deadlock | Kent Overstreet |
2023-10-22 | bcachefs: Split out btree_error_wq | Kent Overstreet |
2023-10-22 | bcachefs: Fix an issue with inconsistent btree writes after unclean shutdown | Kent Overstreet |
2023-10-22 | bcachefs: Add a workqueue for btree io completions | Kent Overstreet |
2023-10-22 | bcachefs: Add a debug mode that always reads from every btree replica | Kent Overstreet |
2023-10-22 | bcachefs: Fix oob write in __bch2_btree_node_write | Dan Robertson |
2023-10-22 | bcachefs: New and improved topology repair code | Kent Overstreet |
2023-10-22 | bcachefs: Rewrite btree nodes with errors | Kent Overstreet |
2023-10-22 | bcachefs: Punt btree writes to workqueue to submit | Kent Overstreet |
2023-10-22 | bcachefs: Improve bset compaction | Kent Overstreet |
2023-10-22 | bcachefs: Add a sysfs var for average btree write size | Kent Overstreet |
2023-10-22 | bcachefs: Add repair code for out of order keys in a btree node. | Kent Overstreet |
2023-10-22 | bcachefs: Start using bpos.snapshot field | Kent Overstreet |
2023-10-22 | bcachefs: Split out bpos_cmp() and bkey_cmp() | Kent Overstreet |
2023-10-22 | bcachefs: Drop bkey noops | Kent Overstreet |
2023-10-22 | bcachefs: Validate bset version field against sb version fields | Kent Overstreet |
2023-10-22 | bcachefs: Require all btree iterators to be freed | Kent Overstreet |
2023-10-22 | bcachefs: Use bch2_bpos_to_text() more consistently | Kent Overstreet |
2023-10-22 | bcachefs: Use x-macros for more enums | Kent Overstreet |