Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-10-20 00:56:07 to 2011-10-28 19:55:01 UTC [more...]

[PATCH v2 00/53] SMB2 protocol support for CIFS kernel module
 2011-10-28 19:55 UTC  (49+ messages)
` [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 05/53] CIFS: wait_for_free_request needs to wait on credits returned by server (for SMB2)
` [PATCH v2 07/53] CIFS: Add structure definitions for SMB2 PDUs
` [PATCH v2 09/53] CIFS: Allocating SMB2 mids (multiplex identifier structures)
` [PATCH v2 15/53] CIFS: Make demultiplex_thread work with SMB2 code
` [PATCH v2 16/53] CIFS: Get mount/umount work with SMB2 protocol
` [PATCH v2 18/53] CIFS: Add SMB2 inode/dentry ops structures
` [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 39/53] CIFS: Add SMB2 support for flush operation
` [PATCH v2 42/53] CIFS: Process oplocks for SMB2
  ` [PATCH v2 01/53] CIFS: Update cifs global structures to handle smb2 sessions
  ` [PATCH v2 04/53] CIFS: Do not try to dump cifs mids from "
  ` [PATCH v2 06/53] CIFS: Add missing unicode handling routines needed by smb2
  ` [PATCH v2 10/53] CIFS: Add routines to free SMB2 mids
  ` [PATCH v2 11/53] CIFS: Add sync_smb2_mid_result
  ` [PATCH v2 13/53] CIFS: Add SMB2 transport routines
  ` [PATCH v2 14/53] CIFS: Expand cifs mid structure to keep SMB2 related fields
  ` [PATCH v2 17/53] CIFS: Simplify SMB2 query info
  ` [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 46/53] CIFS: Add strictcache i/o for SMB2

[PATCH] CIFS: Remove extra mutex_unlock in cifs_lock_add_if
 2011-10-28 19:10 UTC  (2+ messages)

Various cleanup for smb2 patches
 2011-10-28 16:14 UTC  (2+ messages)

Remove noisy log message in smb2 readdir
 2011-10-28 16:12 UTC  (2+ messages)

[GIT] CIFS Fixes
 2011-10-28 15:46 UTC 

portions of smb2 patches which hit existing cifs code were smaller than I expected
 2011-10-28 15:40 UTC 

[patch] cifs: accidentally creating empty files
 2011-10-28 15:27 UTC  (5+ messages)

[GIT] CIFS Fixes
 2011-10-28 15:16 UTC  (11+ messages)

[PATCH 0/4] allow freezing of tasks with netfs calls in flight
 2011-10-27 20:26 UTC  (8+ messages)
` [PATCH 1/4] freezer: make fake_signal_wake_up wake TASK_KILLABLE tasks too
                ` [linux-pm] "

smb2 testing progress
 2011-10-27 17:31 UTC 

mount.cifs - 4.8.1 -- server side restart - CIFS VFS: No response for cmd
 2011-10-27 14:30 UTC  (4+ messages)

[PATCH 1/2] CIFS: Use the vfs brlock cache for posix locking in FL_POSIX case only
 2011-10-26 19:26 UTC  (2+ messages)
  ` [PATCH 2/2] CIFS: Simplify setlk error handling for mandatory locking

file changed in vim when opened in another instance
 2011-10-26 18:14 UTC 

cifs dbench performance increased even over localhost mounts
 2011-10-25 16:24 UTC 

linux-next: build failure after merge of the cifs tree
 2011-10-25 15:58 UTC  (5+ messages)

linux-next build break
 2011-10-25 15:13 UTC  (2+ messages)

[PATCH] CIFS: Fix compile warnings
 2011-10-25  8:24 UTC 

SMB2 protocol support for CIFS Linux kernel module
 2011-10-25  6:16 UTC  (4+ messages)

[PATCH 00/53] SMB2 protocol support for CIFS kernel module
 2011-10-25  6:12 UTC  (52+ messages)
  ` [PATCH 01/53] CIFS: Update cifs global structures to handle smb2 sessions
  ` [PATCH 02/53] CIFS: Allow SMB2 statistics to be tracked
  ` [PATCH 03/53] CIFS: Check for smb2 vs. cifs in find_tcp_session
  ` [PATCH 04/53] CIFS: Do not try to dump cifs mids from smb2 sessions
  ` [PATCH 05/53] CIFS: wait_for_free_request needs to wait on credits returned by server (for SMB2)
  ` [PATCH 06/53] CIFS: Add missing unicode handling routines needed by smb2
  ` [PATCH 07/53] CIFS: Add structure definitions for SMB2 PDUs
  ` [PATCH 09/53] CIFS: Allocating SMB2 mids (multiplex identifier structures)
  ` [PATCH 10/53] CIFS: Add routines to free SMB2 mids
  ` [PATCH 11/53] CIFS: Add sync_smb2_mid_result
  ` [PATCH 13/53] CIFS: Add SMB2 transport routines
  ` [PATCH 14/53] CIFS: Expand cifs mid structure to keep SMB2 related fields
  ` [PATCH 15/53] CIFS: Make demultiplex_thread work with SMB2 code
  ` [PATCH 16/53] CIFS: Get mount/umount work with SMB2 protocol
  ` [PATCH 17/53] CIFS: Simplify SMB2 query info
  ` [PATCH 18/53] CIFS: Add SMB2 inode/dentry ops structures
  ` [PATCH 19/53] CIFS: Add SMB2 support for mkdir operation
  ` [PATCH 20/53] CIFS: Add SMB2 support for rmdir operation
  ` [PATCH 21/53] CIFS: Add SMB2 support for unlink operation
  ` [PATCH 22/53] CIFS: Add SMB2 support open/close file operations
  ` [PATCH 23/53] CIFS: Add SMB2 support for reopen file operation
  ` [PATCH 24/53] CIFS: Add SMB2 support for cifs_iovec_write
  ` [PATCH 25/53] CIFS: Add SMB2 support for cifs_iovec_read
  ` [PATCH 26/53] CIFS: Add address space ops structures for SMB2
  ` [PATCH 27/53] CIFS: Add read related address space operations "
  ` [PATCH 28/53] CIFS: Add write "
  ` [PATCH 29/53] CIFS: Respect max buf size for SMB2 read and write
  ` [PATCH 30/53] CIFS: Temporarily disable set inode info for SMB2
  ` [PATCH 31/53] CIFS: Add writepages support "
  ` [PATCH 32/53] CIFS: Add readpages "
  ` [PATCH 33/53] CIFS: Add echo request "
  ` [PATCH 34/53] [CIFS] Add SMB2 support for cifs_get_file_info
  ` [PATCH 35/53] CIFS: Add SMB2 support for create operation
  ` [PATCH 36/53] CIFS: Add readdir support for SMB2
  ` [PATCH 37/53] CIFS: Add SMB2 support for rename operation
  ` [PATCH 38/53] CIFS: Add SMB2 support for hardlink operation
  ` [PATCH 39/53] CIFS: Add SMB2 support for flush operation
  ` [PATCH 40/53] CIFS: Add NTLMSSP sec type to defaults
  ` [PATCH 41/53] CIFS: Disable SMB2.1 protocol negotiating
  ` [PATCH 42/53] CIFS: Process oplocks for SMB2
  ` [PATCH 43/53] CIFS: Process STATUS_PENDING responses "
  ` [PATCH 44/53] CIFS: Request SMB2.1 leases
  ` [PATCH 45/53] CIFS: Process oplock/lease break for SMB2/2.1
  ` [PATCH 46/53] CIFS: Add strictcache i/o for SMB2
  ` [PATCH 47/53] CIFS: Enable signing in SMB2
  ` [PATCH 48/53] CIFS: Process signing for SMB2_logoff
  ` [PATCH 49/53] CIFS: Introduce SMB2 Kconfig option
  ` [PATCH 50/53] CIFS: Introduce smb2 mounts as vers=2
  ` [PATCH 51/53] CIFS: Change Makefile to support CONFIG_CIFS_SMB2
  ` [PATCH 52/53] CIFS: Add statfs support for SMB2
  ` [PATCH 53/53] CIFS: Disable lock call for SMB2 since we don't support it

[v2 PATCH 0/4] Implement byte-range lock caching
 2011-10-24 18:16 UTC  (9+ messages)
  ` [v2 PATCH 1/4] CIFS: Implement caching mechanism for mandatory brlocks
  ` [v2 PATCH 2/4] CIFS: Implement caching mechanism for posix brlocks
  ` [v2 PATCH 3/4] CIFS: Send as many mandatory unlock ranges at once as possible
  ` [v2 PATCH 4/4] CIFS: Make cifs_push_locks send as many locks "

cifs and win2k8
 2011-10-24  7:35 UTC  (6+ messages)

[PATCH v2] CIFS: Fix DFS handling in cifs_get_file_info
 2011-10-22 19:07 UTC  (4+ messages)

cifs file copy performance much faster - more results
 2011-10-22 18:25 UTC 

[PATCH] CIFS: Fix DFS handling in cifs_get_file_info
 2011-10-22 10:38 UTC  (3+ messages)

[v3 PATCH 0/6] Implement byte-range lock caching
 2011-10-22  8:56 UTC  (3+ messages)

[PATCH] cifs: Assume passwords are encoded according to iocharset (try #2)
 2011-10-21 15:10 UTC  (16+ messages)

[PATCH] CIFS: Fix error handling in cifs_readv_complete
 2011-10-21 14:25 UTC  (3+ messages)

[PATCH] cifs-utils: mention the required kernel version to make cifs.idmap work
 2011-10-21  3:29 UTC  (6+ messages)

Current cifs code doubles file copy speed from server to Linux client - due to Jeff Layton's async read patch set
 2011-10-20 17:58 UTC 

[PATCH] cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parameters
 2011-10-20 14:27 UTC  (5+ messages)

[PATCH 0/5] cifs: allow cifs to do readpages larger and asynchronously (try #7)
 2011-10-20 11:10 UTC  (5+ messages)

[PATCH] cifs: Display strictcache mount option in /proc/mounts
 2011-10-20  9:35 UTC  (5+ messages)


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