summaryrefslogtreecommitdiff
path: root/libbcachefs/extents.c
AgeCommit message (Collapse)Author
2022-11-18Update bcachefs sources to 6406e05835 bcachefs: Nocow supportKent Overstreet
2022-10-22Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23Kent Overstreet
bch2_extent_update()
2022-06-27Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom ↵Kent Overstreet
reporting in show_mem.c
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵Kent Overstreet
bloom filter
2022-04-06Update bcachefs sources to e027cf9aa0 fixup! bcachefs: Defer checking of ↵Kent Overstreet
alloc -> lru refs until after RW
2022-03-31Update bcachefs sources to 5e392aed7a bcachefs: Kill bch2_alloc_write()v0.20Kent Overstreet
2022-02-21Update bcachefs sources to 9d554fa16d bcachefs: Add .to_text() methods for ↵Kent Overstreet
all superblock sections
2021-12-25Update bcachefs sources to f9d2e809a8 bcachefs: Turn encoded_extent_max into ↵Kent Overstreet
a regular option
2021-12-25Update bcachefs sources to aa540d47ab bcachefs: Option improvementsKent Overstreet
2021-11-16Update bcachefs sources to 70b5fb5daf bcachefs: Fix error reporting from ↵Kent Overstreet
bch2_journal_flush_seq
2021-10-14Update bcachefs sources to 710cd382bf bcachefs: Fix for leaking of reflinked ↵Kent Overstreet
extents
2021-09-26Update bcachefs sources to 386f00b639 bcachefs: Snapshot creation, deletionKent Overstreet
2021-09-09Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warningsKent Overstreet
2021-07-15Update bcachefs sources to 15178a6479 bcachefs: Update btree ptrs after ↵v0.14Kent Overstreet
every write
2021-06-10Update bcachefs sources to 69be0dae31 bcachefs: Always zero memory from ↵Kent Overstreet
bch2_trans_kmalloc()
2021-03-29Update bcachefs sources to 18686af684 bcachefs: Inode backpointersv0.13Kent Overstreet
2021-03-24Update bcachefs sources to ad68801b93 bcachefs: Use pcpu mode of six locks ↵Kent Overstreet
for interior nodes
2021-03-24Update bcachefs sources to c7defb5793 bcachefs: Split btree_iter_traverse ↵Kent Overstreet
and bch2_btree_iter_traverse()
2021-03-21Update bcachefs sources to 0a9f0fc68a bcachefs: Don't unconditially ↵Kent Overstreet
version_upgrade in initialize
2021-02-20Update bcachefs sources to e2b8120595 bcachefs: Use x-macros for more enumsKent Overstreet
2021-02-20Update bcachefs sources to 9b77e72c47 bcachefs: Extents may now cross btree ↵Kent Overstreet
node boundaries
2021-02-19Update bcachefs sources to dfb7dc100d bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet
2021-02-02Update bcachefs sources to 26409a8f75 bcachefs: Journal updates to dev usageKent Overstreet
2021-01-28Update bcachefs sources to bee34d805c bcachefs: Repair bad data pointersKent 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-11-07Update bcachefs sources to 1d669389f7 bcachefs: use a radix tree for inum ↵Kent Overstreet
bitmap in fsck
2020-10-24Update bcachefs sources to 13bb4cdf89 bcachefs: Indirect inline data extentsKent Overstreet
2020-08-24Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal ↵Kent Overstreet
read error paths
2020-06-03Update bcachefs sources to c9b4a210f9 fixup! bcachefs: Fixes for going ROKent Overstreet
2020-05-14Update bcachefs sources to e1f6739c4a bcachefs: Fix another iterator ↵Kent Overstreet
counting bug
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-09Update bcachefs sources to 7e07e19c29 bcachefs: Traverse iterator in journal ↵Kent Overstreet
replay
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 86a99a7b7f bcachefs: Convert some enums to x-macrosKent Overstreet
2019-11-17Update bcachefs sources to d372ddcbfa bcachefs: Reorganize extents.cKent Overstreet
2019-11-09Update bcachefs sources to b1a4dc53be bcachefs: Set lost+found mode to 0700Kent Overstreet
2019-11-04Update bcachefs sources to 9e76e8d98c bcachefs: Fix uninitialized field in ↵Kent Overstreet
hash_check_init()
2019-10-16Update bcachefs sources to fc4f1d59cf bcachefs: Fix an iterator counting bugKent Overstreet
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-04Update bcachefs sources to cddca21efc bcachefs: Don't use sha256 for siphash ↵Kent Overstreet
str hash key
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