index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifssmb.c
Age
Commit message (
Expand
)
Author
2022-05-24
cifs: use new enum for ses_status
Shyam Prasad N
2022-05-19
cifs: fix signed integer overflow when fl_end is OFFSET_MAX
Paulo Alcantara
2022-04-01
Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2022-03-28
smb3: cleanup and clarify status of tree connections
Steve French
2022-01-07
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
2022-01-07
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
2022-01-02
cifs: reconnect only the connection and not smb session where possible
Shyam Prasad N
2022-01-02
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
2022-01-02
cifs: track individual channel status using chans_need_reconnect
Shyam Prasad N
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
2021-08-25
cifs: remove support for NTLM and weaker authentication algorithms
Ronnie Sahlberg
2021-08-25
cifs: enable fscache usage even for files opened as rw
Shyam Prasad N
2021-07-22
CIFS: Clarify SMB1 code for POSIX delete file
Steve French
2021-07-22
CIFS: Clarify SMB1 code for POSIX Create
Steve French
2021-07-07
CIFS: Clarify SMB1 code for POSIX Lock
Steve French
2021-07-07
CIFS: Clarify SMB1 code for rename open file
Steve French
2021-07-07
CIFS: Clarify SMB1 code for delete
Steve French
2021-07-07
CIFS: Clarify SMB1 code for SetFileSize
Steve French
2021-07-02
CIFS: Clarify SMB1 code for UnixSetPathInfo
Steve French
2021-07-02
CIFS: Clarify SMB1 code for UnixCreateSymLink
Steve French
2021-07-02
cifs: clarify SMB1 code for UnixCreateHardLink
Steve French
2021-06-20
cifs: use SPDX-Licence-Identifier
Steve French
2021-06-20
cifs: remove redundant initialization of variable rc
Colin Ian King
2021-04-25
cifs: rename the *_shroot* functions to *_cached_dir*
Ronnie Sahlberg
2021-04-25
cifs: remove old dead code
Aurelien Aptel
2021-02-25
cifs: use discard iterator to discard unneeded network data more efficiently
David Howells
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-02
cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
Stefan Metzmacher
2020-08-02
cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails
Ronnie Sahlberg
2020-06-01
cifs: minor fix to two debug messages
Steve French
2020-06-01
cifs: Standardize logging output
Joe Perches
2020-06-01
cifs: handle hostnames that resolve to same ip in failover
Paulo Alcantara
2020-06-01
cifs: remove redundant initialization of variable rc
Colin Ian King
2020-05-14
cifs: fix leaked reference on requeued write
Adam McCoy
2020-04-15
cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+
Jones Syue
2020-03-22
cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()
Stefan Metzmacher
2020-03-22
cifs: call wake_up(&server->response_q) inside of cifs_reconnect()
Stefan Metzmacher
2020-03-22
cifs: handle prefix paths in reconnect
Paulo Alcantara (SUSE)
2020-02-24
cifs: fix rename() by ensuring source handle opened with DELETE bit
Aurelien Aptel
2020-02-06
cifs: fix soft mounts hanging in the reconnect code
Ronnie Sahlberg
2020-01-26
fs/cifs/cifssmb.c: use true,false for bool variable
zhengbin
2019-12-13
CIFS: Close cached root handle only if it has a lease
Pavel Shilovsky
2019-09-26
smb3: pass mode bits into create calls
Steve French
2019-09-16
fs: cifs: cifsssmb: remove redundant assignment to variable ret
Colin Ian King
2019-08-27
cifs: replace various strncpy with strscpy and similar
Ronnie Sahlberg
2019-07-07
fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_ace
Hariprasad Kelam
2019-07-07
cifs: simplify code by removing CONFIG_CIFS_ACL ifdef
Steve French
2019-05-07
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP
Ronnie Sahlberg
2019-05-07
cifs: fix credits leak for SMB1 oplock breaks
Ronnie Sahlberg
[next]