Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-01-20 08:34:48 to 2012-02-22 07:32:58 UTC [more...]

[PATCH 0/11] Improve transport code for future SMB2 usage
 2012-02-22  7:32 UTC  (6+ 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 v2] CIFS: Fix mkdir/rmdir bug for the non-POSIX case
 2012-02-21 15:00 UTC  (3+ messages)

[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] manpage: update wsize= entry to account for change in default wsize
 2012-02-20 14:04 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  (36+ messages)
` [PATCH 05/50] CIFS: Add SMB2 transport routines
` [PATCH 06/50] CIFS: Add SMB2 credits support
  ` [PATCH 27/50] CIFS: Add read related address space operations for SMB2
  ` [PATCH 28/50] CIFS: Add write "
  ` [PATCH 29/50] CIFS: Respect max buf size for SMB2 read and write
  ` [PATCH 30/50] CIFS: Temporarily disable set inode info for SMB2
  ` [PATCH 31/50] CIFS: Add writepages support "
  ` [PATCH 32/50] CIFS: Add readpages "
  ` [PATCH 33/50] CIFS: Add echo request "
  ` [PATCH 34/50] CIFS: Add SMB2 support for cifs_get_file_info
  ` [PATCH 35/50] CIFS: Add SMB2 support for create operation
  ` [PATCH 36/50] CIFS: Add readdir support for SMB2
  ` [PATCH 37/50] CIFS: Add SMB2 support for rename operation
  ` [PATCH 38/50] CIFS: Add SMB2 support for hardlink operation
  ` [PATCH 39/50] CIFS: Add SMB2 support for flush operation
  ` [PATCH 40/50] CIFS: Add NTLMSSP sec type to defaults
  ` [PATCH 41/50] CIFS: Process oplocks for SMB2
  ` [PATCH 42/50] CIFS: Request SMB2.1 leases
  ` [PATCH 43/50] CIFS: Process oplock/lease break for SMB2/2.1
  ` [PATCH 44/50] CIFS: Add strictcache i/o for SMB2
  ` [PATCH 45/50] CIFS: Enable signing in SMB2
  ` [PATCH 46/50] CIFS: Add statfs support for SMB2
  ` [PATCH 47/50] CIFS: Disable lock call for SMB2 since we don't support it
  ` [PATCH 48/50] CIFS: Introduce SMB2 Kconfig option
  ` [PATCH 49/50] CIFS: Introduce smb2 mounts as vers=2
  ` [PATCH 50/50] CIFS: Change Makefile to support CONFIG_CIFS_SMB2

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)

[PATCH] cifscreds: build it by default
 2012-01-24 18:01 UTC  (2+ messages)

[patch] cifs: NULL dereference on allocation failure
 2012-01-24 16:37 UTC  (4+ messages)

[PATCH v3 00/15] cifscreds: cleanup and overhaul of cifscreds utility
 2012-01-24 13:33 UTC  (2+ messages)

[PATCH] cifs: eliminate CONFIG_CIFS_WEAK_PW_HASH
 2012-01-21 17:26 UTC  (9+ messages)

Trouble accessing Buffalo NAS with CIFSFS
 2012-01-20 21:24 UTC  (9+ messages)

[PATCH v2] mount.cifs: handle errors from rename() in del_mtab
 2012-01-20 13:09 UTC  (2+ messages)

cifs: fetch credentials out of keyring for non-krb5 auth multiuser mounts
 2012-01-20 12:23 UTC  (2+ messages)


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