Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2012-05-16 04:00:51 to 2012-06-09 06:25:59 UTC [more...]

[PATCH v5 0/5] transport/session code move to ops struct
 2012-06-09  6:25 UTC 

[RFC, PATCH, RESEND] fs: push rcu_barrier() from deactivate_locked_super() to filesystems
 2012-06-09  0:28 UTC  (16+ messages)
` [RFC, PATCH] "

[RFC, PATCH] fs: push rcu_barrier() from deactivate_locked_super() to filesystems
 2012-06-08 21:43 UTC  (2+ messages)

[PATCH v4 0/7] transport/session code move to ops struct
 2012-06-07 15:51 UTC  (16+ messages)
  ` [PATCH v4 1/7] CIFS: Add safe access to is_valid_oplock and dump_detail ops struct field
  ` [PATCH v4 1/7] CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe
  ` [PATCH v4 2/7] CIFS: Move get_next_mid to ops struct
  ` [PATCH v4 3/7] CIFS: Move trans2 processing "
  ` [PATCH v4 4/7] CIFS: Extend credit mechanism to process request type
  ` [PATCH v4 5/7] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v4 6/7] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v4 7/7] CIFS: Move protocol specific tcon/tdis "

[GIT] CIFS Fixes
 2012-06-04 17:02 UTC 

I would like to work on removing GlobalMid_Lock as my first task 
 2012-05-31 13:21 UTC  (6+ messages)

[PATCH 1/2] CIFS: Fix possible wrong memory allocation
 2012-05-31 10:44 UTC  (2+ messages)
  ` [PATCH 2/2] CIFS: Improve identation in cifs_unlock_range

ANNOUNCE: cifs-utils release 5.5 is ready for download
 2012-05-31  5:49 UTC  (2+ messages)

[PATCH v3 0/7] transport/session code move to ops struct
 2012-05-30 17:17 UTC  (14+ messages)
  ` [PATCH v3 1/7] CIFS: Introduce S_OP/S_OPV macros for a safe access to ops struct field
  ` [PATCH v3 2/7] CIFS: Move get_next_mid to ops struct
  ` [PATCH v3 3/7] CIFS: Move trans2 processing "
  ` [PATCH v3 4/7] CIFS: Extend credit mechanism to process request type
  ` [PATCH v3 5/7] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v3 6/7] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v3 7/7] CIFS: Move protocol specific tcon/tdis "

[PATCH] manpage: document the cache= option and mark strictcache and directio as being deprecated
 2012-05-30 10:10 UTC  (2+ messages)

[GIT] cifs fixes
 2012-05-29 19:37 UTC 

[GIT] CIFS Fixes
 2012-05-29 19:30 UTC  (2+ messages)

[PATCH v2 0/7] transport/session code move to ops struct
 2012-05-29 14:34 UTC  (9+ messages)
  ` [PATCH v2 1/7] CIFS: Introduce S_OP/S_OPV macros for a safe access to ops struct field
  ` [PATCH v2 2/7] CIFS: Move get_next_mid to ops struct
  ` [PATCH v2 3/7] CIFS: Move trans2 processing "
  ` [PATCH v2 4/7] CIFS: Extend credit mechanism to process request type
  ` [PATCH v2 5/7] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH v2 6/7] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH v2 7/7] CIFS: Move protocol specific tcon/tdis "

Why do we use a global lock when manipulating MIDs
 2012-05-29 13:50 UTC  (5+ messages)

Can someone point me at the repos that contains the recent protocol ops structure code?
 2012-05-29  0:35 UTC 

Possible CIFS bug - open one file, get another
 2012-05-28  4:08 UTC  (2+ messages)

(unknown),
 2012-05-25 13:45 UTC 

long cifs timeout when share becomes unavailable
 2012-05-25 12:26 UTC  (4+ messages)

security mechanism message
 2012-05-25 12:14 UTC  (2+ messages)

[PATCH 0/6] transport/session code move to ops struct
 2012-05-25  9:19 UTC  (7+ messages)
  ` [PATCH 1/6] CIFS: Move get_next_mid "
  ` [PATCH 2/6] CIFS: Move trans2 processing "
  ` [PATCH 3/6] CIFS: Extend credit mechanism to process request type
  ` [PATCH 4/6] CIFS: Move protocol specific negotiate code to ops struct
  ` [PATCH 5/6] CIFS: Move protocol specific session setup/logoff "
  ` [PATCH 6/6] CIFS: Move protocol specific tcon/tdis "

stat fails for directory in cifs that contains latin-1 accented character
 2012-05-24 10:51 UTC  (2+ messages)

[PATCH v2 0/5] Move protocol specific transport code to ops struct
 2012-05-23 14:10 UTC  (7+ messages)
  ` [PATCH v2 1/5] CIFS: Move protocol specific part from SendReceive2 "
  ` [PATCH v2 2/5] CIFS: Move header_size/max_header_size to ops structure
  ` [PATCH v2 3/5] CIFS: Move protocol specific part from cifs_readv_receive to ops struct
  ` [PATCH v2 4/5] CIFS: Move protocol specific demultiplex thread calls "
  ` [PATCH v2 5/5] CIFS: Move add/set_credits and get_credits_field to ops structure

linux-cifs 5.4 problems
 2012-05-23  0:35 UTC  (4+ messages)

[Samba] Trouble with mount.cifs while smbclient works (Ubuntu 12.04)
 2012-05-22 13:32 UTC  (12+ messages)
        `  "

[PATCH] cifs: fix oops while traversing open file list (try #4)
 2012-05-21 14:31 UTC  (2+ messages)

[PATCH] mount.cifs: unused variables
 2012-05-21 12:22 UTC  (2+ messages)

[PATCH] cifs: fix oops while traversing open file list (try #3)
 2012-05-21 12:04 UTC  (2+ messages)

[PATCH 0/5] Move protocol specific transport code to ops struct
 2012-05-19 14:50 UTC  (20+ messages)
  ` [PATCH 1/5] CIFS: Move protocol specific part from SendReceive2 "
  ` [PATCH 2/5] CIFS: Move header_size/max_header_size to ops structure
  ` [PATCH 3/5] CIFS: Move protocol specific part from cifs_readv_receive to ops struct
  ` [PATCH 4/5] CIFS: Move protocol specific demultiplex thread calls "
  ` [PATCH 5/5] CIFS: Move add/set_credits and get_credits_field to ops structure

[PATCH] doc: remove old XML sources for mount.cifs.8 and cifs.upcall.8
 2012-05-18 17:11 UTC  (2+ messages)

[PATCH] cifs: fix oops while traversing open file list (try #2)
 2012-05-18 16:25 UTC  (6+ messages)

Howto get the ipaddress from the info in mountinfo?
 2012-05-18 10:32 UTC 

[PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
 2012-05-18  3:32 UTC  (2+ messages)

[PATCH] CIFS: Introduce SMB2 mounts as vers=2.1
 2012-05-17 19:07 UTC 

[PATCH] mount.cifs: don't send a mandatory ver= option to the kernel
 2012-05-17 18:32 UTC  (9+ messages)

[PATCH] mount.cifs: remove smb2 multicall binary code
 2012-05-17 10:48 UTC  (2+ messages)

[PATCH v5] CIFS: Separate protocol specific part from getlk
 2012-05-17  9:13 UTC  (2+ messages)

[PATCH v4 0/5] Separate protocol-specific part from locking code
 2012-05-17  9:06 UTC  (14+ messages)
  ` [PATCH v4 1/5] CIFS: Move locks to cifsFileInfo structure
  ` [PATCH v4 2/5] CIFS: Convert lock type to 32 bit variable
  ` [PATCH v4 3/5] CIFS: Separate protocol specific lock type handling
  ` [PATCH v4 4/5] CIFS: Separate protocol specific part from getlk
  ` [PATCH v4 5/5] CIFS: Separate protocol specific part from setlk

[PATCH 0/3] cifs: add version-specific containers
 2012-05-16 19:15 UTC  (4+ messages)
  ` [PATCH 1/3] cifs: remove the vers= and version= synonyms for ver=
  ` [PATCH 2/3] cifs: add a smb_version_operations/values structures and a smb_version enum
  ` [PATCH 3/3] cifs: convert send_nt_cancel into a version specific op

[GIT] CIFS Fix
 2012-05-16 16:33 UTC 

[PATCH] cifs: fix oops while traversing open file list
 2012-05-16 13:56 UTC  (4+ messages)

[PATCH v2 0/4] cifs: pave way for change to "strictcache" by default
 2012-05-16 11:55 UTC  (5+ messages)
  ` [PATCH v2 1/4] cifs: add a cache= option to better describe the different cache flavors
  ` [PATCH v2 2/4] cifs: add deprecation warnings to strictcache and forcedirectio
  ` [PATCH v2 3/4] cifs: display cache= option in /proc/mounts
  ` [PATCH v2 4/4] cifs: add warning about change in default cache semantics in 3.7

[PATCH v2] cifs: fix misspelling of "forcedirectio"
 2012-05-16 11:31 UTC  (2+ messages)

[PATCH] cifs: fix misspelling of "forcedirectio"
 2012-05-16 11:10 UTC 

SLUB cifs_request: kmem_cache_destroy called for cache that still has objects
 2012-05-16 11:02 UTC  (4+ messages)


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