Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-03-01 12:30:35 to 2012-03-22 15:26:47 UTC [more...]

[PATCH] cifs: use standard token parser for mount options
 2012-03-22 15:26 UTC  (23+ messages)
                  ` [PATCH v2] "

[PATCH 1/2] Define ENOAUTHSERVICE to indicate "Authentication service unavailable"
 2012-03-22 13:35 UTC  (2+ messages)
` [PATCH 2/2] Define ENONAMESERVICE and ENAMEUNKNOWN to indicate name service errors

Inode link count on mounted Win98 shares
 2012-03-22  9:28 UTC  (4+ messages)

cifs aio_write improvements
 2012-03-21 20:37 UTC  (2+ messages)

[PATCH v3 00/10] Prepare transport code for future SMB2 usage
 2012-03-21 16:56 UTC  (13+ messages)
  ` [PATCH v3 01/10] CIFS: Simplify inFlight logic
  ` [PATCH v3 02/10] CIFS: Introduce credit-based flow control
  ` [PATCH v3 03/10] CIFS: Make wait_for_free_request killable
  ` [PATCH v3 04/10] CIFS: Prepare credits code for a slot reservation
  ` [PATCH v3 05/10] CIFS: Delete echo_retries module parm
  ` [PATCH v3 06/10] CIFS: Separate protocol-specific code from transport routines
  ` [PATCH v3 07/10] CIFS: Separate protocol-specific code from demultiplex code
  ` [PATCH v3 08/10] CIFS: Separate protocol-specific code from cifs_readv_receive code
  ` [PATCH v3 09/10] CIFS: Expand CurrentMid field
  ` [PATCH v3 10/10] CIFS: Change mid_q_entry structure fields

cifs: pull request for 3.4
 2012-03-21 16:56 UTC  (2+ messages)

[PATCH] CIFS: Respect negotiated MaxMpxCount
 2012-03-21 16:48 UTC  (4+ messages)

[PATCH] cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the next
 2012-03-21 10:30 UTC 

[PATCH v2 00/11] Prepare transport code for future SMB2 usage
 2012-03-20 22:21 UTC  (43+ messages)
  ` [PATCH v2 01/11] CIFS: Respect negotiated MaxMpxCount
  ` [PATCH v2 02/11] CIFS: Simplify inFlight logic
  ` [PATCH v2 03/11] CIFS: Introduce credit-based flow control
  ` [PATCH v2 04/11] CIFS: Make wait_for_free_request killable
  ` [PATCH v2 05/11] CIFS: Prepare credits code for a slot reservation
  ` [PATCH v2 06/11] CIFS: Delete echo_retries module parm
  ` [PATCH v2 07/11] CIFS: Separate protocol-specific code from transport routines
  ` [PATCH v2 08/11] CIFS: Separate protocol-specific code from demultiplex code
  ` [PATCH v2 09/11] CIFS: Separate protocol-specific code from cifs_readv_receive code
  ` [PATCH v2 10/11] CIFS: Expand CurrentMid field
  ` [PATCH v2 11/11] CIFS: Change mid_q_entry structure fields

[PATCH] fixes issue mounting of DFS ROOT mount when redirecting from one domain controller to the next
 2012-03-20 21:29 UTC  (2+ messages)

Issue with CIFS mounting of DFS ROOT mount when redirecting from one domain controller to the next
 2012-03-20 14:50 UTC  (5+ messages)

pull request
 2012-03-20 14:35 UTC  (2+ messages)

[PATCH v4 08/10] CIFS: Separate protocol-specific code from cifs_readv_receive code
 2012-03-20 11:41 UTC  (2+ messages)

[PATCH] CIFS: Fix a spurious error in cifs_push_posix_locks
 2012-03-19 15:20 UTC  (3+ messages)

GSOC: Create GUI or command-line tools for displaying /proc/fs/cifs statistics project
 2012-03-18 13:46 UTC 

[PATCH v2] CIFS: Do not kmalloc under the flocks spinlock
 2012-03-17  6:45 UTC 

[PATCH v2 0/6] Prepare byte-range locking code for future SMB2 usage
 2012-03-16 15:17 UTC  (7+ messages)
  ` [PATCH v2 1/6] CIFS: Move locks to file structure
  ` [PATCH v2 2/6] CIFS: Fix VFS locks usage
  ` [PATCH v2 3/6] CIFS: Convert lock type to 32 bit variable
  ` [PATCH v2 4/6] CIFS: Separate protocol specific lock type handling
  ` [PATCH v2 5/6] CIFS: Separate protocol specific part from getlk
  ` [PATCH v2 6/6] CIFS: Separate protocol specific part from setlk

nlink warning
 2012-03-16 14:25 UTC  (4+ messages)

[PATCH 00/17] Preparations before SMB2 protocol support
 2012-03-14 11:52 UTC  (24+ messages)
  ` [PATCH 01/17] CIFS: Simplify inFlight logic
  ` [PATCH 02/17] CIFS: Introduce credit-based flow control
  ` [PATCH 03/17] CIFS: Count blocking lock command
  ` [PATCH 04/17] CIFS: Delete echo_retries module parm
  ` [PATCH 05/17] CIFS: Make wait_for_free_request killable
  ` [PATCH 06/17] CIFS: Respect MaxMpxCount field
  ` [PATCH 07/17] CIFS: Separate protocol-specific code from transport routines
  ` [PATCH 08/17] CIFS: Separate protocol-specific code from demultiplex code
  ` [PATCH 09/17] CIFS: Separate protocol-specific code from cifs_readv_receive code
  ` [PATCH 10/17] CIFS: Expand CurrentMid field
  ` [PATCH 11/17] CIFS: Change mid_q_entry structure fields
  ` [PATCH 12/17] CIFS: Move locks to file structure
  ` [PATCH 13/17] CIFS: Fix VFS locks usage
  ` [PATCH 14/17] CIFS: Convert lock type to 32 bit variable
  ` [PATCH 15/17] CIFS: Separate protocol specific lock type handling
  ` [PATCH 16/17] CIFS: Separate protocol specific part from getlk
  ` [PATCH 17/17] CIFS: Separate protocol specific part from setlk

[GIT] CIFS Fixes
 2012-03-13 17:46 UTC 

[PATCH 0/11] Improve transport code for future SMB2 usage
 2012-03-12 15:09 UTC  (30+ messages)
` [PATCH 01/11] CIFS: Simplify inFlight logic
` [PATCH 06/11] CIFS: Respect MaxMpxCount field

[PATCH 00/11 v2] Push file_update_time() into .page_mkwrite
 2012-03-09  8:19 UTC  (8+ messages)
` [PATCH 4/9] cifs: Push file_update_time() into cifs_page_mkwrite()

Connect notifyfs to cifs possible
 2012-03-07 10:44 UTC  (4+ messages)

[PATCH] cifs: possible memory leak in xattr
 2012-03-07  3:51 UTC  (4+ messages)

[PATCH v3] CIFS: Do not kmalloc under the flocks spinlock
 2012-03-07  3:50 UTC  (2+ messages)

[GIT] CIFS Fixes
 2012-03-07  0:38 UTC 

Tr:Re: cifs oplock windows share
 2012-03-06 16:41 UTC  (2+ messages)

help - can't stat() cifs file system
 2012-03-05 17:39 UTC  (3+ messages)

[PATCH v2] CIFS: Do not kmalloc under the flocks spinlock
 2012-03-03 11:44 UTC  (3+ messages)

[PATCH v2 12/17] CIFS: Move locks to file structure
 2012-03-03  9:49 UTC  (2+ messages)
  ` [PATCH v2 14/17] CIFS: Convert lock type to 32 bit variable

[PATCH] CIFS: Do not kmalloc under the flocks spinlock
 2012-03-03  7:53 UTC  (2+ messages)

cifs oplock windows share
 2012-03-02 16:43 UTC  (4+ messages)

[PATCH] Block: use a freezable workqueue for disk-event polling
 2012-03-02  9:51 UTC  (2+ messages)

SMB2.2 Negotiation and typical operations work to Windows 8 from Pavel's current patch set
 2012-03-02  1:06 UTC 

(unknown),
 2012-03-02  1:03 UTC 

MaxMpx and Blocking Locks
 2012-03-01 22:30 UTC 

[PATCH] cifs: don't dereference potentially NULL variable in match_session()
 2012-03-01 20:45 UTC 


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