Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-10-15 00:02:55 to 2011-10-25 14:51:37 UTC [more...]

linux-next: build failure after merge of the cifs tree
 2011-10-25 14:51 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  (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 

[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  (3+ messages)

async read patchset test results
 2011-10-19 19:31 UTC  (19+ 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)


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