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-08-30
fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
Li Zhijian
1
-3
/
+7
2024-08-30
mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-6
/
+6
2024-08-30
netfs: Delete subtree of 'fs/netfs' when netfs module exits
Baokun Li
1
-2
/
+2
2024-08-30
fs: use LIST_HEAD() to simplify code
Hongbo Li
1
-2
/
+1
2024-08-30
inode: make i_state a u32
Christian Brauner
1
-1
/
+2
2024-08-30
inode: port __I_LRU_ISOLATING to var event
Christian Brauner
1
-8
/
+19
2024-08-30
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
1
-0
/
+4
2024-08-30
inode: port __I_NEW to var event
Christian Brauner
4
-14
/
+38
2024-08-30
inode: port __I_SYNC to var event
Christian Brauner
1
-16
/
+29
2024-08-30
fs: reorder i_state bits
Christian Brauner
1
-17
/
+21
2024-08-30
fs: add i_state helpers
Christian Brauner
2
-0
/
+26
2024-08-30
MAINTAINERS: add the VFS git tree
Eric Biggers
1
-0
/
+1
2024-08-30
fs: s/__u32/u32/ for s_fsnotify_mask
Christian Brauner
1
-1
/
+1
2024-08-30
fs: remove unused path_put_init()
Christian Brauner
1
-6
/
+0
2024-08-30
vfs: drop one lock trip in evict()
Mateusz Guzik
2
-16
/
+6
2024-08-30
debugfs show actual source in /proc/mounts
Marc Aurèle La France
1
-0
/
+8
2024-08-30
inode: remove __I_DIO_WAKEUP
Christian Brauner
3
-34
/
+19
2024-08-30
doc: correcting the idmapping mount example
Hongbo Li
1
-4
/
+4
2024-08-30
fs: Use in_group_or_capable() helper to simplify the code
Hongbo Li
1
-2
/
+2
2024-08-30
vfs: elide smp_mb in iversion handling in the common case
Mateusz Guzik
1
-10
/
+18
2024-08-30
autofs: add per dentry expire timeout
Ian Kent
5
-8
/
+104
2024-08-30
vfs: use RCU in ilookup
Mateusz Guzik
1
-3
/
+1
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
18
-21
/
+27
2024-08-30
vfs: only read fops once in fops_get/put
Mateusz Guzik
1
-4
/
+11
2024-08-30
fs/select: Annotate struct poll_list with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-08-30
fs: rearrange general fastpath check now that O_CREAT uses it
Christian Brauner
1
-13
/
+4
2024-08-30
fs: remove audit dummy context check
Christian Brauner
1
-11
/
+1
2024-08-30
fs: pull up trailing slashes check for O_CREAT
Christian Brauner
1
-8
/
+4
2024-08-30
fs: move audit parent inode
Christian Brauner
1
-1
/
+3
2024-08-30
fs: try an opportunistic lookup for O_CREAT opens too
Jeff Layton
1
-10
/
+64
2024-08-30
eventpoll: Annotate data-race of busy_poll_usecs
Martin Karsten
1
-1
/
+1
2024-08-30
eventpoll: Don't re-zero eventpoll fields
Joe Damato
1
-5
/
+0
2024-08-30
Fix spelling and gramatical errors
Xiaxi Shen
1
-3
/
+3
2024-08-30
vfs: dodge smp_mb in break_lease and break_deleg in the common case
Mateusz Guzik
1
-2
/
+12
2024-08-30
file: remove outdated comment after close_fd()
Joel Savitz
1
-1
/
+1
2024-08-30
fs/namespace.c: Fix typo in comment
Yuesong Li
1
-2
/
+2
2024-08-30
exec: don't WARN for racy path_noexec check
Mateusz Guzik
1
-19
/
+12
2024-08-30
fs: add a kerneldoc header over lookup_fast
Jeff Layton
1
-0
/
+14
2024-08-30
fs: remove comment about d_rcu_to_refcount
Jeff Layton
1
-3
/
+0
2024-08-30
fs: mounts: Remove unused declaration mnt_cursor_del()
Yue Haibing
1
-1
/
+0
2024-08-19
percpu-rwsem: remove the unused parameter 'read'
Wang Long
3
-3
/
+3
2024-08-19
coda: use param->file for FSCONFIG_SET_FD
Aleksa Sarai
1
-13
/
+30
2024-08-19
autofs: fix missing fput for FSCONFIG_SET_FD
Aleksa Sarai
1
-2
/
+1
2024-08-19
fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctx
Uros Bizjak
1
-1
/
+1
2024-08-19
mount: handle OOM on mnt_warn_timestamp_expiry
Olaf Hering
1
-3
/
+11
2024-08-19
Fixed: fs: file_table_c: Missing blank line warnings and struct declaration improved
Mohit0404
1
-1
/
+4
2024-08-19
fs/direct-io: Remove linux/prefetch.h include
Youling Tang
1
-6
/
+0
2024-08-19
fs: don't flush in-flight wb switches for superblocks without cgroup writeback
Haifeng Xu
3
-4
/
+9
2024-08-19
selftests: add F_CREATED_QUERY tests
Christian Brauner
1
-0
/
+39
2024-08-19
fcntl: add F_CREATED_QUERY
Christian Brauner
2
-0
/
+13
[next]