summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-30disable check for if pages are physically contiguousvmap_disableKent Overstreet
2020-10-30bcachefs: disable vmap optimizationKent Overstreet
2020-10-30bcachefs: Fix spurious transaction restartsKent Overstreet
2020-10-30bcachefs: Improve tracing for transaction restartsKent Overstreet
2020-10-27bcachefs: Fix stack corruptionKent Overstreet
2020-10-26bcachefs: Use cached iterators for inode updatesKent Overstreet
2020-10-26bcachefs: fiemap fixesKent Overstreet
2020-10-26bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet
2020-10-26bcachefs: Add mode to bch2_inode_to_textKent Overstreet
2020-10-25bcachefs: Always write a journal entry when stopping journalKent Overstreet
2020-10-24bcachefs: Drop alloc keys from journal when -o reconstruct_allocKent Overstreet
2020-10-24bcachefs: Indirect inline data extentsKent Overstreet
2020-10-24bcachefs: Fix rare use after free in read pathKent Overstreet
2020-10-24bcachefs: Improve some error messagesKent Overstreet
2020-10-23bcachefs: Fix for passing target= opts as mount optsKent Overstreet
2020-10-23bcachefs: Fix bch2_mark_stripe()Kent Overstreet
2020-10-23bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet
2020-10-23bcachefs: Account for stripe parity sectors separatelyKent Overstreet
2020-10-21bcachefs: Fix for bad stripe pointersKent Overstreet
2020-10-21bcachefs: Start/stop io clock hands in read/write pathsKent Overstreet
2020-10-21bcachefs: Improvements to writing alloc infoKent Overstreet
2020-10-21bcachefs: Don't write bucket IO time lazilyKent Overstreet
2020-10-21bcachefs: Perf improvements for bch_alloc_read()Kent Overstreet
2020-10-21bcachefs: Disable preemption around write_seqcount() lockKent Overstreet
2020-10-21bcachefs: Fix copygc dying on startupKent Overstreet
2020-10-21bcachefs: Fix copygc of compressed dataKent Overstreet
2020-10-21bcachefs: Fix another lockdep splatKent Overstreet
2020-10-21bcachefs: Fix errors early in the fs init processKent Overstreet
2020-10-21bcachefs: Copy ptr->cached when migrating dataKent Overstreet
2020-10-21bcachefs: Fix gc of stale ptr gensKent Overstreet
2020-10-21bcachefs: Fix off-by-one error in ptr gen checkKent Overstreet
2020-10-21bcachefs: Fix a lockdep splatKent Overstreet
2020-10-21bcachefs: Fix __bch2_truncate_page()Kent Overstreet
2020-10-21bcachefs: Fix journal_seq_copy()Kent Overstreet
2020-10-21bcachefs: Fix unmount pathKent Overstreet
2020-10-21bcachefs: Don't fail mount if device has been removedKent Overstreet
2020-10-21bcachefs: Improvements to the journal read error pathsKent Overstreet
2020-10-21bcachefs: Make sure to go rw if lazy in fsckKent Overstreet
2020-10-21bcachefs: Some project id fixesKent Overstreet
2020-10-21bcachefs: Don't report inodes to statfsKent Overstreet
2020-10-21bcachefs: Add a cond_resched() to bch2_alloc_write()Kent Overstreet
2020-10-21bcachefs: Fix a couple null ptr derefs when no disk groups existKent Overstreet
2020-10-21bcachefs: Fix disk groups not being updated when set via sysfsKent Overstreet
2020-10-21bcachefs: Change copygc to consider bucket fragmentationKent Overstreet
2020-10-21bcachefs: Don't block on allocations when only writing to specific deviceKent Overstreet
2020-10-21bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet
2020-10-21bcachefs: Fix bch2_new_stripes_to_text()Kent Overstreet
2020-10-21bcachefs: Don't disallow btree writes to RO devicesKent Overstreet
2020-10-21bcachefs: Fix maximum btree node sizeKent Overstreet
2020-10-21bcachefs: Convert various code to printbufKent Overstreet