Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-10-11 15:03:31 to 2011-10-21 03:29:07 UTC [more...]

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

[PATCH] cifs: Assume passwords are encoded according to iocharset (try #2)
 2011-10-21  1:41 UTC  (15+ 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  (7+ messages)
` [PATCH 2/5] cifs: add cifs_async_readv
` [PATCH 4/5] cifs: allow for larger rsize= options and change defaults

[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)

[v3 PATCH 0/6] Implement byte-range lock caching
 2011-10-14 12:25 UTC  (10+ 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

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  (8+ messages)
` [PATCH 07/16] cifs: turn read_from_socket into a wrapper around a vectorized version
` [PATCH 12/16] cifs: eliminate is_multi_rsp parm to find_cifs_mid

[PATCH v2 2/3] cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interface
 2011-10-13  4:48 UTC  (4+ messages)

[PATCH 3/3] cifs: Call id to SID mapping functions to change owner/group (try #4)
 2011-10-13  4:01 UTC  (2+ messages)

[PATCH v2 3/3] cifs: update README about the kernel module parameters
 2011-10-13  1:20 UTC  (3+ messages)

review of patch "cifs: untangle server->maxBuf and CIFSMaxBufSize"
 2011-10-12 19:43 UTC  (6+ messages)

[PATCH v3 1/3] cifs: add new module parameter 'enable_oplocks'
 2011-10-12 12:12 UTC  (2+ messages)

checkpatch warnings on your patch series
 2011-10-12 11:54 UTC  (2+ messages)

cifs ignores sysct setting
 2011-10-12 11:45 UTC  (3+ messages)

[PATCH 1/3] cifs: add new module parameter 'enable_oplocks'
 2011-10-12 11:28 UTC  (7+ messages)

[PATCH v2 1/3] cifs: add new module parameter 'enable_oplocks'
 2011-10-12  6:21 UTC 

[PATCH 0/4] allow freezing of tasks with netfs calls in flight
 2011-10-11 19:19 UTC  (7+ messages)
` [PATCH 1/4] freezer: make fake_signal_wake_up wake TASK_KILLABLE tasks too

[PATCH 2/3] cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interface
 2011-10-11 16:41 UTC  (2+ messages)

[PATCH 3/3] cifs: update README about the kernel module parameters
 2011-10-11 15:58 UTC 

[RFC][PATCH] cifs: make OplockEnabled a module parameter
 2011-10-11 15:46 UTC  (11+ messages)


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