summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet1-16/+9
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-23/+12
2024-01-01bcachefs: add more verbose loggingKent Overstreet1-4/+5
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-1/+1
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-48/+31
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-1/+2
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet1-0/+1
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet1-0/+28
2024-01-01bcachefs: c->ro_refKent Overstreet1-0/+6
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-28/+35
2024-01-01bcachefs: track_event_change()Kent Overstreet1-1/+2
2024-01-01bcachefs: Add extra verbose logging for ro pathKent Overstreet1-2/+12
2023-12-14bcachefs: improve modprobe support by providing softdepsDaniel Hill1-0/+6
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger1-0/+1
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet1-2/+4
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet1-12/+16
2023-11-05bcachefs: Convert bch2_fs_open() to darrayKent Overstreet1-32/+28
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet1-4/+8
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-0/+5
2023-11-02bcachefs: Fix a kasan splat in bch2_dev_add()Kent Overstreet1-10/+2
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet1-1/+1
2023-10-31bcachefs: Ensure devices are always correctly initializedKent Overstreet1-13/+17
2023-10-31bcachefs: Delete duplicate time stats initializationKent Overstreet1-6/+0
2023-10-23bcachefs: snapshot_create_lockKent Overstreet1-0/+1
2023-10-23bcachefs: bch2_sb_field_get() refactoringKent Overstreet1-3/+3
2023-10-23bcachefs: Correctly initialize new buckets on device resizeKent Overstreet1-0/+14
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer1-23/+31
2023-10-23bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer1-24/+11
2023-10-23bcachefs: More assertions for nocow lockingKent Overstreet1-0/+1
2023-10-23bcachefs: fix error checking in bch2_fs_alloc()Dan Carpenter1-1/+1
2023-10-23bcachefs: Remove a redundant and harmless bch2_free_super() callChristophe JAILLET1-1/+0
2023-10-23bcachefs: Fix use-after-free in bch2_dev_add()Christophe JAILLET1-3/+1
2023-10-23bcachefs: add module description to fix modpost warningBrian Foster1-0/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-7/+0
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-1/+1
2023-10-23bcachefs: BTREE_ID_logged_opsKent Overstreet1-0/+1
2023-10-23bcachefs: Break up io.cKent Overstreet1-3/+6
2023-10-23bcachefs: Kill incorrect assertionKent Overstreet1-2/+0
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-22/+21
2023-10-23bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster1-0/+4
2023-10-23bcachefs: Fix bch2_mount error pathKent Overstreet1-0/+2
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-0/+1
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet1-0/+1
2023-10-23bcachefs: sb-clean.cKent Overstreet1-0/+1
2023-10-23bcachefs: Split up fs-io.[ch]Kent Overstreet1-1/+7
2023-10-23bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet1-0/+1
2023-10-23bcachefs: Print version, options earlier in startup pathKent Overstreet1-2/+3
2023-10-23bcachefs: Don't start copygc until recovery is finishedKent Overstreet1-6/+13
2023-10-23bcachefs: Convert more -EROFS to private error codesKent Overstreet1-5/+6
2023-10-23bcachefs: Delete redundant log messagesKent Overstreet1-13/+1