Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-04-12 09:39:13 to 2011-05-03 07:29:56 UTC [more...]

Hello;
 2011-05-03  7:29 UTC 

[PATCH 0/5] cifs: fix some bounds checking problems
 2011-05-03  3:44 UTC  (26+ messages)
  ` [PATCH 1/5] cifs: change bleft in decode_unicode_ssetup back to signed type
  ` [PATCH 2/5] cifs: check for bytes_remaining going to zero in CIFS_SessSetup
  ` [PATCH 3/5] cifs: sanitize length checking in coalesce_t2
  ` [PATCH 4/5] cifs: refactor mid finding loop in cifs_demultiplex_thread
  ` [PATCH 5/5] cifs: handle errors from coalesce_t2
      ` [PATCH 3/5] cifs: sanitize length checking in coalesce_t2 (try #2)
      ` [PATCH] cifs: sanitize length checking in coalesce_t2 (try #3)

Status of W2k8 DFS support patches?
 2011-05-02 19:20 UTC 

[PATCH 1/2] CIFS: Forward pid of process who opened file to writepages
 2011-05-02 17:08 UTC  (11+ messages)
  ` [PATCH 2/2] CIFS: Add rwpidforward mount option

[PATCH] CIFS: Add rwpidforward mount option (try #2)
 2011-05-02 15:25 UTC  (7+ messages)

[PATCH 0/8] cifs: asynchronous writepages support (try #3)
 2011-05-02 14:27 UTC  (10+ messages)
  ` [PATCH 1/8] cifs: consolidate SendReceive response checks
  ` [PATCH 2/8] cifs: make cifs_send_async take a kvec array
  ` [PATCH 3/8] cifs: don't call mid_q_entry->callback under the Global_MidLock
  ` [PATCH 4/8] cifs: add ignore_pend flag to cifs_call_async
  ` [PATCH 5/8] cifs: add cifs_async_writev
  ` [PATCH 6/8] cifs: convert cifs_writepages to use async writes
  ` [PATCH 7/8] cifs: clean up wsize negotiation and allow for larger wsize
  ` [PATCH 8/8] cifs: use the server's MaxMpxCount to determine max requests in flight

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

[PATCH] cifs-utils: Handle cifs_idmap type of key to map a SID to either an uid or gid (try #17 repost)
 2011-05-02 12:35 UTC  (3+ messages)

[PATCH 1/4] CIFS: Simplify connection structure search calls
 2011-05-02 12:21 UTC  (3+ messages)

CIFS Not Responding Error On Working System
 2011-05-02 11:01 UTC  (6+ messages)

[PATCH] cifs: keep BCC in little-endian format (try #2)
 2011-04-29 14:26 UTC 

[PATCH 1/1] cifs: Add idmap key and related data structures and functions (try #17 repost)
 2011-04-28  4:34 UTC 

[PATCH 1/2] cifs: Add idmap key and related data structures and functions (try #17)
 2011-04-27 15:43 UTC  (3+ messages)

[PATCH] cifs: Don't offer NFS export in Kconfig if nfsd is not enabled
 2011-04-27 14:58 UTC  (3+ messages)

mids and cifs sendrcv2
 2011-04-26 19:40 UTC  (10+ messages)

Question about notify
 2011-04-26 13:16 UTC  (5+ messages)

[PATCH v4 1/6] cifs: Extract DFS referral expansion logic to separate function
 2011-04-26 11:40 UTC  (3+ messages)

[GIT] CIFS Fix
 2011-04-26  3:12 UTC 

[PATCH] cifs-utils: Handle cifs_idmap type of key to map a SID to either an uid or gid (try #17)
 2011-04-25 11:26 UTC  (2+ messages)

[PATCH] CIFS: Simplify invalidate part (try #5)
 2011-04-25 11:23 UTC  (6+ messages)

[PATCH 2/2] cifs: Invoke id mapping functions (try #17 repost)
 2011-04-25 11:08 UTC  (2+ messages)

Status??
 2011-04-25  8:10 UTC  (4+ messages)

[PATCH 2/2] CIFS: Simplify invalidate part (try #2)
 2011-04-23 14:22 UTC  (18+ messages)

CONGRATULATIONS
 2011-04-22 15:26 UTC 

[PATCH 2/2] cifs: Invoke id mapping functions (try #17)
 2011-04-22 12:17 UTC  (3+ messages)

[PATCH] CIFS: Simplify invalidate part (try #4)
 2011-04-22  8:11 UTC 

[PATCH] CIFS: Fix memory over bound bug in cifs_parse_mount_options
 2011-04-21 17:25 UTC  (3+ messages)

[PATCH 2/2] cifs: Invoke id mapping functions (try #16)
 2011-04-20 18:10 UTC  (4+ messages)

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

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

[PATCH] cifs: guard against entries being deleted from open file list
 2011-04-19 11:49 UTC  (6+ messages)

[PATCH v5 1/6] cifs: Extract DFS referral expansion logic to separate function
 2011-04-18 14:17 UTC  (3+ messages)

[PATCH 2/2] cifs: Invoke id mapping functions (try #15)
 2011-04-18 13:19 UTC  (2+ messages)

[PATCH] cifs: Fix extended security auth failure
 2011-04-18 12:51 UTC  (5+ messages)

[PATCH] mount.cifs: fix test for strtoul failure in mount.cifs
 2011-04-18 12:06 UTC  (2+ messages)

[PATCH] CIFS: Add rwpidforward mount option
 2011-04-18 11:59 UTC  (2+ messages)

[PATCH 0/5] cifs: asynchronous writepages support (try #1)
 2011-04-15 10:45 UTC  (14+ messages)
` [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 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] 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 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  (4+ 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 


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