summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-27wipreadaheadKent Overstreet
2020-08-26mm: Split page_cache_readahead_unbounded()Kent Overstreet
2020-08-25bcachefs: Improvements to the journal read error pathsKent Overstreet
2020-08-25bcachefs: Make sure to go rw if lazy in fsckKent Overstreet
2020-08-25bcachefs: Some project id fixesKent Overstreet
2020-08-25bcachefs: Don't report inodes to statfsKent Overstreet
2020-08-25bcachefs: Add a cond_resched() to bch2_alloc_write()Kent Overstreet
2020-08-25bcachefs: Fix a couple null ptr derefs when no disk groups existKent Overstreet
2020-08-25bcachefs: Fix disk groups not being updated when set via sysfsKent Overstreet
2020-08-25bcachefs: Change copygc to consider bucket fragmentationKent Overstreet
2020-08-25bcachefs: Don't block on allocations when only writing to specific deviceKent Overstreet
2020-08-25bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet
2020-08-25bcachefs: Fix bch2_new_stripes_to_text()Kent Overstreet
2020-08-25bcachefs: Don't disallow btree writes to RO devicesKent Overstreet
2020-08-25bcachefs: Fix maximum btree node sizeKent Overstreet
2020-08-25bcachefs: Convert various code to printbufKent Overstreet
2020-08-25bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2020-08-25bcachefs: Ensure we wake up threads locking node when reusing itKent Overstreet
2020-08-25bcachefs: Fix bch2_btree_node_insert_fits()Kent Overstreet
2020-08-25bcachefs: Ensure we only allocate one EC bucket per writepointKent Overstreet
2020-08-25bcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUTKent Overstreet
2020-08-25bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet
2020-08-25bcachefs: Delete unused argumentsKent Overstreet
2020-08-25bcachefs: Fix an error pathKent Overstreet
2020-08-25bcachefs: Refactor replicas codeKent Overstreet
2020-08-25bcachefs: Don't restrict copygc writes to the same deviceKent Overstreet
2020-08-25bcachefs: Add bch2_blk_status_to_str()Kent Overstreet
2020-08-25bcachefs: Fix a faulty assertionKent Overstreet
2020-08-25bcachefs: Wrap write path in memalloc_nofs_save()Kent Overstreet
2020-08-25bcachefs: Add an option for rebuilding the replicas sectionKent Overstreet
2020-08-25bcachefs: Make copygc thread globalKent Overstreet
2020-08-25bcachefs: Drop extra pointers when marking data as in a stripeKent Overstreet
2020-08-25bcachefs: Fix extent_ptr_durability() calculation for erasure coded dataKent Overstreet
2020-08-25bcachefs: Use x-macros for data typesKent Overstreet
2020-08-25bcachefs: Fix short buffered writesKent Overstreet
2020-08-25bcachefs: Allow existing stripes to be updated with new data bucketsKent Overstreet
2020-08-25bcachefs: Refactor stripe creationKent Overstreet
2020-08-25bcachefs: Move stripe creation to workqueueKent Overstreet
2020-08-25bcachefs: Improve stripe triggers/heap codeKent Overstreet
2020-08-25bcachefs: Rework triggers interfaceKent Overstreet
2020-08-25bcachefs: Kill BTREE_TRIGGER_NOOVERWRITESKent Overstreet
2020-08-25bcachefs: Mark btree nodes as needing rewrite when not all replicas are RWKent Overstreet
2020-08-25bcachefs: Use blk_status_to_str()Kent Overstreet
2020-08-25bcachefs: Don't cap ios in dio write path at 2 MBKent Overstreet
2020-08-25bcachefs: Refactor dio write code to reinit bch_write_opKent Overstreet
2020-08-25bcachefs: Fix bch2_extent_can_insert() not being calledKent Overstreet
2020-08-25bcachefs: Fix a null ptr deref in bch2_btree_iter_traverse_one()Kent Overstreet
2020-08-25bcachefs: Track sectors of erasure coded dataKent Overstreet
2020-08-25bcachefs: Use btree reserve when appropriateKent Overstreet
2020-08-25bcachefs: Add a kthread_should_stop() check to allocator threadKent Overstreet