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: Fix oob write in __bch2_btree_node_write
Dan Robertson
1
-0
/
+3
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
3
-5
/
+6
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
6
-50
/
+26
2023-10-22
bcachefs: Mark newly allocated btree nodes as accessed
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix time handling
Kent Overstreet
3
-12
/
+25
2023-10-22
bcachefs: Add a tracepoint for when we block on journal reclaim
Kent Overstreet
2
-0
/
+7
2023-10-22
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
4
-11
/
+20
2023-10-22
bcachefs: Ensure that fpunch updates inode timestamps
Kent Overstreet
2
-1
/
+15
2023-10-22
bcachefs: Change copygc wait amount to be min of per device waits
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Change bch2_btree_key_cache_count() to exclude dirty keys
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Call bch2_inconsistent_error() on missing stripe/indirect extent
Kent Overstreet
2
-0
/
+5
2023-10-22
bcachefs: New tracepoint for bch2_trans_get_iter()
Kent Overstreet
2
-9
/
+79
2023-10-22
bcachefs: Fix __bch2_trans_get_iter()
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Evict btree nodes we're deleting
Kent Overstreet
3
-0
/
+34
2023-10-22
bcachefs: New check_nlinks algorithm for snapshots
Kent Overstreet
1
-83
/
+145
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
1
-9
/
+11
2023-10-22
bcachefs: New and improved topology repair code
Kent Overstreet
11
-98
/
+471
2023-10-22
bcachefs: Fix key cache assertion
Kent Overstreet
4
-5
/
+12
2023-10-22
bcachefs: New helper __bch2_btree_insert_keys_interior()
Kent Overstreet
1
-25
/
+23
2023-10-22
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
3
-0
/
+58
2023-10-22
bcachefs: Fix bch2_verify_keylist_sorted
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix an out of bounds read
Kent Overstreet
2
-2
/
+14
2023-10-22
bcachefs: Use mmap() instead of vmalloc_exec() in userspace
Kent Overstreet
1
-8
/
+15
2023-10-22
bcachefs: Don't BUG_ON() btree topology error
Kent Overstreet
2
-9
/
+50
2023-10-22
bcachefs: Fix repair leading to replicas not marked
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Lookup/create lost+found lazily
Kent Overstreet
1
-111
/
+111
2023-10-22
bcachefs: Don't BUG() in update_replicas
Kent Overstreet
1
-13
/
+36
2023-10-22
bcachefs: Fix a deadlock on journal reclaim
Kent Overstreet
3
-2
/
+19
2023-10-22
bcachefs: Update bch2_btree_verify()
Kent Overstreet
5
-72
/
+87
2023-10-22
bcachefs: Fix two btree iterator leaks
Kent Overstreet
2
-2
/
+5
2023-10-22
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
2
-8
/
+13
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Fix for btree_gc repairing interior btree ptrs
Kent Overstreet
2
-11
/
+13
2023-10-22
bcachefs: Preallocate trans mem in bch2_migrate_index_update()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Allocator refactoring
Kent Overstreet
3
-311
/
+161
2023-10-22
bcachefs: Always check for invalid bkeys in trans commit path
Kent Overstreet
1
-15
/
+12
2023-10-22
bcachefs: Check that keys are in the correct btrees
Kent Overstreet
1
-0
/
+39
2023-10-22
bcachefs: Handle errors in bch2_trans_mark_update()
Kent Overstreet
2
-2
/
+5
2023-10-22
bcachefs: Allocator thread doesn't need gc_lock anymore
Kent Overstreet
1
-21
/
+5
2023-10-22
bcachefs: gc shouldn't care about owned_by_allocator
Kent Overstreet
7
-146
/
+9
2023-10-22
bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stack
Kent Overstreet
1
-55
/
+48
2023-10-22
bcachefs: Fix an unused var warning in userspace
Kent Overstreet
1
-5
/
+2
2023-10-22
bcachefs: Fix some small memory leaks
Kent Overstreet
2
-2
/
+4
2023-10-22
bcachefs: Simplify fsck remove_dirent()
Kent Overstreet
1
-33
/
+19
2023-10-22
bcachefs: Fix transaction restarts due to upgrading of cloned iterators
Kent Overstreet
1
-1
/
+34
2023-10-22
bcachefs: Fix journal reclaim loop
Kent Overstreet
1
-4
/
+5
2023-10-22
bcachefs: Fix an RCU splat
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Simplify bch2_set_nr_journal_buckets()
Kent Overstreet
1
-20
/
+15
2023-10-22
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
7
-60
/
+38
2023-10-22
bcachefs: Improve trans_restart_mem_realloced tracepoint
Kent Overstreet
2
-42
/
+22
[prev]
[next]