aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: Convert bch2_fs_open() to darrayGravatar Kent Overstreet 1-32/+28
2023-11-01bcachefs: bch_sb_field_errorsGravatar Kent Overstreet 1-4/+8
2023-11-01bcachefs: Add IO error counts to bch_memberGravatar Kent Overstreet 1-0/+5
2023-11-01bcachefs: Fix a kasan splat in bch2_dev_add()Gravatar Kent Overstreet 1-10/+2
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockGravatar Kent Overstreet 1-1/+1
2023-10-31bcachefs: Ensure devices are always correctly initializedGravatar Kent Overstreet 1-13/+17
2023-10-31bcachefs: Delete duplicate time stats initializationGravatar Kent Overstreet 1-6/+0
2023-10-22bcachefs: snapshot_create_lockGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch2_sb_field_get() refactoringGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Correctly initialize new buckets on device resizeGravatar Kent Overstreet 1-0/+14
2023-10-22bcachefs: New superblock section members_v2Gravatar Hunter Shaffer 1-23/+31
2023-10-22bcachefs: Add new helper to retrieve bch_member from sbGravatar Hunter Shaffer 1-24/+11
2023-10-22bcachefs: More assertions for nocow lockingGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: fix error checking in bch2_fs_alloc()Gravatar Dan Carpenter 1-1/+1
2023-10-22bcachefs: Remove a redundant and harmless bch2_free_super() callGravatar Christophe JAILLET 1-1/+0
2023-10-22bcachefs: Fix use-after-free in bch2_dev_add()Gravatar Christophe JAILLET 1-3/+1
2023-10-22bcachefs: add module description to fix modpost warningGravatar Brian Foster 1-0/+1
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-7/+0
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: BTREE_ID_logged_opsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-3/+6
2023-10-22bcachefs: Kill incorrect assertionGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Convert more code to bch_err_msg()Gravatar Kent Overstreet 1-22/+21
2023-10-22bcachefs: restart journal reclaim thread on ro->rw transitionsGravatar Brian Foster 1-0/+4
2023-10-22bcachefs: Fix bch2_mount error pathGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-0/+1
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