index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-09
ext4: fix possible null-ptr-deref in mbt_kunit_exit()
Ye Bin
1
-1
/
+5
2026-04-09
ext4: fix possible null-ptr-deref in extents_kunit_exit()
Ye Bin
1
-2
/
+5
2026-04-09
ext4: fix the error handling process in extents_kunit_init).
Ye Bin
1
-15
/
+35
2026-04-09
ext4: call deactivate_super() in extents_kunit_exit()
Ye Bin
1
-0
/
+1
2026-04-09
ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
Ye Bin
1
-0
/
+2
2026-04-09
ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access
Deepanshu Kartikey
1
-1
/
+1
2026-04-09
ext4: zero post-EOF partial block before appending write
Zhang Yi
2
-14
/
+24
2026-04-09
ext4: move pagecache_isize_extended() out of active handle
Zhang Yi
1
-23
/
+39
2026-04-09
ext4: remove ctime/mtime update from ext4_alloc_file_blocks()
Zhang Yi
1
-4
/
+1
2026-04-09
ext4: unify SYNC mode checks in fallocate paths
Zhang Yi
2
-5
/
+6
2026-04-09
ext4: ensure zeroed partial blocks are persisted in SYNC mode
Zhang Yi
3
-7
/
+23
2026-04-09
ext4: move zero partial block range functions out of active handle
Zhang Yi
2
-38
/
+41
2026-04-09
ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
Zhang Yi
1
-31
/
+22
2026-04-09
ext4: remove handle parameters from zero partial block functions
Zhang Yi
3
-34
/
+47
2026-04-09
ext4: move ordered data handling out of ext4_block_do_zero_range()
Zhang Yi
1
-29
/
+32
2026-04-09
ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
Zhang Yi
1
-19
/
+14
2026-04-09
ext4: factor out journalled block zeroing range
Zhang Yi
1
-29
/
+69
2026-04-09
ext4: rename and extend ext4_block_truncate_page()
Zhang Yi
3
-21
/
+28
2026-04-09
ext4: add did_zero output parameter to ext4_block_zero_page_range()
Zhang Yi
1
-9
/
+14
2026-04-09
ext4: fix diagnostic printf formats
David Laight
1
-3
/
+3
2026-04-09
ext4: move dcache manipulation out of __ext4_link()
NeilBrown
3
-38
/
+18
2026-04-09
ext4: add ext4_fc_eligible()
NeilBrown
1
-29
/
+14
2026-04-09
ext4: split __ext4_add_entry() out of ext4_add_entry()
NeilBrown
1
-7
/
+14
2026-04-09
ext4: prefer IS_ERR_OR_NULL over manual NULL check
Philipp Hahn
4
-4
/
+4
2026-04-10
affs: bound hash_pos before table lookup in affs_readdir
Hyungjung Joo
1
-0
/
+2
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-32
/
+148
2026-04-10
erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()
Junrui Luo
1
-0
/
+1
2026-04-09
jbd2: store jinode dirty range in PAGE_SIZE units
Li Chen
3
-23
/
+58
2026-04-09
ocfs2: use jbd2 jinode dirty range accessor
Li Chen
1
-2
/
+7
2026-04-09
ext4: use jbd2 jinode dirty range accessor
Li Chen
2
-7
/
+19
2026-04-09
jbd2: gracefully abort on transaction state corruptions
Milos Nikic
1
-28
/
+86
2026-04-09
jbd2: gracefully abort instead of panicking on unlocked buffer
Milos Nikic
1
-1
/
+6
2026-04-09
ext4: simplify mballoc preallocation size rounding for small files
Weixie Cui
1
-15
/
+9
2026-04-09
ext4/move_extent: use folio_next_pos()
Julia Lawall
1
-2
/
+2
2026-04-09
ext4: remove tl argument from ext4_fc_replay_{add,del}_range
Guoqing Jiang
1
-6
/
+4
2026-04-09
ext4: remove unused i_fc_wait
Li Chen
2
-5
/
+1
2026-04-09
ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()
Deepanshu Kartikey
1
-1
/
+15
2026-04-09
kernfs: make directory seek namespace-aware
Christian Brauner
1
-0
/
+5
2026-04-09
kernfs: use namespace id instead of pointer for hashing and comparison
Christian Brauner
1
-7
/
+26
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
10
-38
/
+49
2026-04-09
fs/adfs: validate nzones in adfs_validate_bblk()
Bae Yeonju
1
-0
/
+3
2026-04-08
ecryptfs: keep the lower iattr contained in truncate_upper
Christoph Hellwig
1
-46
/
+36
2026-04-08
ecryptfs: factor out a ecryptfs_iattr_to_lower helper
Christoph Hellwig
1
-9
/
+15
2026-04-08
ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upper
Christoph Hellwig
1
-35
/
+17
2026-04-08
ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattr
Christoph Hellwig
1
-5
/
+4
2026-04-08
ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upper
Christoph Hellwig
1
-9
/
+2
2026-04-08
ecryptfs: streamline truncate_upper
Christoph Hellwig
1
-54
/
+59
2026-04-08
ecryptfs: cleanup ecryptfs_setattr
Christoph Hellwig
1
-12
/
+10
2026-04-08
hfsplus: fix generic/642 failure
Viacheslav Dubeyko
1
-12
/
+20
2026-04-08
hfsplus: rework logic of map nodes creation in xattr b-tree
Viacheslav Dubeyko
1
-23
/
+104
[prev]
[next]