Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2010-12-12 00:30:03 to 2011-01-04 13:16:36 UTC [more...]

[PATCH] cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo
 2011-01-04 13:16 UTC 

[PATCH 1/2] cifs-utils: moving resolve_host into separate file
 2011-01-02 14:39 UTC  (3+ messages)
` [PATCH 2/2] cifs-utils: infrastructure for stashing passwords in keyring

[PATCH] cifs: move time field in cifsInodeInfo
 2010-12-31  2:32 UTC  (6+ messages)

[PATCH] cifs: TCP_Server_Info diet
 2010-12-30 14:39 UTC 

[PATCH] cifs: simplify SMB header check routine
 2010-12-30 14:05 UTC  (2+ messages)

Connection problems using kerberos against EMC Celerra servers
 2010-12-30 13:25 UTC  (6+ messages)
  ` [PATCH 1/3] cifs.upcall: fix memory and call krb5_auth_con_free()
  ` [PATCH 2/3] cifs.upcall: use krb5_auth_con_init() to create an explicit auth_context
  ` [PATCH 3/3] cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI checksum (bug #7890)

Limit of simultaneous mount cifs processes?
 2010-12-29 13:49 UTC  (2+ messages)

[PATCH] cifs-utils: fixes for manpage pathname replacement scheme
 2010-12-28 14:20 UTC  (2+ messages)

[PATCH 5/6] CIFS: Implement cifs_strict_writev (try #4)
 2010-12-28 13:40 UTC  (2+ messages)

[PATCH 4/6] CIFS: Implement cifs_strict_readv (try #4)
 2010-12-27 18:11 UTC 

[PATCH 4/6] CIFS: Implement cifs_strict_readv (try #3)
 2010-12-27 16:47 UTC  (10+ messages)
  ` [PATCH 5/6] CIFS: Implement cifs_strict_writev "

[PATCH 00/18] cifs: overhaul request timeout behavior in CIFS (try #4)
 2010-12-27 15:58 UTC  (21+ messages)
  ` [PATCH 01/18] cifs: don't fail writepages on -EAGAIN errors
  ` [PATCH 02/18] cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting
  ` [PATCH 03/18] cifs: make wait_for_free_request take a TCP_Server_Info pointer
  ` [PATCH 04/18] cifs: clean up accesses to midCount
  ` [PATCH 05/18] cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry
  ` [PATCH 06/18] cifs: move mid result processing into common function
  ` [PATCH 07/18] cifs: wait indefinitely for responses
  ` [PATCH 08/18] cifs: don't reconnect server when we don't get a response
  ` [PATCH 09/18] cifs: clean up sync_mid_result
  ` [PATCH 10/18] cifs: allow for different handling of received response
  ` [PATCH 11/18] cifs: handle cancelled requests better
  ` [PATCH 12/18] cifs: add cifs_call_async
  ` [PATCH 13/18] cifs: add ability to send an echo request
  ` [PATCH 14/18] cifs: set up recurring workqueue job to do SMB echo requests
  ` [PATCH 15/18] cifs: reconnect unresponsive servers
  ` [PATCH 16/18] cifs: remove code for setting timeouts on requests
  ` [PATCH 17/18] cifs: mangle existing header for SMB_COM_NT_CANCEL
  ` [PATCH 18/18] cifs: send an NT_CANCEL request when a process is signalled

[PATCH 00/18] cifs: overhaul request timeout behavior in CIFS (try #3)
 2010-12-23 15:36 UTC  (44+ messages)
  ` [PATCH 01/18] cifs: don't fail writepages on -EAGAIN errors
  ` [PATCH 02/18] cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting
  ` [PATCH 03/18] cifs: make wait_for_free_request take a TCP_Server_Info pointer
  ` [PATCH 04/18] cifs: clean up accesses to midCount
  ` [PATCH 05/18] cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry
  ` [PATCH 06/18] cifs: move mid result processing into common function
  ` [PATCH 07/18] cifs: wait indefinitely for responses
  ` [PATCH 08/18] cifs: don't reconnect server when we don't get a response
  ` [PATCH 09/18] cifs: clean up sync_mid_result
  ` [PATCH 10/18] cifs: allow for different handling of received response
  ` [PATCH 11/18] cifs: handle cancelled requests better
  ` [PATCH 12/18] cifs: add cifs_call_async
  ` [PATCH 13/18] cifs: add ability to send an echo request
  ` [PATCH 14/18] cifs: set up recurring workqueue job to do SMB echo requests
  ` [PATCH 15/18] cifs: reconnect unresponsive servers
  ` [PATCH 16/18] cifs: remove code for setting timeouts on requests
  ` [PATCH 17/18] cifs: mangle existing header for SMB_COM_NT_CANCEL
  ` [PATCH 18/18] cifs: send an NT_CANCEL request when a process is signalled

[PATCH 5/6] CIFS: Implement cifs_strict_write (try #2)
 2010-12-22 19:28 UTC  (3+ messages)

[PATCH 3/6] CIFS: Implement cifs_file_strict_mmap (try #2)
 2010-12-22 19:25 UTC  (5+ messages)
  ` [PATCH 4/6] CIFS: Implement cifs_strict_read "

[PATCH] cifs: just ignore extra junk at the end of the SMB
 2010-12-22 13:39 UTC 

[PATCH 0/4] cifs: CONFIG_CIFS_EXPERIMENTAL removal (try #2)
 2010-12-17 16:44 UTC  (17+ messages)
` [PATCH 1/4] cifs: remove export_ops code
` [PATCH 2/4] cifs: move "ntlmssp" and "local_leases" options out of experimental code
` [PATCH 3/4] cifs: remove CIFSSMBQueryReparseLinkInfo and CONFIG_CIFS_EXPERIMENTAL
` [PATCH 4/4] cifs: replace /proc/fs/cifs/Experimental with a module parm

[PATCH 00/14] cifs: overhaul request timeout behavior in CIFS (try #2)
 2010-12-16 17:08 UTC  (47+ messages)
` [PATCH 01/13] cifs: don't fail writepages on -EAGAIN errors
  ` [PATCH 00/13] cifs: don't fail writepages on -EAGAIN errors (try #2)
` [PATCH 02/13] cifs: make wait_for_free_request take a TCP_Server_Info pointer
` [PATCH 03/13] cifs: move mid result processing into common function
` [PATCH 04/13] cifs: wait indefinitely for responses
` [PATCH 05/13] cifs: don't reconnect server when we don't get a response
` [PATCH 06/13] cifs: clean up handle_mid_response
` [PATCH 07/13] cifs: allow for different handling of received response
` [PATCH 08/13] cifs: handle cancelled requests better
` [PATCH 09/13] cifs: add cifs_call_async
` [PATCH 10/13] cifs: add ability to send an echo request
` [PATCH 11/13] cifs: set up recurring workqueue job to do SMB echo requests
` [PATCH 12/13] cifs: reconnect unresponsive servers
` [PATCH 13/13] cifs: remove code for setting timeouts on requests

[PATCH 3/6] CIFS: Implement cifs_file_strict_mmap (try #2)
 2010-12-16  7:53 UTC  (2+ messages)
  ` [PATCH 4/6] CIFS: Implement cifs_strict_read "

[patch] cifs: don't overwrite dentry name in d_revalidate
 2010-12-16  4:48 UTC  (2+ messages)

cifs mount port issue
 2010-12-15 11:54 UTC  (2+ messages)

[PATCH] cifs: Support for an upcall to map SID to an uid and a gid
 2010-12-14 22:42 UTC  (11+ messages)

mount.cifs with EMC share
 2010-12-14 19:49 UTC 

[PATCH 1/6] CIFS: Make cifsFileInfo_put work with strict cache mode
 2010-12-14 14:50 UTC  (13+ messages)
  ` [PATCH 2/6] CIFS: Implement cifs_strict_fsync
  ` [PATCH 3/6] CIFS: Implement cifs_file_strict_mmap
  ` [PATCH 4/6] CIFS: Implement cifs_strict_write
  ` [PATCH 5/6] CIFS: Implement cifs_strict_read
  ` [PATCH 6/6] CIFS: Add strictcache mount option

All is Well your compensation payment
 2010-12-13 23:37 UTC 

[PATCH 2/2] CIFS: Add match_port check during looking for an existing connection (try #4)
 2010-12-13 19:37 UTC  (2+ messages)

[PATCH 2/2] CIFS: Add match_port check during looking for an existing connection (try #4)
 2010-12-13 19:32 UTC 

[PATCH 1/2] CIFS: Simplify ipv*_connect functions into one (try #4)
 2010-12-13 19:02 UTC  (4+ messages)
  ` [PATCH 2/2] CIFS: Add match_port check during looking for an existing connection (try #3)

[PATCH 1/7] CIFS: Make cifsFileInfo_put work with strict cache mode (try #4)
 2010-12-13 15:27 UTC  (9+ messages)
  ` [PATCH 2/7] CIFS: Add strict cache file operations
  ` [PATCH 3/7] CIFS: Implement cifs_strict_fsync
  ` [PATCH 4/7] CIFS: Implement cifs_file_strict_mmap
  ` [PATCH 5/7] CIFS: Implement cifs_strict_read
  ` [PATCH 6/7] CIFS: Implement cifs_strict_write
  ` [PATCH 7/7] CIFS: Add strictcache mount option

[PATCH] cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]
 2010-12-13 11:58 UTC  (2+ messages)

[PATCH] cifs-utils: rewrite hardcoded paths in manpages
 2010-12-13 11:44 UTC  (2+ messages)

[GIT PULL] Please pull xyzzy fixes
 2010-12-12  3:22 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox