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: Convert journal sysfs params to regular options
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: Clean up error reporting in the startup path
Kent Overstreet
1
-90
/
+87
2023-10-22
bcachefs: Return -ENOKEY/EINVAL when mount decryption fails
Chris Webb
1
-16
/
+33
2023-10-22
bcachefs: Ensure journal doesn't get stuck in nochanges mode
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Drop bch2_journal_meta() call when going RW
Kent Overstreet
1
-7
/
+0
2023-10-22
bcachefs: Fix dev accounting after device add
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Fix bch2_dev_remove_alloc()
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: add progress stats to sysfs
Brett Holman
1
-0
/
+3
2023-10-22
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Don't mark superblocks past end of usable space
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Assorted endianness fixes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Split out btree_error_wq
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-3
/
+7
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
[next]