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-07-22
ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL
Wentao Guan
1
-1
/
+6
2026-07-22
ksmbd: bound DACL dedup walk to copied ACEs
Namjae Jeon
1
-6
/
+10
2026-07-22
ksmbd: enforce signing required by the session
Namjae Jeon
2
-3
/
+10
2026-07-22
ksmbd: preserve VFS inherited POSIX ACL mask
Namjae Jeon
1
-25
/
+1
2026-07-22
pidfs: handle FS_IOC32_GETVERSION in compat ioctl
Li Chen
1
-1
/
+15
2026-07-22
ovl: check access to copy_file_range source with src mounter creds
Amir Goldstein
1
-1
/
+15
2026-07-22
proc: Fix broken error paths for namespace links
Jann Horn
1
-1
/
+3
2026-07-22
xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_int
Cihan Karadag
1
-2
/
+1
2026-07-22
xfs: mark internal metadir file creation helpers static
Johannes Thumshirn
2
-7
/
+3
2026-07-22
xfs: create rtgroup metadir inodes using xfs_metadir_create_file
Johannes Thumshirn
1
-32
/
+26
2026-07-22
xfs: create quota metadir inodes using xfs_metadir_create_file
Johannes Thumshirn
1
-28
/
+11
2026-07-22
xfs: add xfs_metadir_create_file helper
Johannes Thumshirn
2
-21
/
+43
2026-07-22
xfs: add support for FALLOC_FL_WRITE_ZEROES
Pankaj Raghav
3
-4
/
+99
2026-07-22
xfs: add an allocation mode to xfs_alloc_file_space()
Pankaj Raghav
3
-8
/
+32
2026-07-22
xfs: mark nonzero sb_gquotino as corrupt on metadir filesystems
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: zero i_nlink before repair puts inode on unlinked list
Darrick J. Wong
1
-1
/
+6
2026-07-22
xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref error
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: fix transaction block reservation in xrep_rtbitmap
Darrick J. Wong
1
-18
/
+28
2026-07-22
xfs: check cowextsize in xrep_inode_cowextsize
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: update BDI {io,ra}_pages values based on the RT device limits
Christoph Hellwig
2
-1
/
+59
2026-07-22
xfs: handle NULL b_addr in xfs_buf_free
Yun Zhou
1
-1
/
+1
2026-07-22
xfs: bounds-check buffer log item's dirty bitmap
Ibrahim Hashimov
1
-16
/
+41
2026-07-22
xfs: fix off-by-one in rtrefcount btree root level validation
Xiang Mei
1
-2
/
+2
2026-07-22
xfs: clear zapped attr fork state when bmap repair finds no attr fork
Qiang Ma
1
-0
/
+5
2026-07-22
pidfs: add pidfs_dentry_open() helper
Christian Brauner
1
-21
/
+21
2026-07-22
pidfs: preserve thread pidfds reopened by file handle
Christian Brauner
1
-1
/
+7
2026-07-22
ovl: fix trusted xattr escape prefix matching
Yichong Chen
1
-1
/
+1
2026-07-21
cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths
Frank Sorenson
1
-6
/
+39
2026-07-21
cifs: prevent readdir from changing file size due to stale directory metadata
Frank Sorenson
5
-8
/
+96
2026-07-21
smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink target
Carl Johnson
2
-3
/
+41
2026-07-21
fs: preserve ACL_DONT_CACHE state in forget_cached_acl()
Amir Goldstein
1
-0
/
+7
2026-07-21
Merge tag 'nfsd-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+2
2026-07-21
ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode
Yun Zhou
1
-0
/
+1
2026-07-21
ext4: skip extra isize expansion during mount to prevent deadlock
Yun Zhou
1
-0
/
+10
2026-07-21
ext4: fix out-of-bounds read in ext4_read_inline_dir()
Xiang Mei
1
-1
/
+10
2026-07-21
ext4: remove ext4_end_buffer_io_sync()
Matthew Wilcox (Oracle)
1
-20
/
+1
2026-07-21
ext4: get ext4_group_desc in ext4_mb_prefetch only when necessary
Bohdan Trach
1
-10
/
+11
2026-07-21
ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READ
Bohdan Trach
1
-1
/
+7
2026-07-21
ext4: fix circular lock dependency in ext4_ext_migrate
Yun Zhou
1
-1
/
+2
2026-07-21
ext4: avoid tail write_begin walk for uptodate folios
Jia Zhu
1
-5
/
+6
2026-07-21
buffer: avoid tail commit walk for uptodate folios
Jia Zhu
1
-0
/
+3
2026-07-21
ext4: reject mount if inodes per group is not a multiple of inodes per block
Baokun Li
1
-1
/
+2
2026-07-21
ext4: reduce max cluster size to match documented 256MB limit
Baokun Li
1
-1
/
+1
2026-07-21
ext4: reject mount if clusters/inodes per group are not 8-aligned
Baokun Li
1
-4
/
+6
2026-07-21
Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-21
/
+79
2026-07-21
binfmt_elf_fdpic: only honour the first PT_INTERP
Christian Brauner
1
-0
/
+4
2026-07-21
exec: fix unsigned loop counter wrap in transfer_args_to_stack()
Christian Brauner
1
-1
/
+1
2026-07-21
ntfs: drop stale page-cache when shrinking a non-resident attr
Namjae Jeon
1
-0
/
+10
2026-07-21
ntfs: harden runlist realloc size calculations
Namjae Jeon
1
-23
/
+27
2026-07-21
btrfs: raid56: fix scrub read assembly submitting no reads
Mykola Lysenko
1
-6
/
+5
[prev]
[next]