1. b65db75 bcachefs: Enumerate fsck errors by Kent Overstreet · 1 year, 2 months ago
  2. b0b5bbf bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarily by Kent Overstreet · 1 year, 2 months ago
  3. 6bd68ec bcachefs: Heap allocate btree_trans by Kent Overstreet · 1 year, 3 months ago
  4. 1f70225 bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid callbacks by Nathan Chancellor · 1 year, 3 months ago
  5. e46c181 bcachefs: Convert more code to bch_err_msg() by Kent Overstreet · 1 year, 3 months ago
  6. 8e877ca bcachefs: Split out snapshot.c by Kent Overstreet · 1 year, 4 months ago
  7. ae2e13d bcachefs: bch2_run_explicit_recovery_pass() by Kent Overstreet · 1 year, 5 months ago
  8. 93de9e9 bcachefs: Inline bch2_snapshot_is_ancestor() fast path by Kent Overstreet · 1 year, 5 months ago
  9. 6132c84 bcachefs: is_ancestor bitmap by Kent Overstreet · 1 year, 5 months ago
  10. 8479938 bcachefs: Convert snapshot table to RCU array by Kent Overstreet · 1 year, 5 months ago
  11. f26c67f bcachefs: Snapshot depth, skiplist fields by Kent Overstreet · 1 year, 6 months ago
  12. 067d228 bcachefs: Enumerate recovery passes by Kent Overstreet · 1 year, 5 months ago
  13. 8726dc9 bcachefs: Change check for invalid key types by Kent Overstreet · 1 year, 6 months ago
  14. 73bd774 bcachefs: Assorted sparse fixes by Kent Overstreet · 1 year, 5 months ago
  15. 0fb3355 bcachefs: Improve bch2_bkey_make_mut() by Kent Overstreet · 1 year, 6 months ago
  16. 1bb3c2a bcachefs: New error message helpers by Kent Overstreet · 1 year, 6 months ago
  17. 253748a bcachefs: snapshot_to_text() includes snapshot tree by Kent Overstreet · 1 year, 6 months ago
  18. e47a390 bcachefs: Convert -ENOENT to private error codes by Kent Overstreet · 1 year, 7 months ago
  19. cb1b479 bcachefs: Fix quotas + snapshots by Kent Overstreet · 1 year, 8 months ago
  20. 653693b bcachefs: Add otime, parent to bch_subvolume by Kent Overstreet · 1 year, 9 months ago
  21. 1c59b48 bcachefs: BTREE_ID_snapshot_tree by Kent Overstreet · 1 year, 9 months ago
  22. 51e84d3 bcachefs: bch2_bkey_get_empty_slot() by Kent Overstreet · 1 year, 8 months ago
  23. f12a798 bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update() by Kent Overstreet · 1 year, 8 months ago
  24. f8cb35f bcachefs: bch2_bkey_alloc() now calls bch2_trans_update() by Kent Overstreet · 1 year, 8 months ago
  25. 34dfa5d bcachefs: bch2_bkey_get_mut() improvements by Kent Overstreet · 1 year, 8 months ago
  26. bcb79a5 bcachefs: bch2_bkey_get_iter() helpers by Kent Overstreet · 1 year, 8 months ago
  27. 174f930 bcachefs: bkey_ops.min_val_size by Kent Overstreet · 1 year, 8 months ago
  28. 8bff987 bcachefs: use dedicated workqueue for tasks holding write refs by Brian Foster · 1 year, 9 months ago
  29. 65d48e3 bcachefs: Private error codes: ENOMEM by Kent Overstreet · 1 year, 9 months ago
  30. ae1f562 bcachefs: Mark new snapshots earlier in create path by Kent Overstreet · 1 year, 9 months ago
  31. 2611a04 bcachefs: bch2_mark_key() now takes btree_id & level by Kent Overstreet · 1 year, 10 months ago
  32. 19d6521 bcachefs: bch2_mark_snapshot() now called like other triggers by Kent Overstreet · 1 year, 10 months ago
  33. facafdc bcachefs: Change bkey_invalid() rw param to flags by Kent Overstreet · 2 years ago
  34. d94189a bcachefs: Debug mode for c->writes references by Kent Overstreet · 1 year, 10 months ago
  35. 994ba47 bcachefs: New btree helpers by Kent Overstreet · 2 years, 1 month ago
  36. 78c0b75 bcachefs: More errcode cleanup by Kent Overstreet · 2 years, 1 month ago
  37. e88a75e bcachefs: New bpos_cmp(), bkey_cmp() replacements by Kent Overstreet · 2 years, 1 month ago
  38. 98638ff bcachefs: Better inlining in bch2_subvolume_get_snapshot() by Kent Overstreet · 2 years, 1 month ago
  39. a101957 bcachefs: More style fixes by Kent Overstreet · 2 years, 2 months ago
  40. 098ef98 bcachefs: Add private error codes for ENOSPC by Kent Overstreet · 2 years, 3 months ago
  41. c59d66b bcachefs: Fix bch2_fs_check_snapshots() by Kent Overstreet · 2 years, 4 months ago
  42. 31301dd bcachefs: Fix missing error handling in bch2_subvolume_delete() by Kent Overstreet · 2 years, 4 months ago
  43. 549d173 bcachefs: EINTR -> BCH_ERR_transaction_restart by Kent Overstreet · 2 years, 5 months ago
  44. d4bf5ee bcachefs: Use bch2_err_str() in error messages by Kent Overstreet · 2 years, 5 months ago
  45. 6738dd1 bcachefs: Convert subvol code to for_each_btree_key_commit() by Kent Overstreet · 2 years, 5 months ago
  46. a178332 bcachefs: for_each_btree_key2() by Kent Overstreet · 2 years, 5 months ago
  47. 35f1a50 bcachefs: Improve fsck for subvols/snapshots by Kent Overstreet · 2 years, 5 months ago
  48. 4ab35c3 bcachefs: Fix subvol/snapshot deleting in recovery by Kent Overstreet · 2 years, 5 months ago
  49. 597dee1 bcachefs: Switch data_update path to snapshot_id_list by Kent Overstreet · 2 years, 5 months ago
  50. 416cc42 bcachefs: Fix snapshot deletion by Kent Overstreet · 2 years, 5 months ago
  51. e68914c bcachefs: Rename __bch2_trans_do() -> commit_do() by Kent Overstreet · 2 years, 5 months ago
  52. a3d7afa bcachefs: Always use percpu_ref_tryget_live() on c->writes by Kent Overstreet · 2 years, 6 months ago
  53. 401ec4d bcachefs: Printbuf rework by Kent Overstreet · 1 year, 11 months ago
  54. 275c842 bcachefs: Add rw to .key_invalid() by Kent Overstreet · 2 years, 9 months ago
  55. f0ac7df bcachefs: Convert .key_invalid methods to printbufs by Kent Overstreet · 2 years, 9 months ago
  56. 81cdc8f3 bcachefs: Fix error path in bch2_snapshot_set_equiv() by Kent Overstreet · 2 years, 9 months ago
  57. 91d961b bcachefs: darrays by Kent Overstreet · 2 years, 9 months ago
  58. 7f6ff93 bcachefs: New snapshot unit test by Kent Overstreet · 3 years ago
  59. c4ecf80 bcachefs: Fix an error path in bch2_snapshot_node_create() by Kent Overstreet · 3 years ago
  60. 94a3e1a bcachefs: bch2_trans_update() is now __must_check by Kent Overstreet · 3 years ago
  61. 9ca4853 bcachefs: Fix quota support for snapshots by Kent Overstreet · 3 years, 2 months ago
  62. 904823d bcachefs: Convert bch2_mark_key() to take a btree_trans * by Kent Overstreet · 3 years, 2 months ago
  63. 41f9b7d bcachefs: Move bch2_evict_subvolume_inodes() to fs.c by Kent Overstreet · 3 years, 2 months ago
  64. 2027875 bcachefs: Add BCH_SUBVOLUME_UNLINKED by Kent Overstreet · 3 years, 2 months ago
  65. ca130b9 bcachefs: Fix a cache coherency bug in bch2_subvolume_create() by Kent Overstreet · 3 years, 2 months ago
  66. 97996dd bcachefs: bch2_subvolume_get() by Kent Overstreet · 3 years, 3 months ago
  67. 14b393e bcachefs: Subvolumes, snapshots by Kent Overstreet · 3 years, 9 months ago