messages from 2011-10-28 19:54:30 to 2011-11-15 13:32:44 UTC [more...]
kernel 3.1.1 - cifs issue - ls: cannot access /cifs_mnt: Cannot allocate memory
2011-11-15 13:32 UTC
[PATCH] cifs: re-add NULL pointer check in cifs_save_resume_key
2011-11-15 13:05 UTC (3+ messages)
[PATCH] cifs: check for NULL last_entry before calling cifs_save_resume_key
2011-11-15 12:59 UTC
CIFS mount twice
2011-11-15 12:26 UTC (4+ messages)
[PATCH 0/3] cifs.upcall: attempt to use AD-style service principals
2011-11-15 11:18 UTC
[PATCH 0/3] cifs.upcall: attempt to use AD-style service principals
2011-11-15 1:10 UTC (10+ messages)
` [PATCH 1/3] cifs.upcall: move to an on-stack princ buffer
` [PATCH 2/3] cifs.upcall: move to Simo's suggested algorithm for picking a principal
` [PATCH 3/3] cifs.upcall: try and guess the domain name on unqualified names
[PATCH] Add support for flock over a cifs mount
2011-11-14 13:18 UTC (10+ messages)
[PATCH] cifs.upcall: silence unused parameter warning
2011-11-14 1:03 UTC
[PATCH] cifs: Use kmemdup rather than duplicating its implementation
2011-11-12 9:22 UTC
[PATCH] KEYS: Allow special keyrings to be cleared
2011-11-11 22:41 UTC (2+ messages)
cifs and win2k8
2011-11-10 13:38 UTC (5+ messages)
[PATCH] cifs: lower default wsize when unix extensions are not used
2011-11-09 23:57 UTC (10+ messages)
[PATCH] cifs: Fix sparse warning when calling cifs_strtoUCS
2011-11-09 19:12 UTC (3+ messages)
[PATCH] CIFS: Add descriptions to the brlock cache functions
2011-11-08 20:13 UTC (3+ messages)
[PATCH 1/3] CIFS: Fix the VFS brlock cache usage in posix locking case
2011-11-08 19:07 UTC (15+ messages)
` [PATCH 2/3] CIFS: Simplify setlk error handling for mandatory locking
` [PATCH 3/3] CIFS: Cleanup byte-range locking code style
[GIT] CIFS Fixes
2011-11-07 17:45 UTC
patch files for smb2.ko?
2011-11-07 7:01 UTC
Linux CIFS corruption bug in kernel 3.0.4 and 3.1
2011-11-07 3:29 UTC (5+ messages)
How to test multiusermount?
2011-11-05 0:46 UTC (10+ messages)
Patch numeric domain names
2011-11-04 16:20 UTC (3+ messages)
CIFS: Rename bug on servers not supporting inode numbers
2011-11-04 11:16 UTC (8+ messages)
[GIT] CIFS Fixes
2011-11-03 20:55 UTC
[PATCH] manpage: document new rsize= behavior
2011-11-03 17:54 UTC (2+ messages)
[RFC PATCH] freezer: revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks too"
2011-11-03 15:30 UTC (33+ messages)
` [PATCH] wait_event_freezekillable: use freezer_do_not_count/freezer_count
[PATCH v2 00/53] SMB2 protocol support for CIFS kernel module
2011-11-01 13:52 UTC (57+ messages)
` [PATCH v2 01/53] CIFS: Update cifs global structures to handle smb2 sessions
` [PATCH v2 02/53] CIFS: Allow SMB2 statistics to be tracked
` [PATCH v2 03/53] CIFS: Check for smb2 vs. cifs in find_tcp_session
` [PATCH v2 04/53] CIFS: Do not try to dump cifs mids from smb2 sessions
` [PATCH v2 05/53] CIFS: wait_for_free_request needs to wait on credits returned by server (for SMB2)
` [PATCH v2 06/53] CIFS: Add missing unicode handling routines needed by smb2
` [PATCH v2 19/53] CIFS: Add SMB2 support for mkdir operation
` [PATCH v2 22/53] CIFS: Add SMB2 support for open/close file operations
` [PATCH v2 23/53] CIFS: Add SMB2 support for reopen file operation
` [PATCH v2 25/53] CIFS: Add SMB2 support for cifs_iovec_read
` [PATCH v2 26/53] CIFS: Add address space ops structures for SMB2
` [PATCH v2 28/53] CIFS: Add write related address space operations "
` [PATCH v2 30/53] CIFS: Temporarily disable set inode info "
` [PATCH v2 31/53] CIFS: Add writepages support "
` [PATCH v2 32/53] CIFS: Add readpages "
` [PATCH v2 33/53] CIFS: Add echo request "
` [PATCH v2 20/53] CIFS: Add SMB2 support for rmdir operation
` [PATCH v2 21/53] CIFS: Add SMB2 support for unlink operation
` [PATCH v2 24/53] CIFS: Add SMB2 support for cifs_iovec_write
` [PATCH v2 27/53] CIFS: Add read related address space operations for SMB2
` [PATCH v2 29/53] CIFS: Respect max buf size for SMB2 read and write
` [PATCH v2 34/53] [CIFS] Add SMB2 support for cifs_get_file_info
` [PATCH v2 35/53] CIFS: Add SMB2 support for create operation
` [PATCH v2 36/53] CIFS: Add readdir support for SMB2
` [PATCH v2 37/53] CIFS: Add SMB2 support for rename operation
` [PATCH v2 38/53] CIFS: Add SMB2 support for hardlink operation
` [PATCH v2 40/53] CIFS: Add NTLMSSP sec type to defaults
` [PATCH v2 41/53] CIFS: Disable SMB2.1 protocol negotiating
` [PATCH v2 43/53] CIFS: Process STATUS_PENDING responses for SMB2
` [PATCH v2 44/53] CIFS: Request SMB2.1 leases
` [PATCH v2 45/53] CIFS: Process oplock/lease break for SMB2/2.1
` [PATCH v2 47/53] CIFS: Enable signing in SMB2
` [PATCH v2 48/53] CIFS: Process signing for SMB2_logoff
` [PATCH v2 49/53] CIFS: Introduce SMB2 Kconfig option
` [PATCH v2 50/53] CIFS: Introduce smb2 mounts as vers=2
` [PATCH v2 53/53] CIFS: Disable lock call for SMB2 since we don't support it
` [PATCH v2 39/53] CIFS: Add SMB2 support for flush operation
` [PATCH v2 42/53] CIFS: Process oplocks for SMB2
` [PATCH v2 46/53] CIFS: Add strictcache i/o "
` [PATCH v2 51/53] CIFS: Change Makefile to support CONFIG_CIFS_SMB2
` [PATCH v2 52/53] CIFS: Add statfs support for SMB2
[patch] cifs: accidentally creating empty files
2011-10-30 5:36 UTC (12+ messages)
[PATCH] cifs: Assume passwords are encoded according to iocharset (try #2)
2011-10-30 3:15 UTC (10+ messages)
[GIT] CIFS Fixes
2011-10-29 21:57 UTC (9+ messages)
[PATCH 1/2] CIFS: Use the vfs brlock cache for posix locking in FL_POSIX case only
2011-10-29 13:23 UTC (5+ messages)
` [PATCH 2/2] CIFS: Simplify setlk error handling for mandatory locking
[patch] CIFS: double unlock in cifs_lock_add_if()
2011-10-29 7:25 UTC (2+ messages)
unneeded mutex in cifs_fsync
2011-10-28 21:18 UTC
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).