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: Don't pass around may_drop_locks
Kent Overstreet
7
-49
/
+38
2023-10-22
bcachefs: Kill remaining bch2_btree_iter_unlock() uses
Kent Overstreet
3
-21
/
+12
2023-10-22
bcachefs: Fix for the stripes mark path and gc
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Redo replicas gc mechanism
Kent Overstreet
4
-78
/
+69
2023-10-22
bcachefs: Fix return code from bch2_fs_start()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Don't run fsck by default at mount time
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: some improvements to startup messages and options
Kent Overstreet
9
-139
/
+163
2023-10-22
bcachefs: Various improvements to bch2_alloc_write()
Kent Overstreet
6
-162
/
+109
2023-10-22
bcachefs: bch2_trans_mark_update()
Kent Overstreet
18
-142
/
+702
2023-10-22
bcachefs: btree_bkey_cached_common
Kent Overstreet
16
-203
/
+212
2023-10-22
bcachefs: Write out fs usage consistently
Kent Overstreet
14
-231
/
+310
2023-10-22
bcachefs: Avoid write lock on mark_lock
Kent Overstreet
3
-11
/
+8
2023-10-22
bcachefs: Fix a bug with multiple iterators being traversed
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: fix bch2_rbio_narrow_crcs()
Kent Overstreet
1
-12
/
+7
2023-10-22
bcachefs: Fix journal shutdown path
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix fsync error reporting
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: bch2_bkey_ptrs_invalid()
Kent Overstreet
4
-117
/
+103
2023-10-22
bcachefs: Don't hardcode BTREE_ID_EXTENTS
Kent Overstreet
2
-4
/
+4
2023-10-22
bcachefs: fix bch2_flags_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add actual tracepoints for transaction restarts
Kent Overstreet
5
-4
/
+92
2023-10-22
bcachefs: copy correct journal_seq to dir in create
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
18
-184
/
+182
2023-10-22
bcachefs: fix triggers for stripes btree
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: use same timesource as current_time()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix hang while shutting down
Kent Overstreet
3
-11
/
+21
2023-10-22
bcachefs: lockdep fix when going rw from bch2_alloc_write()
Kent Overstreet
1
-12
/
+23
2023-10-22
bcachefs: Mark overwrites from journal replay in initial gc
Kent Overstreet
6
-107
/
+192
2023-10-22
bcachefs: Deduplicate keys in the journal before replay
Kent Overstreet
8
-103
/
+267
2023-10-22
bcachefs: Journal replay refactoring
Kent Overstreet
5
-240
/
+251
2023-10-22
bcachefs: cmp_int()
Kent Overstreet
12
-18
/
+20
2023-10-22
bcachefs: Pass flags arg to bch2_alloc_write()
Kent Overstreet
6
-24
/
+24
2023-10-22
bcachefs: allocate sb_read_scratch with __get_free_page
Kent Overstreet
2
-3
/
+3
2023-10-22
bcachefs: delete duplicated code
Kent Overstreet
3
-39
/
+16
2023-10-22
bcachefs: disallow ever going rw if nochanges or noreplay
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: initial gc no longer needs to touch every node
Kent Overstreet
1
-12
/
+4
2023-10-22
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
15
-472
/
+460
2023-10-22
bcachefs: don't lose errors from iterators that have been freed
Kent Overstreet
2
-2
/
+5
2023-10-22
bcachefs: free trans->mem on commit
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: add ability to run gc on metadata only
Kent Overstreet
8
-61
/
+88
2023-10-22
bcachefs: Convert gc errors to fsck errors
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: ratelimit copygc warning
Kent Overstreet
2
-1
/
+4
2023-10-22
bcachefs: minor fsck fix
Kent Overstreet
1
-18
/
+12
2023-10-22
bcachefs: Fsck locking improvements
Kent Overstreet
5
-57
/
+83
2023-10-22
bcachefs: Caller now responsible for calling mark_key for gc
Kent Overstreet
7
-58
/
+54
2023-10-22
bcachefs: Refactor bch2_fs_recovery()
Kent Overstreet
1
-135
/
+179
2023-10-22
bcachefs: fix bch2_trans_unlock()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: add missing bch2_btree_iter_node_drop() call
Kent Overstreet
2
-8
/
+5
2023-10-22
bcachefs: allow journal reply on ro mount
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsck
Kent Overstreet
1
-6
/
+15
2023-10-22
bcachefs: Track whether filesystem has errors in superblock
Kent Overstreet
6
-33
/
+26
[next]