Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-10-13 07:28:29 to 2011-10-25 06:11:52 UTC [more...]

[PATCH 00/53] SMB2 protocol support for CIFS kernel module
 2011-10-25  6:11 UTC  (18+ 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

[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  (12+ messages)
` [v3 PATCH 1/6] CIFS: Simplify byte range locking code
` [v3 PATCH 2/6] CIFS: Move byte range lock list from fd to inode
` [v3 PATCH 3/6] CIFS: Implement caching mechanism for mandatory brlocks

[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  (8+ 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 

SMB2 protocol support for CIFS Linux kernel module
 2011-10-20 15:27 UTC  (3+ messages)

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

[PATCH 0/5] cifs: allow cifs to do readpages larger and asynchronously (try #7)
 2011-10-20 11:10 UTC  (10+ messages)
  ` [PATCH 1/5] cifs: fix protocol definition for READ_RSP
  ` [PATCH 2/5] cifs: add cifs_async_readv
  ` [PATCH 3/5] cifs: convert cifs_readpages to use async reads
  ` [PATCH 4/5] cifs: allow for larger rsize= options and change defaults
  ` [PATCH 5/5] cifs: tune bdi.ra_pages in accordance with the rsize

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

[patch] cifs: accidentally creating empty files
 2011-10-20  2:14 UTC  (6+ messages)

async read patchset test results
 2011-10-19 19:31 UTC  (20+ messages)

[PATCH 0/9] cifs: cleanup and overhaul of the receive codepath (try #4)
 2011-10-19 19:22 UTC  (11+ messages)
  ` [PATCH 1/9] cifs: turn read_from_socket into a wrapper around a vectorized version
  ` [PATCH 2/9] cifs: keep a reusable kvec array for receives
  ` [PATCH 3/9] cifs: add a third receive phase to cifs_demultiplex_thread
  ` [PATCH 4/9] cifs: move mid finding into separate routine
  ` [PATCH 5/9] cifs: eliminate is_multi_rsp parm to find_cifs_mid
  ` [PATCH 6/9] cifs: move buffer pointers into TCP_Server_Info
  ` [PATCH 7/9] cifs: find mid earlier in receive codepath
  ` [PATCH 8/9] cifs: break out 3rd receive phase into separate function
  ` [PATCH 9/9] cifs: add a callback function to receive the rest of the frame

[PATCH] cifs-utils: Add uid/gid to SID mapping functions (try #3)
 2011-10-19 18:27 UTC  (3+ messages)

[PATCH] manpage: cleanups to new backupuid/gid sections
 2011-10-19 18:07 UTC  (2+ messages)

[PATCH] cifs-utils: Add mount options for backup intent and their manpages (try #8)
 2011-10-19 17:57 UTC  (2+ messages)

[PATCH 4/4] nfs: make TASK_KILLABLE sleeps attempt to freeze
 2011-10-19 15:18 UTC  (2+ messages)
  ` [PATCH 4/4] nfs: make TASK_KILLABLE sleeps attempt to freeze (try #2)

[PATCH 0/5] cifs: allow cifs to do readpages larger and asynchronously (try #6)
 2011-10-19 10:59 UTC  (4+ messages)
` [PATCH 2/5] cifs: add cifs_async_readv

[patch] CIFS: cleanup min_t() cast in cifs_read()
 2011-10-18 15:42 UTC  (5+ messages)
      ` [patch v2] "

[PATCH 1/3] cifs-utils: manpage: mention the required kernel version to make cifs.idmap work
 2011-10-18 12:02 UTC  (2+ messages)

[PATCH 3/3] cifs-utils: mention the kernel version that introduced setcifsacl
 2011-10-18 11:39 UTC 

[PATCH 2/3] cifs-utils: manpage: mention the kernel version that introduced getcifsacl
 2011-10-18 11:39 UTC 

[PATCH] manpage: move SEE ALSO section in setcifsacl.1 nearer to bottom
 2011-10-18 11:36 UTC  (3+ messages)

[PATCH] cifs-utils: Add mount options for backup intent and their manpages (try #7)
 2011-10-18 11:29 UTC  (3+ messages)

[PATCH] acltools: install them in $bindir, not $sbindir
 2011-10-18 11:07 UTC  (2+ messages)

[PATCH] cifs-utils: mention the kernel version that introduced cifs.idmap
 2011-10-18 11:05 UTC  (2+ messages)

[PATCH] cifs-utils: mention the kernel version that introduced getcifsacl
 2011-10-18 10:06 UTC  (3+ messages)

[PATCH] cifs-utils: mention the kernel version that introduced setcifsacl
 2011-10-18  9:34 UTC  (2+ messages)

mount.cifs on Win2k8 DFS servers
 2011-10-18  9:18 UTC  (6+ messages)

CIFS fails to automount DFS shares
 2011-10-18  8:58 UTC  (5+ messages)
  ` [PATCH] CIFS: fix automount for "

Pavel's Lock cleanup
 2011-10-15 15:27 UTC  (8+ messages)

Watching for changes to a CIFS directory
 2011-10-15  0:48 UTC  (3+ messages)

Byte Range lock performance fixes for cifs
 2011-10-14  1:01 UTC 

patch to build current cifs on "2.6.40"
 2011-10-13 23:21 UTC 

cifsacl and smb2
 2011-10-13 19:34 UTC  (2+ messages)

Should multiuser imply "noperm" mount option?
 2011-10-13 19:31 UTC  (5+ messages)

confusing errormessages from cifs
 2011-10-13 14:00 UTC 

[PATCH 00/16] cifs: cleanup and overhaul of the receive codepath (try #3)
 2011-10-13 12:21 UTC  (4+ messages)
` [PATCH 07/16] cifs: turn read_from_socket into a wrapper around a vectorized version


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