summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet1-0/+1
2023-10-23bcachefs: New assertions when marking filesystem cleanKent Overstreet1-0/+5
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: remove bucket_gens btree keys on device removalBrian Foster1-0/+2
2023-10-23bcachefs: Run freespace init in device hot add pathKent Overstreet1-0/+4
2023-10-23bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster1-0/+4
2023-10-23bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet1-0/+3
2023-10-23bcachefs: New erasure coding shutdown pathKent Overstreet1-9/+3
2023-10-23bcachefs: bch2_fs_moving_ctxts_to_text()Kent Overstreet1-2/+1
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-4/+4
2023-10-23bcachefs: When shutting down, flush btree node writes lastKent Overstreet1-2/+4
2023-10-23bcachefs: Improve a verbose log messageKent Overstreet1-1/+2
2023-10-23bcachefs: Switch ec_stripes_heap_lock to a mutexKent Overstreet1-1/+1
2023-10-23bcachefs: Fragmentation LRUKent Overstreet1-1/+0
2023-10-23bcachefs: Handle btree node rewrites before going RWKent Overstreet1-0/+2
2023-10-23bcachefs: Improved nocow lockingKent Overstreet1-0/+2
2023-10-23bcachefs: Don't stop copygc while removing devicesKent Overstreet1-8/+0
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-0/+2
2023-10-23bcachefs: Btree write bufferKent Overstreet1-0/+3
2023-10-23bcachefs: Start copygc when first going read-writeKent Overstreet1-14/+12
2023-10-23bcachefs: Debug mode for c->writes referencesKent Overstreet1-5/+25
2023-10-23bcachefs: ec_stripe_delete_work() now takes ref on c->writesKent Overstreet1-5/+4
2023-10-23bcachefs: Make log message at startup a bit cleanerKent Overstreet1-7/+6
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-44/+32
2023-10-23bcachefs: Fix a "no journal entries found" bugKent Overstreet1-0/+8
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-5/+4
2023-10-23bcachefs: time stats now uses the mean_and_variance module.Daniel Hill1-0/+6
2023-10-23bcachefs: Run bch2_fs_counters_init() earlierKent Overstreet1-3/+3
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-3/+3
2023-10-23bcachefs: Fix adding a device with a labelKent Overstreet1-0/+18
2023-10-23bcachefs: Convert fsck errors to errcode.hKent Overstreet1-24/+3
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-10/+11
2023-10-23bcachefs: Call bch2_do_invalidates() when going read writeKent Overstreet1-0/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-5/+12
2023-10-23bcachefs: Fix error checking in bch2_fs_alloc()Kent Overstreet1-1/+1
2023-10-23bcachefs: Add persistent countersDaniel Hill1-1/+11
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-36/+12
2023-10-23bcachefs: Minor device removal fixesKent Overstreet1-7/+13
2023-10-23bcachefs: Initialize ec work structs earlyKent Overstreet1-0/+1
2023-10-23bcachefs: Use a genradix for reading journal entriesKent Overstreet1-2/+1
2023-10-23bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet1-0/+2
2023-10-23bcachefs: More improvements for alloc info checksKent Overstreet1-9/+0
2023-10-23bcachefs: New discard implementationKent Overstreet1-0/+2
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-72/+10
2023-10-23bcachefs: Freespace, need_discard btreesKent Overstreet1-20/+16
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-1/+1
2023-10-23bcachefs: x-macro metadata version enumKent Overstreet1-1/+1
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-1/+1
2023-10-23bcachefs: respect superblock discard flag.Daniel Hill1-3/+0
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-29/+14