messages from 2010-12-14 12:18:20 to 2011-01-12 16:42:05 UTC [more...]
Suspend failed - unable to freeze cifsd
2011-01-12 16:42 UTC (2+ messages)
[PATCH] cifs: add cruid= mount option
2011-01-12 16:21 UTC
[PATCH] Teach cifs about network namespaces
2011-01-12 14:22 UTC (9+ messages)
` [PATCH] Teach cifs about network namespaces (take 2)
[PATCH 0/5] cifs.upcall: add keytab support for unattended mounts
2011-01-12 6:58 UTC (11+ messages)
` [PATCH 1/5] cifs.upcall: consolidate find_krb5_cc calls
` [PATCH 2/5] cifs.upcall: clean up key description decoding routine
` [PATCH 3/5] cifs.upcall: save off username field from key description
` [PATCH 4/5] cifs.upcall: debug logging for the key description parser
` [PATCH 5/5] cifs.upcall: add keytab support for unattended mounts
[PATCH] cifs: add mount option to handle stat() failures by 32-bit apps
2011-01-11 13:48 UTC (4+ messages)
[PATCH] cifs: just ignore extra junk at the end of the SMB
2011-01-10 4:43 UTC (4+ messages)
[GIT] CIFS Fixes
2011-01-10 0:19 UTC
[PATCH] cifs.upcall: fix crash when trying to free uninitialized var
2011-01-07 19:05 UTC (3+ messages)
[PATCH] cifs: cFYI the entire error code in map_smb_to_linux_error
2011-01-07 16:32 UTC
[PATCH] cifs: Fix regression during share-level security mounts
2011-01-06 20:03 UTC (2+ messages)
[PATCH 00/18] cifs: overhaul request timeout behavior in CIFS (try #4)
2011-01-06 7:16 UTC (24+ 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] cifs.upcall: add 'l' to getopt_long string
2011-01-05 15:47 UTC (2+ messages)
[PATCH] manpage: change port option description (try #2)
2011-01-05 12:24 UTC (3+ messages)
[PATCH] cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other
2011-01-05 12:19 UTC (10+ messages)
[PATCH] cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo
2011-01-04 15:29 UTC (3+ messages)
[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 #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 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 (16+ messages)
` [PATCH 01/13] cifs: don't fail writepages on -EAGAIN errors
` [PATCH 08/13] cifs: handle cancelled requests better
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox