index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-01
NFSD: Add io_cache_{read,write} controls to debugfs
Mike Snitzer
3
-0
/
+123
2025-10-01
NFSD: Do the grace period check in ->proc_layoutget
Chuck Lever
4
-12
/
+10
2025-10-01
nfsd: delete unnecessary NULL check in __fh_verify()
Dan Carpenter
1
-3
/
+1
2025-10-01
NFSD: Allow layoutcommit during grace period
Sergey Bashirov
1
-13
/
+25
2025-10-01
smb: client: show lease state as R/H/W (or NONE) in open_files
Bharath SM
1
-5
/
+28
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-17
/
+5
2025-10-01
btrfs: fix PAGE_SIZE format specifier in open_ctree()
Nathan Chancellor
1
-1
/
+1
2025-09-30
ksmbd: increase session and share hash table bits
Namjae Jeon
2
-2
/
+2
2025-09-30
ksmbd: replace connection list with hash table
Namjae Jeon
5
-20
/
+43
2025-09-30
ksmbd: add an error print when maximum IP connections limit is reached
Namjae Jeon
1
-0
/
+2
2025-09-30
ksmbd: add max ip connections parameter
Namjae Jeon
4
-13
/
+23
2025-09-30
ksmbd: fix error code overwriting in smb2_get_info_filesystem()
Matvey Kovalev
1
-1
/
+2
2025-09-30
ksmbd: copy overlapped range within the same file
Namjae Jeon
1
-2
/
+14
2025-09-30
ksmbd: use sock_create_kern interface to create kernel socket
Namjae Jeon
1
-3
/
+4
2025-09-30
ksmbd: make ksmbd thread names distinct by client IP
Namjae Jeon
1
-26
/
+13
2025-09-30
ksmbd: Fix race condition in RPC handle list access
Yunseong Kim
1
-9
/
+17
2025-09-30
Merge tag 'x86_cache_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-122
/
+1229
2025-09-30
NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
Mike Snitzer
1
-0
/
+15
2025-09-30
nfs/localio: add tracepoints for misaligned DIO READ and WRITE support
Mike Snitzer
5
-13
/
+90
2025-09-30
nfs/localio: add proper O_DIRECT support for READ and WRITE
Mike Snitzer
1
-46
/
+201
2025-09-30
nfs/localio: refactor iocb initialization
Mike Snitzer
1
-38
/
+55
2025-09-30
nfs/localio: refactor iocb and iov_iter_bvec initialization
Mike Snitzer
1
-37
/
+33
2025-09-30
nfs/localio: avoid issuing misaligned IO using O_DIRECT
Mike Snitzer
2
-10
/
+66
2025-09-30
nfs/localio: make trace_nfs_local_open_fh more useful
Mike Snitzer
2
-5
/
+6
2025-09-30
NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
Mike Snitzer
4
-0
/
+69
2025-09-30
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
76
-2428
/
+3418
2025-09-30
fs/orangefs: Replace kzalloc + copy_from_user with memdup_user_nul
Thorsten Blum
1
-6
/
+5
2025-09-30
orangefs: fix xattr related buffer overflow...
Mike Marshall
1
-5
/
+7
2025-09-30
orangefs: Remove unused type in macro fill_default_sys_attrs
Zhen Ni
2
-8
/
+4
2025-09-30
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Ethan Ferguson
5
-1
/
+226
2025-09-30
exfat: combine iocharset and utf8 option setup
Sang-Heon Jeon
1
-9
/
+15
2025-09-30
exfat: support modifying mount options via remount
Yuezhang Mo
1
-6
/
+38
2025-09-30
exfat: optimize allocation bitmap loading time
Namjae Jeon
1
-0
/
+13
2025-09-30
exfat: Remove unnecessary parentheses
Liao Yuanhong
1
-1
/
+1
2025-09-30
exfat: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-09-30
exfat: validate cluster allocation bits of the allocation bitmap
Namjae Jeon
1
-12
/
+60
2025-09-30
exfat: limit log print for IO error
Chi Zhiling
1
-5
/
+6
2025-09-29
smb: client: fix crypto buffers in non-linear memory
Enzo Matsumiya
1
-11
/
+6
2025-09-29
smb: Use arc4 library instead of duplicate arc4 code
Eric Biggers
7
-108
/
+10
2025-09-29
smb: client: add tcon information to smb2_reconnect() debug messages
Henrique Carvalho
1
-9
/
+9
2025-09-29
Merge tag 'pstore-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-10
/
+11
2025-09-29
Merge tag 'execve-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
3
-12
/
+47
2025-09-29
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
4
-45
/
+147
2025-09-29
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
9
-159
/
+81
2025-09-29
Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Linus Torvalds
9
-36
/
+119
2025-09-29
Merge tag 'erofs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
7
-11
/
+61
2025-09-29
Merge tag 'hfs-v6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfs
Linus Torvalds
24
-237
/
+418
2025-09-29
Merge tag 'v6.18-rc-part1-smb3-common' of git://git.samba.org/ksmbd
Linus Torvalds
16
-1382
/
+2057
2025-09-29
Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
63
-998
/
+1234
2025-09-29
Merge tag 'gfs2-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
8
-193
/
+199
[prev]
[next]