index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
cifs: switch to new mount api
Ronnie Sahlberg
10
-1281
/
+1096
2020-12-13
cifs: move cifs_parse_devname to fs_context.c
Ronnie Sahlberg
3
-57
/
+59
2020-12-13
cifs: move the enum for cifs parameters into fs_context.h
Ronnie Sahlberg
2
-57
/
+97
2020-12-13
cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c
Ronnie Sahlberg
3
-60
/
+44
2020-12-13
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
12
-736
/
+750
2020-12-13
SMB3.1.1: do not log warning message if server doesn't populate salt
Steve French
2
-5
/
+16
2020-12-13
SMB3.1.1: update comments clarifying SPNEGO info in negprot response
Steve French
1
-1
/
+10
2020-12-13
cifs: Enable sticky bit with cifsacl mount option.
Shyam Prasad N
3
-12
/
+35
2020-12-13
cifs: Fix unix perm bits to cifsacl conversion for "other" bits.
Shyam Prasad N
3
-73
/
+155
2020-12-13
SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp
Steve French
1
-4
/
+12
2020-12-13
SMB3: avoid confusing warning message on mount to Azure
Steve French
1
-1
/
+2
2020-12-13
cifs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
3
-0
/
+3
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
2020-12-03
smb3: set COMPOUND_FID to FileID field of subsequent compound request
Namjae Jeon
1
-2
/
+2
2020-11-30
cifs: fix potential use-after-free in cifs_echo_request()
Paulo Alcantara
1
-0
/
+2
2020-11-30
cifs: allow syscalls to be restarted in __smb_send_rqst()
Paulo Alcantara
1
-2
/
+2
2020-11-15
smb3: Handle error case during offload read path
Rohith Surabattula
1
-1
/
+19
2020-11-15
smb3: Avoid Mid pending list corruption
Rohith Surabattula
1
-9
/
+46
2020-11-15
smb3: Call cifs reconnect from demultiplex thread
Rohith Surabattula
1
-5
/
+8
2020-11-15
cifs: fix a memleak with modefromsid
Namjae Jeon
1
-0
/
+1
2020-10-23
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
2020-10-21
smb3: do not try to cache root directory if dir leases not supported
Steve French
1
-1
/
+4
2020-10-21
smb3: fix stat when special device file and mounted with modefromsid
Steve French
1
-1
/
+6
2020-10-21
cifs: Print the address and port we are connecting to in generic_ip_connect()
Samuel Cabrero
1
-2
/
+10
2020-10-21
SMB3: Resolve data corruption of TCP server info fields
Rohith Surabattula
1
-5
/
+7
2020-10-20
cifs: make const array static, makes object smaller
Colin Ian King
1
-3
/
+5
2020-10-20
SMB3.1.1: Fix ids returned in POSIX query dir
Steve French
3
-5
/
+7
2020-10-20
smb3: add dynamic trace point to trace when credits obtained
Steve French
3
-9
/
+18
2020-10-20
smb3.1.1: do not fail if no encryption required but server doesn't support it
Steve French
1
-3
/
+13
2020-10-19
cifs: Return the error from crypt_message when enc/dec key not found.
Shyam Prasad N
1
-1
/
+1
2020-10-19
smb3.1.1: set gcm256 when requested
Steve French
4
-6
/
+17
2020-10-19
smb3.1.1: rename nonces used for GCM and CCM encryption
Steve French
2
-6
/
+6
2020-10-19
smb3.1.1: print warning if server does not support requested encryption type
Steve French
1
-2
/
+13
2020-10-15
smb3.1.1: add new module load parm enable_gcm_256
Steve French
4
-2
/
+14
2020-10-15
smb3.1.1: add new module load parm require_gcm_256
Steve French
3
-4
/
+15
2020-10-15
cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES
Stefan Metzmacher
1
-1
/
+1
2020-10-15
SMB3.1.1: add defines for new signing negotiate context
Steve French
1
-0
/
+14
2020-10-15
cifs: handle -EINTR in cifs_setattr
Ronnie Sahlberg
1
-4
/
+9
2020-10-15
Handle STATUS_IO_TIMEOUT gracefully
Rohith Surabattula
4
-2
/
+32
[prev]
[next]