index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-30
fs: add i_state helpers
Christian Brauner
1
-0
/
+11
2024-08-30
vfs: fix race between evice_inodes() and find_inode()&iput()
Julian Sun
1
-0
/
+4
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
2
-29
/
+16
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
4
-7
/
+103
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
2
-7
/
+5
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
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-30
Merge patch series "proc: restrict overmounting of ephemeral entities"
Christian Brauner
3
-10
/
+23
2024-08-30
proc: block mounting on top of /proc/<pid>/fdinfo/*
Christian Brauner
1
-2
/
+2
2024-08-30
proc: block mounting on top of /proc/<pid>/fd/*
Christian Brauner
1
-2
/
+2
2024-08-30
proc: block mounting on top of /proc/<pid>/map_files/*
Christian Brauner
1
-2
/
+2
2024-08-30
proc: add proc_splice_unmountable()
Christian Brauner
1
-0
/
+13
2024-08-30
proc: proc_readfdinfo() -> proc_fdinfo_iterate()
Christian Brauner
1
-2
/
+2
2024-08-30
proc: proc_readfd() -> proc_fd_iterate()
Christian Brauner
1
-2
/
+2
2024-08-30
proc: add config & param to block forcing mem writes
Adrian Ratiu
1
-1
/
+60
2024-08-29
ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
Dan Carpenter
1
-1
/
+3
2024-08-29
ksmbd: unset the binding mark of a reused connection
Namjae Jeon
1
-0
/
+4
2024-08-29
smb: Annotate struct xattr_smb_acl with __counted_by()
Thorsten Blum
1
-1
/
+1
2024-08-30
Merge tag 'execve-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2024-08-30
dcache: keep dentry_hashtable or d_hash_shift even when not used
Stephen Brennan
1
-2
/
+7
2024-08-29
fs: use kmem_cache_create_rcu()
Christian Brauner
1
-3
/
+3
2024-08-29
block: rework bio splitting
Christoph Hellwig
1
-12
/
+18
2024-08-29
fuse: use correct name fuse_conn_list in docstring
Aurelien Aptel
1
-1
/
+1
2024-08-29
fuse: add simple request tracepoints
Josef Bacik
3
-0
/
+140
2024-08-29
fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...
Joanne Koong
1
-46
/
+57
2024-08-29
fuse: move fuse file initialization to wpa allocation time
Joanne Koong
1
-4
/
+2
2024-08-29
fuse: convert fuse_writepages_fill() to use a folio for its tmp page
Joanne Koong
1
-7
/
+7
2024-08-29
fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...
Joanne Koong
1
-12
/
+6
2024-08-29
fuse: refactor finished writeback stats updates into helper function
Joanne Koong
1
-17
/
+14
2024-08-29
fuse: drop unused fuse_mount arg in fuse_writepage_finish()
Joanne Koong
1
-4
/
+3
2024-08-29
fuse: add fast path for fuse_range_is_writeback
yangyun
1
-3
/
+3
2024-08-29
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
3
-113
/
+106
2024-08-29
fuse: disable the combination of passthrough and writeback cache
Bernd Schubert
1
-1
/
+6
[prev]
[next]