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: More minor smatch fixes
Kent Overstreet
6
-5
/
+6
2023-10-22
bcachefs: Minor bch2_btree_node_get() smatch fixes
Kent Overstreet
1
-22
/
+2
2023-10-22
bcachefs: snapshots: Use kvfree_rcu_mightsleep()
Kent Overstreet
1
-22
/
+2
2023-10-22
bcachefs: Fix strndup_user() error checking
Kent Overstreet
1
-9
/
+11
2023-10-22
bcachefs: drop journal lock before calling journal_write
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncation
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix error checks in bch2_chacha_encrypt_key()
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Fix an overflow check
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix copy_to_user() usage in flush_buf()
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: fix race between journal entry close and pin set
Brian Foster
2
-13
/
+28
2023-10-22
bcachefs: prepare journal buf put to handle pin put
Brian Foster
2
-6
/
+18
2023-10-22
bcachefs: refactor pin put helpers
Brian Foster
3
-9
/
+8
2023-10-22
bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()
Dan Carpenter
1
-2
/
+2
2023-10-22
bcachefs: fs-ioctl: Fix copy_to_user() error code
Dan Carpenter
1
-1
/
+4
2023-10-22
bcachefs: acl: Add missing check in bch2_acl_chmod()
Dan Carpenter
1
-1
/
+2
2023-10-22
bcachefs: acl: Uninitialized variable in bch2_acl_chmod()
Dan Carpenter
1
-1
/
+1
2023-10-22
bcachefs: Fix -Wself-assign
Nick Desaulniers
1
-2
/
+2
2023-10-22
bcachefs: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2023-10-22
bcachefs: fix error checking in bch2_fs_alloc()
Dan Carpenter
1
-1
/
+1
2023-10-22
bcachefs: chardev: fix an integer overflow (32 bit only)
Dan Carpenter
1
-1
/
+1
2023-10-22
bcachefs: chardev: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-10
/
+20
2023-10-22
bcachefs: Change bucket_lock() to use bit_spin_lock()
Kent Overstreet
1
-3
/
+30
2023-10-22
bcachefs: Kill other unreachable() uses
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Remove undefined behavior in bch2_dev_buckets_reserved()
Josh Poimboeuf
1
-1
/
+1
2023-10-22
bcachefs: Remove a redundant and harmless bch2_free_super() call
Christophe JAILLET
1
-1
/
+0
2023-10-22
bcachefs: Fix use-after-free in bch2_dev_add()
Christophe JAILLET
1
-3
/
+1
2023-10-22
bcachefs: add module description to fix modpost warning
Brian Foster
1
-0
/
+1
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
47
-877
/
+731
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
51
-451
/
+459
2023-10-22
bcachefs: Remove unneeded semicolon
Yang Li
2
-4
/
+4
2023-10-22
bcachefs: Add a missing prefetch include
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()
Nathan Chancellor
1
-1
/
+1
2023-10-22
bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()
Nathan Chancellor
1
-1
/
+1
2023-10-22
bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...
Nathan Chancellor
3
-7
/
+7
2023-10-22
bcachefs: Fix -Wformat in bch2_bucket_gens_invalid()
Nathan Chancellor
1
-1
/
+1
2023-10-22
bcachefs: Fix -Wformat in bch2_alloc_v4_invalid()
Nathan Chancellor
1
-1
/
+1
2023-10-22
bcachefs: Fix -Wformat in bch2_btree_key_cache_to_text()
Nathan Chancellor
1
-1
/
+1
2023-10-22
bcachefs: Fix -Wformat in bch2_set_bucket_needs_journal_commit()
Nathan Chancellor
1
-1
/
+1
2023-10-22
bcachefs: Fix a handful of spelling mistakes in various messages
Colin Ian King
5
-5
/
+5
2023-10-22
bcachefs: remove redundant pointer q
Colin Ian King
1
-3
/
+0
2023-10-22
bcachefs: remove duplicated assignment to variable offset_into_extent
Colin Ian King
1
-1
/
+0
2023-10-22
bcachefs: remove redundant initializations of variables start_offset and end_...
Colin Ian King
1
-2
/
+2
2023-10-22
bcachefs: remove redundant initialization of pointer dst
Colin Ian King
1
-2
/
+1
2023-10-22
bcachefs: remove redundant initialization of pointer d
Colin Ian King
2
-2
/
+2
2023-10-22
bcachefs: trace_read_nopromote()
Kent Overstreet
3
-18
/
+48
2023-10-22
bcachefs: Log finsert/fcollapse operations
Kent Overstreet
4
-95
/
+152
2023-10-22
bcachefs: Log truncate operations
Kent Overstreet
6
-22
/
+75
2023-10-22
bcachefs: BTREE_ID_logged_ops
Kent Overstreet
10
-1
/
+156
2023-10-22
bcachefs: New io_misc.c helpers
Kent Overstreet
5
-192
/
+250
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
34
-1692
/
+1751
[next]