Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-08-22 17:57:30 to 2011-09-09 13:37:36 UTC [more...]

[RFC/PATCH] cifs: add server-provided principal name in upcall
 2011-09-09 13:37 UTC  (18+ messages)
  ` [RFC/PATCH] cifs.upcall: use kernel.provided principal name if available

Problem mounting subdirs on NetApp
 2011-09-07 18:43 UTC 

cifs doesn't resolve names in /etc/hosts, error message very confusing
 2011-09-07 17:37 UTC 

[PATCH 0/5] cifs: allow cifs to do readpages larger and asynchronously (try #5)
 2011-09-06 14:27 UTC  (6+ messages)
  ` [PATCH 1/5] cifs: fix protocol definition for READ_RSP
  ` [PATCH 2/5] cifs: add cifs_async_readv
  ` [PATCH 3/5] cifs: convert cifs_readpages to use async reads
  ` [PATCH 4/5] cifs: allow for larger rsize= options and change defaults
  ` [PATCH 5/5] cifs: tune bdi.ra_pages in accordance with the rsize

GPLv2 for cifs-utils existing?
 2011-09-05 17:50 UTC  (4+ messages)

GPLv2 for cifs-utils existing?
 2011-09-05 16:20 UTC  (2+ messages)

GPLv2 for cifs-utils existing?
 2011-09-05 12:39 UTC  (6+ messages)

[PATCH 0/5] cifs: allow cifs to do readpages larger and asynchronously (try #4)
 2011-09-01 21:29 UTC  (6+ messages)
  ` [PATCH 1/5] cifs: fix protocol definition for READ_RSP
  ` [PATCH 2/5] cifs: add cifs_async_readv
  ` [PATCH 3/5] cifs: convert cifs_readpages to use async reads
  ` [PATCH 4/5] cifs: allow for larger rsize= options and change defaults
  ` [PATCH 5/5] cifs: tune bdi.ra_pages in accordance with the rsize

GPLv2 for cifs-utils existing?
 2011-09-01 15:05 UTC  (2+ messages)

mount.cifs -> Unisys MCP Mainframe -- Linux touch command "setting times of `testfile.txt': Permission denied"
 2011-08-31 23:16 UTC  (3+ messages)
        ` [Samba] "

[PATCH] CIFS: Fix NT_STATUS_ACCESS_DENIED for mounts with prefixpath option
 2011-08-31 19:22 UTC  (13+ messages)

wait_event_freezable variant for TASK_KILLABLE?
 2011-08-31 12:44 UTC 

[PATCH] cifs: Add mount option named backup
 2011-08-30 17:54 UTC  (15+ messages)

[PATCH 0/5] cifs: allow cifs to do readpages larger and asynchronously (try #3)
 2011-08-30 14:46 UTC  (6+ messages)
  ` [PATCH 1/5] cifs: fix protocol definition for READ_RSP
  ` [PATCH 2/5] cifs: add cifs_async_readv
  ` [PATCH 3/5] cifs: convert cifs_readpages to use async reads
  ` [PATCH 4/5] cifs: allow for larger rsize= options and change defaults
  ` [PATCH 5/5] cifs: tune bdi.ra_pages in accordance with the rsize

[PATCH] mount.cifs: fix the conflict between rwpidforward and rw mount options
 2011-08-29 16:55 UTC  (2+ messages)

[PATCH] autoconf: work around broken wbclient.h file
 2011-08-29 16:51 UTC  (4+ messages)

[PATCH] autoconf: fix help message for --enable-cifsidmap
 2011-08-29 16:50 UTC  (5+ messages)

[PATCH 0/5] cifs-utils: cifsacl utilities: Implement getcifsacl and setcifsacl (try #2)
 2011-08-29 16:50 UTC  (2+ messages)

[PATCH][Trivial] CIFS: Don't free volume_info->UNC until we are entirely done with it
 2011-08-29 15:40 UTC  (2+ messages)

[PATCH 0/4] cifs: allow cifs to do readpages larger and asynchronously (try #2)
 2011-08-29 11:40 UTC  (5+ messages)
  ` [PATCH 1/4] cifs: fix protocol definition for READ_RSP
  ` [PATCH 2/4] cifs: add cifs_async_readv
  ` [PATCH 3/4] cifs: convert cifs_readpages to use async reads
  ` [PATCH 4/4] cifs: allow for larger rsize= options and change defaults

[PATCH 00/16] cifs: cleanup and overhaul of the receive codepath (try #3)
 2011-08-29 11:17 UTC  (17+ messages)
  ` [PATCH 01/16] cifs: clean up checkSMB
  ` [PATCH 02/16] cifs: consolidate signature generating code
  ` [PATCH 03/16] cifs: trivial: remove obsolete comment
  ` [PATCH 04/16] cifs: make smb_msg local to read_from_socket
  ` [PATCH 05/16] cifs: check for unresponsive server every time we call kernel_recvmsg
  ` [PATCH 06/16] cifs: simplify read_from_socket
  ` [PATCH 07/16] cifs: turn read_from_socket into a wrapper around a vectorized version
  ` [PATCH 08/16] cifs: keep a reusable kvec array for receives
  ` [PATCH 09/16] cifs: clean up check_rfc1002_header
  ` [PATCH 10/16] cifs: add a third receive phase to cifs_demultiplex_thread
  ` [PATCH 11/16] cifs: move mid finding into separate routine
  ` [PATCH 12/16] cifs: eliminate is_multi_rsp parm to find_cifs_mid
  ` [PATCH 13/16] cifs: move buffer pointers into TCP_Server_Info
  ` [PATCH 14/16] cifs: find mid earlier in receive codepath
  ` [PATCH 15/16] cifs: break out 3rd receive phase into separate function
  ` [PATCH 16/16] cifs: add a callback function to receive the rest of the frame

[PATCH 00/16] cifs: cleanup and overhaul of the receive codepath (try #2)
 2011-08-27 18:47 UTC  (18+ messages)
  ` [PATCH 01/16] cifs: clean up checkSMB
  ` [PATCH 02/16] cifs: consolidate signature generating code
  ` [PATCH 03/16] cifs: trivial: remove obsolete comment
  ` [PATCH 04/16] cifs: make smb_msg local to read_from_socket
  ` [PATCH 05/16] cifs: check for unresponsive server every time we call kernel_recvmsg
  ` [PATCH 06/16] cifs: simplify read_from_socket
  ` [PATCH 07/16] cifs: turn read_from_socket into a wrapper around a vectorized version
  ` [PATCH 08/16] cifs: keep a reusable kvec array for receives
  ` [PATCH 09/16] cifs: clean up check_rfc1002_header
  ` [PATCH 10/16] cifs: add a third receive phase to cifs_demultiplex_thread
  ` [PATCH 11/16] cifs: move mid finding into separate routine
  ` [PATCH 12/16] cifs: eliminate is_multi_rsp parm to find_cifs_mid
  ` [PATCH 13/16] cifs: move buffer pointers into TCP_Server_Info
  ` [PATCH 14/16] cifs: find mid earlier in receive codepath
  ` [PATCH 15/16] cifs: break out 3rd receive phase into separate function
  ` [PATCH 16/16] cifs: add a callback function to receive the rest of the frame

[PATCH] CIFS: Fix the conflict between rwpidforward and rw mount options
 2011-08-27 16:21 UTC  (2+ messages)

[PATCH v2] CIFS: Fix the conflict between rwpidforward and rw mount options
 2011-08-27 16:19 UTC 

[PATCH] CIFS: Fix the conflict between rwpidforward and rw mount options
 2011-08-27 16:07 UTC  (5+ messages)

Kernel 3.0: Instant kernel crash when mounting CIFS
 2011-08-27 14:31 UTC  (22+ messages)
      ` Kernel 3.0: Instant kernel crash when mounting CIFS (also crashes with linux-3.1-rc2

[PATCH 0/5] cifs: allow cifs to do readpages larger and asynchronously
 2011-08-26 19:18 UTC  (6+ messages)
  ` [PATCH 1/5] cifs: fix protocol definition for READ_RSP
  ` [PATCH 2/5] cifs: add cifs_async_readv
  ` [PATCH 3/5] cifs: convert cifs_readpages to use async reads
  ` [PATCH 4/5] cifs: allow for larger rsize= options and set default to 1M
  ` [PATCH 5/5] cifs: don't discard readahead pages that are beyond EOF

touch: setting times of `file4': Permission denied
 2011-08-26 13:19 UTC 

mount.cifs with "prefixpath" option getting NT_STATUS_ACCESS_DENIED
 2011-08-26  6:53 UTC  (4+ messages)
  ` [PATCH] CIFS: Fix NT_STATUS_ACCESS for moutn with prefixpath option

[PATCH 7/8] cifs-utils: cifsacl utilities: Add configure and make directives for cifsacl (try #2)
 2011-08-25 20:30 UTC  (5+ messages)

[PATCH] cifs-utils: Add uid/gid to SID mapping functions (try #4)
 2011-08-25 18:08 UTC  (4+ messages)

[PATCH] cifs: Fix broken sec=ntlmv2/i sec option (try #2)
 2011-08-25 11:39 UTC  (2+ messages)

[PATCH] [CIFS] ls on mounts to WindowsCE failing with invalid level message
 2011-08-24 19:15 UTC  (3+ messages)

[GSoC finished] SMB2 protocol support for CIFS Linux kernel module
 2011-08-24 18:39 UTC  (2+ messages)

[PATCH] CIFS: Fix ERR_PTR dereference in cifs_get_root
 2011-08-24 11:30 UTC  (3+ messages)

[PATCH] cifs: use memcpy for magic string in cifs signature generation BSRSPYL
 2011-08-24 10:48 UTC  (3+ messages)

[PATCH] cifs: switch CIFSSMBQAllEAs to use memcmp
 2011-08-24  6:34 UTC  (2+ messages)

[PATCH] cifs: get rid of unused xid in cifs_get_root
 2011-08-24  6:22 UTC  (2+ messages)

[PATCH] cifs: untangle server->maxBuf and CIFSMaxBufSize
 2011-08-24  6:21 UTC  (2+ messages)

[PATCH] [CIFS] Default auth method needs to be ntlmv2
 2011-08-24  3:18 UTC 

[PATCH] cifs: Fix broken sec=ntlmv2/i sec mount option for Samba server
 2011-08-24  1:16 UTC 

[PATCH 8/8] cifs-utils: cifsacl utilities: Add make directives for setcifsacl (try #2)
 2011-08-23 19:04 UTC 

[PATCH 6/8] cifs-utils: cifsacl utilities: Change contents of mount.cifs manpage (try #2)
 2011-08-23 19:04 UTC 

[PATCH 5/8] cifs-utils: cifsacl utilities: Add man pages for setcifsacl (try #5)
 2011-08-23 19:04 UTC 

[PATCH 4/8] cifs-utils: cifsacl utilities: Add man pages for getcifsacl (try #2)
 2011-08-23 19:04 UTC 

[PATCH 3/8] cifs-utils: cifsacl utilities: Add file setcifsacl.c (try #2)
 2011-08-23 19:03 UTC 

[PATCH 2/8] cifs-utils: cifsacl utilities: Add file getcifsacl.c (try #2)
 2011-08-23 19:03 UTC 

[PATCH 1/8] cifs-utils: cifsacl utilities: Add file cifsacl.h (try #2)
 2011-08-23 19:03 UTC 

[PATCH 0/5] cifs-utils: cifsacl utilities: Implement getcifsacl and setcifsacl
 2011-08-23 12:58 UTC  (3+ messages)

[PATCH 4/5] cifs-utils: cifsacl utilities: Add configure and make directives
 2011-08-23 12:56 UTC  (2+ messages)

[PATCH 1/5] cifs-utils: cifsacl utilities: Create file cifsacl.h
 2011-08-23 12:46 UTC  (2+ messages)

[PATCH] cifs: fix possible memory corruption in CIFSFindNext
 2011-08-23 12:37 UTC  (4+ messages)

[Samba] mount.cifs with "sec=ntlmv2" fails ("mount error(22): Invalid argument")
 2011-08-22 19:49 UTC  (5+ messages)


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