index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2025-10-18
Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-9
/
+10
2025-10-18
Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
-15
/
+37
2025-10-18
Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-498
/
+419
2025-10-16
Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+2
2025-10-16
Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-22
/
+25
2025-10-16
Merge tag 'v6.18-rc1-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
-16
/
+34
2025-10-15
smb: client: Consolidate cmac(aes) shash allocation
Eric Biggers
-11
/
+3
2025-10-15
smb: client: Remove obsolete crypto_shash allocations
Eric Biggers
-47
/
+2
2025-10-15
smb: client: Use HMAC-MD5 library for NTLMv2
Eric Biggers
-92
/
+22
2025-10-15
smb: client: Use MD5 library for SMB1 signature calculation
Eric Biggers
-17
/
+18
2025-10-15
smb: client: Use MD5 library for M-F symlink hashing
Eric Biggers
-28
/
+4
2025-10-15
smb: client: Use HMAC-SHA256 library for SMB2 signature calculation
Eric Biggers
-61
/
+53
2025-10-15
smb: client: Use HMAC-SHA256 library for key generation
Eric Biggers
-54
/
+15
2025-10-15
smb: client: Use SHA-512 library for SMB3.1.1 preauth hash
Eric Biggers
-44
/
+16
2025-10-15
cifs: parse_dfs_referrals: prevent oob on malformed input
Eugene Korenevsky
-0
/
+17
2025-10-15
smb: client: Fix refcount leak for cifs_sb_tlink
Shuhao Fu
-6
/
+8
2025-10-15
Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-26
/
+20
2025-10-15
smb: client: let smbd_destroy() wait for SMBDIRECT_SOCKET_DISCONNECTED
Stefan Metzmacher
-4
/
+4
2025-10-15
Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+28
2025-10-15
smb: move some duplicate definitions to common/cifsglob.h
ZhangGuoDong
-31
/
+32
2025-10-15
smb: client: let destroy_mr_list() keep smbdirect_mr_io memory if registered
Stefan Metzmacher
-19
/
+127
2025-10-15
ksmbd: fix recursive locking in RPC handle list access
Marios Makassikis
-6
/
+22
2025-10-15
smb/server: fix possible refcount leak in smb2_sess_setup()
ZhangGuoDong
-0
/
+1
2025-10-15
smb/server: fix possible memory leak in smb2_read()
ZhangGuoDong
-0
/
+1
2025-10-15
exfat: fix out-of-bounds in exfat_nls_to_ucs2()
Jeongjun Park
-8
/
+5
2025-10-15
exfat: fix improper check of dentry.stream.valid_size
Jaehun Gou
-1
/
+5
2025-10-14
Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
-0
/
+8
2025-10-13
f2fs: fix wrong block mapping for multi-devices
Jaegeuk Kim
-1
/
+1
2025-10-13
f2fs: don't call iput() from f2fs_drop_inode()
Mateusz Guzik
-1
/
+1
2025-10-13
btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctx
Gustavo A. R. Silva
-1
/
+3
2025-10-13
btrfs: tree-checker: fix bounds check in check_inode_extref()
Dan Carpenter
-1
/
+1
2025-10-13
btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
Miquel Sabaté Solà
-1
/
+1
2025-10-13
btrfs: fix incorrect readahead expansion length
Boris Burkov
-1
/
+1
2025-10-13
btrfs: do not assert we found block group item when creating free space tree
Filipe Manana
-7
/
+8
2025-10-13
btrfs: do not use folio_test_partial_kmap() in ASSERT()s
Qu Wenruo
-2
/
+2
2025-10-13
btrfs: only set the device specific options after devices are opened
Qu Wenruo
-2
/
+1
2025-10-13
btrfs: fix memory leak on duplicated memory in the qgroup assign ioctl
Miquel Sabaté Solà
-1
/
+1
2025-10-13
btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already running
Filipe Manana
-6
/
+7
2025-10-13
NFS4: Fix state renewals missing after boot
Joshua Watt
-0
/
+1
2025-10-13
NFS: check if suid/sgid was cleared after a write as needed
Scott Mayhew
-1
/
+2
2025-10-13
NFS4: Apply delay_retrans to async operations
Joshua Watt
-0
/
+13
2025-10-13
NFSv4/flexfiles: fix to allocate mirror->dss before use
Mike Snitzer
-14
/
+21
2025-10-13
smb: client: let destroy_mr_list() call ib_dereg_mr() before ib_dma_unmap_sg()
Stefan Metzmacher
-1
/
+2
2025-10-13
smb: client: call ib_dma_unmap_sg if mr->sgt.nents is not 0
Stefan Metzmacher
-4
/
+8
2025-10-13
smb: client: improve logic in smbd_deregister_mr()
Stefan Metzmacher
-19
/
+16
2025-10-13
smb: client: improve logic in smbd_register_mr()
Stefan Metzmacher
-29
/
+23
2025-10-13
smb: client: improve logic in allocate_mr_list()
Stefan Metzmacher
-30
/
+35
2025-10-13
smb: client: let destroy_mr_list() remove locked from the list
Stefan Metzmacher
-1
/
+8
2025-10-13
smb: client: let destroy_mr_list() call list_del(&mr->list)
Stefan Metzmacher
-0
/
+1
2025-10-13
smb: client: change smbd_deregister_mr() to return void
Stefan Metzmacher
-4
/
+2
[next]