Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2011-04-06 14:03:33 to 2011-04-26 14:10:19 UTC [more...]

[PATCH 0/5] cifs: fix some bounds checking problems
 2011-04-26 14:10 UTC  (7+ 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

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  (14+ 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

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

mids and cifs sendrcv2
 2011-04-22 11:45 UTC  (9+ 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 1/2] cifs: Add idmap key and related data structures and functions (try #17)
 2011-04-21 14:15 UTC 

[PATCH 1/4] CIFS: Simplify connection structure search calls
 2011-04-21 14:07 UTC  (2+ messages)

[PATCH 1/2] CIFS: Forward pid of process who opened file to writepages
 2011-04-21 13:26 UTC  (2+ messages)
  ` [PATCH 2/2] CIFS: Add rwpidforward mount option

[PATCH] CIFS: Add rwpidforward mount option (try #2)
 2011-04-21  8:20 UTC  (5+ 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  (8+ 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 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  (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 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] 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  (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 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)

[PATCH] mount.cifs: only convert '\' to '/' for dev_name
 2011-04-08 18:14 UTC  (3+ messages)
` [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)


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