- 73f9bfb cifs: maintain a state machine for tcp/smb/tcon sessions by Shyam Prasad N · 3 years, 6 months ago
- 080dc5e cifs: take cifs_tcp_ses_lock for status checks by Shyam Prasad N · 3 years, 6 months ago
- 183eea2 cifs: reconnect only the connection and not smb session where possible by Shyam Prasad N · 3 years, 6 months ago
- f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 6 months ago
- d1a931c cifs: track individual channel status using chans_need_reconnect by Shyam Prasad N · 3 years, 6 months ago
- 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
- 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 5 months ago
- 18d0406 cifs: enable fscache usage even for files opened as rw by Shyam Prasad N · 3 years, 5 months ago
- 7b09d4e CIFS: Clarify SMB1 code for POSIX delete file by Steve French · 3 years, 6 months ago
- 21a6491 CIFS: Clarify SMB1 code for POSIX Create by Steve French · 3 years, 6 months ago
- d4dc277 CIFS: Clarify SMB1 code for POSIX Lock by Steve French · 3 years, 6 months ago
- f371793 CIFS: Clarify SMB1 code for rename open file by Steve French · 3 years, 6 months ago
- 2a780e8 CIFS: Clarify SMB1 code for delete by Steve French · 3 years, 6 months ago
- e3973ea CIFS: Clarify SMB1 code for SetFileSize by Steve French · 3 years, 6 months ago
- b019e11 CIFS: Clarify SMB1 code for UnixSetPathInfo by Steve French · 3 years, 7 months ago
- ded2d99 CIFS: Clarify SMB1 code for UnixCreateSymLink by Steve French · 3 years, 7 months ago
- 819f916 cifs: clarify SMB1 code for UnixCreateHardLink by Steve French · 3 years, 7 months ago
- 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 7 months ago
- 032e091 cifs: remove redundant initialization of variable rc by Colin Ian King · 3 years, 7 months ago
- 45c0f1a cifs: rename the *_shroot* functions to *_cached_dir* by Ronnie Sahlberg · 3 years, 10 months ago
- ec4e486 cifs: remove old dead code by Aurelien Aptel · 3 years, 9 months ago
- cf0604a cifs: use discard iterator to discard unneeded network data more efficiently by David Howells · 4 years ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 6 months ago
- 8e408fc cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails by Ronnie Sahlberg · 4 years, 6 months ago
- adbb2da cifs: minor fix to two debug messages by Steve French · 4 years, 8 months ago
- a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
- e4af35f cifs: handle hostnames that resolve to same ip in failover by Paulo Alcantara · 4 years, 8 months ago
- 136a5dc cifs: remove redundant initialization of variable rc by Colin Ian King · 4 years, 8 months ago
- a481379 cifs: fix leaked reference on requeued write by Adam McCoy · 4 years, 8 months ago
- 1f641d9 cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+ by Jones Syue · 4 years, 9 months ago
- 864138c cifs: make use of cap_unix(ses) in cifs_reconnect_tcon() by Stefan Metzmacher · 5 years ago
- e2e8751 cifs: call wake_up(&server->response_q) inside of cifs_reconnect() by Stefan Metzmacher · 5 years ago
- bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 5 years ago
- 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 5 years ago
- 09c40b1 cifs: fix soft mounts hanging in the reconnect code by Ronnie Sahlberg · 5 years ago
- 01d1bd7 fs/cifs/cifssmb.c: use true,false for bool variable by zhengbin · 5 years ago
- d919131 CIFS: Close cached root handle only if it has a lease by Pavel Shilovsky · 5 years ago
- c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
- 1afdea4 fs: cifs: cifsssmb: remove redundant assignment to variable ret by Colin Ian King · 5 years ago
- 340625e cifs: replace various strncpy with strscpy and similar by Ronnie Sahlberg · 5 years ago
- 0aa3a24 fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_ace by Hariprasad Kelam · 6 years ago
- 73cf808 cifs: simplify code by removing CONFIG_CIFS_ACL ifdef by Steve French · 6 years ago
- 392e1c5 cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP by Ronnie Sahlberg · 6 years ago
- d69cb72 cifs: fix credits leak for SMB1 oplock breaks by Ronnie Sahlberg · 6 years ago
- fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
- 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
- 34f4deb CIFS: Respect reconnect in non-MTU credits calculations by Pavel Shilovsky · 6 years ago
- bb1bccb CIFS: Respect SMB2 hdr preamble size in read responses by Pavel Shilovsky · 6 years ago
- 66265f1 CIFS: Count SMB3 credits for malformed pending responses by Pavel Shilovsky · 6 years ago
- 74ea5f9 cifs: replace snprintf with scnprintf by Ronnie Sahlberg · 6 years ago
- 165df9a CIFS: Fix leaking locked VFS cache pages in writeback retry by Pavel Shilovsky · 6 years ago
- 8004c78 CIFS: Fix credits calculations for reads with errors by Pavel Shilovsky · 6 years ago
- 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
- 15bc77f cifs: move large array from stack to heap by Aurelien Aptel · 6 years ago
- 0874401 cifs: Add support for failover in cifs_reconnect_tcon() by Paulo Alcantara · 6 years ago
- 6d3adb2 CIFS: pass page offsets on SMB1 read/write by Long Li · 6 years ago
- 5a519be cifs: protect against server returning invalid file system block size by Steve French · 6 years ago
- bcfb84a fs/cifs: suppress a string overflow warning by Stephen Rothwell · 6 years ago
- 9539020 cifs: use timespec64 internally by Arnd Bergmann · 7 years ago
- 7ffbe65 cifs: Fix infinite loop when using hard mount option by Paulo Alcantara · 7 years ago
- a93864d cifs: add lease tracking to the cached root fid by Ronnie Sahlberg · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 8e7360f CIFS: Add support for direct pages in wdata by Long Li · 7 years ago
- 3d4ef9a smb3: fix redundant opens on root by Steve French · 7 years ago
- bb4c041 cifs: smbd: Don't use RDMA read/write when signing is used by Long Li · 7 years ago
- 05432e2 cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data() by Ronnie Sahlberg · 7 years ago
- 2e96467 cifs: add pdu_size to the TCP_Server_Info structure by Ronnie Sahlberg · 7 years ago
- c318e6c SMB3: Log at least once if tree connect fails during reconnect by Steve French · 7 years ago
- 93012bf cifs: add server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
- ade7db9 cifs: silence compiler warnings showing up with gcc-8.0.0 by Arnd Bergmann · 7 years ago
- b327a71 CIFS: make IPC a regular tcon by Aurelien Aptel · 7 years ago
- 74dcf41 CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O by Long Li · 7 years ago
- db223a5 CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration by Long Li · 7 years ago
- 8dc5b3a Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
- 76e7527 cifs: Check for timeout on Negotiate stage by Samuel Cabrero · 8 years ago
- 5517554 cifs: Add support for writing attributes on SMB2+ by Ronnie Sahlberg · 7 years ago
- 9d5b86a fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks by Benjamin Coddington · 8 years ago
- 511c54a CIFS: Reconnect expired SMB sessions by Pavel Shilovsky · 8 years ago
- 67b4c88 [CIFS] Minor cleanup of xattr query function by Steve French · 8 years ago
- de1892b Don't delay freeing mids when blocked on slow socket write of request by Steve French · 8 years ago
- e37fea5 fs: cifs: replace CURRENT_TIME by other appropriate apis by Deepa Dinamani · 8 years ago
- 26c9cb6 Set unicode flag on cifs echo request to avoid Mac error by Steve French · 8 years ago
- 350be25 CIFS: Fix null pointer deref during read resp processing by Pavel Shilovsky · 8 years ago
- 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
- 284316d CIFS: Fix sparse warnings by Steve French · 8 years ago
- 4ecce92 CIFS: move DFS response parsing out of SMB1 code by Aurelien Aptel · 8 years ago
- c42a6ab CIFS: Add capability to decrypt big read responses by Pavel Shilovsky · 8 years ago
- 9b7c18a CIFS: Add mid handle callback by Pavel Shilovsky · 8 years ago
- 738f9de CIFS: Send RFC1001 length in a separate iov by Pavel Shilovsky · 8 years ago
- da502f7 CIFS: Make SendReceive2() takes resp iov by Pavel Shilovsky · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- ae9ebe7 CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix() by Eryu Guan · 8 years ago
- 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
- dbbab32 cifs: get rid of unused arguments of CIFSSMBWrite() by Al Viro · 8 years ago
- 2211d5b posix_acl: xattr representation cleanups by Andreas Gruenbacher · 8 years ago
- 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 681750c Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 45987e0 cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT by Andreas Gruenbacher · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago