summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: add const annotations to bset.cKent Overstreet
2023-10-22bcachefs: Don't embed btree iters in btree_transKent Overstreet
2023-10-22bcachefs: Split out debug_check_btree_accountingKent Overstreet
2023-10-22bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2023-10-22bcachefs: Minor journal reclaim improvementKent Overstreet
2023-10-22bcachefs: Inode create optimizationKent Overstreet
2023-10-22bcachefs: Improve check for when bios are physically contiguousKent Overstreet
2023-10-22bcachefs: Fix spurious transaction restartsKent Overstreet
2023-10-22bcachefs: Improve tracing for transaction restartsKent Overstreet
2023-10-22bcachefs: Fix stack corruptionKent Overstreet
2023-10-22bcachefs: Use cached iterators for inode updatesKent Overstreet
2023-10-22bcachefs: fiemap fixesKent Overstreet
2023-10-22bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet
2023-10-22bcachefs: Add mode to bch2_inode_to_textKent Overstreet
2023-10-22bcachefs: Always write a journal entry when stopping journalKent Overstreet
2023-10-22bcachefs: Drop alloc keys from journal when -o reconstruct_allocKent Overstreet
2023-10-22bcachefs: Indirect inline data extentsKent Overstreet
2023-10-22bcachefs: Fix rare use after free in read pathKent Overstreet
2023-10-22bcachefs: Improve some error messagesKent Overstreet
2023-10-22bcachefs: Fix for passing target= opts as mount optsKent Overstreet
2023-10-22bcachefs: Fix bch2_mark_stripe()Kent Overstreet
2023-10-22bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet
2023-10-22bcachefs: Account for stripe parity sectors separatelyKent Overstreet
2023-10-22bcachefs: Fix for bad stripe pointersKent Overstreet
2023-10-22bcachefs: Start/stop io clock hands in read/write pathsKent Overstreet
2023-10-22bcachefs: Improvements to writing alloc infoKent Overstreet
2023-10-22bcachefs: Fix assertion popping in transaction commit pathKent Overstreet
2023-10-22bcachefs: Perf improvements for bch_alloc_read()Kent Overstreet
2023-10-22bcachefs: Fix copygc dying on startupKent Overstreet
2023-10-22bcachefs: Fix copygc of compressed dataKent Overstreet
2023-10-22bcachefs: Fix another lockdep splatKent Overstreet
2023-10-22bcachefs: Fix errors early in the fs init processKent Overstreet
2023-10-22bcachefs: Copy ptr->cached when migrating dataKent Overstreet
2023-10-22bcachefs: Fix gc of stale ptr gensKent Overstreet
2023-10-22bcachefs: Fix off-by-one error in ptr gen checkKent Overstreet
2023-10-22bcachefs: Fix a lockdep splatKent Overstreet
2023-10-22bcachefs: Fix __bch2_truncate_page()Kent Overstreet
2023-10-22bcachefs: Fix journal_seq_copy()Kent Overstreet
2023-10-22bcachefs: Fix unmount pathKent Overstreet
2023-10-22bcachefs: Don't fail mount if device has been removedKent Overstreet
2023-10-22bcachefs: Improvements to the journal read error pathsKent Overstreet
2023-10-22bcachefs: Make sure to go rw if lazy in fsckKent Overstreet
2023-10-22bcachefs: Some project id fixesKent Overstreet
2023-10-22bcachefs: Don't report inodes to statfsKent Overstreet
2023-10-22bcachefs: Add a cond_resched() to bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: Fix a couple null ptr derefs when no disk groups existKent Overstreet
2023-10-22bcachefs: Fix disk groups not being updated when set via sysfsKent Overstreet
2023-10-22bcachefs: Change copygc to consider bucket fragmentationKent Overstreet
2023-10-22bcachefs: Don't block on allocations when only writing to specific deviceKent Overstreet
2023-10-22bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet