Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-01-25 07:32:57 to 2012-02-28 20:03:53 UTC [more...]

[PATCH 0/11] Improve transport code for future SMB2 usage
 2012-02-28 20:03 UTC  (30+ 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

cifs oplock windows share
 2012-02-28 11:48 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  (14+ messages)
  ` [PATCH 2/6] CIFS: Separate protocol-specific code from transport routines
  ` [PATCH 3/6] CIFS: Separate protocol-specific code from demultiplex code
  ` [PATCH 4/6] CIFS: Separate protocol-specific code from cifs_readv_receive code
  ` [PATCH 5/6] CIFS: Expand CurrentMid field
  ` [PATCH 6/6] CIFS: Change mid_q_entry structure fields
  ` [PATCH 0/6] Improve transport code for future SMB2 usage

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

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

[PATCH 00/11] Push file_update_time() into .page_mkwrite
 2012-02-16 13:46 UTC  (2+ messages)
` [PATCH 05/11] cifs: Push file_update_time() into cifs_page_mkwrite()

[PATCH] CIFS: Fix mkdir/rmdir bug for the non-POSIX case
 2012-02-16 10:51 UTC  (10+ messages)

[GIT] CIFS Fixes
 2012-02-14  3:30 UTC 

[PATCH] cifs-utils: allow specifying rootsbindir at configure time
 2012-02-12 12:34 UTC  (2+ messages)

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

kernel drop_nlink warning
 2012-02-09 17:43 UTC 

[PATCH 1/2] Define ENOAUTHSERVICE to indicate "Authentication service unavailable" [ver #2]
 2012-02-09 10:13 UTC  (2+ messages)
` [PATCH 2/2] Define ENONAMESERVICE and ENAMEUNKNOWN to indicate name service errors "

[MAC Lion] smbclient "Open AndX Request->STATUS_NOT_SUPPORTED"
 2012-02-09  6:59 UTC 

[MAC Lion] smbclient "Open AndX Request->STATUS_NOT_SUPPORTED"
 2012-02-09  6:07 UTC 

[PATCH] CIFS: Fix NULL pointer dereference in cifs_construct_tcon()
 2012-02-08  4:26 UTC  (4+ messages)

[GIT] CIFS Fixes
 2012-02-07  1:38 UTC 

CIFS Unmount Issue
 2012-02-07  1:02 UTC  (3+ messages)

[PATCH] cifs: don't return error from standard_receive3 after marking response malformed
 2012-02-06 20:02 UTC 

[PATCH 01/50] CIFS: Expand cifs mid structure to keep SMB2 related fields
 2012-02-06 15:34 UTC  (9+ messages)
` [PATCH 05/50] CIFS: Add SMB2 transport routines
` [PATCH 06/50] CIFS: Add SMB2 credits support

WEBMAIL UPGRADE
 2012-02-06  8:35 UTC 

mount.cifs failed with Mac OS X 10.7 (LION, Preview 4)
 2012-02-04 11:21 UTC  (3+ messages)

[Samba] Samba 3.5 & CIFS mounts - long standing issue
 2012-02-03 15:09 UTC  (2+ messages)
    `  "

[PATCH] cifs: request oplock when doing open on lookup
 2012-02-03 12:25 UTC  (2+ messages)

[PATCH] cifs: Fix oops in session setup code for null user mounts
 2012-02-02 23:02 UTC 

3.3.0-rc2+: oops went mounting via cifs
 2012-02-02 18:42 UTC  (4+ messages)

[PATCH -next] cifs: fix printk format warnings
 2012-01-31 13:43 UTC  (3+ messages)

[patch] cifs: check offset in decode_ntlmssp_challenge()
 2012-01-31 13:43 UTC  (6+ messages)

how to handle failed writes in the middle of a set?
 2012-01-28 14:59 UTC  (3+ messages)

How to deal with such hanging processes?
 2012-01-28 14:54 UTC  (5+ messages)

ANNOUNCE: cifs-utils release 5.3 is ready for download
 2012-01-28 13:47 UTC 

How to use the new multiuser option
 2012-01-25 21:07 UTC  (2+ messages)

[PATCH] cifs: fix error handling when cifscreds key payload is an error
 2012-01-25  7:32 UTC  (3+ messages)


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