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-08-17
ksmbd: require read control for security information
Namjae Jeon
1
-0
/
+6
2026-08-17
ksmbd: support normalized name information
Namjae Jeon
1
-2
/
+79
2026-08-17
ksmbd: return buffer too small for short security queries
Namjae Jeon
1
-0
/
+6
2026-08-17
ksmbd: fix partial file information responses
Namjae Jeon
1
-11
/
+20
2026-08-17
ksmbd: Do not skip lock checks for single-byte ranges
Guangshuo Li
1
-3
/
+0
2026-08-17
ksmbd: return buffer overflow for partial filesystem info
Namjae Jeon
1
-1
/
+25
2026-08-17
ksmbd: allow I/O on directory named streams
Namjae Jeon
1
-2
/
+3
2026-08-17
ksmbd: protect private extended attributes
Namjae Jeon
1
-6
/
+22
2026-08-17
ksmbd: reject delete-on-close for read-only files
Namjae Jeon
1
-3
/
+32
2026-08-17
ksmbd: honor owner rights ACEs in maximal access
Namjae Jeon
2
-3
/
+26
2026-08-17
ksmbd: support access-based directory enumeration
Namjae Jeon
4
-5
/
+36
2026-08-17
ksmbd: fix maximum allowed access checks
Namjae Jeon
3
-33
/
+61
2026-08-17
ksmbd: validate SMB2 write offsets
Namjae Jeon
1
-2
/
+20
2026-08-17
ksmbd: reject SMB3.1.1 binding with mismatched cipher
Namjae Jeon
1
-0
/
+15
2026-08-15
xfs: avoid double deferrals for RWF_DONTCACHE writes
Tal Zussman
1
-2
/
+13
2026-08-16
futex: Clean up the redundant exit/exec functions
Thomas Gleixner
1
-1
/
+1
2026-08-16
futex/pi: Plug private futex exec() race
Thomas Gleixner
1
-2
/
+5
2026-08-15
kernfs: avoid iattr allocation in listxattr
Yichong Chen
1
-2
/
+2
2026-08-14
Merge tag 'ceph-for-7.2-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-3
/
+3
2026-08-14
Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+4
2026-08-14
erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platforms
Gao Xiang
1
-1
/
+2
2026-08-14
exfat: keep FITRIM within the requested range
Yang Wen
1
-12
/
+19
2026-08-14
eventfs: Add warning for out of bounds pos in __eventfs_iterate()
Steven Rostedt
1
-0
/
+4
2026-08-14
fs/ntfs3: reject out-of-range evcn in mi_enum_attr()
Zhan Xusheng
1
-3
/
+31
2026-08-14
fs/ntfs3: fix integer overflow in MFT cluster validation
Zhan Xusheng
1
-2
/
+11
2026-08-13
Squashfs: check block offset is not negative
Phillip Lougher
1
-1
/
+1
2026-08-13
ocfs2: fix readdir position truncation on 32-bit kernels
Zhan Xusheng
1
-1
/
+1
2026-08-13
ocfs2: fix cached cluster count after suballocator reclaim
Matthias Goergens
1
-1
/
+1
2026-08-13
ocfs2: fix circular locking dependency in ocfs2_init_acl()
Krystian Kaniewski
5
-92
/
+172
2026-08-13
ocfs2: validate DIO orphan slot during inode read
ZhengYuan Huang
1
-0
/
+8
2026-08-13
ocfs2: validate orphan slot during inode read
ZhengYuan Huang
1
-0
/
+8
2026-08-12
smb: clear the aes_cmac_key and aes_cmac_ctx when done
Thomas Huth
2
-3
/
+3
2026-08-12
f2fs: unify add/remove ino entry API for all ino types
Chao Yu
1
-5
/
+11
2026-08-12
f2fs: fix to zero post-EOF data when extending file size
Chao Yu
1
-16
/
+84
2026-08-12
f2fs: fix to off-by-one issue in f2fs_zero_post_eof_page()
Chao Yu
1
-1
/
+1
2026-08-12
ceph: use the mount idmap for the owner checks in the SET_LAYOUT ioctls
Zhan Xusheng
1
-2
/
+2
2026-08-12
ceph: fix MDS random selection readiness predicate
Yiming Zhu
1
-1
/
+1
2026-08-12
gfs2: harden gfs2_glock_hold
Andreas Gruenbacher
2
-5
/
+4
2026-08-12
cachefiles,netfs: sunset ondemand mode
Gao Xiang
8
-1038
/
+8
2026-08-12
ovl: fix double end_creating() on the casefold-mismatch path
Vivek Parikh
1
-1
/
+0
2026-08-12
pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumers
Oleg Nesterov
1
-7
/
+13
2026-08-12
pidfd: hold exec_update_lock around namespace ioctl
Chen Linxuan
1
-12
/
+31
2026-08-12
fs: fix user path of nested backing files
Baokun Li
1
-1
/
+1
2026-08-12
fs: remove stale inode_insert5() kernel-doc parameter
Yichong Chen
1
-1
/
+0
2026-08-12
fs: fix switch/case indentation in sysfs() syscall
Manush Prajwal
1
-9
/
+9
2026-08-12
iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninit
Christoph Hellwig
1
-0
/
+1
2026-08-12
iomap: don't free integrity payload that doesn't exist
Christoph Hellwig
1
-1
/
+1
2026-08-12
super: fix dying superblock warning messages
Karl Mehltretter
1
-2
/
+2
2026-08-11
hfsplus: validate extent record length before writing it back
Jiaming Zhang
1
-0
/
+2
2026-08-11
hfsplus: validate B-tree record offset table
Jiaming Zhang
5
-32
/
+155
[prev]
[next]