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-23
VFS: add vfs_lookup_open() for nfsd
NeilBrown
1
-0
/
+96
2026-07-23
VFS: move delegated_inode retry loop into lookup_open()
NeilBrown
1
-19
/
+24
2026-07-23
VFS: move mnt_want_write() and locking into lookup_open()
NeilBrown
1
-36
/
+41
2026-07-23
eventpoll: pin files while checking reverse paths
Guidong Han
1
-1
/
+17
2026-07-23
fs: push nr_cached_objects memcg gating into individual filesystems
Usama Arif
1
-0
/
+10
2026-07-23
afs: Fix afs_edit_dir_remove() to get, not find, block 0
David Howells
1
-1
/
+1
2026-07-23
iomap: prevent ioend merge when io_private differs
Zhang Yi
1
-0
/
+2
2026-07-23
Merge patch series "iomap: trivial fixes for ext4 conversion"
Christian Brauner
1
-14
/
+44
2026-07-23
iomap: add comments for ifs_clear/set_range_dirty()
Zhang Yi
1
-0
/
+14
2026-07-23
iomap: fix out-of-bounds bitmap_set() with zero-length range
Zhang Yi
1
-8
/
+14
2026-07-23
iomap: fix incorrect did_zero setting in iomap_zero_iter()
Zhang Yi
1
-2
/
+6
2026-07-23
iomap: support invalidating partial folios
Zhang Yi
1
-0
/
+2
2026-07-23
iomap: correct the range of a partial dirty clear
Zhang Yi
1
-4
/
+8
2026-07-23
fs/super: fix emergency thaw double-unlock of s_umount
Chen Changcheng
1
-2
/
+5
2026-07-22
ext4: enable scoped NOFS when starting a handle in nojournal mode
Theodore Ts'o
3
-18
/
+23
2026-07-22
ecryptfs: ecryptfs_kernel.h: clean up kernel-doc comments
Randy Dunlap
1
-6
/
+6
2026-07-22
ext4: write back partial-zeroed edges in WRITE_ZEROES
Zhang Yi
1
-1
/
+9
2026-07-22
ext4: zero out whole block for clean edges in WRITE_ZEROES
Zhang Yi
1
-0
/
+15
2026-07-22
ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
Zhang Yi
3
-8
/
+35
2026-07-22
ext4: clarify return semantics of ext4_load_tail_bh()
Zhang Yi
1
-1
/
+10
2026-07-22
ext4: move partial block zeroing earlier in ext4_zero_range()
Zhang Yi
1
-5
/
+7
2026-07-22
ext4: check return value of ext4_get_block() in ext4_load_tail_bh()
Zhang Yi
1
-1
/
+3
2026-07-22
ext4: skip tail block zeroing for inline data files
Zhang Yi
1
-0
/
+8
2026-07-22
ext4: use FGP_WRITEBEGIN for tail block zeroing
Zhang Yi
1
-1
/
+1
2026-07-22
jbd2: bound shrinker scans by examined checkpoint buffers
Max Kellermann
1
-12
/
+13
2026-07-22
jbd2: check need_resched() when skipping busy checkpoint buffers
Max Kellermann
1
-1
/
+2
2026-07-22
ext4: use str_plural() instead of custom macro
Joshua Crofts
1
-4
/
+3
2026-07-22
ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
Yun Zhou
3
-87
/
+6
2026-07-22
ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
Yun Zhou
1
-15
/
+15
2026-07-22
ext4: introduce ext4_put_ea_inode() for safe deferred iput
Yun Zhou
4
-2
/
+92
2026-07-22
ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()
Xiang Mei
1
-0
/
+2
2026-07-22
ext4: fix buffer_head leak in ext4_init_orphan_info
Guanghui Yang
1
-2
/
+6
2026-07-22
ext4: clear error before retrying inode xattr space fallback
Guanghui Yang
1
-0
/
+1
2026-07-22
ext4: propagate errors from fast commit range replay
Guanghui Yang
1
-4
/
+12
2026-07-22
mount: remove redundant panic() in mnt_init()
Hamza Mahfooz
1
-3
/
+0
2026-07-22
ext4: validate readdir offset before accessing dirent
Yao Kai
1
-2
/
+18
2026-07-22
ext4: cleanup unused CONVERT_INLINE_DATA flag
Aditya Prakash Srivastava
3
-12
/
+8
2026-07-22
ext4: use fsdata to track inline data write state and fix race
Aditya Prakash Srivastava
3
-12
/
+27
2026-07-22
ext4: fix NOWAIT semantic violation in DAX extending writes
Baokun Li
1
-0
/
+5
2026-07-22
ext4: use kiocb_modified instead of file_modified in DIO/DAX write path
Baokun Li
1
-3
/
+3
2026-07-22
ext4: base unaligned DIO lock decision on partial block zeroing
Baokun Li
1
-35
/
+73
2026-07-22
ext4: skip overwrite check for aligned non-extending DIO writes
Baokun Li
1
-22
/
+30
2026-07-22
ext4: drain in-flight DIO before buffered write fallback
Baokun Li
1
-0
/
+7
2026-07-22
ext4: prevent sleeping allocation in NOWAIT write path
Baokun Li
1
-0
/
+3
2026-07-22
ext4: clear stale xarray tags on folios skipped during writeback
Gerald Yang
1
-3
/
+15
2026-07-22
ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
Aditya Prakash Srivastava
3
-5
/
+35
2026-07-22
ksmbd: reject undersized decompressed SMB2 requests
Namjae Jeon
1
-1
/
+2
2026-07-22
ksmbd: validate minimum PDU size for transform requests
Namjae Jeon
1
-5
/
+11
2026-07-22
ksmbd: defer destroy_previous_session() until after NTLM authentication
James Montgomery
1
-5
/
+4
2026-07-22
ksmbd: validate ACE size against SID sub-authorities
Namjae Jeon
1
-3
/
+10
[prev]
[next]