aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: btree_journal_iter.cGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: sb-clean.cGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Split up fs-io.[ch]Gravatar Kent Overstreet 1-1/+7
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Print version, options earlier in startup pathGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Don't start copygc until recovery is finishedGravatar Kent Overstreet 1-6/+13
2023-10-22bcachefs: Convert more -EROFS to private error codesGravatar Kent Overstreet 1-5/+6
2023-10-22bcachefs: Delete redundant log messagesGravatar Kent Overstreet 1-13/+1
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Allow for unknown btree IDsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: flush journal to avoid invalid dev usage entries on recoveryGravatar Brian Foster 1-0/+11
2023-10-22bcachefs: bch2_version_to_text()Gravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: New assertions when marking filesystem cleanGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: remove bucket_gens btree keys on device removalGravatar Brian Foster 1-0/+2
2023-10-22bcachefs: Run freespace init in device hot add pathGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: use dedicated workqueue for tasks holding write refsGravatar Brian Foster 1-0/+4
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Gravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: New erasure coding shutdown pathGravatar Kent Overstreet 1-9/+3
2023-10-22bcachefs: bch2_fs_moving_ctxts_to_text()Gravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Private error codes: ENOMEMGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: When shutting down, flush btree node writes lastGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: Improve a verbose log messageGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Switch ec_stripes_heap_lock to a mutexGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fragmentation LRUGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Handle btree node rewrites before going RWGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Improved nocow lockingGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Don't stop copygc while removing devicesGravatar Kent Overstreet 1-8/+0
2023-10-22bcachefs: New on disk format: BackpointersGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Btree write bufferGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Start copygc when first going read-writeGravatar Kent Overstreet 1-14/+12
2023-10-22bcachefs: Debug mode for c->writes referencesGravatar Kent Overstreet 1-5/+25
2023-10-22bcachefs: ec_stripe_delete_work() now takes ref on c->writesGravatar Kent Overstreet 1-5/+4
2023-10-22bcachefs: Make log message at startup a bit cleanerGravatar Kent Overstreet 1-7/+6
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 1-44/+32
2023-10-22bcachefs: Fix a "no journal entries found" bugGravatar Kent Overstreet 1-0/+8
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-5/+4
2023-10-22bcachefs: time stats now uses the mean_and_variance module.Gravatar Daniel Hill 1-0/+6
2023-10-22bcachefs: Run bch2_fs_counters_init() earlierGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Add private error codes for ENOSPCGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Fix adding a device with a labelGravatar Kent Overstreet 1-0/+18
2023-10-22bcachefs: Convert fsck errors to errcode.hGravatar Kent Overstreet 1-24/+3
2023-10-22bcachefs: Use bch2_err_str() in error messagesGravatar Kent Overstreet 1-10/+11
2023-10-22bcachefs: Call bch2_do_invalidates() when going read writeGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-5/+12
2023-10-22bcachefs: Fix error checking in bch2_fs_alloc()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add persistent countersGravatar Daniel Hill 1-1/+11
2023-10-22bcachefs: Shutdown path improvementsGravatar Kent Overstreet 1-36/+12
2023-10-22bcachefs: Minor device removal fixesGravatar Kent Overstreet 1-7/+13