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-05-10
fcntl: add F_DUPFD_QUERY fcntl()
Linus Torvalds
2
-6
/
+28
2024-05-09
file: add fd_raw cleanup class
Christian Brauner
1
-0
/
+1
2024-05-04
fs: WARN when f_count resurrection is attempted
Kees Cook
1
-1
/
+2
2024-05-02
seq_file: Simplify __seq_puts()
Christophe JAILLET
1
-8
/
+1
2024-05-02
seq_file: Optimize seq_puts()
Christophe JAILLET
2
-3
/
+14
2024-05-02
proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
Tyler Hicks (Microsoft)
1
-22
/
+20
2024-04-26
fs: Create anon_inode_getfile_fmode()
Dawid Osuchowski
2
-0
/
+38
2024-04-24
xfs: don't call xfs_file_open from xfs_dir_open
Christoph Hellwig
1
-1
/
+3
2024-04-24
xfs: drop fop_flags for directories
Christoph Hellwig
1
-2
/
+0
2024-04-24
xfs: fix overly long line in the file_operations
Christoph Hellwig
1
-4
/
+4
2024-04-17
shmem: Fix shmem_rename2()
Chuck Lever
1
-0
/
+9
2024-04-17
libfs: Add simple_offset_rename() API
Chuck Lever
3
-2
/
+24
2024-04-17
libfs: Fix simple_offset_rename_exchange()
Chuck Lever
1
-6
/
+19
2024-04-17
jffs2: prevent xattr node from overflowing the eraseblock
Ilya Denisyev
1
-0
/
+3
2024-04-15
vfs, swap: compile out IS_SWAPFILE() on swapless configs
Alexey Dobriyan
1
-0
/
+6
2024-04-13
vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirements
Linus Torvalds
2
-6
/
+14
2024-04-11
fs/direct-io: remove redundant assignment to variable retval
Colin Ian King
1
-1
/
+0
2024-04-09
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
linke li
1
-1
/
+1
2024-04-09
fs: Add FOP_HUGE_PAGES
Matthew Wilcox (Oracle)
5
-20
/
+10
2024-04-09
orangefs: cleanup uses of strncpy
Justin Stitt
3
-32
/
+15
2024-04-09
nilfs2: fix out-of-range warning
Arnd Bergmann
1
-1
/
+1
2024-04-07
fs: use bit shifts for FMODE_* flags
Christian Brauner
1
-26
/
+31
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
12
-28
/
+37
2024-04-05
fs: Annotate struct file_handle with __counted_by() and use struct_size()
Gustavo A. R. Silva
2
-4
/
+4
2024-04-05
fs: aio: convert to ring_folios and internal_folios
Kefeng Wang
1
-31
/
+31
2024-04-05
ecryptfs: Fix buffer size for tag 66 packet
Brian Kubisiak
1
-1
/
+3
2024-04-05
fs: aio: use a folio in aio_free_ring()
Kefeng Wang
1
-6
/
+7
2024-04-05
fs: aio: use a folio in aio_setup_ring()
Kefeng Wang
1
-9
/
+11
2024-04-05
fs/writeback: remove unnecessary return in writeback_inodes_sb
Kemeng Shi
1
-1
/
+1
2024-04-05
fs/writeback: correct comment of __wakeup_flusher_threads_bdi
Kemeng Shi
1
-2
/
+1
2024-04-05
fs/writeback: only calculate dirtied_before when b_io is empty
Kemeng Shi
1
-12
/
+13
2024-04-05
fs/writeback: remove unused parameter wb of finish_writeback_work
Kemeng Shi
1
-4
/
+3
2024-04-05
fs/writeback: bail out if there is no more inodes for IO and queued once
Kemeng Shi
1
-2
/
+5
2024-03-26
fs: Add kernel-doc comments to proc_create_net_data_write()
Yang Li
1
-0
/
+1
2024-03-26
fs/writeback: avoid to writeback non-expired inode in kupdate writeback
Kemeng Shi
1
-3
/
+10
2024-03-26
fs_parser: move fsparam_string_empty() helper into header
Luis Henriques (SUSE)
3
-8
/
+4
2024-03-26
statx: stx_subvol
Kent Overstreet
5
-1
/
+11
2024-03-24
Linux 6.9-rc1
Linus Torvalds
1
-2
/
+2
2024-03-24
efi: fix panic in kdump kernel
Oleksandr Tymoshenko
1
-0
/
+2
2024-03-24
x86/efistub: Don't clear BSS twice in mixed mode
Ard Biesheuvel
1
-1
/
+2
2024-03-24
x86/efistub: Call mixed mode boot services on the firmware's stack
Ard Biesheuvel
1
-0
/
+9
2024-03-24
x86/boot/64: Move 5-level paging global variable assignments back
Tom Lendacky
1
-9
/
+7
2024-03-24
x86/boot/64: Apply encryption mask to 5-level pagetable update
Tom Lendacky
1
-1
/
+1
2024-03-24
x86/cpu: Add model number for another Intel Arrow Lake mobile processor
Tony Luck
1
-0
/
+1
2024-03-24
x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
Adamos Ttofari
2
-6
/
+13
2024-03-24
Documentation/x86: Document that resctrl bandwidth control units are MiB
Tony Luck
1
-4
/
+4
2024-03-23
x86/mpparse: Register APIC address only once
Thomas Gleixner
1
-5
/
+5
2024-03-23
x86/topology: Handle the !APIC case gracefully
Thomas Gleixner
1
-0
/
+11
2024-03-23
x86/topology: Don't evaluate logical IDs during early boot
Thomas Gleixner
1
-5
/
+7
2024-03-23
x86/cpu: Ensure that CPU info updates are propagated on UP
Thomas Gleixner
3
-37
/
+14
[next]