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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Try to print full btree error message
Kent Overstreet
2
-6
/
+23
2023-10-22
bcachefs: Prevent journal reclaim from spinning
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix btree key cache dirty checks
Kent Overstreet
2
-3
/
+4
2023-10-22
bcachefs: Be more conservation about journal pre-reservations
Kent Overstreet
5
-27
/
+40
2023-10-22
bcachefs: Don't require flush/fua on every journal write
Kent Overstreet
9
-151
/
+312
2023-10-22
bcachefs: Improve journal free space calculations
Kent Overstreet
4
-77
/
+108
2023-10-22
bcachefs: Increase journal pipelining
Kent Overstreet
7
-101
/
+188
2023-10-22
bcachefs: Don't issue btree writes that weren't journalled
Kent Overstreet
3
-6
/
+26
2023-10-22
bcachefs: Check for errors in bch2_journal_reclaim()
Kent Overstreet
3
-10
/
+19
2023-10-22
bcachefs: Flag inodes that had btree update errors
Kent Overstreet
3
-2
/
+19
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
8
-52
/
+86
2023-10-22
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
7
-29
/
+42
2023-10-22
bcachefs: Fix spurious alloc errors on forced shutdown
Kent Overstreet
1
-1
/
+14
2023-10-22
bcachefs: Fix some spurious gcc warnings
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Fix journal_flush_seq()
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
12
-222
/
+46
2023-10-22
bcachefs: Add error handling to unit & perf tests
Kent Overstreet
3
-88
/
+170
2023-10-22
bcachefs: Journal pin refactoring
Kent Overstreet
2
-67
/
+25
2023-10-22
bcachefs: Fix for fsck spuriously finding duplicate extents
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Use BTREE_ITER_PREFETCH in journal+btree iter
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Ensure we always have a journal pin in interior update path
Kent Overstreet
1
-10
/
+6
2023-10-22
bcachefs: Change a BUG_ON() to a fatal error
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Fix error in filesystem initialization
Kent Overstreet
2
-2
/
+10
2023-10-22
bcachefs: Fix journal reclaim spinning in recovery
Kent Overstreet
2
-0
/
+6
2023-10-22
bcachefs: Fix for __readahead_batch getting partial batch
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Optimize bch2_journal_flush_seq_async()
Kent Overstreet
1
-1
/
+9
2023-10-22
bcachefs: Delete dead code
Kent Overstreet
2
-4
/
+0
2023-10-22
bcachefs: bch2_btree_delete_range_trans()
Kent Overstreet
3
-48
/
+42
2023-10-22
bcachefs: Don't use bkey cache for inode update in fsck
Kent Overstreet
4
-7
/
+13
2023-10-22
bcachefs: Fix an rcu splat
Kent Overstreet
1
-5
/
+8
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
13
-35
/
+122
2023-10-22
bcachefs: Throttle updates when btree key cache is too dirty
Kent Overstreet
4
-1
/
+35
2023-10-22
bcachefs: Journal reclaim requires memalloc_noreclaim_save()
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Simplify transaction commit error path
Kent Overstreet
2
-16
/
+0
2023-10-22
bcachefs: Ensure journal reclaim runs when btree key cache is too dirty
Kent Overstreet
4
-16
/
+113
2023-10-22
bcachefs: Improve btree key cache shrinker
Kent Overstreet
2
-50
/
+49
2023-10-22
bcachefs: More debug code improvements
Kent Overstreet
1
-2
/
+17
2023-10-22
bcachefs: Add a kmem_cache for btree_key_cache objects
Kent Overstreet
3
-5
/
+30
2023-10-22
bcachefs: Be more precise with journal error reporting
Kent Overstreet
3
-41
/
+49
2023-10-22
bcachefs: Add btree cache stats to sysfs
Kent Overstreet
3
-0
/
+14
2023-10-22
bcachefs: Add an ioctl for resizing journal on a device
Kent Overstreet
3
-1
/
+46
2023-10-22
bcachefs: Add more debug checks
Kent Overstreet
2
-2
/
+19
2023-10-22
bcachefs: Dump journal state when the journal deadlocks
Kent Overstreet
1
-2
/
+11
2023-10-22
bcachefs: Dont' use percpu btree_iter buf in userspace
Kent Overstreet
1
-3
/
+11
2023-10-22
bcachefs: Set preallocated transaction mem to avoid restarts
Kent Overstreet
3
-11
/
+19
2023-10-22
bcachefs: Convert tracepoints to use %ps, not %pf
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix journal entry repair code
Kent Overstreet
1
-16
/
+32
2023-10-22
bcachefs: Add a shrinker for the btree key cache
Kent Overstreet
2
-5
/
+90
2023-10-22
bcachefs: Take a SRCU lock in btree transactions
Kent Overstreet
4
-1
/
+12
2023-10-22
bcachefs: Check for errors from register_shrinker()
Kent Overstreet
1
-1
/
+1
[prev]
[next]