Linux CIFS
[Prev Page][Next Page]
- Re: [PATCH] CIFS: Fix variable types in cifs_iovec_read/write (try #2), (continued)
- [PATCH] CIFS: Fix variable types in cifs_iovec_read/write,
Pavel Shilovsky
- Unable to mount CIFS shares,
Suresh Jayaraman
- aio and cifs, Stef Bon
- [PATCH] cifs: No need to check crypto blockcipher allocation, shirishpargaonkar
- [PATCH 2/2] cifs: fix two compiler warning about uninitialized vars,
Jeff Layton
- [PATCH 1/2] cifs: force a reconnect if there are too many MIDs in flight,
Jeff Layton
- Re: [linux-cifs-client] can someone please explain the performance difference between mount.cifs and smbclient?,
Jeff Layton
- [PATCH 1/2] cifs: fix length vs. total_read confusion in cifs_demultiplex_thread (try #2),
Jeff Layton
- [PATCH] cifs: More crypto cleanup (try #2), shirishpargaonkar
- [PATCH 1/2] cifs: fix length vs. total_read confusion in cifs_demultiplex_thread,
Jeff Layton
- [PATCH] cifs: fix length checks in checkSMB,
Jeff Layton
- [PATCH] cifs: More crypto cleanup, replace md4 functions local to cifs,
shirishpargaonkar
- [PATCH 2/2] cifs: Invoke id mapping functions,
shirishpargaonkar
- [PATCH] cifs: Invoke id mapping functions, shirishpargaonkar
- [PATCH 1/2] cifs: Add idmap key and related data structures and functions (try #4),
shirishpargaonkar
- [PATCH 0/2] cifs: Support for an upcall to map SID to an uid and a gid [try #4], shirishpargaonkar
- [RFC 00/20] Proposal for remaining BKL users,
Arnd Bergmann
- [PATCH] cifs: clean up some compiler warnings,
Jeff Layton
- [PATCH] cifs: don't pop a printk when sending on a socket is interrupted, Jeff Layton
- [PATCH] Make CIFS mount work in a container., Rob Landley
- [PATCH] CIFS: Remove pointless variable assignment in cifs_dfs_do_automount(),
Jesper Juhl
- [PATCH 3/3] cifs: Invoke id mapping functions (try #3),
shirishpargaonkar
- [PATCH 2/3] cifs: Add idmap key and related functions (try #3),
shirishpargaonkar
- [PATCH 1/3]] cifs: Add idmap data structures and defines (try #3),
shirishpargaonkar
- [PATCH 0/3] cifs: Support for an upcall to map SID to an uid and a gid [try #3], shirishpargaonkar
- [PATCH] cifs-utils: handle cifs_acl type of key to map a SID to either an uid or gid and return it [try #3], shirishpargaonkar
- ANNOUNCE: cifs-utils release 4.8.1 available for download, Jeff Layton
- [PATCH] cifs: Replace cifs md5 hashing functions with kernel crypto APIs,
shirishpargaonkar
- [PATCH] cifs: fix up CIFSSMBEcho for unaligned access, Jeff Layton
- [PATCH] cifs: Replace remaining use of md5 hashing functions local to cifs with kernel crypto APIs, shirishpargaonkar
- Re: [PATCH] cifs: set up recurring workqueue job to do SMB echo requests,
Steve French
- Re: CIFS related seg fault (v2.6.37),
Suresh Jayaraman
- [PATCH] cifs: Fix regression during share-level security mounts (Repost),
shirishpargaonkar
- [PATCH 0/5] cifs: clean up some unaligned memory accesses,
Jeff Layton
- Re: Lose shared network resource,
Suresh Jayaraman
- [PATCH] CIFS: Fix oplock break handling (try #2),
Pavel Shilovsky
- ANNOUNCE: cifs-utils release 4.8 available for download, Jeff Layton
- [PATCH] manpage: fix the SEE ALSO section, Jeff Layton
- 2.6.38 merge progress, Steve French
- [PATCH] CIFS: Fix oplock break handling,
Pavel Shilovsky
- [PATCH] cifs: remove extraneous calls to d_set_d_op,
Jeff Layton
- [PATCH 1/2] mount.cifs: clean up handling of uid= and gid=,
Jeff Layton
- [PATCH] cifs: add cruid= mount option, Jeff Layton
- Suspend failed - unable to freeze cifsd,
Benjamin S.
- [PATCH] cifs: add mount option to handle stat() failures by 32-bit apps,
Suresh Jayaraman
- [PATCH] Teach cifs about network namespaces.,
Rob Landley
- [PATCH] cifs: cFYI the entire error code in map_smb_to_linux_error, Jeff Layton
- [PATCH 0/5] cifs.upcall: add keytab support for unattended mounts,
Jeff Layton
- [PATCH] cifs: Fix regression during share-level security mounts,
shirishpargaonkar
- [PATCH] cifs.upcall: fix crash when trying to free uninitialized var,
Jeff Layton
- [PATCH] cifs.upcall: add 'l' to getopt_long string,
Jeff Layton
- [PATCH] cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo,
Jeff Layton
- [PATCH] cifs: move time field in cifsInodeInfo,
Jeff Layton
- [PATCH] cifs: TCP_Server_Info diet, Jeff Layton
- [PATCH] cifs: simplify SMB header check routine,
Jeff Layton
- Limit of simultaneous mount cifs processes?,
Sónia Liléo
- Connection problems using kerberos against EMC Celerra servers,
Stefan Metzmacher
- [PATCH 5/6] CIFS: Implement cifs_strict_writev (try #4),
Pavel Shilovsky
- [PATCH 4/6] CIFS: Implement cifs_strict_readv (try #4), Pavel Shilovsky
- [PATCH 00/18] cifs: overhaul request timeout behavior in CIFS (try #4),
Jeff Layton
- [PATCH 02/18] cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting, Jeff Layton
- [PATCH 01/18] cifs: don't fail writepages on -EAGAIN errors, Jeff Layton
- [PATCH 03/18] cifs: make wait_for_free_request take a TCP_Server_Info pointer, Jeff Layton
- [PATCH 04/18] cifs: clean up accesses to midCount, Jeff Layton
- [PATCH 05/18] cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry, Jeff Layton
- [PATCH 06/18] cifs: move mid result processing into common function, Jeff Layton
- [PATCH 07/18] cifs: wait indefinitely for responses, Jeff Layton
- [PATCH 08/18] cifs: don't reconnect server when we don't get a response, Jeff Layton
- [PATCH 09/18] cifs: clean up sync_mid_result, Jeff Layton
- [PATCH 10/18] cifs: allow for different handling of received response, Jeff Layton
- [PATCH 11/18] cifs: handle cancelled requests better, Jeff Layton
- [PATCH 12/18] cifs: add cifs_call_async, Jeff Layton
- [PATCH 13/18] cifs: add ability to send an echo request, Jeff Layton
- [PATCH 14/18] cifs: set up recurring workqueue job to do SMB echo requests, Jeff Layton
- [PATCH 15/18] cifs: reconnect unresponsive servers, Jeff Layton
- [PATCH 16/18] cifs: remove code for setting timeouts on requests, Jeff Layton
- [PATCH 17/18] cifs: mangle existing header for SMB_COM_NT_CANCEL, Jeff Layton
- [PATCH 18/18] cifs: send an NT_CANCEL request when a process is signalled, Jeff Layton
- [PATCH 4/6] CIFS: Implement cifs_strict_readv (try #3),
Pavel Shilovsky
- [PATCH] cifs: just ignore extra junk at the end of the SMB,
Jeff Layton
- [PATCH 00/18] cifs: overhaul request timeout behavior in CIFS (try #3),
Jeff Layton
- [PATCH 01/18] cifs: don't fail writepages on -EAGAIN errors, Jeff Layton
- [PATCH 02/18] cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting, Jeff Layton
- [PATCH 03/18] cifs: make wait_for_free_request take a TCP_Server_Info pointer, Jeff Layton
- [PATCH 04/18] cifs: clean up accesses to midCount, Jeff Layton
- [PATCH 05/18] cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry, Jeff Layton
- [PATCH 06/18] cifs: move mid result processing into common function, Jeff Layton
- [PATCH 07/18] cifs: wait indefinitely for responses, Jeff Layton
- [PATCH 08/18] cifs: don't reconnect server when we don't get a response, Jeff Layton
- [PATCH 09/18] cifs: clean up sync_mid_result, Jeff Layton
- [PATCH 10/18] cifs: allow for different handling of received response, Jeff Layton
- [PATCH 11/18] cifs: handle cancelled requests better, Jeff Layton
- [PATCH 12/18] cifs: add cifs_call_async, Jeff Layton
- [PATCH 13/18] cifs: add ability to send an echo request, Jeff Layton
- [PATCH 14/18] cifs: set up recurring workqueue job to do SMB echo requests, Jeff Layton
- [PATCH 15/18] cifs: reconnect unresponsive servers, Jeff Layton
- [PATCH 16/18] cifs: remove code for setting timeouts on requests, Jeff Layton
- [PATCH 17/18] cifs: mangle existing header for SMB_COM_NT_CANCEL, Jeff Layton
- [PATCH 18/18] cifs: send an NT_CANCEL request when a process is signalled, Jeff Layton
- [PATCH 5/6] CIFS: Implement cifs_strict_write (try #2),
Pavel Shilovsky
- [PATCH 3/6] CIFS: Implement cifs_file_strict_mmap (try #2),
Pavel Shilovsky
- cifs mount port issue,
varad gupta
- mount.cifs with EMC share, Cristian
- [PATCH] cifs-utils: fixes for manpage pathname replacement scheme,
Jeff Layton
- [PATCH 2/2] CIFS: Add match_port check during looking for an existing connection (try #4),
Pavel Shilovsky
- [PATCH 1/2] CIFS: Simplify ipv*_connect functions into one (try #4),
Pavel Shilovsky
- [PATCH 1/7] CIFS: Make cifsFileInfo_put work with strict cache mode (try #4),
Pavel Shilovsky
- Re: [GIT PULL] Please pull xyzzy fixes, Linus Torvalds
- [PATCH] cifs: Support NTLM2 session security during NTLMSSP authentication [try #5],
shirishpargaonkar
- [PATCH] cifs: Support NTLM2 session security during NTLMSSP authentication [try #4],
shirishpargaonkar
- [PATCH 00/14] cifs: overhaul request timeout behavior in CIFS (try #2),
Jeff Layton
- [PATCH 01/13] cifs: don't fail writepages on -EAGAIN errors, Jeff Layton
- [PATCH 02/13] cifs: make wait_for_free_request take a TCP_Server_Info pointer, Jeff Layton
- [PATCH 03/13] cifs: move mid result processing into common function, Jeff Layton
- [PATCH 04/13] cifs: wait indefinitely for responses, Jeff Layton
- [PATCH 05/13] cifs: don't reconnect server when we don't get a response, Jeff Layton
- [PATCH 07/13] cifs: allow for different handling of received response, Jeff Layton
- [PATCH 09/13] cifs: add cifs_call_async, Jeff Layton
- [PATCH 08/13] cifs: handle cancelled requests better, Jeff Layton
- [PATCH 11/13] cifs: set up recurring workqueue job to do SMB echo requests, Jeff Layton
- [PATCH 10/13] cifs: add ability to send an echo request, Jeff Layton
- [PATCH 12/13] cifs: reconnect unresponsive servers, Jeff Layton
- [PATCH 13/13] cifs: remove code for setting timeouts on requests, Jeff Layton
- [PATCH 06/13] cifs: clean up handle_mid_response, Jeff Layton
- [PATCH] cifs: show "acl" in DebugData Features when it's compiled in, Jeff Layton
- Re: [Samba] cifs and Netapp DFS-shares problems,
Jeff Layton
- [PATCH] cifs: Support NTLM2 session security during NTLMSSP authentication [try #3],
shirishpargaonkar
- [PATCH] cifs-utils: rewrite hardcoded paths in manpages,
Jeff Layton
- [PATCH] cifs: Support NTLM2 session security during NTLMSSP authentication [try #2],
shirishpargaonkar
- [PATCH] cifs: Support NTLM2 session security during NTLMSSP authentication,
shirishpargaonkar
- [PATCH 0/4] cifs: CONFIG_CIFS_EXPERIMENTAL removal (try #2),
Jeff Layton
- [PATCH 1/2] CIFS: Simplify non-posix open stuff (try #2),
Pavel Shilovsky
- [PATCH] cifs-utils: handle cifs_acl type of key to map a SID to either an uid or gid and return it, shirishpargaonkar
- [PATCH] cifs: Support for an upcall to map SID to an uid and a gid,
shirishpargaonkar
[PATCH 0/4] cifs: CONFIG_CIFS_EXPERIMENTAL removal,
Jeff Layton
[PATCH] cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb,
Jeff Layton
Autofs cifs mounts via Kerberos,
Carter, Joel
[PATCH] cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other,
shirishpargaonkar
Kernel oops on 2.6.37-rc3, accessing remote DFS links,
Robbert Kouprie
[PATCH] cifs: remove bogus remapping of error in cifs_filldir(),
Suresh Jayaraman
[PATCH] cifs: Add information about noserverino,
Bernhard Walle
cifs client timeouts and hard/soft mounts,
Jeff Layton
Re: [cifs-protocol] cifs client timeouts and hard/soft mounts, Jeff Layton
Re: cifs client timeouts and hard/soft mounts, Volker Lendecke
Re: cifs client timeouts and hard/soft mounts, Andrew Bartlett
Re: linux-next: Tree for December 3 (cifs),
Randy Dunlap
[PATCH] mount.cifs: manpage: add entry for "actimeo" option,
Suresh Jayaraman
[PATCH -v5] cifs: add attribute cache timeout (actimeo) tunable,
Suresh Jayaraman
Unable to access (remote) DFS links in DFS root, Robbert Kouprie
[PATCH] cifs: fix parsing of hostname in dfs referrals, Jeff Layton
[PATCH -v4] cifs: add attribute cache timeout (actimeo) tunable,
Suresh Jayaraman
Re: Can't mount Windows DFS root using NTLMv2 (fwd),
Shirish Pargaonkar
[PATCH -v3] cifs: add attribute cache timeout (actimeo) tunable,
Suresh Jayaraman
[PATCH 2/6] CIFS: Make read call work with strict cache mode (try #4),
Pavel Shilovsky
[PATCH] cifs: trivial comment fix for cifs_invalidate_mapping,
Suresh Jayaraman
[PATCH 2/6] CIFS: Make read call work with strict cache mode (try #3),
Pavel Shilovsky
Can't mount Windows DFS root using NTLMv2,
Robbert Kouprie
[PATCH 0/6] Add strict cache mode (try #4),
Pavel Shilovsky
[PATCH] cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4), shirishpargaonkar
[PATCH] cifs: Misc. cleanup in cifsacl handling [try #4], shirishpargaonkar
[PATCH 00/14] cifs: overhaul request timeout behavior in CIFS (try #1),
Jeff Layton
- [PATCH 01/14] cifs: move mid result processing into common function, Jeff Layton
- [PATCH 03/14] cifs: don't reconnect server when we don't get a response, Jeff Layton
- [PATCH 04/14] cifs: clean up handle_mid_response, Jeff Layton
- [PATCH 02/14] cifs: wait indefinitely for responses, Jeff Layton
- [PATCH 05/14] cifs: allow for different handling of received response, Jeff Layton
- [PATCH 07/14] cifs: handle cancelled requests better, Jeff Layton
- [PATCH 06/14] cifs: don't fail writepages on -EAGAIN errors, Jeff Layton
- [PATCH 08/14] cifs: make wait_for_free_request take a TCP_Server_Info pointer, Jeff Layton
- [PATCH 09/14] cifs: add cifs_call_async, Jeff Layton
- [PATCH 10/14] cifs: add ability to send an echo request, Jeff Layton
- [PATCH 11/14] cifs: set up recurring workqueue job to do SMB echo requests, Jeff Layton
- [PATCH 12/14] cifs: reconnect unresponsive servers, Jeff Layton
- [PATCH 13/14] cifs: make hard mounts the default, Jeff Layton
- [PATCH 14/14] cifs: remove code for setting timeouts on requests, Jeff Layton
- Re: [PATCH 00/14] cifs: overhaul request timeout behavior in CIFS (try #1), Shirish Pargaonkar
- Re: [PATCH 00/14] cifs: overhaul request timeout behavior in CIFS (try #1), Shirish Pargaonkar
[PATCH 1/2] CIFS: Simplify non-posix open stuff,
Pavel Shilovsky
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]