Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2010-06-23 17:05:01 to 2010-07-15 02:17:28 UTC [more...]

[PATCH 00/18] Extended file stat functions [ver #6]
 2010-07-15  2:17 UTC  (17+ messages)
` [PATCH 01/18] Mark arguments to certain syscalls as being const "
` [PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available "
` [PATCH 03/18] AFS: Use i_generation not i_version for the vnode uniquifier "
` [PATCH 04/18] xstat: AFS: Return extended attributes "
` [PATCH 05/18] xstat: eCryptFS: "
` [PATCH 06/18] xstat: Ext4: "
` [PATCH 07/18] xstat: NFS: "
` [PATCH 08/18] xstat: CIFS: "
` [PATCH 09/18] xstat: Make special system filesystems return FS_SPECIAL_FL "
` [PATCH 10/18] xstat: Make network filesystems return FS_REMOTE_FL "
` [PATCH 11/18] xstat: Make automounter filesystems return FS_AUTOMOUNT_FL "
` [PATCH 12/18] xstat: Add a dentry op to handle automounting rather than abusing follow_link() "
` [PATCH 13/18] xstat: AFS: Use d_automount() "
` [PATCH 14/18] xstat: NFS: "
` [PATCH 15/18] xstat: CIFS: "
` [PATCH 16/18] xstat: Remove the automount through follow_link() kludge code from pathwalk "

Hello
 2010-07-15  1:46 UTC 

Hello
 2010-07-14 22:15 UTC 

Adjustable timeout
 2010-07-14 22:10 UTC  (6+ messages)

[PATCH 00/09] cifs: local caching support using FS-Cache
 2010-07-14 18:09 UTC  (12+ messages)
` [PATCH 01/09] cifs: add kernel config option for CIFS Client caching support
` [PATCH 02/09] cifs: register CIFS for caching
` [PATCH 03/09] cifs: define server-level cache index objects and register them
` [PATCH 04/09] cifs: define superblock-level "
` [PATCH 05/09] cifs: define inode-level cache object "
` [PATCH 06/09] cifs: FS-Cache page management
` [PATCH 07/09] cifs: store pages into local cache
` [PATCH 08/09] cifs: read pages from FS-Cache
` [PATCH 09/09] cifs: add mount option to enable local caching

[PATCH 22/36] fs/cifs: Remove unnecessary casts of private_data
 2010-07-12 20:50 UTC 

[PATCH] Add a pair of system calls to make extended file stats available [ver #3]
 2010-07-09 13:59 UTC  (11+ messages)

Build infrastructure for storing NTLM creds in kernel keyring
 2010-07-09  8:54 UTC  (5+ messages)

[PATCH 0/4] Generalise dns_resolver
 2010-07-07 19:08 UTC  (7+ messages)
` [PATCH 1/4] KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key
  ` [PATCH 2/4] Implement a DNS Resolver Module
  ` [PATCH 3/4] Provide generic DNS query function
  ` [PATCH 4/4] Add DNS support for AFS

allow ntlmv2 ntlmssp authentication
 2010-07-07 17:35 UTC  (4+ messages)

[PATCH] mount.cifs: switch to using _PATH_MNTTAB and paths.h
 2010-07-07 14:34 UTC 

[PATCH] cifs: clean up cifs_find_smb_ses (try #2)
 2010-07-06 20:37 UTC 

[PATCH] cifs: set the port in sockaddr in a more clearly defined fashion
 2010-07-06 20:35 UTC 

[PATCH] cifs: remove an potentially confusing, obsolete comment
 2010-07-06 15:05 UTC  (2+ messages)

[PATCH] cifs: remove unused ip_address field in struct TCP_Server_Info
 2010-07-06 15:04 UTC  (2+ messages)

Severe performance issue (Ubuntu 10.04 mounting an XP share)
 2010-07-06 13:11 UTC  (8+ messages)
        ` Fwd: "

Build infrastructure for storing NTLM creds in kernel keyring
 2010-07-06 11:09 UTC  (4+ messages)

[PATCH 0/3] Extended file stat functions [ver #2]
 2010-07-05 23:52 UTC  (32+ messages)
` [PATCH 1/3] Mark arguments to certain syscalls as being const "
` [PATCH 2/3] AFS: Use i_generation not i_version for the vnode uniquifier "
` [PATCH 3/3] Add a pair of system calls to make extended file stats available "

[PATCH 1/3] xstat: Add a pair of system calls to make extended file stats available [ver #4]
 2010-07-05 15:05 UTC  (9+ messages)
` [PATCH 2/3] xstat: Provide a mechanism to gather extra results for [f]xstat() "
` [PATCH 3/3] xstat: Implement a requestable extra result to procure some inode flags "

[PATCH] cifs: silence compiler warning
 2010-07-05  8:01 UTC 

cifs mount with krb5 and keytab
 2010-07-05  7:21 UTC 

Linux CIFS NTLMSSP mount failing against win2k8
 2010-07-02  1:11 UTC  (4+ messages)
                          ` [linux-cifs-client] "

[PATCH 0/3] Extended file stat functions
 2010-07-01  1:12 UTC  (23+ messages)
` [PATCH 1/3] Mark arguments to certain syscalls as being const
` [PATCH 2/3] AFS: Use i_generation not i_version for the vnode uniquifier
  ` [PATCH 3/3] Add a pair of system calls to make extended file stats available

[PATCH] Ext4: Make file creation time, i_version and i_generation available by xattrs
 2010-06-29 23:31 UTC  (13+ messages)

[linux-cifs-client] [PATCH] cifs: use standard token parser for mount options
 2010-06-28 17:00 UTC  (2+ messages)

[PATCH 0/3] cifs: tighten up cifs_iget matching criteria
 2010-06-28 13:47 UTC  (6+ messages)
` [PATCH 1/3] cifs: don't allow cifs_iget to match inodes of the wrong type
  ` [PATCH 2/3] cifs: use CreationTime like an i_generation field
  ` [PATCH 3/3] cifs: reduce false positives with inode aliasing serverino autodisable

[RFC][PATCH 08/10] cifs: store pages into local cache
 2010-06-28 13:24 UTC  (30+ messages)
  ` [RFC][PATCH 07/10] cifs: FS-Cache page management
  ` [RFC][PATCH 10/10] cifs: add mount option to enable local caching
  ` [RFC][PATCH 03/10] cifs: register CIFS for caching
  ` [RFC][PATCH 05/10] cifs: define superblock-level cache index objects and register them
  ` [RFC][PATCH 06/10] cifs: define inode-level cache object "
    ` [RFC][PATCH 09/10] cifs: read pages from FS-Cache

2.6.34-rc3 BUG: unable to handle kernel NULL pointer dereference at 0000000000000048 cifs_show_options
 2010-06-26 15:58 UTC  (3+ messages)

[RFC][PATCH 09/10] cifs: read pages from FS-Cache
 2010-06-22 15:24 UTC 

[RFC][PATCH 03/10] cifs: register CIFS for caching
 2010-06-22 15:23 UTC 


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