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
2024-11-12
jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()
Ye Bin
1
-26
/
+29
2024-11-12
jbd2: unified release of buffer_head in do_one_pass()
Ye Bin
1
-25
/
+9
2024-11-12
jbd2: remove redundant judgments for check v1 checksum
Ye Bin
1
-1
/
+0
2024-11-12
ext4: use ERR_CAST to return an error-valued pointer
Yu Jiaoliang
1
-2
/
+2
2024-11-12
mm: zero range of eof folio exposed by inode size extension
Brian Foster
1
-0
/
+15
2024-11-12
ext4: partial zero eof block on unaligned inode size extension
Brian Foster
2
-16
/
+42
2024-11-12
ext4: disambiguate the return value of ext4_dio_write_end_io()
Jinliang Zheng
1
-2
/
+3
2024-11-12
ext4: pass write-hint for buffered IO
j.xia
1
-1
/
+3
2024-11-12
ext4: fix race in buffer_head read fault injection
Long Li
10
-29
/
+29
2024-11-12
ext4: don't pass full mapping flags to ext4_es_insert_extent()
Zhang Yi
4
-10
/
+11
2024-11-12
ext4: mark ctx_*_flags() with __maybe_unused
Andy Shevchenko
1
-4
/
+4
2024-11-12
ext4: return error on syncfs after shutdown
Amir Goldstein
1
-1
/
+1
2024-11-12
fs: ext4: Don't use CMA for buffer_head
Zhaoyang Huang
1
-1
/
+8
2024-11-12
ext4: simplify if condition
Jiapeng Chong
1
-3
/
+1
2024-11-12
ext4: fix FS_IOC_GETFSMAP handling
Theodore Ts'o
3
-5
/
+68
2024-11-12
ext4: WARN if a full dir leaf block has only one dentry
Baokun Li
1
-2
/
+12
2024-11-12
ext4: show the default enabled prefetch_block_bitmaps option
Baokun Li
1
-0
/
+3
2024-10-30
ext4: avoid remount errors with 'abort' mount option
Jan Kara
1
-3
/
+8
2024-10-30
ext4: supress data-race warnings in ext4_free_inodes_{count,set}()
Jeongjun Park
1
-4
/
+4
2024-10-30
ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()
Markus Elfring
1
-5
/
+2
2024-10-20
Linux 6.12-rc4
Linus Torvalds
1
-1
/
+1
2024-10-19
io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()
Jens Axboe
1
-1
/
+1
2024-10-18
fgraph: Allocate ret_stack_list with proper size
Steven Rostedt
1
-1
/
+2
2024-10-18
fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
Steven Rostedt
1
-7
/
+21
2024-10-18
Input: zinitix - don't fail if linux,keycodes prop is absent
Nikita Travkin
1
-12
/
+22
2024-10-18
Input: xpad - add support for MSI Claw A1M
John Edwards
1
-0
/
+2
2024-10-18
MAINTAINERS: update IPE tree url and Fan Wu's email
Fan Wu
1
-2
/
+2
2024-10-18
ipe: fallback to platform keyring also if key in trusted keyring is rejected
Luca Boccassi
1
-1
/
+1
2024-10-18
mm: fix follow_pfnmap API lockdep assert
Linus Torvalds
1
-1
/
+2
2024-10-18
misc: rtsx: list supported models in Kconfig help
Yo-Jung (Leo) Lin
1
-1
/
+2
2024-10-18
MAINTAINERS: Remove some entries due to various compliance requirements.
Greg Kroah-Hartman
1
-178
/
+0
2024-10-18
xen: Remove dependency between pciback and privcmd
Jiqian Chen
5
-12
/
+44
2024-10-17
cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
Josh Poimboeuf
1
-1
/
+1
2024-10-17
MAINTAINERS: Add an entry for PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+8
2024-10-17
lib/buildid: Handle memfd_secret() files in build_id_parse()
Andrii Nakryiko
1
-0
/
+5
2024-10-17
ipe: allow secondary and platform keyrings to install/update policies
Luca Boccassi
3
-2
/
+36
2024-10-17
ipe: also reject policy updates with the same version
Luca Boccassi
2
-2
/
+2
2024-10-17
ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower version
Luca Boccassi
1
-1
/
+1
2024-10-17
nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function
Nilay Shroff
1
-8
/
+2
2024-10-17
nvme: make keep-alive synchronous operation
Nilay Shroff
1
-10
/
+7
2024-10-17
nvme-loop: flush off pending I/O while shutting down loop controller
Nilay Shroff
1
-0
/
+13
2024-10-17
selftests/bpf: Add test case for delta propagation
Daniel Borkmann
2
-0
/
+36
2024-10-17
bpf: Fix print_reg_state's constant scalar dump
Daniel Borkmann
1
-2
/
+1
2024-10-17
bpf: Fix incorrect delta propagation between linked registers
Daniel Borkmann
1
-5
/
+6
2024-10-17
bpf: Properly test iter/task tid filtering
Jordan Rome
1
-5
/
+22
2024-10-17
bpf: Fix iter/task tid filtering
Jordan Rome
1
-1
/
+1
2024-10-17
nvme-pci: fix race condition between reset and nvme_dev_disable()
Maurizio Lombardi
1
-3
/
+16
2024-10-17
dma-mapping: fix tracing dma_alloc/free with vmalloc'd memory
Sean Anderson
1
-8
/
+8
2024-10-17
maple_tree: add regression test for spanning store bug
Lorenzo Stoakes
1
-0
/
+84
2024-10-17
maple_tree: correct tree corruption on spanning store
Lorenzo Stoakes
1
-6
/
+6
[next]