summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-3/+3
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-0/+1
2023-10-23bcachefs: flush journal to avoid invalid dev usage entries on recoveryBrian Foster1-0/+11
2023-10-23bcachefs: bch2_version_to_text()Kent Overstreet1-1/+2
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