summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong1-2/+2
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-2/+4
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-1/+1
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet1-1/+2
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-2/+2
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-2/+0
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet1-2/+2
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-3/+8
2024-01-01bcachefs: Improve sysfs compression_statsKent Overstreet1-51/+65
2024-01-01bcachefs: bch2_dev_usage_to_text()Kent Overstreet1-26/+1
2023-12-05bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet1-4/+4
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-21/+24
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-5/+15
2023-11-02bcachefs: rebalance_workKent Overstreet1-8/+6
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet1-7/+2
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-1/+1
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer1-2/+2
2023-10-23bcachefs: Fix changing durability using sysfsTorge Matthies1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-5/+5
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-29/+1
2023-10-23bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet1-5/+0
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet1-2/+2
2023-10-23bcachefs: seqmutex; fix a lockdep splatKent Overstreet1-2/+2
2023-10-23bcachefs: create internal disk_groups sysfs fileBrian Foster1-0/+6
2023-10-23bcachefs: Print out counters correctlyKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_fs_moving_ctxts_to_text()Kent Overstreet1-20/+6
2023-10-23bcachefs: Improve dev_alloc_debug_to_text()Kent Overstreet1-32/+94
2023-10-23bcachefs: bch2_copygc_wait_to_text()Kent Overstreet1-3/+4
2023-10-23bcachefs: bch2_open_bucket_to_text()Kent Overstreet1-0/+5
2023-10-23bcachefs: Improved nocow lockingKent Overstreet1-16/+3
2023-10-23bcachefs: expose nocow_lock table in sysfsDaniel Hill1-0/+19
2023-10-23bcachefs: Debug mode for c->writes referencesKent Overstreet1-2/+33
2023-10-23bcachefs: More style fixesKent Overstreet1-5/+7
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-11/+5
2023-10-23bcachefs: make durability a read-write sysfs optionDaniel Hill1-1/+14
2023-10-23bcachefs: Use btree_type_has_ptrs() more consistentlyKent Overstreet1-1/+1
2023-10-23bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-3/+12
2023-10-23bcachefs: Add a manual trigger for lock wakeupsKent Overstreet1-0/+20
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-19/+0
2023-10-23bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-23bcachefs: Improve an error messageKent Overstreet1-5/+0
2023-10-23bcachefs: Call bch2_do_invalidates() when going read writeKent Overstreet1-0/+7
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-49/+48
2023-10-23bcachefs: Add persistent countersDaniel Hill1-1/+46
2023-10-23bcachefs: Ensure sysfs show fns print a newlineKent Overstreet1-0/+3
2023-10-23bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet1-7/+5
2023-10-23bcachefs: Add a sysfs attr for triggering discardsKent Overstreet1-0/+5
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-40/+7