Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-01-11 18:48:25 to 2012-02-09 06:59:13 UTC [more...]

[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 1/2] Define ENOAUTHSERVICE to indicate "Authentication service unavailable"
 2012-02-08 23:53 UTC  (6+ messages)
  ` [PATCH 2/2] Define ENONAMESERVICE and ENAMEUNKNOWN to indicate name service errors

[PATCH] cifs-utils: allow specifying rootsbindir at configure time
 2012-02-08 17:02 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  (58+ messages)
  ` [PATCH 02/50] CIFS: Check for SMB2 vs CIFS in find_tcp_session
  ` [PATCH 03/50] CIFS: Add SMB2 status codes
  ` [PATCH 05/50] CIFS: Add SMB2 transport routines
  ` [PATCH 06/50] CIFS: Add SMB2 credits support
  ` [PATCH 07/50] CIFS: Make demultiplex_thread work with SMB2 code
  ` [PATCH 08/50] CIFS: Respect SMB2 max hdr size for cifs_request kmem_cache
  ` [PATCH 09/50] CIFS: Add capability to send SMB2 negotiate message
  ` [PATCH 10/50] CIFS: Add session setup/logoff capability for SMB2
  ` [PATCH 11/50] CIFS: Add tree connect/disconnect "
  ` [PATCH 12/50] CIFS: Process reconnects for SMB2 shares
  ` [PATCH 13/50] CIFS: Add SMB2 support for is_path_accessible
  ` [PATCH 14/50] CIFS: Query SMB2 inode info
  ` [PATCH 15/50] CIFS: Get mount through SMB2 protocol work
  ` [PATCH 16/50] CIFS: Allow SMB2 statistics to be tracked
  ` [PATCH 17/50] CIFS: Do not try to dump cifs mids from SMB2 sessions
  ` [PATCH 18/50] CIFS: Add SMB2 inode/dentry ops structures
  ` [PATCH 19/50] CIFS: Add SMB2 support for mkdir operation
  ` [PATCH 20/50] CIFS: Add SMB2 support for rmdir operation
  ` [PATCH 21/50] CIFS: Add SMB2 support for unlink operation
  ` [PATCH 22/50] CIFS: Add SMB2 support for open/close file operations
  ` [PATCH 23/50] CIFS: Add SMB2 support for reopen file operation
  ` [PATCH 24/50] CIFS: Add SMB2 support for cifs_iovec_write
  ` [PATCH 25/50] CIFS: Add SMB2 support for cifs_iovec_read
  ` [PATCH 26/50] CIFS: Add address space ops structures for SMB2
  ` [PATCH 27/50] CIFS: Add read related address space operations "
  ` [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 v1 0/8] cifs: convert "strict" writes to be asynchronous
 2012-02-03 14:33 UTC  (9+ 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 "

[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  (9+ messages)
` [PATCH v3 08/15] cifscreds: make username parameter optional
` [PATCH v3 09/15] cifscreds: add --domain flag

[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  (11+ messages)

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

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

Trouble accessing Buffalo NAS with CIFSFS
 2012-01-19  8:19 UTC 

[PATCH] CIFS: Rename *UCS* functions to *UTF16*
 2012-01-19  4:35 UTC  (4+ messages)

linux-next: build failure after merge of the cifs tree
 2012-01-19  0:31 UTC  (2+ messages)

[PATCH] [CIFS] Fix build break with multiuser patch when LANMAN disabled
 2012-01-18 23:57 UTC 

[PATCH] [CIFS] ACL and FSCACHE support no longer EXPERIMENTAL
 2012-01-18 23:49 UTC  (2+ messages)

[PATCH v3 0/4] cifs: allow multiuser mounts with authtypes besides krb5
 2012-01-18 14:49 UTC  (8+ messages)
  ` [PATCH v3 1/4] keys: add a "logon" key type
  ` [PATCH v3 2/4] cifs: sanitize username handling
  ` [PATCH v3 3/4] cifs: fetch credentials out of keyring for non-krb5 auth multiuser mounts
  ` [PATCH v3 4/4] cifs: warn about impending deprecation of legacy MultiuserMount code

[PATCH] cifs: better instrumentation for coalesce_t2
 2012-01-17 21:40 UTC 

[PATCH v2 0/4] cifs: allow multiuser mounts with authtypes besides krb5
 2012-01-17 19:32 UTC  (4+ messages)
` [PATCH v2 1/4] keys: add a "secret" key type

packed attribute
 2012-01-16 20:26 UTC  (4+ messages)

[PATCH] cifs: allow admins to specify an alternate krb5.conf file
 2012-01-16 17:38 UTC  (2+ messages)

[PATCH] mount.cifs: Properly update mtab during remount V5
 2012-01-16 17:38 UTC  (3+ messages)

[PATCH] mount.cifs: handle errors from rename() in del_mtab
 2012-01-16 17:37 UTC 

file truncation on newer linux-cifs versions
 2012-01-15 19:04 UTC  (7+ messages)

[PATCH v2 00/53] SMB2 protocol support for CIFS kernel module
 2012-01-12 20:48 UTC  (11+ messages)
` [PATCH v2 06/53] CIFS: Add missing unicode handling routines needed by smb2

[patch] cifs: integer overflow in parse_dacl()
 2012-01-12 19:17 UTC  (7+ messages)

[PATCH] mount.cifs: Properly update mtab during remount V4
 2012-01-11 19:08 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