index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-28
bcachefs: fix logging in journal_entry_err_msg()
Kent Overstreet
1
-2
/
+2
2025-03-28
bcachefs: add missing newline in bch2_trans_updates_to_text()
Kent Overstreet
1
-1
/
+3
2025-03-28
bcachefs: print_string_as_lines: fix extra newline
Kent Overstreet
1
-1
/
+1
2025-03-28
bcachefs: Fix WARN() in bch2_bkey_pick_read_device()
Kent Overstreet
2
-2
/
+6
2025-03-28
bcachefs: Don't return 0 size holes from bch2_seek_hole()
Kent Overstreet
1
-3
/
+12
2025-03-28
bcachefs: Fix bch2_seek_hole() locking
Kent Overstreet
1
-9
/
+11
2025-03-28
bcachefs: Recovery no longer holds state_lock
Kent Overstreet
8
-36
/
+31
2025-03-28
bcachefs: Fix permissions on version modparam
Kent Overstreet
1
-1
/
+1
2025-03-26
bcachefs: cond_resched() in journal_key_sort_cmp()
Kent Overstreet
1
-0
/
+2
2025-03-26
bcachefs: Fix 'hung task' messages in btree node scan
Kent Overstreet
1
-1
/
+3
2025-03-26
bcachefs: Fix btree iter flags in data move (2)
Kent Overstreet
1
-4
/
+33
2025-03-26
bcachefs: Don't unnecessarily decrypt data when moving
Kent Overstreet
1
-0
/
+3
2025-03-26
bcachefs: Document disk accounting keys and conuters
Kent Overstreet
1
-1
/
+53
2025-03-26
bcachefs: Validate number of counters for accounting keys
Kent Overstreet
4
-14
/
+34
2025-03-25
bcachefs: Use print_string_as_lines() for journal stuck messages
Kent Overstreet
1
-5
/
+6
2025-03-25
bcachefs: Fix duplicate checksum error messages in write path
Kent Overstreet
3
-19
/
+22
2025-03-25
bcachefs: Fix silent short reads in data read retry path
Kent Overstreet
3
-4
/
+7
2025-03-25
bcachefs: Fix nonce inconsistency in bch2_write_prep_encoded_data()
Kent Overstreet
1
-1
/
+2
2025-03-24
bcachefs: Kill unnecessary bch2_dev_usage_read()
Kent Overstreet
1
-1
/
+1
2025-03-24
bcachefs: btree node write errors now print btree node
Kent Overstreet
1
-6
/
+16
2025-03-24
bcachefs: Fix race in print_chain()
Kent Overstreet
1
-2
/
+2
2025-03-24
bcachefs: btree_trans_restart_foreign_task()
Kent Overstreet
2
-2
/
+11
2025-03-24
bcachefs: bch2_disk_accounting_mod2()
Kent Overstreet
6
-65
/
+57
2025-03-24
bcachefs: zero init journal bios
Kent Overstreet
1
-1
/
+1
2025-03-24
bcachefs: Eliminate padding in move_bucket_key
Kent Overstreet
1
-1
/
+1
2025-03-24
bcachefs: Fix a KMSAN splat in btree_update_nodes_written()
Kent Overstreet
1
-9
/
+9
2025-03-24
bcachefs: kmsan asserts
Kent Overstreet
3
-0
/
+5
2025-03-24
bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()
Kent Overstreet
1
-16
/
+22
2025-03-24
bcachefs: Disable asm memcpys when kmsan enabled
Kent Overstreet
1
-2
/
+2
2025-03-24
bcachefs: Handle backpointers with unknown data types
Kent Overstreet
1
-3
/
+7
2025-03-24
bcachefs: Count BCH_DATA_parity backpointers correctly
Kent Overstreet
1
-0
/
+3
2025-03-24
bcachefs: Run bch2_check_dirent_target() at lookup time
Kent Overstreet
1
-15
/
+17
2025-03-24
bcachefs: Refactor bch2_check_dirent_target()
Kent Overstreet
4
-68
/
+94
2025-03-24
bcachefs: Move bch2_check_dirent_target() to namei.c
Kent Overstreet
5
-224
/
+236
2025-03-24
bcachefs: fs-common.c -> namei.c
Kent Overstreet
8
-10
/
+10
2025-03-24
bcachefs: EIO cleanup
Kent Overstreet
13
-59
/
+73
2025-03-24
bcachefs: bch2_write_prep_encoded_data() now returns errcode
Kent Overstreet
1
-88
/
+71
2025-03-24
bcachefs: Simplify bch2_write_op_error()
Kent Overstreet
3
-97
/
+37
2025-03-24
bcachefs: Fix block/btree node size defaults
Kent Overstreet
2
-11
/
+4
2025-03-24
bcachefs: Add missing smp_rmb()
Alan Huang
1
-1
/
+3
2025-03-24
bcachefs: Kill JOURNAL_ERRORS()
Kent Overstreet
5
-78
/
+62
2025-03-24
bcachefs: Filesystem discard option now propagates to devices
Kent Overstreet
4
-2
/
+28
2025-03-24
bcachefs: Device state is now a runtime option
Kent Overstreet
3
-1
/
+11
2025-03-24
bcachefs: Setting foreground_target at runtime now triggers rebalance
Kent Overstreet
1
-0
/
+1
2025-03-24
bcachefs: Device options now use standard sysfs code
Kent Overstreet
6
-63
/
+69
2025-03-24
bcachefs: Kill BCH_DEV_OPT_SETTERS()
Kent Overstreet
4
-87
/
+80
2025-03-24
bcachefs: Remove spurious smp_mb()
Alan Huang
1
-1
/
+0
2025-03-24
bcachefs: Fix incorrect state count
Alan Huang
1
-1
/
+1
2025-03-24
bcachefs: Fix btree iter flags in data move
Kent Overstreet
1
-0
/
+1
2025-03-24
bcachefs: Validate bch_sb.offset field
Kent Overstreet
3
-4
/
+13
[next]