index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
sysfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: seqmutex; fix a lockdep splat
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: create internal disk_groups sysfs file
Brian Foster
2023-10-22
1
-0
/
+6
*
bcachefs: Print out counters correctly
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: bch2_fs_moving_ctxts_to_text()
Kent Overstreet
2023-10-22
1
-20
/
+6
*
bcachefs: Improve dev_alloc_debug_to_text()
Kent Overstreet
2023-10-22
1
-32
/
+94
*
bcachefs: bch2_copygc_wait_to_text()
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: bch2_open_bucket_to_text()
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Improved nocow locking
Kent Overstreet
2023-10-22
1
-16
/
+3
*
bcachefs: expose nocow_lock table in sysfs
Daniel Hill
2023-10-22
1
-0
/
+19
*
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
1
-2
/
+33
*
bcachefs: More style fixes
Kent Overstreet
2023-10-22
1
-5
/
+7
*
bcachefs: Improved btree write statistics
Kent Overstreet
2023-10-22
1
-11
/
+5
*
bcachefs: make durability a read-write sysfs option
Daniel Hill
2023-10-22
1
-1
/
+14
*
bcachefs: Use btree_type_has_ptrs() more consistently
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Errcodes can now subtype standard error codes
Kent Overstreet
2023-10-22
1
-3
/
+12
*
bcachefs: Add a manual trigger for lock wakeups
Kent Overstreet
2023-10-22
1
-0
/
+20
*
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
1
-19
/
+0
*
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Improve an error message
Kent Overstreet
2023-10-22
1
-5
/
+0
*
bcachefs: Call bch2_do_invalidates() when going read write
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-49
/
+48
*
bcachefs: Add persistent counters
Daniel Hill
2023-10-22
1
-1
/
+46
*
bcachefs: Ensure sysfs show fns print a newline
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
2023-10-22
1
-7
/
+5
*
bcachefs: Add a sysfs attr for triggering discards
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Kill allocator threads & freelists
Kent Overstreet
2023-10-22
1
-40
/
+7
*
bcachefs: Run btree updates after write out of write_point
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Better superblock opt validation
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Check for rw before setting opts via sysfs
Kent Overstreet
2023-10-22
1
-5
/
+17
*
bcachefs: Convert bch2_sb_to_text to master option list
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
2023-10-22
1
-10
/
+0
*
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
1
-112
/
+81
*
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_gc_gens() no longer uses bucket array
Kent Overstreet
2023-10-22
1
-8
/
+11
*
bcachefs: Rename data_op_data_progress -> data_jobs
Kent Overstreet
2023-10-22
1
-24
/
+12
*
bcachefs: Update sysfs compression_stats for snapshots
Kent Overstreet
2023-10-22
1
-28
/
+57
*
bcachefs: Refactor open_bucket code
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Fix bch2_journal_meta()
Kent Overstreet
2023-10-22
1
-5
/
+0
*
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
2023-10-22
1
-26
/
+0
*
bcachefs: Option improvements
Kent Overstreet
2023-10-22
1
-9
/
+3
*
bcachefs: Kill some obsolete sysfs code
Kent Overstreet
2023-10-22
1
-27
/
+7
*
bcachefs: Specify filesystem options
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
2023-10-22
1
-20
/
+0
*
bcachefs: Kill bucket quantiles sysfs code
Kent Overstreet
2023-10-22
1
-90
/
+0
*
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: btree_path
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: add progress stats to sysfs
Brett Holman
2023-10-22
1
-0
/
+40
[next]