summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)Author
2023-10-26bcachefs: bch_sb_field_errorsKent Overstreet
2023-10-26bcachefs: Add IO error counts to bch_memberKent Overstreet
2023-10-26bcachefs: Fix a kasan splat in bch2_dev_add()Kent Overstreet
2023-10-22bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet
2023-10-21bcachefs: Ensure devices are always correctly initializedKent Overstreet
2023-10-21bcachefs: Delete duplicate time stats initializationKent Overstreet
2023-10-18bcachefs: snapshot_create_lockKent Overstreet
2023-10-18bcachefs: bch2_sb_field_get() refactoringKent Overstreet
2023-10-18bcachefs: Correctly initialize new buckets on device resizeKent Overstreet
2023-10-18bcachefs: New superblock section members_v2Hunter Shaffer
2023-10-18bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer
2023-10-06bcachefs: More assertions for nocow lockingKent Overstreet
2023-10-06bcachefs: fix error checking in bch2_fs_alloc()Dan Carpenter
2023-10-06bcachefs: Remove a redundant and harmless bch2_free_super() callChristophe JAILLET
2023-10-06bcachefs: Fix use-after-free in bch2_dev_add()Christophe JAILLET
2023-10-06bcachefs: add module description to fix modpost warningBrian Foster
2023-10-06bcachefs: Heap allocate btree_transKent Overstreet
2023-10-06bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-06bcachefs: BTREE_ID_logged_opsKent Overstreet
2023-10-06bcachefs: Break up io.cKent Overstreet
2023-10-06bcachefs: Kill incorrect assertionKent Overstreet
2023-10-06bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-10-06bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster
2023-10-06bcachefs: Fix bch2_mount error pathKent Overstreet
2023-10-06bcachefs: Split out snapshot.cKent Overstreet
2023-10-06bcachefs: btree_journal_iter.cKent Overstreet
2023-10-06bcachefs: sb-clean.cKent Overstreet
2023-10-06bcachefs: Split up fs-io.[ch]Kent Overstreet
2023-10-06bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet
2023-10-06bcachefs: Print version, options earlier in startup pathKent Overstreet
2023-10-06bcachefs: Don't start copygc until recovery is finishedKent Overstreet
2023-10-06bcachefs: Convert more -EROFS to private error codesKent Overstreet
2023-10-06bcachefs: Delete redundant log messagesKent Overstreet
2023-10-06bcachefs: Assorted sparse fixesKent Overstreet
2023-10-06bcachefs: Allow for unknown btree IDsKent Overstreet
2023-10-06bcachefs: flush journal to avoid invalid dev usage entries on recoveryBrian Foster
2023-10-06bcachefs: bch2_version_to_text()Kent Overstreet
2023-10-06bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet
2023-08-28bcachefs: New assertions when marking filesystem cleanKent Overstreet
2023-08-28bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-08-28bcachefs: remove bucket_gens btree keys on device removalBrian Foster
2023-08-28bcachefs: Run freespace init in device hot add pathKent Overstreet
2023-08-28bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster
2023-08-28bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet
2023-08-28bcachefs: New erasure coding shutdown pathKent Overstreet
2023-08-28bcachefs: bch2_fs_moving_ctxts_to_text()Kent Overstreet
2023-08-28bcachefs: Private error codes: ENOMEMKent Overstreet
2023-08-28bcachefs: When shutting down, flush btree node writes lastKent Overstreet
2023-08-28bcachefs: Improve a verbose log messageKent Overstreet
2023-08-28bcachefs: Switch ec_stripes_heap_lock to a mutexKent Overstreet