index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
cifs: cleanup misc.c
Steve French
2020-12-14
3
-57
/
+68
|
*
cifs: minor kernel style fixes for comments
Steve French
2020-12-14
1
-10
/
+15
|
*
cifs: Make extract_sharename function public
Samuel Cabrero
2020-12-14
5
-25
/
+26
|
*
cifs: Make extract_hostname function public
Samuel Cabrero
2020-12-14
3
-34
/
+33
|
*
cifs: get rid of cifs_sb->mountdata
Ronnie Sahlberg
2020-12-14
4
-18
/
+12
|
*
cifs: add an smb3_fs_context to cifs_sb
Ronnie Sahlberg
2020-12-14
3
-34
/
+41
|
*
cifs: remove the devname argument to cifs_compose_mount_options
Ronnie Sahlberg
2020-12-14
4
-22
/
+9
|
*
cifs: switch to new mount api
Ronnie Sahlberg
2020-12-14
10
-1281
/
+1096
|
*
cifs: move cifs_parse_devname to fs_context.c
Ronnie Sahlberg
2020-12-14
3
-57
/
+59
|
*
cifs: move the enum for cifs parameters into fs_context.h
Ronnie Sahlberg
2020-12-14
2
-57
/
+97
|
*
cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c
Ronnie Sahlberg
2020-12-14
3
-60
/
+44
|
*
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
2020-12-14
12
-736
/
+750
|
*
SMB3.1.1: do not log warning message if server doesn't populate salt
Steve French
2020-12-14
2
-5
/
+16
|
*
SMB3.1.1: update comments clarifying SPNEGO info in negprot response
Steve French
2020-12-14
1
-1
/
+10
|
*
cifs: Enable sticky bit with cifsacl mount option.
Shyam Prasad N
2020-12-14
3
-12
/
+35
|
*
cifs: Fix unix perm bits to cifsacl conversion for "other" bits.
Shyam Prasad N
2020-12-14
3
-73
/
+155
|
*
SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp
Steve French
2020-12-14
1
-4
/
+12
|
*
SMB3: avoid confusing warning message on mount to Azure
Steve French
2020-12-14
1
-1
/
+2
|
*
cifs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-14
3
-0
/
+3
|
/
*
cifs: refactor create_sd_buf() and and avoid corrupting the buffer
Ronnie Sahlberg
2020-12-04
2
-35
/
+38
*
cifs: add NULL check for ses->tcon_ipc
Aurelien Aptel
2020-12-04
1
-1
/
+2
*
smb3: set COMPOUND_FID to FileID field of subsequent compound request
Namjae Jeon
2020-12-04
1
-2
/
+2
*
cifs: fix potential use-after-free in cifs_echo_request()
Paulo Alcantara
2020-11-30
1
-0
/
+2
*
cifs: allow syscalls to be restarted in __smb_send_rqst()
Paulo Alcantara
2020-11-30
1
-2
/
+2
*
smb3: Handle error case during offload read path
Rohith Surabattula
2020-11-16
1
-1
/
+19
*
smb3: Avoid Mid pending list corruption
Rohith Surabattula
2020-11-16
1
-9
/
+46
*
smb3: Call cifs reconnect from demultiplex thread
Rohith Surabattula
2020-11-16
1
-5
/
+8
*
cifs: fix a memleak with modefromsid
Namjae Jeon
2020-11-16
1
-0
/
+1
*
cifs: update internal module version number
Steve French
2020-10-24
1
-1
/
+1
*
smb3: add some missing definitions from MS-FSCC
Steve French
2020-10-23
2
-0
/
+28
*
smb3: remove two unused variables
Steve French
2020-10-23
1
-5
/
+0
*
smb3: add support for stat of WSL reparse points for special file types
Steve French
2020-10-23
6
-14
/
+189
*
SMB3: add support for recognizing WSL reparse tags
Steve French
2020-10-22
1
-1
/
+24
*
cifs: remove bogus debug code
Dan Carpenter
2020-10-22
1
-8
/
+8
*
smb3.1.1: fix typo in compression flag
Steve French
2020-10-22
1
-1
/
+1
*
cifs: move smb version mount options into fs_context.c
Ronnie Sahlberg
2020-10-22
4
-97
/
+99
*
cifs: move cache mount options to fs_context.ch
Ronnie Sahlberg
2020-10-22
3
-62
/
+63
*
cifs: move security mount options into fs_context.ch
Ronnie Sahlberg
2020-10-22
3
-85
/
+96
*
cifs: add files to host new mount api
Ronnie Sahlberg
2020-10-22
3
-1
/
+24
*
smb3: do not try to cache root directory if dir leases not supported
Steve French
2020-10-22
1
-1
/
+4
*
smb3: fix stat when special device file and mounted with modefromsid
Steve French
2020-10-22
1
-1
/
+6
*
cifs: Print the address and port we are connecting to in generic_ip_connect()
Samuel Cabrero
2020-10-22
1
-2
/
+10
*
SMB3: Resolve data corruption of TCP server info fields
Rohith Surabattula
2020-10-22
1
-5
/
+7
*
cifs: make const array static, makes object smaller
Colin Ian King
2020-10-20
1
-3
/
+5
*
SMB3.1.1: Fix ids returned in POSIX query dir
Steve French
2020-10-20
3
-5
/
+7
*
smb3: add dynamic trace point to trace when credits obtained
Steve French
2020-10-20
3
-9
/
+18
*
smb3.1.1: do not fail if no encryption required but server doesn't support it
Steve French
2020-10-20
1
-3
/
+13
*
cifs: Return the error from crypt_message when enc/dec key not found.
Shyam Prasad N
2020-10-19
1
-1
/
+1
*
smb3.1.1: set gcm256 when requested
Steve French
2020-10-19
4
-6
/
+17
*
smb3.1.1: rename nonces used for GCM and CCM encryption
Steve French
2020-10-19
2
-6
/
+6
[prev]
[next]