index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Rip out copygc pd controller
Kent Overstreet
1
-11
/
+0
2023-10-22
bcachefs: Add copygc wait to sysfs
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix copygc threshold
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Redo checks for sufficient devices
Kent Overstreet
1
-9
/
+0
2023-10-22
bcachefs: Persist 64 bit io clocks
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Add support for doing btree updates prior to journal replay
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Refactor dev usage
Kent Overstreet
1
-53
/
+34
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Add error handling to unit & perf tests
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Add btree cache stats to sysfs
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Delete dead journalling code
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
1
-19
/
+0
2023-10-22
bcachefs: Convert various code to printbuf
Kent Overstreet
1
-120
/
+100
2023-10-22
bcachefs: Delete unused arguments
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Make copygc thread global
Kent Overstreet
1
-12
/
+6
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-12
/
+12
2023-10-22
bcachefs: Move stripe creation to workqueue
Kent Overstreet
1
-13
/
+13
2023-10-22
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: Track sectors of erasure coded data
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix lock ordering with new btree cache code
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
1
-8
/
+0
2023-10-22
bcachefs: Implement a new gc that only recalcs oldest gen
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Turn c->state_lock into an rwsem
Kent Overstreet
1
-13
/
+6
2023-10-22
bcachefs: Add debug code to print btree transactions
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Track incompressible data
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't print anything when device doesn't have a label
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Make io timers less buggy
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: kill ca->freelist_lock
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Write out fs usage consistently
Kent Overstreet
1
-35
/
+2
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: cmp_int()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Pass flags arg to bch2_alloc_write()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: add ability to run gc on metadata only
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Go rw lazily
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Add a mechanism for blocking the journal
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: percpu utility code
Kent Overstreet
1
-9
/
+4
2023-10-22
bcachefs: sysfs trigger for bch2_alloc_write
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: improve alloc_debug
Kent Overstreet
1
-13
/
+15
2023-10-22
bcachefs: Fix check for if extent update is allocating
Kent Overstreet
1
-13
/
+25
2023-10-22
bcachefs: Fix some reserve calculations
Kent Overstreet
1
-3
/
+16
2023-10-22
bcachefs: Lots of option handling improvements
Kent Overstreet
1
-4
/
+5
2023-10-22
bcachefs: Include summarized counts in fs_usage
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: gc now operates on second set of bucket marks
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Erasure coding
Kent Overstreet
1
-0
/
+47
2023-10-22
bcachefs: stripe support for replicas tracking
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Check for unsupported features
Kent Overstreet
1
-9
/
+3
[next]