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-03-12
hfsplus: set ctime after setxattr and removexattr
Viacheslav Dubeyko
1
-0
/
+4
2026-03-12
Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-2
/
+8
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
11
-9
/
+126
2026-03-12
Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+4
2026-03-12
kernfs: Send IN_DELETE_SELF and IN_IGNORED
T.J. Mercier
1
-4
/
+50
2026-03-12
kernfs: Don't set_nlink for directories being removed
T.J. Mercier
2
-1
/
+3
2026-03-12
move_mount: allow MOVE_MOUNT_BENEATH on the rootfs
Christian Brauner
1
-16
/
+5
2026-03-12
move_mount: transfer MNT_LOCKED
Christian Brauner
1
-3
/
+13
2026-03-12
namespace: allow creating empty mount namespaces
Christian Brauner
1
-29
/
+56
2026-03-12
mount: add FSMOUNT_NAMESPACE
Christian Brauner
1
-7
/
+30
2026-03-12
mount: simplify __do_loopback()
Christian Brauner
1
-22
/
+9
2026-03-12
mount: start iterating from start of rbtree
Christian Brauner
1
-6
/
+6
2026-03-12
xfs: factor out xfs_zone_inc_written
Carlos Maiolino
1
-6
/
+14
2026-03-12
xfs: factor out xfs_dio_write_zoned_end_io
Carlos Maiolino
1
-3
/
+32
2026-03-12
xfs: factor out isize updates from xfs_dio_write_end_io
Carlos Maiolino
1
-23
/
+37
2026-03-11
cifs: make default value of retrans as zero
Shyam Prasad N
1
-1
/
+1
2026-03-11
smb: client: fix open handle lookup in cifs_open()
Paulo Alcantara
9
-75
/
+112
2026-03-11
smb: client: fix iface port assignment in parse_server_interfaces
Henrique Carvalho
1
-2
/
+12
2026-03-11
pidfd: add CLONE_PIDFD_AUTOKILL
Christian Brauner
1
-6
/
+32
2026-03-11
JFS: always load filesystem UUID during mount
João Paredes
1
-1
/
+2
2026-03-11
jfs: hold LOG_LOCK on umount to avoid null-ptr-deref
Helen Koike
3
-9
/
+24
2026-03-11
jfs: Set the lbmDone flag at the end of lbmIODone
Edward Adam Davis
1
-11
/
+7
2026-03-11
jfs: fix corrupted list in dbUpdatePMap
Yun Zhou
2
-2
/
+4
2026-03-11
jfs: add dmapctl integrity check to prevent invalid operations
Yun Zhou
1
-3
/
+111
2026-03-11
jfs: add dtpage integrity check to prevent index/pointer overflows
Yun Zhou
2
-4
/
+107
2026-03-11
jfs: add dtroot integrity check to prevent index out-of-bounds
Yun Zhou
3
-0
/
+92
2026-03-11
xfs: fix integer overflow in bmap intent sort comparator
Long Li
1
-1
/
+1
2026-03-10
smb/client: only export symbol for 'smb2maperror-test' module
Ye Bin
1
-3
/
+6
2026-03-10
smb: client: fix in-place encryption corruption in SMB2_write()
Bharath SM
1
-1
/
+4
2026-03-10
smb: client: fix sbflags initialization
Arnd Bergmann
1
-2
/
+1
2026-03-10
smb: client: fix atomic open with O_DIRECT & O_SYNC
Paulo Alcantara
3
-15
/
+15
2026-03-10
xfs: fix undersized l_iclog_roundoff values
Darrick J. Wong
1
-0
/
+2
2026-03-10
xfs: support T10 protection information
Christoph Hellwig
2
-7
/
+49
2026-03-10
iomap: support T10 protection information
Christoph Hellwig
4
-6
/
+66
2026-03-10
iomap: support ioends for buffered reads
Christoph Hellwig
3
-7
/
+23
2026-03-10
iomap: add a bioset pointer to iomap_read_folio_ops
Christoph Hellwig
1
-2
/
+12
2026-03-10
ntfs3: remove copy and pasted iomap code
Christoph Hellwig
1
-48
/
+3
2026-03-10
iomap: allow file systems to hook into buffered read bio submission
Christoph Hellwig
1
-6
/
+9
2026-03-10
iomap: only call into ->submit_read when there is a read_ctx
Christoph Hellwig
3
-8
/
+4
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
4
-6
/
+9
2026-03-10
iomap: refactor iomap_bio_read_folio_range
Christoph Hellwig
1
-32
/
+37
2026-03-10
ntfs: add missing newlines to pr_err() messages
Woody Suwalski
3
-15
/
+15
2026-03-10
ntfs: fix pointer/integer casting warnings
Hyunchul Lee
1
-2
/
+2
2026-03-10
xfs: ensure dquot item is deleted from AIL only after log shutdown
Long Li
1
-1
/
+7
2026-03-10
xfs: remove redundant set null for ip->i_itemp
Long Li
1
-1
/
+0
2026-03-10
Merge branch 'for-7.1/block-integrity'
Christian Brauner
1
-1
/
+1
2026-03-09
ext4: use a byte granularity cursor in ext4_mpage_readpages
Christoph Hellwig
1
-6
/
+5
2026-03-09
fscrypt: pass a real sector_t to fscrypt_zeroout_range
Christoph Hellwig
3
-5
/
+5
2026-03-09
fscrypt: pass a byte length to fscrypt_zeroout_range
Christoph Hellwig
3
-7
/
+9
2026-03-09
fscrypt: pass a byte offset to fscrypt_zeroout_range
Christoph Hellwig
3
-6
/
+8
[prev]
[next]