summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-27bcachefs: Fix stack corruptionbcachefs-for-reviewKent Overstreet
2020-10-27bcachefs: Use cached iterators for inode updatesKent Overstreet
2020-10-27bcachefs: fiemap fixesKent Overstreet
2020-10-27bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet
2020-10-27bcachefs: Add mode to bch2_inode_to_textKent Overstreet
2020-10-27bcachefs: Always write a journal entry when stopping journalKent Overstreet
2020-10-27bcachefs: Drop alloc keys from journal when -o reconstruct_allocKent Overstreet
2020-10-27bcachefs: Indirect inline data extentsKent Overstreet
2020-10-27bcachefs: Fix rare use after free in read pathKent Overstreet
2020-10-27bcachefs: Improve some error messagesKent Overstreet
2020-10-27bcachefs: Fix for passing target= opts as mount optsKent Overstreet
2020-10-27bcachefs: Fix bch2_mark_stripe()Kent Overstreet
2020-10-27bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet
2020-10-27bcachefs: 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
2020-10-21bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2020-10-21bcachefs: Ensure we wake up threads locking node when reusing itKent Overstreet
2020-10-21bcachefs: Fix bch2_btree_node_insert_fits()Kent Overstreet
2020-10-21bcachefs: Ensure we only allocate one EC bucket per writepointKent Overstreet