summaryrefslogtreecommitdiff
path: root/libbcachefs/btree_update_leaf.c
AgeCommit message (Collapse)Author
2021-02-20Update bcachefs sources to 9b77e72c47 bcachefs: Extents may now cross btree ↵Kent Overstreet
node boundaries
2021-02-12Update bcachefs sources to 5e73602f6c bcachefs: Fix for fsck hangingKent Overstreet
2021-01-25Update bcachefs sources to 313b24b652 bcachefs: Fix an assertionKent Overstreet
2021-01-08Update bcachefs sources to fcf8a0889c bcachefs: bch2_alloc_write() should be ↵Kent Overstreet
writing for all devices
2020-12-19Update bcachefs sources to 5241335413 bcachefs: Fix for spinning in journal ↵Kent Overstreet
reclaim on startup
2020-12-04Update bcachefs sources to e1d0fb8c5f bcachefs: Don't require flush/fua on ↵Kent Overstreet
every journal write
2020-12-03Update bcachefs sources to 0010403265 bcachefs: Fix spurious alloc errors on ↵Kent Overstreet
forced shutdown
2020-11-30Update bcachefs sources to 021e62a098 bcachefs: Fix error in filesystem ↵Kent Overstreet
initialization
2020-11-16Update bcachefs sources to d1fd471830 bcachefs: Add more debug checksKent Overstreet
2020-11-07Update bcachefs sources to 1d669389f7 bcachefs: use a radix tree for inum ↵Kent Overstreet
bitmap in fsck
2020-10-23Update bcachefs sources to ff83eed5f5 bcachefs: Fix bch2_mark_stripe()Kent Overstreet
2020-08-24Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal ↵Kent Overstreet
read error paths
2020-07-02Update bcachefs sources to f385d13bf8 fixup! bcachefs: Fix ↵Kent Overstreet
bch2_extent_can_insert() not being called
2020-06-29Update bcachefs sources to 9f34144308 bcachefs: Refactor dio write code to ↵Kent Overstreet
reinit bch_write_op
2020-06-15Update bcachefs sources to 4837f82ee1 bcachefs: Use cached iterators for ↵Kent Overstreet
alloc btree
2020-06-03Update bcachefs sources to c9b4a210f9 fixup! bcachefs: Fixes for going ROKent Overstreet
2020-04-04Update bcachefs sources to a27d7265e7 bcachefs: Fix a debug mode assertionKent Overstreet
2020-04-04Update bcachefs sources to 7bfc741f64 bcachefs: Fix a null ptr deref during ↵Kent Overstreet
journal replay
2020-03-30Update bcachefs sources to 275cba438e bcachefs: Fix inodes pass in fsckKent Overstreet
2020-03-25Update bcachefs sources to fd637ebda0 bcachefs: Journal updates to interior ↵Kent Overstreet
nodes
2020-03-17Update bcachefs sources to b47904df3c bcachefs: Clear ↵Kent Overstreet
BCH_FEATURE_extents_above_btree_updates on clean shutdown
2020-03-15Update bcachefs sources to d9bb516b2d bcachefs: Move extent overwrite ↵Kent Overstreet
handling out of core btree code
2020-03-02Update bcachefs sources to 4a4139a563 bcachefs: Fix ↵Kent Overstreet
extent_sort_fix_overlapping()
2020-02-26Update bcachefs sources to 1210f6c925 bcachefs: BCH_SB_FEATURES_ALLKent Overstreet
2020-02-22Update bcachefs sources to 9017d85854 bcachefs: btree_ptr_v2Kent Overstreet
2020-01-21Update bcachefs sources to 3cd63315a6 bcachefs: Track incompressible dataKent Overstreet
2020-01-06Update bcachefs sources to d763e8ab17 bcachefs: Don't lose needs_whiteout in ↵Kent Overstreet
overwrite path
2020-01-04Update bcachefs sources to c9eb15545d bcachefs: Don't call trans_iter_put() ↵Kent Overstreet
on error pointer
2019-12-28Update bcachefs sources to 1569db10e2 bcachefs: Use KEY_TYPE_deleted ↵Kent Overstreet
whitouts for extents
2019-12-28Update bcachefs sources to cfb41d25c7 bcachefs: Add an assertion to track ↵Kent Overstreet
down a heisenbug
2019-12-16Update bcachefs sources to fbb669e9de bcachefs: Kill btree_node_iter_largeKent Overstreet
2019-11-17Update bcachefs sources to d372ddcbfa bcachefs: Reorganize extents.cKent Overstreet
2019-11-04Update bcachefs sources to 9e76e8d98c bcachefs: Fix uninitialized field in ↵Kent Overstreet
hash_check_init()
2019-10-12Update bcachefs sources to de906c3e2e bcachefs: Fix iterator counting for ↵Kent Overstreet
reflink pointers (again)
2019-10-10Update bcachefs sources to 7e03c1ab0e bcachefs: Kill bchfs_extent_update()Kent Overstreet
2019-10-01Update bcachefs sources to 380885b0b8 bcachefs: Fix counting iterators for ↵Kent Overstreet
reflink pointers
2019-09-25Update bcachefs sources to 5a3a4087af bcachefs: Convert a BUG_ON() to a warningKent Overstreet
2019-08-27Update bcachefs sources to 14f68409be bcachefs: Optimize fiemapKent Overstreet
2019-08-21Update bcachefs sources to ece184f718 bcachefs: ReflinkKent Overstreet
2019-07-11Update bcachefs sources to b91a514413 bcachefs: Don't try to delete stripes ↵Kent Overstreet
when RO
2019-05-24Update bcachefs sources to f38382c574 bcachefs: Improve key marking interfaceKent Overstreet
2019-05-08Update bcachefs sources to 454bd4f82d bcachefs: Fix for the stripes mark ↵Kent Overstreet
path and gc
2019-04-17Update bcachefs sources to 6f603b8d79 bcachefs: some improvements to startup ↵Kent Overstreet
messages and options
2019-04-04Update bcachefs sources to d83b992f65 bcachefs: Rewrite ↵Kent Overstreet
journal_seq_blacklist machinery
2019-03-28Update bcachefs sources to d868a87c67 bcachefs: fix initial gcKent Overstreet
2019-03-24Update bcachefs sources to ffe09df106 bcachefs: Verify fs hasn't been ↵Kent Overstreet
modified before going rw
2019-03-07Update bcachefs sources to 43a464c9dd bcachefs: Don't BUG_ON() on bucket ↵Kent Overstreet
sector count overflow
2019-02-28Update bcachefs sources to 75e8a078b8 bcachefs: improved ↵Kent Overstreet
flush_held_btree_writes()
2019-01-23Update bcachefs sources to 99750eab4d bcachefs: Persist stripe blocks_usedKent Overstreet
2018-12-12Update bcachefs sources to f7670cba39 bcachefs: Fix for building in userspaceKent Overstreet