Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-11-29 21:08:00 to 2012-01-06 19:52:18 UTC [more...]

cifs speed problems
 2012-01-06 19:52 UTC  (6+ messages)

[PATCH v2 0/4] cifs: allow multiuser mounts with authtypes besides krb5
 2012-01-06 19:30 UTC  (5+ 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

[PATCH v3 00/15] cifscreds: cleanup and overhaul of cifscreds utility
 2012-01-06 18:14 UTC  (16+ 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 0/3] cifs: allow multiuser mounts with authtypes besides krb5
 2012-01-06 17:49 UTC  (10+ messages)
  ` [PATCH 1/3] keys: add a "secret" key type
  ` [PATCH 2/3] cifs: sanitize username handling
  ` [PATCH 3/3] cifs: fetch credentials out of keyring for non-krb5 auth multiuser mounts

[GIT] CIFS Fixes
 2012-01-04 17:18 UTC 

[PATCH] cifs: fix bad buffer length check in coalesce_t2
 2012-01-04 16:29 UTC  (5+ messages)

[PATCH] update mount warning about change to ntlmv2, to indicate later release
 2012-01-04 11:45 UTC  (2+ messages)

[PATCH] mount.cifs: Properly update mtab during remount V2
 2012-01-03 12:22 UTC  (2+ messages)

SMB2 dev status
 2012-01-02 11:42 UTC  (2+ messages)

cifs: ls of mount point gives input/output error (probably related to CIFS: getdents() broken for large dirs)
 2012-01-01 13:58 UTC  (26+ messages)

[PATCH v2 00/53] SMB2 protocol support for CIFS kernel module
 2011-12-30 12:42 UTC  (5+ messages)
` [PATCH v2 06/53] CIFS: Add missing unicode handling routines needed by smb2

[PATCH] mount.cifs: Properly update mtab during remount
 2011-12-29 12:01 UTC  (4+ messages)

[PATCH] mount.cifs: Properly update mtab during remount
 2011-12-28  3:34 UTC  (2+ messages)

(unknown)
 2011-12-28  2:36 UTC 

End of year bonus!!
 2011-12-25 21:55 UTC 

Any interest in inotify messages via netlink
 2011-12-24 21:17 UTC  (2+ messages)

problem mounting under Xubuntu
 2011-12-22 14:33 UTC  (9+ messages)

[PATCH v2 00/12] cifscreds: cleanup and overhaul of cifscreds utility
 2011-12-17 11:44 UTC  (18+ messages)
  ` [PATCH v2 01/12] util: move getusername to util.c
  ` [PATCH v2 02/12] cifscreds: add unused attribute to argv parm in cifscreds_clearall
  ` [PATCH v2 03/12] cifscreds: eliminate domain parm from most functions
  ` [PATCH v2 04/12] cifscreds: remove user parameter from create_description
  ` [PATCH v2 05/12] cifscreds: make username part of value instead of description
  ` [PATCH v2 06/12] cifscreds: make usage use "return" and have callers return
  ` [PATCH v2 07/12] cifscreds: move option parsing into main()
  ` [PATCH v2 08/12] cifscreds: make username parameter optional
  ` [PATCH v2 09/12] cifscreds: add --domain flag
  ` [PATCH v2 10/12] cifscreds: loosen allowed characters in domain names
  ` [PATCH v2 11/12] cifscreds: use the session keyring
  ` [PATCH v2 12/12] cifscreds: further restrict permissions on keys

cifs issue with Domain Based DFS share on Windows Server 2008 R2
 2011-12-15  1:58 UTC  (2+ messages)

ceph, cifs, nfs, fuse: boolean and / or confusion
 2011-12-13 14:34 UTC  (8+ messages)

[PATCH 00/16] cifscreds: cleanup and overhaul of cifscreds utility
 2011-12-11 16:34 UTC  (17+ messages)
  ` [PATCH 01/16] util: move getusername to util.c
  ` [PATCH 02/16] cifs: add unused attribute to argv parm in cifscreds_clearall
  ` [PATCH 03/16] cifscreds: eliminate domain parm from create_description
  ` [PATCH 04/16] cifscreds: eliminate domain parm from key_search
  ` [PATCH 05/16] cifscreds: remove domain parm from key_add
  ` [PATCH 06/16] cifscreds: eliminate domain parm from most commands
  ` [PATCH 07/16] cifscreds: remove user parameter from create_description
  ` [PATCH 08/16] cifscreds: make username part of value instead of description
  ` [PATCH 09/16] cifscreds: make usage use "return" and have callers return
  ` [PATCH 10/16] cifscreds: move option parsing into main()
  ` [PATCH 11/16] cifscreds: make username parameter optional
  ` [PATCH 12/16] cifscreds: add --domain flag
  ` [PATCH 13/16] cifscreds: make key_search use keyctl_search
  ` [PATCH 14/16] cifscreds: loosen allowed characters in domain names
  ` [PATCH 15/16] cifscreds: further restrict permissions on keys
  ` [PATCH 16/16] cifscreds: use the session keyring

[PATCH v2] contrib: add a set of sample /etc/request-key.d files
 2011-12-10 11:49 UTC 

[PATCH] contrib: add a set of sample /etc/request-key.d files
 2011-12-10  3:00 UTC  (2+ messages)

ANNOUNCE: cifs-utils release 5.2 available for download
 2011-12-10  1:43 UTC 

[GIT] CIFS Fixes (fixed merge request and resending)
 2011-12-09  4:09 UTC 

[GIT] CIFS Fixes
 2011-12-09  4:08 UTC  (3+ messages)

[21/27] cifs: fix cifs stable patch cifs-fix-oplock-break-handling-try-2.patch
 2011-12-07 16:54 UTC 

CIFS mount: 3.2.0-rc3 suspend crash
 2011-12-07  3:45 UTC  (20+ messages)

Strictly for you
 2011-12-06 12:57 UTC 

[PATCH] cifs: fix cifs stable patch cifs-fix-oplock-break-handling-try-2.patch
 2011-12-05 21:40 UTC  (6+ messages)
                  ` Patch "cifs: fix cifs stable patch cifs-fix-oplock-break-handling-try-2.patch" has been added to the 2.6.32-longterm tree

[PATCH] cifs: Use kcalloc instead of kzalloc to allocate array
 2011-12-05 19:27 UTC  (2+ messages)

[PATCH] manpage: add an entry for prefixpath= to the mount.cifs manpage
 2011-12-05 16:41 UTC 

MESSAGE FROM FBI OFFICE, PLEASE RESEND THE INFORMATION RESQUESTED
 2011-12-05  6:59 UTC 

[PATCH 0/4] cifs.upcall: revise scheme for picking a krb5 SPN
 2011-12-03 10:54 UTC  (2+ messages)

problem mounting under Xubuntu
 2011-12-03  5:45 UTC  (12+ messages)

vim reports file having changed
 2011-12-02 19:24 UTC  (9+ messages)

[PATCH] cifs: attempt to freeze while looping on a receive attempt
 2011-12-02  1:22 UTC 

[PATCH] Add support for flock over a cifs mount
 2011-12-01 12:36 UTC  (11+ messages)
                ` RFC: Attach locks to cifsFileInfo instead of cifsInodeInfo


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