All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] cifs: clean up management of open filehandles (try #5)
@ 2010-10-15 19:33 Jeff Layton
       [not found] ` <1287171248-464-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 23+ messages in thread
From: Jeff Layton @ 2010-10-15 19:33 UTC (permalink / raw)
  To: smfrench-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA

Fifth attempt at a cleanup of the filehandle management code in CIFS.
The changes from the last set are pretty minimal.

Steve has committed the first three patches in the set, so they've been
dropped from this patchbomb.

Also, I've put the list ordering back in for the flist. I still think
it's a worthless optimization and just makes the code more confusing and
fragile, but Steve feels strongly that it should stay as an ordered
list.

I'd like to see this merged before the 2.6.37 merge window opens.
Comments and suggestions welcome...

Jeff Layton (13):
  cifs: fix flags handling in cifs_posix_open
  cifs: eliminate oflags option from cifs_new_fileinfo
  cifs: eliminate the inode argument from cifs_new_fileinfo
  cifs: clean up cifs_reopen_file
  cifs: cifs_write argument change and cleanup
  cifs: eliminate pfile pointer from cifsFileInfo
  cifs: move cifs_new_fileinfo to file.c
  cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
  cifs: move cifsFileInfo_put to file.c
  cifs: move close processing from cifs_close to cifsFileInfo_put
  cifs: convert cifsFileInfo->count to non-atomic counter
  cifs: wait for writeback to complete in cifs_flush
  cifs: eliminate cifsInodeInfo->write_behind_rc

 fs/cifs/cifsfs.c    |    3 +-
 fs/cifs/cifsglob.h  |   25 +--
 fs/cifs/cifsproto.h |    8 +-
 fs/cifs/cifssmb.c   |    4 +-
 fs/cifs/dir.c       |  156 +-------------
 fs/cifs/file.c      |  612 +++++++++++++++++++++++++--------------------------
 fs/cifs/inode.c     |   15 +-
 fs/cifs/misc.c      |   16 +-
 fs/cifs/readdir.c   |    6 +-
 9 files changed, 334 insertions(+), 511 deletions(-)

-- 
1.7.2.3

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

end of thread, other threads:[~2010-10-24  1:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 19:33 [PATCH 00/13] cifs: clean up management of open filehandles (try #5) Jeff Layton
     [not found] ` <1287171248-464-1-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-10-15 19:33   ` [PATCH 01/13] cifs: fix flags handling in cifs_posix_open Jeff Layton
     [not found]     ` <1287171248-464-2-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-10-17 15:08       ` Suresh Jayaraman
2010-10-15 19:33   ` [PATCH 02/13] cifs: eliminate oflags option from cifs_new_fileinfo Jeff Layton
     [not found]     ` <1287171248-464-3-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-10-17 15:08       ` Suresh Jayaraman
     [not found]         ` <4CBB1182.5050009-l3A5Bk7waGM@public.gmane.org>
2010-10-18  0:59           ` Steve French
2010-10-15 19:33   ` [PATCH 03/13] cifs: eliminate the inode argument " Jeff Layton
2010-10-15 19:33   ` [PATCH 04/13] cifs: clean up cifs_reopen_file Jeff Layton
2010-10-15 19:34   ` [PATCH 05/13] cifs: cifs_write argument change and cleanup Jeff Layton
2010-10-15 19:34   ` [PATCH 06/13] cifs: eliminate pfile pointer from cifsFileInfo Jeff Layton
2010-10-15 19:34   ` [PATCH 07/13] cifs: move cifs_new_fileinfo to file.c Jeff Layton
     [not found]     ` <1287171248-464-8-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-10-18  1:26       ` Steve French
2010-10-15 19:34   ` [PATCH 08/13] cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock Jeff Layton
     [not found]     ` <1287171248-464-9-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-10-18  1:34       ` Steve French
2010-10-15 19:34   ` [PATCH 09/13] cifs: move cifsFileInfo_put to file.c Jeff Layton
2010-10-15 19:34   ` [PATCH 10/13] cifs: move close processing from cifs_close to cifsFileInfo_put Jeff Layton
2010-10-15 19:34   ` [PATCH 11/13] cifs: convert cifsFileInfo->count to non-atomic counter Jeff Layton
     [not found]     ` <1287171248-464-12-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-10-23 16:57       ` Steve French
     [not found]         ` <AANLkTimfSq1vrGjcdLRh5+p=t0oF9ouEOzaVsE5vcZBq-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-10-24  1:09           ` Jeff Layton
2010-10-15 19:34   ` [PATCH 12/13] cifs: wait for writeback to complete in cifs_flush Jeff Layton
2010-10-15 19:34   ` [PATCH 13/13] cifs: eliminate cifsInodeInfo->write_behind_rc Jeff Layton
     [not found]     ` <1287171248-464-14-git-send-email-jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-10-22 18:11       ` Dave Kleikamp
2010-10-22 18:20         ` Jeff Layton

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.