summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)Author
2025-05-31bcachefs: sysfs trigger_journal_commitKent Overstreet
2025-05-31bcachefs: sysfs trigger_emergency_read_onlyKent Overstreet
2025-05-30bcachefs: sysfs/errorsKent Overstreet
2025-05-21bcachefs: bch2_recovery_pass_status_to_text()Kent Overstreet
2025-05-21bcachefs: Fix opt hooks in sysfs for non sb optionKent Overstreet
2025-05-21bcachefs: Knob for manual snapshot deletionKent Overstreet
2025-05-21bcachefs: snapshot delete progress indicatorKent Overstreet
2025-05-21bcachefs: sysfs trigger_recalc_capacityKent Overstreet
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet
2025-05-21bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet
2025-05-21bcachefs: Clean up option pre/post hooks, small fixesKent Overstreet
2025-04-20bcachefs: bch2_copygc_wakeup()Kent Overstreet
2025-03-30bcachefs: Don't use designated initializers for disk_accounting_posKent Overstreet
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-24bcachefs: Filesystem discard option now propagates to devicesKent Overstreet
2025-03-24bcachefs: Device state is now a runtime optionKent Overstreet
2025-03-24bcachefs: Setting foreground_target at runtime now triggers rebalanceKent Overstreet
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet
2025-03-14bcachefs: We no longer read stripes into memory at startupKent Overstreet
2025-03-14bcachefs: sysfs internal/trigger_btree_updatesKent Overstreet
2025-03-14bcachefs: Move write_points to debugfsKent Overstreet
2025-01-09bcachefs: add counter_flags for countersHongbo Li
2024-12-21bcachefs: kill sysfs internal/accountingKent Overstreet
2024-12-21bcachefs: use attribute define helper for sysfs attributeHongbo Li
2024-12-21bcachefs: remove write permission for gc_gens_pos sysfs interfaceHongbo Li
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet
2024-09-21bcachefs: Rework btree node pinningKent Overstreet
2024-09-09bcachefs: bch2_time_stats_reset()Kent Overstreet
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-09-09bcachefs: Move rebalance_status out of sysfs/internalKent Overstreet
2024-09-09bcachefs: Opt_durability can now be set via bch2_opt_set_sb()Kent Overstreet
2024-09-09bcachefs: bch2_opt_set_sb() can now set (some) device optionsKent Overstreet
2024-09-09bcachefs: Replace div_u64 with div64_u64 where second param is u64Reed Riley
2024-09-09bcachefs: fix btree_key_cache sysfs knobKent Overstreet
2024-08-07bcachefs: Improved allocator debugging for ecKent Overstreet
2024-07-14bcachefs: bch2_fs_usage_base_to_text()Kent Overstreet
2024-07-14bcachefs: bch2_fs_accounting_to_text()Kent Overstreet
2024-07-14bcachefs: Convert bch2_compression_stats_to_text() to new accountingKent Overstreet
2024-07-14bcachefs: bch2_btree_reserve_cache_to_text()Kent Overstreet
2024-07-14bcachefs: sysfs trigger_freelist_wakeupKent Overstreet
2024-07-14bcachefs: sysfs internal/trigger_journal_writesKent Overstreet
2024-05-09bcachefs: add counters for failed shrinker reclaimDaniel Hill
2024-05-08bcachefs: bch2_print_allocator_stuck()Kent Overstreet
2024-05-08bcachefs: Btree key cache instrumentationKent Overstreet
2024-05-08bcachefs: Move gc of bucket.oldest_gen to workqueueKent Overstreet
2024-05-08bcachefs: fs_alloc_debug_to_text()Kent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: bch2_gc() is now private to btree_gc.cKent Overstreet
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet