All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add strict cache mode (try #4)
@ 2010-11-28  8:12 Pavel Shilovsky
       [not found] ` <1290931972-2770-1-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 33+ messages in thread
From: Pavel Shilovsky @ 2010-11-28  8:12 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA

Re-posting the whole set of strict cache patches.

Pavel Shilovsky (6):
  CIFS: Make cifsFileInfo_put work with strict cache mode (try #4)
  CIFS: Make read call work with strict cache mode (try #2)
  CIFS: Make write call work with strict cache mode (try #2)
  CIFS: Make cifs_fsync work with strict cache mode (try #2)
  CIFS: Make cifs_file_map work with strict cache mode (try #2)
  CIFS: Add strictcache mount option (try #2)

 fs/cifs/README       |    5 +++
 fs/cifs/cifs_fs_sb.h |    1 +
 fs/cifs/cifsfs.c     |   71 +++++++++++++++++++++++++++++++++++++++++++++----
 fs/cifs/connect.c    |    5 +++
 fs/cifs/file.c       |   42 +++++++++++++++++++++--------
 5 files changed, 106 insertions(+), 18 deletions(-)

-- 
1.7.3.2

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2010-12-06 17:55 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28  8:12 [PATCH 0/6] Add strict cache mode (try #4) Pavel Shilovsky
     [not found] ` <1290931972-2770-1-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-11-28  8:12   ` [PATCH 1/6] CIFS: Make cifsFileInfo_put work with " Pavel Shilovsky
     [not found]     ` <1290931972-2770-2-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-11-28 11:23       ` Jeff Layton
2010-11-28  8:12   ` [PATCH 2/6] CIFS: Make read call work with strict cache mode (try #2) Pavel Shilovsky
     [not found]     ` <1290931972-2770-3-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-11-28 11:28       ` Jeff Layton
2010-11-29  7:35       ` Christoph Hellwig
     [not found]         ` <20101129073555.GA4573-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2010-11-29 10:41           ` Pavel Shilovsky
     [not found]             ` <AANLkTimcVhP10LSn5+F+AY+ppnrhKmp_VCsjkKf04cQr-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-29 11:34               ` Pavel Shilovsky
2010-11-29 11:56               ` Jeff Layton
2010-11-28  8:12   ` [PATCH 3/6] CIFS: Make write " Pavel Shilovsky
     [not found]     ` <1290931972-2770-4-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-11-28 11:36       ` Jeff Layton
     [not found]         ` <20101128063604.7d9cdded-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2010-11-28 11:51           ` Jeff Layton
     [not found]             ` <20101128065100.51c8a404-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2010-11-29 10:58               ` Pavel Shilovsky
     [not found]                 ` <AANLkTimO9t_wXPZRWXx856-wkG-EwRWTizrCKSo4e2SY-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-29 11:37                   ` Jeff Layton
     [not found]                     ` <20101129063713.0b71ac09-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2010-11-29 11:55                       ` Pavel Shilovsky
2010-11-29 12:13                       ` Suresh Jayaraman
     [not found]                         ` <4CF39901.3010108-l3A5Bk7waGM@public.gmane.org>
2010-11-29 12:16                           ` Pavel Shilovsky
2010-11-29 12:26                           ` Pavel Shilovsky
     [not found]                             ` <AANLkTimvA08MT5gcy=h_w6UtcTgyvos4X4x+KUTVbM8u-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-29 16:24                               ` Suresh Jayaraman
     [not found]                                 ` <4CF3D3D9.3060500-l3A5Bk7waGM@public.gmane.org>
2010-11-29 17:08                                   ` Pavel Shilovsky
     [not found]                                     ` <AANLkTikB6_nwg+G+pYv9NNeohHPwymjUkv3r-mJkZBxW-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-01  9:46                                       ` Suresh Jayaraman
     [not found]                                         ` <4CF61979.5080505-l3A5Bk7waGM@public.gmane.org>
2010-12-01 16:39                                           ` Pavel Shilovsky
     [not found]                                             ` <AANLkTik1AC5YJV_CtihSobE1mgj1-7tuiBLf7_nDsiv2-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-06 11:50                                               ` Suresh Jayaraman
     [not found]                                                 ` <4CFCCE17.2010108-l3A5Bk7waGM@public.gmane.org>
2010-12-06 17:55                                                   ` Pavel Shilovsky
2010-11-28  8:12   ` [PATCH 4/6] CIFS: Make cifs_fsync " Pavel Shilovsky
     [not found]     ` <1290931972-2770-5-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-11-28 11:42       ` Jeff Layton
     [not found]         ` <20101128064219.7ca2274c-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2010-11-28 11:52           ` Jeff Layton
2010-11-28  8:12   ` [PATCH 5/6] CIFS: Make cifs_file_map " Pavel Shilovsky
2010-11-28  8:12   ` [PATCH 6/6] CIFS: Add strictcache mount option " Pavel Shilovsky
2010-11-29 10:54   ` [PATCH 0/6] Add strict cache mode (try #4) Suresh Jayaraman
     [not found]     ` <4CF3864E.50901-l3A5Bk7waGM@public.gmane.org>
2010-11-29 11:00       ` Pavel Shilovsky
     [not found]         ` <AANLkTinLbS7V=Ok_Eje=mnrBOkZEJJo9iQ9SYwHsbsag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-29 12:15           ` Suresh Jayaraman
     [not found]             ` <4CF3995C.4080709-l3A5Bk7waGM@public.gmane.org>
2010-11-29 12:22               ` Pavel Shilovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.