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-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
2025-03-24
bcachefs: bch2_sb_validate() doesn't need bch_sb_handle
Kent Overstreet
2
-5
/
+5
2025-03-24
bcachefs: Add missing random.h includes
Kent Overstreet
1
-0
/
+1
2025-03-24
bcachefs: Better incompat version/feature error messages
Kent Overstreet
1
-4
/
+16
2025-03-24
bcachefs: Fix offset_into_extent in data move path
Kent Overstreet
1
-1
/
+2
2025-03-24
bcachefs: use sha256() instead of crypto_shash API
Eric Biggers
5
-19
/
+3
2025-03-24
bcachefs: Remove unnecessary softdeps on crc32c and crc64
Eric Biggers
1
-2
/
+0
2025-03-24
bcachefs: #if 0 out (enable|disable)_encryption()
Kent Overstreet
2
-0
/
+15
2025-03-24
bcachefs: Improve can_write_extent()
Kent Overstreet
1
-57
/
+46
2025-03-24
bcachefs: trace_io_move_write_fail
Kent Overstreet
4
-7
/
+31
2025-03-24
bcachefs: Increase blacklist range
Alan Huang
1
-1
/
+1
2025-03-24
bcachefs: __bch2_read() now takes a btree_trans
Kent Overstreet
2
-21
/
+21
2025-03-24
bcachefs: BCH_READ_data_update -> bch_read_bio.data_update
Kent Overstreet
4
-35
/
+44
2025-03-16
bcachefs: Checksum errors get additional retries
Kent Overstreet
9
-82
/
+128
2025-03-16
bcachefs: Print message on successful read retry
Kent Overstreet
1
-0
/
+16
2025-03-16
bcachefs: Return errors to top level bch2_rbio_retry()
Kent Overstreet
2
-17
/
+28
2025-03-16
bcachefs: BCH_ERR_data_read_buffer_too_small
Kent Overstreet
4
-8
/
+8
2025-03-16
bcachefs: Read error message now indicates if it was for an internal move
Kent Overstreet
1
-1
/
+8
2025-03-16
bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry path
Kent Overstreet
1
-0
/
+3
2025-03-16
bcachefs: Convert read path to standard error codes
Kent Overstreet
3
-43
/
+67
2025-03-16
bcachefs: Debug params for data corruption injection
Kent Overstreet
4
-0
/
+65
2025-03-16
bcachefs: Don't create bch_io_failures unless it's needed
Kent Overstreet
1
-3
/
+1
[next]