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
2023-10-17
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
6
-28
/
+28
2023-10-17
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
3
-6
/
+37
2023-10-17
xfs: create a helper to convert extlen to rtextlen
Darrick J. Wong
4
-9
/
+16
2023-10-17
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
6
-7
/
+19
2023-10-17
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
6
-12
/
+30
2023-10-17
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
8
-139
/
+137
2023-10-17
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
6
-10
/
+10
2023-10-17
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
4
-3
/
+5
2023-10-17
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
Darrick J. Wong
3
-34
/
+34
2023-10-17
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
7
-50
/
+50
2023-10-17
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
9
-78
/
+89
2023-10-17
xfs: make sure maxlen is still congruent with prod when rounding down
Darrick J. Wong
1
-5
/
+26
2023-10-17
xfs: fix units conversion error in xfs_bmap_del_extent_delay
Darrick J. Wong
1
-1
/
+1
2023-10-17
xfs: rt stubs should return negative errnos when rt disabled
Darrick J. Wong
1
-12
/
+12
2023-10-17
xfs: prevent rt growfs when quota is enabled
Darrick J. Wong
1
-1
/
+1
2023-10-17
xfs: hoist freeing of rt data fork extent mappings
Darrick J. Wong
3
-16
/
+41
2023-10-17
xfs: bump max fsgeom struct version
Darrick J. Wong
1
-1
/
+1
2023-10-15
Linux 6.6-rc6
Linus Torvalds
1
-1
/
+1
2023-10-15
Revert "x86/smp: Put CPUs into INIT on shutdown if possible"
Linus Torvalds
3
-60
/
+7
2023-10-15
virtio_net: fix the missing of the dma cpu sync
Xuan Zhuo
1
-7
/
+7
2023-10-14
ovl: temporarily disable appending lowedirs
Amir Goldstein
1
-49
/
+3
2023-10-14
ovl: fix regression in showing lowerdir mount option
Amir Goldstein
2
-15
/
+35
2023-10-13
Input: powermate - fix use-after-free in powermate_config_complete
Javier Carrasco
1
-0
/
+1
2023-10-13
Input: xpad - add PXN V900 support
Matthias Berndt
1
-0
/
+2
2023-10-13
Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport
Dmitry Torokhov
2
-22
/
+29
2023-10-13
Input: psmouse - fix fast_reconnect function for PS/2 mode
Jeffery Miller
2
-0
/
+2
2023-10-12
ksmbd: fix potential double free on smb2_read_pipe() error path
Namjae Jeon
1
-1
/
+1
2023-10-12
ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
Namjae Jeon
1
-0
/
+3
2023-10-12
ksmbd: fix wrong error response status by using set_smb2_rsp_status()
Namjae Jeon
1
-4
/
+5
2023-10-12
ksmbd: not allow to open file if delelete on close bit is set
Namjae Jeon
1
-2
/
+2
2023-10-12
Revert "Input: psmouse - add delay when deactivating for SMBus mode"
Dmitry Torokhov
1
-12
/
+7
2023-10-12
workqueue: fix -Wformat-truncation in create_worker
Lucy Mielke
1
-1
/
+1
2023-10-12
workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()
Waiman Long
1
-2
/
+6
2023-10-12
drivers: perf: Fix panic in riscv SBI mmap support
Alexandre Ghiti
2
-7
/
+12
2023-10-12
riscv: Fix ftrace syscall handling which are now prefixed with __riscv_
Alexandre Ghiti
1
-0
/
+21
2023-10-12
RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK
Jiexun Wang
1
-2
/
+2
2023-10-12
riscv: kdump: fix crashkernel reserving problem on RISC-V
Chen Jiahao
1
-13
/
+0
2023-10-12
riscv: Remove duplicate objcopy flag
Song Shuai
1
-1
/
+0
2023-10-12
x86/alternatives: Disable KASAN in apply_alternatives()
Kirill A. Shutemov
1
-0
/
+13
2023-10-12
workqueue: Use the kmem_cache_free() instead of kfree() to release pwq
Zqiang
1
-2
/
+6
2023-10-12
workqueue: doc: Fix function and sysfs path errors
WangJinchao
2
-3
/
+3
2023-10-12
cgroup: Fix incorrect css_set_rwsem reference in comment
Waiman Long
1
-1
/
+1
2023-10-12
ovl: fix regression in parsing of mount options with escaped comma
Amir Goldstein
1
-0
/
+29
2023-10-12
fs: factor out vfs_parse_monolithic_sep() helper
Amir Goldstein
2
-5
/
+31
2023-10-12
smb: client: prevent new fids from being removed by laundromat
Paulo Alcantara
1
-21
/
+35
2023-10-12
smb: client: make laundromat a delayed worker
Paulo Alcantara
2
-55
/
+36
2023-10-12
riscv: signal: fix sigaltstack frame size checking
Andy Chiu
1
-7
/
+0
2023-10-12
IXP4xx MAINTAINERS entries
Krzysztof HaĆasa
1
-17
/
+8
2023-10-12
rswitch: Fix imbalance phy_power_off() calling
Yoshihiro Shimoda
1
-1
/
+1
2023-10-12
rswitch: Fix renesas_eth_sw_remove() implementation
Yoshihiro Shimoda
1
-4
/
+6
[next]