Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-01-06 17:21:44 to 2012-01-31 10:49:37 UTC [more...]

[patch] cifs: check offset in decode_ntlmssp_challenge()
 2012-01-31 10:49 UTC  (2+ messages)

[PATCH -next] cifs: fix printk format warnings
 2012-01-31 10:42 UTC  (2+ 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  (22+ messages)
  ` [PATCH v3 01/15] util: move getusername to util.c
  ` [PATCH v3 02/15] cifscreds: add unused attribute to argv parm in cifscreds_clearall
  ` [PATCH v3 03/15] cifscreds: eliminate domain parm from most functions
  ` [PATCH v3 04/15] cifscreds: remove user parameter from create_description
  ` [PATCH v3 05/15] cifscreds: make username part of value instead of description
  ` [PATCH v3 06/15] cifscreds: make usage use "return" and have callers return
  ` [PATCH v3 07/15] cifscreds: move option parsing into main()
  ` [PATCH v3 08/15] cifscreds: make username parameter optional
  ` [PATCH v3 09/15] cifscreds: add --domain flag
  ` [PATCH v3 10/15] cifscreds: loosen allowed characters in domain names
  ` [PATCH v3 11/15] cifscreds: use the session keyring
  ` [PATCH v3 12/15] cifscreds: make cifscreds use the "unreadable" keyring
  ` [PATCH v3 13/15] cifscreds: make key_search use keyctl_search
  ` [PATCH v3 14/15] cifscreds: change prefix on keys to "cifs:" instead of "cifscreds:"
  ` [PATCH v3 15/15] cifscreds: add a manpage

[PATCH 01/50] CIFS: Expand cifs mid structure to keep SMB2 related fields
 2012-01-23 15:34 UTC  (52+ 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

[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  (7+ messages)
  ` [PATCH v2 1/4] keys: add a "secret" key type
  ` [PATCH v2 2/4] cifs: sanitize username handling
  ` [PATCH v2 3/4] cifs: fetch credentials out of keyring for non-krb5 auth multiuser mounts
  ` [PATCH v2 4/4] cifs: warn about impending deprecation of legacy MultiuserMount code

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  (6+ 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  (10+ messages)

[PATCH] mount.cifs: Properly update mtab during remount V4
 2012-01-11 19:08 UTC  (2+ messages)

[PATCH] mount.cifs: Properly update mtab during remount V3
 2012-01-11 12:46 UTC  (2+ messages)

[PATCH] mount.cifs: Properly update mtab during remount V2
 2012-01-10 18:53 UTC  (3+ messages)

[PATCH 0/3] cifs: allow multiuser mounts with authtypes besides krb5
 2012-01-10 15:46 UTC  (8+ messages)
` [PATCH 3/3] cifs: fetch credentials out of keyring for non-krb5 auth multiuser mounts

cifs-utils: make fails if keyutils isn't installed
 2012-01-09 18:32 UTC  (2+ messages)

cifs speed problems
 2012-01-06 19:52 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