index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
10
-137
/
+146
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
7
-5
/
+50
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
8
-145
/
+173
2026-06-15
fuse: fix io-uring background queue dispatch on request completion
Joanne Koong
3
-17
/
+26
2026-06-15
fuse: fix device node leak in cuse_process_init_reply()
Alberto Ruiz
1
-1
/
+3
2026-06-15
fuse: do not use start_removing_noperm()
Miklos Szeredi
1
-8
/
+11
2026-06-15
Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"
Miklos Szeredi
1
-16
/
+7
2026-06-15
fuse: avoid 32-bit prune notification count wrap
Samuel Moelius
2
-1
/
+435
2026-06-15
fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref
Joanne Koong
1
-2
/
+12
2026-06-15
fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req
Ji'an Zhou
1
-0
/
+9
2026-06-15
fuse-uring: make a fuse_req on SQE commit only findable after memcpy
Bernd Schubert
1
-14
/
+19
2026-06-15
fuse-uring: Avoid queue->stopped races and set/read that value under lock
Bernd Schubert
1
-5
/
+9
2026-06-15
fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues
Bernd Schubert
1
-0
/
+2
2026-06-15
fuse-uring: end fuse_req on io-uring cancel task work
Chris Mason
1
-2
/
+12
2026-06-15
fuse-uring: fix moving cancelled entry to ent_in_userspace list
Joanne Koong
2
-5
/
+7
2026-06-15
fuse-uring: check connection abort during ring creation
Joanne Koong
1
-4
/
+8
2026-06-15
fuse-uring: fix race between registration and connection abortion
Joanne Koong
1
-6
/
+16
2026-06-15
fuse-uring: fix data races on ring->ready
Chris Mason
2
-3
/
+5
2026-06-15
fuse-uring: fix EFAULT clobber in fuse_uring_commit
Chris Mason
1
-6
/
+3
2026-06-15
fuse: back uncached readdir buffers with pages
Matthew R. Ochs
1
-17
/
+66
2026-06-15
virtiofs: fix UAF on submount umount
Miklos Szeredi
1
-1
/
+7
2026-06-15
exfat: bound uniname advance in exfat_find_dir_entry()
Bryam Vargas
1
-5
/
+8
2026-06-15
exfat: add swap_activate support
Jan Polensky
3
-0
/
+10
2026-06-15
exfat: preserve benign secondary entries during rename and move
Rochan Avlur
3
-28
/
+116
2026-06-15
exfat: serialize truncate against in-flight DIO
Namjae Jeon
1
-0
/
+6
2026-06-15
exfat: add support for SEEK_HOLE and SEEK_DATA in llseek
Namjae Jeon
2
-5
/
+52
2026-06-15
exfat: add iomap direct I/O support
Namjae Jeon
6
-220
/
+119
2026-06-15
exfat: add iomap buffered I/O support
Namjae Jeon
7
-130
/
+367
2026-06-15
exfat: fix implicit declaration of brelse()
Namjae Jeon
1
-0
/
+1
2026-06-15
exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helper
Namjae Jeon
2
-0
/
+9
2026-06-15
exfat: add support for multi-cluster allocation
Namjae Jeon
6
-31
/
+26
2026-06-15
exfat: add exfat_file_open()
Namjae Jeon
1
-0
/
+9
2026-06-15
exfat: add balloc parameter to exfat_map_cluster() for iomap support
Namjae Jeon
1
-2
/
+5
2026-06-15
exfat: replace unsafe macros with static inline functions
Namjae Jeon
8
-86
/
+147
2026-06-15
exfat: simplify exfat_lookup()
Al Viro
1
-43
/
+13
2026-06-15
exfat: fix potential use-after-free in exfat_find_dir_entry()
Michael Bommarito
1
-1
/
+3
2026-06-15
exfat: fix handling of damaged volume in exfat_create_upcase_table()
David Timber
1
-6
/
+13
2026-06-15
ntfs: support creating Windows native symlinks
Hyunchul Lee
6
-3
/
+160
2026-06-15
ntfs: clean up target name conversion for WSL symlinks
Hyunchul Lee
3
-45
/
+30
2026-06-15
ntfs: add native_symlink mount option
Hyunchul Lee
4
-6
/
+34
2026-06-15
ntfs: support following Windows native symlink with absolute paths
Hyunchul Lee
6
-18
/
+212
2026-06-15
ntfs: support following Windows native symlink with relative paths
Hyunchul Lee
3
-27
/
+147
2026-06-15
ntfs: fix incorrect size of symbolic link
Hyunchul Lee
1
-0
/
+3
2026-06-15
Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2026-06-15
Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...
Linus Torvalds
2
-42
/
+6
2026-06-15
Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...
Linus Torvalds
1
-49
/
+68
2026-06-15
Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+3
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+13
2026-06-14
udf: fix nls leak on udf_fill_super() failure
Al Viro
1
-1
/
+1
2026-06-15
Merge tag 'pull-configfs-fixed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-187
/
+157
[prev]
[next]