aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Rename enum alloc_reserve -> bch_watermarkGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: seqmutex; fix a lockdep splatGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: create internal disk_groups sysfs fileGravatar Brian Foster 1-0/+6
2023-10-22bcachefs: Print out counters correctlyGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: bch2_fs_moving_ctxts_to_text()Gravatar Kent Overstreet 1-20/+6
2023-10-22bcachefs: Improve dev_alloc_debug_to_text()Gravatar Kent Overstreet 1-32/+94
2023-10-22bcachefs: bch2_copygc_wait_to_text()Gravatar Kent Overstreet 1-3/+4
2023-10-22bcachefs: bch2_open_bucket_to_text()Gravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Improved nocow lockingGravatar Kent Overstreet 1-16/+3
2023-10-22bcachefs: expose nocow_lock table in sysfsGravatar Daniel Hill 1-0/+19
2023-10-22bcachefs: Debug mode for c->writes referencesGravatar Kent Overstreet 1-2/+33
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: Improved btree write statisticsGravatar Kent Overstreet 1-11/+5
2023-10-22bcachefs: make durability a read-write sysfs optionGravatar Daniel Hill 1-1/+14
2023-10-22bcachefs: Use btree_type_has_ptrs() more consistentlyGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Errcodes can now subtype standard error codesGravatar Kent Overstreet 1-3/+12
2023-10-22bcachefs: Add a manual trigger for lock wakeupsGravatar Kent Overstreet 1-0/+20
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-19/+0
2023-10-22bcachefs: Always use percpu_ref_tryget_live() on c->writesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Improve an error messageGravatar Kent Overstreet 1-5/+0
2023-10-22bcachefs: Call bch2_do_invalidates() when going read writeGravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-49/+48
2023-10-22bcachefs: Add persistent countersGravatar Daniel Hill 1-1/+46
2023-10-22bcachefs: Ensure sysfs show fns print a newlineGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Gravatar Kent Overstreet 1-7/+5
2023-10-22bcachefs: Add a sysfs attr for triggering discardsGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Kill allocator threads & freelistsGravatar Kent Overstreet 1-40/+7
2023-10-22bcachefs: Run btree updates after write out of write_pointGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: x-macroize alloc_reserve enumGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Better superblock opt validationGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Check for rw before setting opts via sysfsGravatar Kent Overstreet 1-5/+17
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Start moving debug info from sysfs to debugfsGravatar Kent Overstreet 1-10/+0
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-112/+81
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_gc_gens() no longer uses bucket arrayGravatar Kent Overstreet 1-8/+11
2023-10-22bcachefs: Rename data_op_data_progress -> data_jobsGravatar Kent Overstreet 1-24/+12
2023-10-22bcachefs: Update sysfs compression_stats for snapshotsGravatar Kent Overstreet 1-28/+57
2023-10-22bcachefs: Refactor open_bucket codeGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Fix bch2_journal_meta()Gravatar Kent Overstreet 1-5/+0
2023-10-22bcachefs: Kill non-lru cache replacement policiesGravatar Kent Overstreet 1-26/+0
2023-10-22bcachefs: Option improvementsGravatar Kent Overstreet 1-9/+3
2023-10-22bcachefs: Kill some obsolete sysfs codeGravatar Kent Overstreet 1-27/+7
2023-10-22bcachefs: Specify filesystem optionsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert journal sysfs params to regular optionsGravatar Kent Overstreet 1-20/+0
2023-10-22bcachefs: Kill bucket quantiles sysfs codeGravatar Kent Overstreet 1-90/+0
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: add progress stats to sysfsGravatar Brett Holman 1-0/+40