Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-02-16 16:29:51 to 2012-03-14 21:08:56 UTC [more...]

[PATCH] cifs: use standard token parser for mount options
 2012-03-14 21:08 UTC  (12+ 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  (51+ messages)
  ` [PATCH 01/11] CIFS: Simplify inFlight logic
  ` [PATCH 02/11] CIFS: Introduce credit-based flow control
  ` [PATCH 03/11] CIFS: Count blocking lock command
  ` [PATCH 04/11] CIFS: Delete echo_retries module parm
  ` [PATCH 05/11] CIFS: Make wait_for_free_request interruptible
  ` [PATCH 06/11] CIFS: Respect MaxMpxCount field
  ` [PATCH 07/11] CIFS: Separate protocol-specific code from transport routines
  ` [PATCH 08/11] CIFS: Separate protocol-specific code from demultiplex code
  ` [PATCH 09/11] CIFS: Separate protocol-specific code from cifs_readv_receive code
  ` [PATCH 10/11] CIFS: Expand CurrentMid field
  ` [PATCH 11/11] CIFS: Change mid_q_entry structure fields

[PATCH 00/11 v2] Push file_update_time() into .page_mkwrite
 2012-03-09  8:19 UTC  (9+ 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)

nlink warning
 2012-03-03 10:03 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)

system_nrt_wq, system suspend, and the freezer
 2012-03-02  9:51 UTC  (14+ messages)
    ` [PATCH] Block: use a freezable workqueue for disk-event polling

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 

[patch] cifs: writing past end of struct in cifs_convert_address()
 2012-03-01 11:47 UTC  (2+ messages)

[PATCH v2] CIFS: Fix mkdir/rmdir bug for the non-POSIX case
 2012-02-27 22:21 UTC  (9+ messages)

[PATCH] cifs: fix dentry refcount leak when opening a FIFO on lookup
 2012-02-27  5:16 UTC  (8+ messages)

Can we discuss?
 2012-02-26 10:31 UTC 

(unknown),
 2012-02-25 14:15 UTC 

[PATCH] manpage: update wsize= entry to account for change in default wsize
 2012-02-24 15:33 UTC  (2+ messages)

[PATCH] mount.cifs: fix tests for strtoul success
 2012-02-24 15:33 UTC  (2+ messages)

[PATCH] CIFS: Do not kmalloc under the flocks spinlock
 2012-02-24 12:47 UTC  (6+ messages)

kernel BUG at fs/dcache.c:873!
 2012-02-23 14:43 UTC  (2+ messages)

Your Account is getting deactivated in 24 hours
 2012-02-22 13:03 UTC 

[PATCH v1 0/8] cifs: convert "strict" writes to be asynchronous
 2012-02-21 12:02 UTC  (19+ messages)
` [PATCH v1 1/8] cifs: add pid field to cifs_writedata
` [PATCH v1 2/8] cifs: allow caller to specify completion op when allocating writedata
` [PATCH v1 3/8] cifs: rename pTcon to tcon in cifs_iovec_write
` [PATCH v1 4/8] cifs: fix allocation in cifs_write_allocate_pages
` [PATCH v1 5/8] cifs: make cifsFileInfo_get return the cifsFileInfo pointer
` [PATCH v1 6/8] cifs: fix up get_numpages
` [PATCH v1 7/8] cifs: abstract out function to marshal up the iovec array for async writes
` [PATCH v1 8/8] cifs: convert cifs_iovec_write to use "

[Samba] mount.cifs gives error 13 after changing servers -- hidden cache??
 2012-02-20 16:24 UTC 

[PATCH 0/3] cifs: allocate dedicated cifsiod_workqueue
 2012-02-20 11:24 UTC  (7+ messages)
  ` [PATCH 1/3] cifs: clean up call to cifs_dfs_release_automount_timer()
  ` [PATCH 2/3] cifs: clean up ordering in exit_cifs
  ` [PATCH 3/3] cifs: add new cifsiod_wq workqueue

[PATCH 1/6] CIFS: Introduce credit-based flow control
 2012-02-18 11:54 UTC  (8+ messages)

Can't download files from your site. :(
 2012-02-17  7:12 UTC 

system_nrt_wq, system suspend, and the freezer
 2012-02-16 16:58 UTC  (4+ messages)


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