summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet2024-01-011-0/+1
* bcachefs: Add ability to redirect log outputKent Overstreet2024-01-011-0/+28
* bcachefs: c->ro_refKent Overstreet2024-01-011-0/+6
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-28/+35
* bcachefs: track_event_change()Kent Overstreet2024-01-011-1/+2
* bcachefs: Add extra verbose logging for ro pathKent Overstreet2024-01-011-2/+12
* bcachefs: improve modprobe support by providing softdepsDaniel Hill2023-12-141-0/+6
* bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger2023-12-141-0/+1
* bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-241-2/+4
* bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet2023-11-241-12/+16
* bcachefs: Convert bch2_fs_open() to darrayKent Overstreet2023-11-051-32/+28
* bcachefs: bch_sb_field_errorsKent Overstreet2023-11-011-4/+8
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-011-0/+5
* bcachefs: Fix a kasan splat in bch2_dev_add()Kent Overstreet2023-11-011-10/+2
* bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet2023-10-311-1/+1
* bcachefs: Ensure devices are always correctly initializedKent Overstreet2023-10-311-13/+17
* bcachefs: Delete duplicate time stats initializationKent Overstreet2023-10-311-6/+0
* bcachefs: snapshot_create_lockKent Overstreet2023-10-221-0/+1
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-3/+3
* bcachefs: Correctly initialize new buckets on device resizeKent Overstreet2023-10-221-0/+14
* bcachefs: New superblock section members_v2Hunter Shaffer2023-10-221-23/+31
* bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer2023-10-221-24/+11
* bcachefs: More assertions for nocow lockingKent Overstreet2023-10-221-0/+1
* bcachefs: fix error checking in bch2_fs_alloc()Dan Carpenter2023-10-221-1/+1
* bcachefs: Remove a redundant and harmless bch2_free_super() callChristophe JAILLET2023-10-221-1/+0
* bcachefs: Fix use-after-free in bch2_dev_add()Christophe JAILLET2023-10-221-3/+1
* bcachefs: add module description to fix modpost warningBrian Foster2023-10-221-0/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-7/+0
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-1/+1
* bcachefs: BTREE_ID_logged_opsKent Overstreet2023-10-221-0/+1
* bcachefs: Break up io.cKent Overstreet2023-10-221-3/+6
* bcachefs: Kill incorrect assertionKent Overstreet2023-10-221-2/+0
* bcachefs: Convert more code to bch_err_msg()Kent Overstreet2023-10-221-22/+21
* bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster2023-10-221-0/+4
* bcachefs: Fix bch2_mount error pathKent Overstreet2023-10-221-0/+2
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-0/+1
* bcachefs: btree_journal_iter.cKent Overstreet2023-10-221-0/+1
* bcachefs: sb-clean.cKent Overstreet2023-10-221-0/+1
* bcachefs: Split up fs-io.[ch]Kent Overstreet2023-10-221-1/+7
* bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet2023-10-221-0/+1
* bcachefs: Print version, options earlier in startup pathKent Overstreet2023-10-221-2/+3
* bcachefs: Don't start copygc until recovery is finishedKent Overstreet2023-10-221-6/+13
* bcachefs: Convert more -EROFS to private error codesKent Overstreet2023-10-221-5/+6
* bcachefs: Delete redundant log messagesKent Overstreet2023-10-221-13/+1
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-3/+3
* bcachefs: Allow for unknown btree IDsKent Overstreet2023-10-221-0/+1
* bcachefs: flush journal to avoid invalid dev usage entries on recoveryBrian Foster2023-10-221-0/+11
* bcachefs: bch2_version_to_text()Kent Overstreet2023-10-221-1/+2
* bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet2023-10-221-0/+1
* bcachefs: New assertions when marking filesystem cleanKent Overstreet2023-10-221-0/+5