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
2021-08-30
ext4: make the updating inode data procedure atomic
Zhang Yi
1
-16
/
+28
2021-08-30
ext4: remove an unnecessary if statement in __ext4_get_inode_loc()
Zhang Yi
1
-84
/
+78
2021-08-30
ext4: move inode eio simulation behind io completeion
Zhang Yi
1
-3
/
+1
2021-08-30
ext4: Improve scalability of ext4 orphan file handling
Jan Kara
2
-27
/
+53
2021-08-30
ext4: Orphan file documentation
Jan Kara
5
-6
/
+89
2021-08-30
ext4: Speedup ext4 orphan inode handling
Jan Kara
4
-52
/
+394
2021-08-30
ext4: Move orphan inode handling into a separate file
Jan Kara
5
-363
/
+375
2021-08-30
ext4: Support for checksumming from journal triggers
Jan Kara
16
-128
/
+259
2021-08-30
ext4: fix race writing to an inline_data file while its xattrs are changing
Theodore Ts'o
1
-0
/
+6
2021-08-30
jbd2: add sparse annotations for add_transaction_credits()
Theodore Ts'o
1
-1
/
+18
2021-08-30
ext4: fix sparse warnings
Theodore Ts'o
2
-6
/
+25
2021-08-30
ext4: Make sure quota files are not grabbed accidentally
Jan Kara
1
-2
/
+6
2021-08-30
ext4: fix e2fsprogs checksum failure for mounted filesystem
Jan Kara
1
-0
/
+8
2021-08-30
ext4: if zeroout fails fall back to splitting the extent node
Theodore Ts'o
1
-2
/
+3
2021-08-30
ext4: reduce arguments of ext4_fc_add_dentry_tlv
Guoqing Jiang
1
-18
/
+9
2021-08-30
ext4: flush background discard kwork when retry allocation
Wang Jianchao
3
-3
/
+13
2021-08-30
ext4: get discard out of jbd2 commit kthread contex
Wang Jianchao
2
-25
/
+78
2021-08-12
ext4: remove the repeated comment of ext4_trim_all_free
Wang Jianchao
1
-6
/
+1
2021-08-12
ext4: add new helper interface ext4_try_to_trim_range()
Wang Jianchao
1
-45
/
+57
2021-08-12
ext4: remove the 'group' parameter of ext4_trim_extent
Wang Jianchao
1
-5
/
+4
2021-08-10
jbd2: clean up two gcc -Wall warnings in recovery.c
Theodore Ts'o
1
-3
/
+3
2021-08-10
jbd2: fix clang warning in recovery.c
Theodore Ts'o
1
-1
/
+0
2021-08-10
jbd2: fix portability problems caused by unaligned accesses
Theodore Ts'o
1
-11
/
+11
2021-08-06
ext4: fix potential htree corruption when growing large_dir directories
Theodore Ts'o
1
-1
/
+1
2021-07-23
ext4: remove conflicting comment from __ext4_forget
Guoqing Jiang
1
-3
/
+0
2021-07-23
ext4: fix potential uninitialized access to retval in kmmpd
Ye Bin
1
-1
/
+1
2021-07-18
Linux 5.14-rc2
Linus Torvalds
1
-1
/
+1
2021-07-18
Documentation: Fix intiramfs script name
Robert Richter
2
-5
/
+5
2021-07-18
Kbuild: lto: fix module versionings mismatch in GNU make 3.X
Lecopzer Chen
1
-1
/
+1
2021-07-18
kbuild: do not suppress Kconfig prompts for silent build
Masahiro Yamada
1
-4
/
+5
2021-07-18
scripts/setlocalversion: fix a bug when LOCALVERSION is empty
Mikulas Patocka
1
-5
/
+8
2021-07-18
perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set
Yang Jihong
1
-4
/
+29
2021-07-18
perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernel
Yang Jihong
6
-42
/
+38
2021-07-18
perf data: Close all files in close_dir()
Riccardo Mancini
1
-1
/
+1
2021-07-18
perf probe-file: Delete namelist in del_events() on the error path
Riccardo Mancini
1
-2
/
+2
2021-07-17
Revert "mm/slub: use stackdepot to save stack trace in objects"
Linus Torvalds
2
-50
/
+30
2021-07-16
ARM: dts: versatile: Fix up interrupt controller node names
Sudeep Holla
2
-4
/
+3
2021-07-16
ARM: multi_v7_defconfig: Make NOP_USB_XCEIV driver built-in
Stefan Wahren
1
-1
/
+1
2021-07-16
ARM: configs: Update u8500_defconfig
Linus Walleij
1
-0
/
+5
2021-07-16
ARM: configs: Update Vexpress defconfig
Linus Walleij
1
-10
/
+7
2021-07-16
ARM: configs: Update Versatile defconfig
Linus Walleij
1
-3
/
+1
2021-07-16
ARM: configs: Update RealView defconfig
Linus Walleij
1
-3
/
+1
2021-07-16
ARM: configs: Update Integrator defconfig
Linus Walleij
1
-4
/
+1
2021-07-16
arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
Geert Uytterhoeven
1
-1
/
+1
2021-07-16
dt-bindings: display: renesas,du: Make resets optional on R-Car H1
Geert Uytterhoeven
1
-1
/
+0
2021-07-16
perf test bpf: Free obj_buf
Riccardo Mancini
1
-0
/
+2
2021-07-16
cifs: do not share tcp sessions of dfs connections
Paulo Alcantara
2
-3
/
+38
2021-07-16
zonefs: remove redundant null bio check
Xianting Tian
1
-3
/
+0
2021-07-15
Revert "Makefile: Enable -Wimplicit-fallthrough for Clang"
Linus Torvalds
1
-3
/
+6
2021-07-15
SMB3.1.1: fix mount failure to some servers when compression enabled
Steve French
1
-0
/
+1
[next]