Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-10-17 13:42:53 to 2012-11-08 20:50:28 UTC [more...]

[PATCH cifs-next] fs: cifs: make smb_echo_interval tunable
 2012-11-08 20:50 UTC 

[PATCH] Convert slashes in the UNC parameter to backslashes
 2012-11-08 12:16 UTC  (7+ messages)

[PATCH 00/17] cifs-utils: userspace getcifsacl/setcifsacl/cifs.idmap
 2012-11-08 11:58 UTC  (23+ messages)
  ` [PATCH 01/17] setcifsacl: clean up sizing of cifs_sid
  ` [PATCH 02/17] setcifsacl: fix overrun of subauths array when copying SIDs
  ` [PATCH 03/17] setcifsacl: clean up get_numfaces
  ` [PATCH 04/17] get/setcifsacl: set "prog" via basename(argv[0])
  ` [PATCH 05/17] setcifsacl: declare an enum for the action values
  ` [PATCH 06/17] setcifsacl: fix up getopt() usage
  ` [PATCH 07/17] cifsacl: header file cleanup
  ` [PATCH 08/17] setcifsacl: fix endianness on SIDs provided by winbind routines
  ` [PATCH 09/17] cifs.idmap: fix endianness on SIDs before sending to kernel
  ` [PATCH 10/17] setcifsacl: fix up endianness conversions
      ` [PATCHv2 "
  ` [PATCH 11/17] setcifsacl: clean up get_numcaces
  ` [PATCH 12/17] setcifsacl: clean up parse_cmdline_aces
      ` [PATCHv2 "
  ` [PATCH 13/17] setcifsacl: fix verify_ace_sid
  ` [PATCH 14/17] getcifsacl: clarify magic number if print_ace
  ` [PATCH 15/17] getcifsacl: fix endianness before handing off SID to winbind
  ` [PATCH 16/17] getcifsacl: don't use wbcDomainSid internally
  ` [PATCH 17/17] getcifsacl: fix raw SID printing routine
  ` [PATCH 18/17] setcifsacl: consolidate SID copying routines

[PATCH 1/2] setcifsacl: fix some build warnings
 2012-11-07 14:52 UTC  (2+ messages)
  ` [PATCH 2/2] cifs.idmap: fix up some compile-time warnings

[PATCH 0/3] getcifsacl/setcifsacl: more endianness fixes
 2012-11-07 14:51 UTC  (5+ messages)
  ` [PATCH 1/3] getcifsacl: fix endianness bug in getcifsacl and add better bounds checks
  ` [PATCH 2/3] setcifsacl: fix up ACE mask handling
  ` [PATCH 3/3] setcifsacl: fix endianness of ->size in build_cmdline_aces
  ` [PATCH 4/3] getcifsacl: fix up printing of REVISION: and CONTROL: fields

cifs autofs krb5i
 2012-11-07 12:48 UTC  (3+ messages)

[PATCH v2 0/9] cifs: second pile of cleanups for cifsacl
 2012-11-06 21:14 UTC  (17+ messages)
  ` [PATCH v2 1/9] cifs: make cifs_copy_sid handle a source sid with variable size subauth arrays
  ` [PATCH v2 2/9] cifs: redefine NUM_SUBAUTH constant from 5 to 15
  ` [PATCH v2 3/9] cifs: fix the format specifiers in sid_to_str
  ` [PATCH v2 4/9] cifs: remove uneeded __KERNEL__ block from cifsacl.h
  ` [PATCH v2 5/9] cifs: simplify id_to_sid and sid_to_id mapping code
  ` [PATCH v2 6/9] cifs: avoid extra allocation for small cifs.idmap keys
      ` [PATCH v3 "
  ` [PATCH v2 7/9] cifs: don't override the uid/gid in getattr when cifsacl is enabled
  ` [PATCH v2 8/9] cifs: set a timeout on keys in cifs.idmap cache
  ` [PATCH v2 9/9] cifs: ensure we revalidate the inode after readdir if cifsacl is enabled
    ` Fwd: [PATCH v2 0/9] cifs: second pile of cleanups for cifsacl

[PATCH 1/2] setcifsacl: fix some bugs in build_fetched_aces
 2012-11-06 16:01 UTC  (3+ messages)
  ` [PATCH 2/2] setcifsacl: fix some bugs in build_cmdline_aces
  ` [PATCHv2 1/2] setcifsacl: fix some bugs in build_fetched_aces

[PATCH] cifs: don't call cifs_lookup from atomic open with a hashed negative dentry
 2012-11-05  5:59 UTC  (4+ messages)

[RFC PATCH v2 0/3] mm/fs: Implement faster stable page writes on filesystems
 2012-11-02  0:36 UTC  (16+ messages)
` [PATCH 1/3] bdi: Track users that require stable page writes
` [PATCH 2/3] mm: Only enforce stable page writes if the backing device requires it
` [PATCH 3/3] fs: Fix remaining filesystems to wait for stable page writeback

[patch 05/10] vfs: pass data to alloc_inode super operation
 2012-10-31 13:22 UTC  (4+ messages)

[PATCH v2] cifs: Do not lookup hashed negative dentry in cifs_atomic_open
 2012-10-30 19:21 UTC 

[PATCH] cifs: Do not lookup hashed negative dentry in cifs_atomic_open
 2012-10-30 19:20 UTC  (4+ messages)

[PATCH 0/3] cifs: cifsacl cleanup, pile #3
 2012-10-30 18:53 UTC  (6+ messages)
  ` [PATCH 1/3] cifs: extra sanity checking for cifs.idmap keys
  ` [PATCH 2/3] cifs: fix hardcoded default security descriptor length
  ` [PATCH 3/3] cifs: deal with id_to_sid embedded sid reply corner case
  ` [PATCH 4/3] cifs: fix SID binary to string conversion

[PATCH 0/7] cifs.idmap: set timeout on keys and generic cleanups
 2012-10-29 19:39 UTC  (13+ messages)
  ` [PATCH 1/7] cifs.idmap: make sure cifsacl structs are packed
  ` [PATCH 2/7] cifs.idmap: get rid of useless strcmp prior to idmapping
  ` [PATCH 3/7] cifs.idmap: add an options struct to handle long options
  ` [PATCH 4/7] cifs.idmap: clean up strget and avoid memory allocation
  ` [PATCH 5/7] cifs.idmap: don't use atoi to convert unsigned int to number
  ` [PATCH 6/7] cifs.idmap: set a timeout on keys that it instantiates
      ` [PATCH v2 "
  ` [PATCH 7/7] cifs.idmap: add a --help option for cifs.idmap

[RFC][PATCH 0/3] CIFS: Use OID registry and ASN.1 header
 2012-10-28 11:22 UTC  (16+ messages)
  ` [PATCH 1/3] CIFS: Use OID registry facility
  ` [PATCH 2/3] ASN.1: Define indefinite length marker constant
  ` [PATCH 3/3] CIFS: Use linux/asn1.h

mount.cifs 1.10 to mount share for windows 2008 R2
 2012-10-26 20:18 UTC  (11+ messages)

(unknown),
 2012-10-26 19:53 UTC 

CIFS: Move readpage code to ops struct
 2012-10-25 13:50 UTC  (3+ messages)

[PATCH 1/1] cifs: set MAY_SIGN when sec=krb5
 2012-10-24 11:37 UTC  (2+ messages)

CIFS: Deprecating NFS mounting syntax in mount.cifs
 2012-10-24  6:47 UTC  (13+ messages)
  ` [PATCH] Add warning that NFS syntax is deprecated and will be removed in cifs-utils-6.0

[PATCH 1/1] cifs: add krb5m option for MAY_SIGN
 2012-10-23 19:57 UTC  (2+ messages)

[PATCH v6 1/2] cifs: Alternate Data Streams: Add support
 2012-10-23 15:21 UTC  (3+ messages)

[PATCH v6 2/2] cifs: Alternate Data Streams: Account for mount option mapchars
 2012-10-23 13:24 UTC 

[PATCH v5 1/2] cifs: Alternate Data Streams: Add support
 2012-10-23 13:09 UTC  (2+ messages)

[PATCH v6 2/2] cifs: Alternate Data Streams: Account for mount option mapchars
 2012-10-23  5:03 UTC 

[PATCH v6 1/2] cifs: Alternate Data Streams: Add support
 2012-10-23  5:03 UTC 

[PATCH v5 2/2] cifs: Alternate Data Streams: Account for mount option mapchars
 2012-10-22 12:06 UTC  (3+ messages)

diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
 2012-10-22  5:01 UTC 

[PATCH v4 1/2] cifs: Alternate Data Streams: Add support
 2012-10-21 11:44 UTC  (2+ messages)

[PATCH v4 2/2] cifs: Alternate Data Stream: account for mount option mapchars
 2012-10-20 13:26 UTC 

[PATCH 10/9] cifs: extra sanity checking for cifs.idmap keys
 2012-10-19 20:08 UTC  (3+ messages)

[PATCH] cifs: fix types on module parameters
 2012-10-19 12:14 UTC 

[PATCH 0/7] cifs: second pile of cleanups for cifsacl
 2012-10-18 20:42 UTC  (10+ messages)
  ` [PATCH 1/7] cifs: make cifs_copy_sid handle a source sid with variable size subauth arrays
  ` [PATCH 2/7] cifs: redefine NUM_SUBAUTH constant from 5 to 15
  ` [PATCH 3/7] cifs: fix the format specifiers in sid_to_str
  ` [PATCH 4/7] cifs: remove uneeded __KERNEL__ block from cifsacl.h
  ` [PATCH 5/7] cifs: simplify id_to_sid and sid_to_id mapping code
  ` [PATCH 6/7] cifs: avoid extra allocation for small cifs.idmap keys
  ` [PATCH 7/7] cifs: don't override the uid/gid in getattr when cifsacl is enabled

[PATCH] Add warning that NFS syntax is deprecated and will be removed in cifs-utils-6.0
 2012-10-18 19:22 UTC  (6+ messages)

CIFS: Deprecating NFS mounting syntax in mount.cifs
 2012-10-18 17:57 UTC  (3+ messages)
  ` [PATCH] Add warning that NFS syntax is deprecated and will be removed in cifs-utils-6.0

mount.cifs: regular freezes with s3fs
 2012-10-18 12:17 UTC  (3+ messages)

Issue with upgrade to kernel 3.4.10 -> invalid argument error
 2012-10-17 13:47 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