messages from 2010-07-22 18:21:53 to 2010-08-05 12:31:13 UTC [more...]
[CIFS] Support for Minshall+French symlinks
2010-08-05 12:31 UTC (27+ messages)
` [PATCH 1/8] cifs: add "mfsymlinks" mount option
` [PATCH 2/8] cifs: add CIFSCreateMFSymLink() and CIFSQueryMFSymLink() as stubs
` [PATCH 3/8] cifs: add CIFSCheckMFSymlink() as stub
` [PATCH 4/8] cifs: implement CIFSParseMFSymlink()
` [PATCH 5/8] cifs: implement CIFSCheckMFSymlink()
` [PATCH 6/8] cifs: implement CIFSQueryMFSymLink()
` [PATCH 7/8] cifs: implement CIFSFormatMFSymlink()
` [PATCH 8/8] cifs: implement CIFSCreateMFSymLink()
[PATCH 1/2] DNS: Separate out CIFS DNS Resolver code
2010-08-05 10:03 UTC (5+ messages)
` [PATCH 2/2] DNS: Make AFS go to the DNS for AFSDB records for unknown cells
[linux-cifs-client][patch] Make NTLMv2 as auth mech withing NTLMSSP and enable signing using crypto shash APIs
2010-08-05 4:44 UTC (2+ messages)
[linux-smb2-client][patch] Make NTLMv2 as auth mech within NTLMSSP and enable signing using crypto shash APIs
2010-08-05 4:01 UTC
linux-next: build failure after merge of the final tree (cifs tree related)
2010-08-05 3:51 UTC
linux-next: manual merge of the workqueues tree with the Linus' tree
2010-08-05 3:45 UTC (9+ messages)
Subject: [PATCH] mount.cifs: remove redundant error assignment
2010-08-04 11:59 UTC (4+ messages)
Build infrastructure for storing NTLM creds in kernel keyring
2010-08-04 11:31 UTC (2+ messages)
2.6.36 merge plans
2010-08-04 10:49 UTC (8+ messages)
[PATCH 1/2] cifs: show features compiled in as part of DebugData
2010-08-04 4:28 UTC (7+ messages)
[PATCH 1/6] KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key
2010-08-04 4:21 UTC (3+ messages)
` [PATCH 3/6] CIFS: Make cifs_convert_address() take a const src pointer and a length
linux-next: build failure after merge of the vfs tree
2010-08-04 1:47 UTC (2+ messages)
[PATCH 2.6.32/stable] CIFS: Remove __exit mark from cifs_exit_dns_resolver()
2010-08-03 22:32 UTC (4+ messages)
` [PATCH 2.6.32/stable] CIFS: Remove __exit mark from cifs_init_dns_resolver() header
` [PATCH 2.6.32/stable] CIFS: Fix compile error with __init in cifs_init_dns_resolver() definition
[PATCH] cifs: fix uninitialized variable warning
2010-08-03 19:18 UTC
[PATCH] cifs: account for new creduid=0x%x parameter in spnego upcall string
2010-08-03 14:32 UTC (2+ messages)
Problems with CVS on CIFS since kernel 2.6.30
2010-08-03 12:35 UTC (9+ messages)
[linux-cifs-client][PATCH] Enable signing for ntlmv2 within NTLMSSP using kernel crypto APIs
2010-08-03 8:33 UTC (2+ messages)
[PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available [ver #6]
2010-08-03 1:13 UTC (52+ messages)
` [PATCH 00/18] Extended file stat functions "
` [PATCH 09/18] xstat: Make special system filesystems return FS_SPECIAL_FL "
[PATCH] CIFS: Remove __exit mark from cifs_exit_dns_resolver()
2010-08-02 9:17 UTC (3+ messages)
[linux-smb2-client][PATCH] Make ntlmv2 as auth mech within NTLMSSP
2010-08-01 20:40 UTC
[linux-cifs-client][PATCH] (resend) Enable signing for ntlmv2 within NTLMSSP using kernel crypto APIs
2010-07-31 20:50 UTC
[PATCH 00/09] cifs: local caching support using FS-Cache
2010-07-30 23:08 UTC (14+ messages)
Archive
2010-07-30 16:33 UTC (3+ messages)
[linux-cifs-client][PATCH] make ntlmv2 as auth mech within ntlmssp
2010-07-30 15:32 UTC
ANNOUNCE: cifs-utils release 4.6 available for download
2010-07-30 12:58 UTC
[PATCH 1/2] cifs: show features compiled in as part of DebugData
2010-07-30 12:39 UTC (2+ messages)
[PATCH 2/2] cifs: update README
2010-07-30 12:31 UTC
[RFC][PATCH 1/2] cifs: show enabled features in /proc
2010-07-30 11:29 UTC (3+ messages)
[RFC][PATCH 2/2] cifs: add information about 'features' file to README
2010-07-30 10:00 UTC
[PATCH] cifs: document 'fsc' mount option
2010-07-30 9:49 UTC (11+ messages)
What are the uid=0 and gid=0 doing?
2010-07-29 20:08 UTC (3+ messages)
[PATCH 0/4] cifs-utils: add -Wextra to CFLAGS and fix up warnings
2010-07-28 11:08 UTC (6+ messages)
` [PATCH 1/4] automake: add -Wextra to CFLAGS
` [PATCH 2/4] mtab: add __attribute__((unused)) to unused variables
` [PATCH 3/4] cifs.upcall: swap c99 initializers for memset calls
` [PATCH 4/4] data_blob: change for loop indices to a unsigned int
[PATCH] mount.cifs: document 'fsc' mount option
2010-07-27 16:54 UTC (2+ messages)
[PATCH] cifs: add 'fsc' mount option to the usage help text
2010-07-27 16:43 UTC (2+ messages)
[PATCH] cifs.upcall: require a uid= or creduid= parm
2010-07-27 16:42 UTC (6+ messages)
` [PATCH] mount.cifs: handle the "mand" and "nomand" mount options
` [PATCH] mount.cifs: ignore the "_netdev" mount option
[PATCH] cifs: fsc should not default to "on"
2010-07-27 13:40 UTC (3+ messages)
[PATCH 6/6] Add an AT_NO_AUTOMOUNT flag to suppress terminal automount
2010-07-27 12:51 UTC (11+ messages)
` [PATCH 1/6] Add a dentry op to handle automounting rather than abusing follow_link()
` [PATCH 1/6] Add a dentry op to handle automounting rather than abusing follow_link() [ver #2]
` [PATCH 6/6] Add an AT_NO_AUTOMOUNT flag to suppress terminal automount "
[PATCH] mount.cifs: handle the "mand" and "nomand" mount options (try #2)
2010-07-27 11:42 UTC
[PATCH 1/2] cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
2010-07-26 14:37 UTC (3+ messages)
` [PATCH 2/2] cifs: ignore the "mand", "nomand" and "_netdev" mount options
[PATCH 0/6] cifs: session matching and authentication fixes and cleanups
2010-07-23 20:51 UTC (7+ messages)
` [PATCH 6/6] cifs: add separate cred_uid field to sesInfo
panic at umount in fscache code
2010-07-23 15:29 UTC (3+ messages)
linux-next: manual merge of the workqueues tree with the cifs tree
2010-07-23 4:46 UTC
linux-next: manual merge of the workqueues tree with the cifs tree
2010-07-23 4:46 UTC
[PATCH 09/18] xstat: Make special system filesystems return FS_SPECIAL_FL [ver #6]
2010-07-19 14:09 UTC (2+ messages)
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).