summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)Author
2024-03-10bcachefs: bch2_print_opts()Kent Overstreet
2024-03-10bcachefs: Improve error messages in device remove pathKent Overstreet
2024-03-10thread_with_file: Lift from bcachefsKent Overstreet
2024-03-10bcachefs: thread_with_stdio: convert to darrayKent Overstreet
2024-03-10bcachefs: kill kvpmalloc()Kent Overstreet
2024-03-10time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-03-10time_stats: Promote to lib/Kent Overstreet
2024-03-10bcachefs: bch2_time_stats_to_seq_buf()Kent Overstreet
2024-03-10bcachefs: Workqueues should be WQ_HIGHPRIKent Overstreet
2024-03-10bcachefs: fix split brain messageKent Overstreet
2024-03-10bcachefs: no_splitbrain_check optionKent Overstreet
2024-03-10bcachefs: Fix null-ptr-deref in bch2_fs_alloc()Li Zetao
2024-02-13bcachefs: Clamp replicas_required to replicasKent Overstreet
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-21bcachefs: helpers for printing data typesKent Overstreet
2024-01-18bcachefs: Replace strlcpy() with strscpy()Kees Cook
2024-01-05bcachefs: %pg is banishedKent Overstreet
2024-01-05bcachefs: increase max_active on io_complete_wqKent Overstreet
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet
2024-01-05bcachefs: Split brain detectionKent Overstreet
2024-01-05bcachefs: Fix nochanges/read_only interactionKent Overstreet
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet
2024-01-01bcachefs: add more verbose loggingKent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet
2024-01-01bcachefs: c->ro_refKent Overstreet
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet
2024-01-01bcachefs: track_event_change()Kent Overstreet
2024-01-01bcachefs: Add extra verbose logging for ro pathKent Overstreet
2023-12-14bcachefs: improve modprobe support by providing softdepsDaniel Hill
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet
2023-11-05bcachefs: Convert bch2_fs_open() to darrayKent Overstreet
2023-11-01bcachefs: bch_sb_field_errorsKent Overstreet
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet
2023-11-01bcachefs: Fix a kasan splat in bch2_dev_add()Kent Overstreet
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet
2023-10-31bcachefs: Ensure devices are always correctly initializedKent Overstreet
2023-10-31bcachefs: Delete duplicate time stats initializationKent Overstreet
2023-10-22bcachefs: snapshot_create_lockKent Overstreet
2023-10-22bcachefs: bch2_sb_field_get() refactoringKent Overstreet
2023-10-22bcachefs: Correctly initialize new buckets on device resizeKent Overstreet
2023-10-22bcachefs: New superblock section members_v2Hunter Shaffer