messages from 2010-06-30 14:05:53 to 2010-07-22 18:21:53 UTC [more...]
[PATCH 00/18] Extended file stat functions [ver #6]
2010-07-22 18:21 UTC (74+ 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 "
` [PATCH 17/18] xstat: Add an AT_NO_AUTOMOUNT flag to suppress terminal automount "
` [PATCH 18/18] xstat: Provide a mechanism to gather extra results for [f]xstat() "
[PATCH 1/6] Add a dentry op to handle automounting rather than abusing follow_link()
2010-07-22 18:01 UTC (7+ messages)
` [PATCH 2/6] AFS: Use d_automount() "
` [PATCH 3/6] NFS: "
` [PATCH 4/6] CIFS: "
` [PATCH 5/6] Remove the automount through follow_link() kludge code from pathwalk
` [PATCH 6/6] Add an AT_NO_AUTOMOUNT flag to suppress terminal automount
[PATCH 1/6] KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key
2010-07-22 17:47 UTC (8+ messages)
` [PATCH 2/6] CIFS: Fix a malicious redirect problem in the DNS lookup code
` [PATCH 3/6] CIFS: Make cifs_convert_address() take a const src pointer and a length
` [PATCH 4/6] DNS: Separate out CIFS DNS Resolver code
` [PATCH 6/6] DNS: Make AFS go to the DNS for AFSDB records for unknown cells
` [PATCH 5/6] DNS: Implement option parsing on dns_resolver results
[PATCH 00/09] cifs: local caching support using FS-Cache
2010-07-22 17:40 UTC (18+ 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] CIFS: Fix a malicious redirect problem in the DNS lookup code
2010-07-22 11:53 UTC
[PATCH 0/4] Generalise dns_resolver
2010-07-20 15:42 UTC (10+ 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
[PATCH 10/15] fs: cifs: check kmalloc() result
2010-07-19 21:58 UTC (4+ messages)
linux-next: build failure after merge of the vfs tree
2010-07-19 0:25 UTC
[PATCH] cifs: truncate fallout
2010-07-18 21:51 UTC
[PATCH 0/6] cifs: session matching and authentication fixes and cleanups
2010-07-18 11:18 UTC (5+ messages)
` [PATCH 6/6] cifs: add separate cred_uid field to sesInfo
[PATCH 22/36] fs/cifs: Remove unnecessary casts of private_data
2010-07-15 2:41 UTC (2+ messages)
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] 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)
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 (15+ messages)
[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 3/3] Add a pair of system calls to make extended file stats available
2010-07-01 1:12 UTC (7+ messages)
` [PATCH 0/3] Extended file stat functions
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).