summaryrefslogtreecommitdiff
path: root/fs/bcachefs/buckets.c
AgeCommit message (Expand)Author
2020-11-13bcachefs: Fix a 64 bit divideKent Overstreet
2020-11-05bcachefs: Indirect inline data extentsKent Overstreet
2020-11-05bcachefs: Fix bch2_mark_stripe()Kent Overstreet
2020-11-05bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet
2020-11-05bcachefs: Account for stripe parity sectors separatelyKent Overstreet
2020-11-05bcachefs: Fix for bad stripe pointersKent Overstreet
2020-11-05bcachefs: Perf improvements for bch_alloc_read()Kent Overstreet
2020-11-05bcachefs: Disable preemption around write_seqcount() lockKent Overstreet
2020-11-05bcachefs: Fix off-by-one error in ptr gen checkKent Overstreet
2020-11-05bcachefs: Delete unused argumentsKent Overstreet
2020-11-05bcachefs: Make copygc thread globalKent Overstreet
2020-11-05bcachefs: Use x-macros for data typesKent Overstreet
2020-11-05bcachefs: Improve stripe triggers/heap codeKent Overstreet
2020-11-05bcachefs: Rework triggers interfaceKent Overstreet
2020-11-05bcachefs: Kill BTREE_TRIGGER_NOOVERWRITESKent Overstreet
2020-11-05bcachefs: Fix bch2_extent_can_insert() not being calledKent Overstreet
2020-11-05bcachefs: Track sectors of erasure coded dataKent Overstreet
2020-11-05bcachefs: Fix a deadlock in the RO pathKent Overstreet
2020-11-05bcachefs: delete a slightly faulty assertionKent Overstreet
2020-11-05bcachefs: Use cached iterators for alloc btreeKent Overstreet
2020-11-05bcachefs: Btree key cacheKent Overstreet
2020-11-05bcachefs: Turn c->state_lock into an rwsemKent Overstreet
2020-11-05bcachefs: Always increment bucket gen on bucket reuseKent Overstreet
2020-11-05bcachefs: Improve assorted error messagesKent Overstreet
2020-11-05bcachefs: Don't require alloc btree to be updated before buckets are usedKent Overstreet
2020-11-05bcachefs: Interior btree updates are now fully transactionalKent Overstreet
2020-11-05bcachefs: Better error messages on bucket sector count overflowsKent Overstreet
2020-11-05bcachefs: Don't use peek_filter() unnecessarilyKent Overstreet
2020-11-05bcachefs: Move extent overwrite handling out of core btree codeKent Overstreet
2020-11-05bcachefs: More btree iter invariantsKent Overstreet
2020-11-05bcachefs: Fix error message on bucket sector count overflowKent Overstreet
2020-11-05bcachefs: btree_ptr_v2Kent Overstreet
2020-11-05bcachefs: Sort & deduplicate updates in bch2_trans_update()Kent Overstreet
2020-11-05bcachefs: Split out btree_trigger_flagsKent Overstreet
2020-11-05bcachefs: Make btree_insert_entry more private to update pathKent Overstreet
2020-11-05bcachefs: Add __GFP_NOWARN to a GFP_NOWAIT allocationKent Overstreet
2020-11-05bcachefs: Don't BUG_ON() sector count overflowKent Overstreet
2020-11-05bcachefs: Initial commitKent Overstreet