All of lore.kernel.org
 help / color / mirror / Atom feed
* cifs: pull request for 3.4
@ 2012-03-19 13:45 Jeff Layton
       [not found] ` <20120319094558.1b6094b4-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2012-03-19 13:45 UTC (permalink / raw)
  To: smfrench-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA

I think these patches have all been acked/reviewed for 3.4. You may
pull them when ready:

The following changes since commit 762ad8a5330325b789cfb6dc896f81cf273ff4e9:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2012-03-13 18:39:28 -0700)

are available in the git repository at:

  git://git.samba.org/jlayton/linux.git cifs-3.4

Jeff Layton (11):
      cifs: clean up call to cifs_dfs_release_automount_timer()
      cifs: clean up ordering in exit_cifs
      cifs: add new cifsiod_wq workqueue
      cifs: add pid field to cifs_writedata
      cifs: allow caller to specify completion op when allocating writedata
      cifs: fix allocation in cifs_write_allocate_pages
      cifs: make cifsFileInfo_get return the cifsFileInfo pointer
      cifs: fix up get_numpages
      cifs: abstract out function to marshal up the iovec array for async writes
      cifs: call cifs_update_eof with i_lock held
      cifs: convert cifs_iovec_write to use async writes

 fs/cifs/cifsfs.c    |   25 +++--
 fs/cifs/cifsglob.h  |    7 +-
 fs/cifs/cifsproto.h |   15 +++-
 fs/cifs/cifssmb.c   |   35 ++++---
 fs/cifs/connect.c   |    8 +-
 fs/cifs/file.c      |  271 +++++++++++++++++++++++++++++++++------------------
 fs/cifs/misc.c      |    2 +-
 7 files changed, 235 insertions(+), 128 deletions(-)


-- 
Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

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

* Re: cifs: pull request for 3.4
       [not found] ` <20120319094558.1b6094b4-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2012-03-21 16:56   ` Steve French
  0 siblings, 0 replies; 2+ messages in thread
From: Steve French @ 2012-03-21 16:56 UTC (permalink / raw)
  To: Jeff Layton; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA

FYI - merged the first two. reviewing the others.

Cleaned up checkpatch warning in first one before merging.

On Mon, Mar 19, 2012 at 8:45 AM, Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> I think these patches have all been acked/reviewed for 3.4. You may
> pull them when ready:
>
> The following changes since commit 762ad8a5330325b789cfb6dc896f81cf273ff4e9:
>
>  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2012-03-13 18:39:28 -0700)
>
> are available in the git repository at:
>
>  git://git.samba.org/jlayton/linux.git cifs-3.4
>
> Jeff Layton (11):
>      cifs: clean up call to cifs_dfs_release_automount_timer()
>      cifs: clean up ordering in exit_cifs
>      cifs: add new cifsiod_wq workqueue
>      cifs: add pid field to cifs_writedata
>      cifs: allow caller to specify completion op when allocating writedata
>      cifs: fix allocation in cifs_write_allocate_pages
>      cifs: make cifsFileInfo_get return the cifsFileInfo pointer
>      cifs: fix up get_numpages
>      cifs: abstract out function to marshal up the iovec array for async writes
>      cifs: call cifs_update_eof with i_lock held
>      cifs: convert cifs_iovec_write to use async writes
>
>  fs/cifs/cifsfs.c    |   25 +++--
>  fs/cifs/cifsglob.h  |    7 +-
>  fs/cifs/cifsproto.h |   15 +++-
>  fs/cifs/cifssmb.c   |   35 ++++---
>  fs/cifs/connect.c   |    8 +-
>  fs/cifs/file.c      |  271 +++++++++++++++++++++++++++++++++------------------
>  fs/cifs/misc.c      |    2 +-
>  7 files changed, 235 insertions(+), 128 deletions(-)
>
>
> --
> Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>



-- 
Thanks,

Steve

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

end of thread, other threads:[~2012-03-21 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 13:45 cifs: pull request for 3.4 Jeff Layton
     [not found] ` <20120319094558.1b6094b4-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-03-21 16:56   ` Steve French

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.