summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: bkey_on_stackKent Overstreet
2023-10-22bcachefs: Do updates in order they were queued up inKent Overstreet
2023-10-22bcachefs: Fix stripe_idx_to_delete()Kent Overstreet
2023-10-22bcachefs: Don't try to delete stripes when ROKent Overstreet
2023-10-22bcachefs: Fix return code from bch2_fs_start()Kent Overstreet
2023-10-22bcachefs: some improvements to startup messages and optionsKent Overstreet
2023-10-22bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: Write out fs usage consistentlyKent Overstreet
2023-10-22bcachefs: Avoid write lock on mark_lockKent Overstreet
2023-10-22bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: allocate sb_read_scratch with __get_free_pageKent Overstreet
2023-10-22bcachefs: disallow ever going rw if nochanges or noreplayKent Overstreet
2023-10-22bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet
2023-10-22bcachefs: allow journal reply on ro mountKent Overstreet
2023-10-22bcachefs: Track whether filesystem has errors in superblockKent Overstreet
2023-10-22bcachefs: Write out alloc info more carefullyKent Overstreet
2023-10-22bcachefs: Verify fs hasn't been modified before going rwKent Overstreet
2023-10-22bcachefs: Go rw lazilyKent Overstreet
2023-10-22bcachefs: Add more time stats for being blocked on allocatorKent Overstreet
2023-10-22bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet
2023-10-22bcachefs: Fix for shutting down before fs started marking it cleanKent Overstreet
2023-10-22bcachefs: increase BTREE_ITER_MAXKent Overstreet
2023-10-22bcachefs: fs_usage_u64s()Kent Overstreet
2023-10-22bcachefs: initialize fs usage summary in recoveryKent Overstreet
2023-10-22bcachefs: reserve space in journal for fs usage entriesKent Overstreet
2023-10-22bcachefs: Fix a bug when shutting down before allocator startedKent Overstreet
2023-10-22bcachefs: Persist stripe blocks_usedKent Overstreet
2023-10-22bcachefs: Persist alloc info on clean shutdownKent Overstreet
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet
2023-10-22bcachefs: fix error message in device remove pathKent Overstreet
2023-10-22bcachefs: Add a workqueue for journal reclaimKent Overstreet
2023-10-22bcachefs: fix device remove error pathKent Overstreet
2023-10-22bcachefs: refactor bch_fs_usageKent Overstreet
2023-10-22bcachefs: Switch replicas to mark_lockKent Overstreet
2023-10-22bcachefs: s/usage_lock/mark_lockKent Overstreet
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet
2023-10-22bcachefs: Split out bkey_sort.cKent Overstreet
2023-10-22bcachefs: Stripes now properly subject to gcKent Overstreet
2023-10-22bcachefs: gc now operates on second set of bucket marksKent Overstreet
2023-10-22bcachefs: Erasure codingKent Overstreet
2023-10-22bcachefs: revamp to_text methodsKent Overstreet
2023-10-22bcachefs: Set the last mount time using the realtime clockTim Schlueter
2023-10-22bcachefs: Scale down number of writepoints when low on spaceKent Overstreet
2023-10-22bcachefs: Split out alloc_background.cKent Overstreet
2023-10-22bcachefs: kill extent_insert_hookKent Overstreet
2023-10-22bcachefs: mempoolify btree_transKent Overstreet
2023-10-22bcachefs: Change how replicated data is accountedKent Overstreet
2023-10-22bcachefs: add bch_verbose() statements for shutdownKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet