index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
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-04
cifs: refactor create_sd_buf() and and avoid corrupting the buffer
Ronnie Sahlberg
2
-35
/
+38
2020-12-04
cifs: add NULL check for ses->tcon_ipc
Aurelien Aptel
1
-1
/
+2
2020-12-04
smb3: set COMPOUND_FID to FileID field of subsequent compound request
Namjae Jeon
1
-2
/
+2
2020-12-01
cifs: fix potential use-after-free in cifs_echo_request()
Paulo Alcantara
1
-0
/
+2
2020-12-01
cifs: allow syscalls to be restarted in __smb_send_rqst()
Paulo Alcantara
1
-2
/
+2
2020-11-16
smb3: Handle error case during offload read path
Rohith Surabattula
1
-1
/
+19
2020-11-16
smb3: Avoid Mid pending list corruption
Rohith Surabattula
1
-9
/
+46
2020-11-16
smb3: Call cifs reconnect from demultiplex thread
Rohith Surabattula
1
-5
/
+8
2020-11-16
cifs: fix a memleak with modefromsid
Namjae Jeon
1
-0
/
+1
2020-10-24
cifs: update internal module version number
Steve French
1
-1
/
+1
2020-10-23
smb3: add some missing definitions from MS-FSCC
Steve French
2
-0
/
+28
2020-10-23
smb3: remove two unused variables
Steve French
1
-5
/
+0
2020-10-23
smb3: add support for stat of WSL reparse points for special file types
Steve French
6
-14
/
+189
2020-10-22
SMB3: add support for recognizing WSL reparse tags
Steve French
1
-1
/
+24
2020-10-22
cifs: remove bogus debug code
Dan Carpenter
1
-8
/
+8
2020-10-22
smb3.1.1: fix typo in compression flag
Steve French
1
-1
/
+1
2020-10-22
cifs: move smb version mount options into fs_context.c
Ronnie Sahlberg
4
-97
/
+99
2020-10-22
cifs: move cache mount options to fs_context.ch
Ronnie Sahlberg
3
-62
/
+63
2020-10-22
cifs: move security mount options into fs_context.ch
Ronnie Sahlberg
3
-85
/
+96
2020-10-22
cifs: add files to host new mount api
Ronnie Sahlberg
3
-1
/
+24
[next]