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
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Ratelimiting for writeback IOs
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix possible null deref on mount
Dan Robertson
1
-1
/
+1
2023-10-22
bcachefs: Fix some refcounting bugs
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: New and improved topology repair code
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix key cache assertion
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Eliminate more PAGE_SIZE uses
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Add a print statement for when we go read-write
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
1
-20
/
+20
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Add a mempool for the replicas delta list
Kent Overstreet
1
-6
/
+1
2023-10-22
bcachefs: Start journal reclaim thread earlier
Kent Overstreet
1
-7
/
+1
2023-10-22
bcachefs: Fix for copygc getting stuck waiting for reserve to be filled
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Rip out copygc pd controller
Kent Overstreet
1
-4
/
+0
2023-10-22
bcachefs: Fix an allocator startup race
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Create allocator threads when allocating filesystem
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: Redo checks for sufficient devices
Kent Overstreet
1
-12
/
+11
2023-10-22
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Journal updates to dev usage
Kent Overstreet
1
-15
/
+22
2023-10-22
bcachefs: Persist 64 bit io clocks
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: Add support for doing btree updates prior to journal replay
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Mark superblocks transactionally
Kent Overstreet
1
-13
/
+11
2023-10-22
bcachefs: Refactor dev usage
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix an assertion pop
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
1
-9
/
+7
2023-10-22
bcachefs: Add a kmem_cache for btree_key_cache objects
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: New varints
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Add a single slot percpu buf for btree iters
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Improved inode create optimization
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Minor journal reclaim improvement
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Inode create optimization
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Start/stop io clock hands in read/write paths
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Improvements to writing alloc info
Kent Overstreet
1
-16
/
+5
2023-10-22
bcachefs: Fix copygc dying on startup
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fix errors early in the fs init process
Kent Overstreet
1
-12
/
+8
2023-10-22
bcachefs: Fix unmount path
Kent Overstreet
1
-13
/
+29
2023-10-22
bcachefs: Don't fail mount if device has been removed
Kent Overstreet
1
-2
/
+14
2023-10-22
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Make copygc thread global
Kent Overstreet
1
-22
/
+7
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Move stripe creation to workqueue
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
1
-4
/
+26
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Turn c->state_lock into an rwsem
Kent Overstreet
1
-30
/
+30
2023-10-22
bcachefs: Kill old allocator startup code
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Fixes for going RO
Kent Overstreet
1
-23
/
+29
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
1
-0
/
+5
[next]