Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-03-28 10:15:13 to 2011-04-15 13:07:49 UTC [more...]

[PATCH] CIFS: Fix memory over bound bug in cifs_parse_mount_options
 2011-04-15 13:07 UTC  (2+ messages)

[PATCH] mount.cifs: fix test for strtoul failure in mount.cifs
 2011-04-15 11:25 UTC 

mids and cifs sendrcv2
 2011-04-15 10:45 UTC  (2+ messages)

[PATCH 0/5] cifs: asynchronous writepages support (try #1)
 2011-04-15 10:45 UTC  (16+ messages)
  ` [PATCH 1/5] cifs: consolidate SendReceive response checks
  ` [PATCH 2/5] cifs: make cifs_send_async take a kvec array
  ` [PATCH 3/5] cifs: don't call mid_q_entry->callback under the Global_MidLock
  ` [PATCH 4/5] cifs: add cifs_async_writev
  ` [PATCH 5/5] cifs: convert cifs_writepages to use async writes

[PATCH] CIFS: Add wine mount option (try #2)
 2011-04-15  9:50 UTC  (4+ messages)

[PATCH 2/2] CIFS: Simplify invalidate part (try #2)
 2011-04-15  9:41 UTC  (2+ messages)

[PATCH 0/7] cifs: asynchronous writepages support (try #2)
 2011-04-15  9:05 UTC  (12+ messages)
  ` [PATCH 1/7] cifs: consolidate SendReceive response checks
  ` [PATCH 2/7] cifs: make cifs_send_async take a kvec array
  ` [PATCH 3/7] cifs: don't call mid_q_entry->callback under the Global_MidLock
  ` [PATCH 4/7] cifs: add ignore_pend flag to cifs_call_async
  ` [PATCH 5/7] cifs: add cifs_async_writev
  ` [PATCH 6/7] cifs: convert cifs_writepages to use async writes
  ` [PATCH 7/7] cifs: clean up wsize negotiation and allow for larger wsize

(unknown),
 2011-04-15  8:23 UTC 

[PATCH 2/4] CIFS: Simplify mount code for further shared sb capability
 2011-04-15  7:01 UTC  (3+ messages)
  ` [PATCH 3/4] CIFS: Migrate from prefixpath logic
  ` [PATCH 4/4] CIFS: Migrate to shared superblock model

[PATCH 1/4] CIFS: Simplify connection structure search calls
 2011-04-15  6:58 UTC 

[PATCH] cifs-utils: Handle cifs_idmap type of key to map a SID to either an uid or gid (try #15)
 2011-04-14  3:17 UTC 

[PATCH 2/2] cifs: Invoke id mapping functions (try #15)
 2011-04-14  3:16 UTC 

[PATCH 1/2] cifs: Add idmap key and related data structures and functions (try #15)
 2011-04-14  3:16 UTC 

[PATCH 2/3] cifs: Invoke id mapping functions (try #14)
 2011-04-13 20:16 UTC  (3+ messages)

[PATCH 1/2] CIFS: Add launder_page operation
 2011-04-12 18:27 UTC  (6+ messages)
  ` [PATCH 2/2] CIFS: Simplify invalidate part

[GIT] CIFS Fixes
 2011-04-12 18:26 UTC 

[PATCH 1/2] CIFS: Add launder_page operation (try #2)
 2011-04-12 13:52 UTC  (2+ messages)

shrinking set of cifs fixes to merge for 2.6.39 to small set
 2011-04-12 13:16 UTC  (4+ messages)

[PATCH] cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)
 2011-04-12 13:14 UTC 

[PATCH] cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)
 2011-04-12 13:13 UTC 

[PATCH] CIFS: Assume passwords are encoded according to iocharset
 2011-04-12  0:16 UTC  (11+ messages)

[Bugme-new] [Bug 33102] New: File's copied from client->linux server only copy 1st 64K data; rest is lost
 2011-04-12  0:06 UTC  (3+ messages)

[PATCH v5 1/6] cifs: Extract DFS referral expansion logic to separate function
 2011-04-11 13:19 UTC  (6+ messages)
  ` [PATCH v5 2/6] cifs: Add support for mounting Windows 2008 DFS shares
  ` [PATCH v5 3/6] cifs: cifs_parse_mount_options: do not tokenize mount options in-place
  ` [PATCH v5 4/6] cifs: Simplify handling of submount options in cifs_mount
  ` [PATCH v5 5/6] cifs: Use kstrndup for cifs_sb->mountdata
  ` [PATCH v5 6/6] cifs: Unconditionally copy mount options to superblock info

[PATCH 1/3] CIFS: Simplify connection structure search calls
 2011-04-10 19:13 UTC  (5+ messages)
  ` [PATCH 2/3] CIFS: Simplify mount code for further shared sb capability
  ` [PATCH 3/3] CIFS: Migrate to shared superblock model

[PATCH] CIFS: Add wine mount option
 2011-04-10 11:28 UTC  (3+ messages)

[PATCH] CIFS: Add shared superblock capability
 2011-04-10  7:54 UTC  (3+ messages)

[PATCH] cifs-utils: Handle cifs_idmap type of key to map a SID to either an uid or gid (try #14)
 2011-04-09  1:20 UTC 

[PATCH 1/2] cifs: Add idmap key and related data structures and functions (try #14)
 2011-04-09  1:20 UTC 

[PATCH 2/2] cifs: Invoke id mapping functions (try #13)
 2011-04-09  0:47 UTC  (4+ messages)

slash appended to filesystem when mtab symlinked to proc
 2011-04-08 18:14 UTC  (6+ messages)
      ` [PATCH] mount.cifs: only convert '\' to '/' for dev_name
              ` [PATCH] mount.cifs: Use original device string all the way

[PATCH] cifs-utils: Handle cifs_idmap type of key to map a SID to either an uid or gid (try #13)
 2011-04-08 17:33 UTC 

[PATCH 1/2] cifs: Add idmap key and related data structures and functions (try #13)
 2011-04-08 17:32 UTC 

[PATCH 2/2] cifs: Invoke id mapping functions (try #12)
 2011-04-08 14:58 UTC  (2+ messages)

[PATCH v4 1/6] cifs: Extract DFS referral expansion logic to separate function
 2011-04-08 14:28 UTC  (12+ messages)
  ` [PATCH v4 2/6] cifs: Add support for mounting Windows 2008 DFS shares
  ` [PATCH v4 3/6] cifs: cifs_parse_mount_options: do not tokenize mount options in-place
  ` [PATCH v4 4/6] cifs: Simplify handling of submount options in cifs_mount
  ` [PATCH v4 5/6] cifs: Use kstrndup for cifs_sb->mountdata
  ` [PATCH v4 6/6] cifs: Unconditionally copy mount options to superblock info

[PATCH] cifs: Fix extended security auth failure
 2011-04-08 13:49 UTC  (3+ messages)

Repeatable crash in 2.6.38 related to O_DIRECT
 2011-04-05 23:48 UTC  (6+ messages)

[PATCH 0/5] cifs: various cleanups pointed out by David Howells
 2011-04-05 19:11 UTC  (18+ messages)
  ` [PATCH 1/5] cifs: turn BCC into a static inlined function
  ` [PATCH 2/5] cifs: remove unneeded variable initialization in cifs_reconnect_tcon
  ` [PATCH 3/5] cifs: fix comment in validate_t2
  ` [PATCH 4/5] cifs: clean up length checks in check2ndT2
  ` [PATCH 5/5] cifs: clean up various nits in unicode routines
          ` [PATCH] cifs: clean up various nits in unicode routines (try #2)

Mount.cifs cannot access Netapp fileshare (ontap 7.3.x)
 2011-04-04 13:42 UTC  (2+ messages)

[PATCH] cifs: wrap received signature check in srv_mutex
 2011-04-02 18:42 UTC  (3+ messages)

[PATCH] cifs-utils: Handle cifs_idmap type of key to map a SID to either an uid or gid (try #12)
 2011-04-02 18:24 UTC 

[PATCH 1/2] cifs: Add idmap key and related data structures and functions (try #12)
 2011-04-02 18:24 UTC 

[PATCH 1/4] Fix Bug#31092: Unable to mount DFS filesystems from Windows 2008 servers
 2011-04-01 15:54 UTC  (17+ messages)
  ` [PATCH 4/4] Simplify handling of submount options in cifs_mount
  ` [PATCH 3/4] cifs_parse_mount_options: do not tokenize mount options in-place
    ` [PATCH 1/4] Extract DFS referral expansion to new function in cifs_mount
      ` [PATCH 2/4] Fix Bug#31092: Unable to mount DFS filesystems from Windows 2008 servers

Alert!
 2011-03-31 13:21 UTC 

[PATCH] CIFS: Consolidate error handling for cifs_invalidate_mapping (try #3)
 2011-03-31  0:40 UTC  (5+ messages)

[PATCH] Use kstrdup instead of manual string duplication for cifs_sb->mountdata
 2011-03-30 14:32 UTC  (2+ messages)

[PATCH 2/2] cifs: Invoke id mapping functions (try #11)
 2011-03-29 15:37 UTC  (4+ messages)

[PATCH] cifs: keep received ByteCount in little-endian format
 2011-03-29 13:40 UTC 

smb2 and shared superblock model
 2011-03-29  6:49 UTC  (6+ messages)

[PATCH] cifs: set ra_pages in backing_dev_info
 2011-03-28 22:34 UTC  (2+ messages)

[PATCH 1/3] cifs: clarify the meaning of tcpStatus == CifsGood
 2011-03-28 20:51 UTC  (7+ messages)
` [PATCH 3/3] cifs: don't allow mmap'ed pages to be dirtied while under writeback
      ` [PATCH] cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #2)

[PATCH] cifs-utils: Handle cifs_idmap type of key to map a SID to either an uid or gid (try #11)
 2011-03-28 20:26 UTC 

[PATCH 1/1] cifs: Add idmap key and related data structures and functions (try #11)
 2011-03-28 20:24 UTC 

[PATCH 2/2] cifs: Invoke id mapping functions (try #10)
 2011-03-28 19:11 UTC  (3+ messages)

[PATCH] CIFS: Consolidate error handling for cifs_invalidate_mapping (try #2)
 2011-03-28 12:22 UTC  (7+ messages)

Business proposal
 2011-03-28 10:15 UTC 


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