summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09bcachefs: Fix short buffered writesbcachefs-buffered-write-fixKent Overstreet
2020-07-07bcachefs: Allow existing stripes to be updated with new data bucketsKent Overstreet
2020-07-07bcachefs: Refactor stripe creationKent Overstreet
2020-07-07bcachefs: Move stripe creation to workqueueKent Overstreet
2020-07-06bcachefs: Improve stripe triggers/heap codeKent Overstreet
2020-07-06bcachefs: Rework triggers interfaceKent Overstreet
2020-07-06bcachefs: Kill BTREE_TRIGGER_NOOVERWRITESKent Overstreet
2020-07-03bcachefs: Mark btree nodes as needing rewrite when not all replicas are RWKent Overstreet
2020-07-02bcachefs: Use blk_status_to_str()Kent Overstreet
2020-07-02block: Add blk_status_to_str()Kent Overstreet
2020-07-02fixup! bcachefs: Fix bch2_extent_can_insert() not being calledKent Overstreet
2020-06-30bcachefs: Don't cap ios in dio write path at 2 MBKent Overstreet
2020-06-29bcachefs: Refactor dio write code to reinit bch_write_opKent Overstreet
2020-06-28bcachefs: Fix bch2_extent_can_insert() not being calledKent Overstreet
2020-06-26bcachefs: Fix a null ptr deref in bch2_btree_iter_traverse_one()Kent Overstreet
2020-06-18bcachefs: Track sectors of erasure coded dataKent Overstreet
2020-06-18bcachefs: Use btree reserve when appropriateKent Overstreet
2020-06-17bcachefs: Add a kthread_should_stop() check to allocator threadKent Overstreet
2020-06-17bcachefs: Change bch2_dump_bset() to also print key valuesKent Overstreet
2020-06-17bcachefs: Fix a deadlock in the RO pathKent Overstreet
2020-06-15fixup! bcachefs: Implement a new gc that only recalcs oldest genKent Overstreet
2020-06-15bcachefs: Fix incorrect gfp checkKent Overstreet
2020-06-15bcachefs: Fix lock ordering with new btree cache codeKent Overstreet
2020-06-15bcachefs: delete a slightly faulty assertionKent Overstreet
2020-06-15bcachefs: Increase size of btree node reserveKent Overstreet
2020-06-15bcachefs: Give bkey_cached_key same attributes as bposKent Overstreet
2020-06-15bcachefs: Use cached iterators for alloc btreeKent Overstreet
2020-06-15bcachefs: Btree key cacheKent Overstreet
2020-06-15bcachefs: btree_bkey_cached_commonKent Overstreet
2020-06-15bcachefs: Implement a new gc that only recalcs oldest genKent Overstreet
2020-06-15bcachefs: Turn c->state_lock into an rwsemKent Overstreet
2020-06-13fixup! bcachefs: Fix a deadlockKent Overstreet
2020-06-13fixup! fixup! bcachefs: Hacky io-in-flight throttlingKent Overstreet
2020-06-13bcachefs: Add an internal option for reading entire journalKent Overstreet
2020-06-13bcachefs: Don't deadlock when btree node reuse changes lock orderingKent Overstreet
2020-06-12six locks: Add a callback to six_lock_type()Kent Overstreet
2020-06-12bcachefs: Fix a deadlockKent Overstreet
2020-06-12fixup! bcachefs: Hacky io-in-flight throttlingKent Overstreet
2020-06-09bcachefs: Hacky io-in-flight throttlingKent Overstreet
2020-06-09bcachefs: Refactor btree insert pathKent Overstreet
2020-06-09bcachefs: Always give out journal pre-res if we already have oneKent Overstreet
2020-06-09bcachefs: More open bucketsKent Overstreet
2020-06-09bcachefs: Don't allocate memory under the btree cache lockKent Overstreet
2020-06-09bcachefs: Fix a linked list bugKent Overstreet
2020-06-09bcachefs: Make open bucket reserves more conservativeKent Overstreet
2020-06-09bcachefs: btree_update_nodes_written() requires alloc reserveKent Overstreet
2020-06-09bcachefs: Check gfp_flags correctly in bch2_btree_cache_scan()Kent Overstreet
2020-06-09bcachefs: Call bch2_btree_iter_traverse() if necessary in commit pathKent Overstreet
2020-06-09bcachefs: bch2_trans_downgrade()Kent Overstreet
2020-06-09bcachefs: Improve warning for copygc failing to move dataKent Overstreet