index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
cifs: fix double free race when mount fails in cifs_get_root()
Ronnie Sahlberg
1
-0
/
+1
2021-12-01
smb3: do not error on fsync when readonly
Steve French
1
-6
/
+29
2021-10-09
smb3: correct smb3 ACL security descriptor
Steve French
1
-2
/
+2
2021-09-30
cifs: fix a sign extension bug
Dan Carpenter
1
-1
/
+1
2021-09-30
cifs: fix incorrect check for null pointer in header_assemble
Steve French
1
-2
/
+3
2021-09-18
cifs: fix wrong release in sess_alloc_buffer() failed path
Ding Hui
1
-1
/
+1
2021-09-15
CIFS: Fix a potencially linear read overflow
Len Baker
1
-7
/
+2
2021-09-08
new helper: inode_wrong_type()
Al Viro
1
-3
/
+2
2021-08-18
cifs: create sd context must be a multiple of 8
Shyam Prasad N
1
-1
/
+1
2021-08-12
smb3: rc uninitialized in one fallocate path
Steve French
1
-1
/
+2
2021-08-04
SMB3: fix readpage for large swap cache
Steve French
1
-1
/
+1
2021-07-31
cifs: fix the out of range assignment to bit fields in parse_server_interfaces
Hyunchul Lee
1
-2
/
+2
2021-07-28
cifs: fix fallocate when trying to allocate a hole.
Ronnie Sahlberg
1
-5
/
+18
2021-07-28
cifs: only write 64kb at a time when fallocating a small region of a file
Ronnie Sahlberg
1
-7
/
+19
2021-07-25
cifs: prevent NULL deref in cifs_compose_mount_options()
Paulo Alcantara
1
-0
/
+3
2021-07-20
cifs: handle reconnect of tcon when there is no cached dfs referral
Paulo Alcantara
1
-4
/
+2
2021-07-14
cifs: fix missing spinlock around update to ses->status
Steve French
2
-2
/
+6
2021-07-14
cifs: improve fallocate emulation
Ronnie Sahlberg
1
-0
/
+133
2021-06-03
SMB3: incorrect file id in requests compounded with open
Steve French
1
-3
/
+3
2021-06-03
cifs: set server->cipher_type to AES-128-CCM for SMB3.0
Aurelien Aptel
1
-0
/
+7
2021-05-26
cifs: fix memory leak in smb2_copychunk_range
Ronnie Sahlberg
1
-0
/
+2
2021-05-11
smb3: do not attempt multichannel to server which does not support it
Steve French
1
-0
/
+6
2021-05-11
smb3: when mounting with multichannel include it in requested capabilities
Steve French
1
-0
/
+5
2021-05-11
smb2: fix use-after-free in smb2_ioctl_query_info()
Aurelien Aptel
1
-9
/
+5
2021-05-11
cifs: detect dead connections only when echoes are enabled.
Shyam Prasad N
1
-0
/
+1
2021-05-11
cifs: fix out-of-bound memory access when calling smb3_notify() at mount point
Eugene Korenevsky
1
-1
/
+1
2021-05-11
cifs: Return correct error code from smb2_get_enc_key
Paul Aurich
1
-1
/
+1
2021-04-10
cifs: Silently ignore unknown oplock break handle
Vincent Whitchurch
1
-2
/
+2
2021-04-10
cifs: revalidate mapping when we open files for SMB1 POSIX
Ronnie Sahlberg
1
-0
/
+1
2021-03-30
cifs: Adjust key sizes and key generation routines for AES256 encryption
Shyam Prasad N
5
-15
/
+41
2021-03-30
smb3: fix cached file size problems in duplicate extents (reflink)
Steve French
1
-3
/
+15
2021-03-30
cifs: change noisy error message to FYI
Paulo Alcantara
1
-1
/
+1
2021-03-30
cifs: ask for more credit on async read/write code paths
Aurelien Aptel
1
-4
/
+2
2021-03-25
cifs: Fix preauth hash corruption
Vincent Whitchurch
1
-1
/
+6
2021-03-25
cifs: fix allocation size on newly created files
Steve French
1
-1
/
+9
2021-03-17
cifs: do not send close in compound create+close requests
Paulo Alcantara
6
-17
/
+18
2021-03-17
cifs: fix credit accounting for extra channel
Aurelien Aptel
2
-5
/
+6
2021-03-17
cifs: return proper error code in statfs(2)
Paulo Alcantara
1
-1
/
+1
2021-02-26
cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
Shyam Prasad N
1
-0
/
+1
2021-02-10
smb3: fix crediting for compounding when only one request in flight
Pavel Shilovsky
1
-3
/
+15
2021-02-10
smb3: Fix out-of-bounds bug in SMB2_negotiate()
Gustavo A. R. Silva
1
-1
/
+1
2021-02-10
cifs: report error instead of invalid when revalidating a dentry fails
Aurelien Aptel
1
-2
/
+20
2021-01-27
cifs: do not fail __smb_send_rqst if non-fatal signals are pending
Ronnie Sahlberg
1
-2
/
+2
2021-01-19
cifs: fix interrupted close commands
Paulo Alcantara
1
-1
/
+1
2021-01-19
cifs: check pointer before freeing
Tom Rix
1
-1
/
+2
2020-12-30
SMB3.1.1: do not log warning message if server doesn't populate salt
Steve French
2
-5
/
+16
2020-12-30
SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp
Steve French
1
-4
/
+12
2020-12-30
SMB3: avoid confusing warning message on mount to Azure
Steve French
1
-1
/
+2
2020-12-03
cifs: refactor create_sd_buf() and and avoid corrupting the buffer
Ronnie Sahlberg
2
-35
/
+38
2020-12-03
cifs: add NULL check for ses->tcon_ipc
Aurelien Aptel
1
-1
/
+2
[next]