public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] XFS fix for 3.14-rc2
@ 2014-02-06 17:31 Ben Myers
  2014-02-06 21:34 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Myers @ 2014-02-06 17:31 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Hi Linus,

   Please pull this xfs update for 3.14.  This is to allow logical sector sized
   direct io on advanced format disks.  Eric expressed a desire to get this fix
   in 3.14 because this bug affects some virtualization packages.

Thanks,
	Ben

The following changes since commit bf3964c188d686424ff7b69a45941851b9f437f0:

  Merge branch 'xfs-extent-list-locking-fixes' into for-next (2014-01-09 16:03:18 -0600)

are available in the git repository at:


  git://oss.sgi.com/xfs/xfs.git tags/xfs-for-linus-v3.14-rc1-2

for you to fetch changes up to 7c71ee78031c248dca13fc94dea9a4cc217db6cf:

  xfs: allow logical-sector sized O_DIRECT (2014-01-24 11:55:42 -0600)

----------------------------------------------------------------
xfs: update #2 for v3.14-rc1

- allow logical sector sized direct io on 'advanced format' 4k/512 disk.

----------------------------------------------------------------
Eric Sandeen (3):
      xfs: clean up xfs_buftarg
      xfs: rename xfs_buftarg structure members
      xfs: allow logical-sector sized O_DIRECT

 fs/xfs/xfs_buf.c   | 14 +++++++++-----
 fs/xfs/xfs_buf.h   | 20 +++++++++++++++++---
 fs/xfs/xfs_file.c  |  7 +++++--
 fs/xfs/xfs_ioctl.c |  2 +-
 4 files changed, 32 insertions(+), 11 deletions(-)

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [GIT PULL] XFS fix for 3.14-rc2
  2014-02-06 17:31 [GIT PULL] XFS fix for 3.14-rc2 Ben Myers
@ 2014-02-06 21:34 ` Linus Torvalds
  2014-02-06 21:53   ` Ben Myers
  2014-02-07 15:57   ` Steven Rostedt
  0 siblings, 2 replies; 4+ messages in thread
From: Linus Torvalds @ 2014-02-06 21:34 UTC (permalink / raw)
  To: Ben Myers; +Cc: Andrew Morton, Linux Kernel Mailing List, xfs

I have no idea why you keep re-sending this.

It got merged a week ago. See commit f1499382f114.

                Linus

On Thu, Feb 6, 2014 at 9:31 AM, Ben Myers <bpm@sgi.com> wrote:
> Hi Linus,
>
>    Please pull this xfs update for 3.14.  This is to allow logical sector sized
>    direct io on advanced format disks.  Eric expressed a desire to get this fix
>    in 3.14 because this bug affects some virtualization packages.
>
> Thanks,
>         Ben
>
> The following changes since commit bf3964c188d686424ff7b69a45941851b9f437f0:
>
>   Merge branch 'xfs-extent-list-locking-fixes' into for-next (2014-01-09 16:03:18 -0600)
>
> are available in the git repository at:
>
>
>   git://oss.sgi.com/xfs/xfs.git tags/xfs-for-linus-v3.14-rc1-2
>
> for you to fetch changes up to 7c71ee78031c248dca13fc94dea9a4cc217db6cf:
>
>   xfs: allow logical-sector sized O_DIRECT (2014-01-24 11:55:42 -0600)
>
> ----------------------------------------------------------------
> xfs: update #2 for v3.14-rc1
>
> - allow logical sector sized direct io on 'advanced format' 4k/512 disk.
>
> ----------------------------------------------------------------
> Eric Sandeen (3):
>       xfs: clean up xfs_buftarg
>       xfs: rename xfs_buftarg structure members
>       xfs: allow logical-sector sized O_DIRECT
>
>  fs/xfs/xfs_buf.c   | 14 +++++++++-----
>  fs/xfs/xfs_buf.h   | 20 +++++++++++++++++---
>  fs/xfs/xfs_file.c  |  7 +++++--
>  fs/xfs/xfs_ioctl.c |  2 +-
>  4 files changed, 32 insertions(+), 11 deletions(-)

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [GIT PULL] XFS fix for 3.14-rc2
  2014-02-06 21:34 ` Linus Torvalds
@ 2014-02-06 21:53   ` Ben Myers
  2014-02-07 15:57   ` Steven Rostedt
  1 sibling, 0 replies; 4+ messages in thread
From: Ben Myers @ 2014-02-06 21:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Linux Kernel Mailing List, xfs

On Thu, Feb 06, 2014 at 01:34:53PM -0800, Linus Torvalds wrote:
> I have no idea why you keep re-sending this.
> 
> It got merged a week ago. See commit f1499382f114.

Ok, there it is.  Sorry for the noise.

Thanks,
	Ben	

> On Thu, Feb 6, 2014 at 9:31 AM, Ben Myers <bpm@sgi.com> wrote:
> > Hi Linus,
> >
> >    Please pull this xfs update for 3.14.  This is to allow logical sector sized
> >    direct io on advanced format disks.  Eric expressed a desire to get this fix
> >    in 3.14 because this bug affects some virtualization packages.
> >
> > Thanks,
> >         Ben
> >
> > The following changes since commit bf3964c188d686424ff7b69a45941851b9f437f0:
> >
> >   Merge branch 'xfs-extent-list-locking-fixes' into for-next (2014-01-09 16:03:18 -0600)
> >
> > are available in the git repository at:
> >
> >
> >   git://oss.sgi.com/xfs/xfs.git tags/xfs-for-linus-v3.14-rc1-2
> >
> > for you to fetch changes up to 7c71ee78031c248dca13fc94dea9a4cc217db6cf:
> >
> >   xfs: allow logical-sector sized O_DIRECT (2014-01-24 11:55:42 -0600)
> >
> > ----------------------------------------------------------------
> > xfs: update #2 for v3.14-rc1
> >
> > - allow logical sector sized direct io on 'advanced format' 4k/512 disk.
> >
> > ----------------------------------------------------------------
> > Eric Sandeen (3):
> >       xfs: clean up xfs_buftarg
> >       xfs: rename xfs_buftarg structure members
> >       xfs: allow logical-sector sized O_DIRECT
> >
> >  fs/xfs/xfs_buf.c   | 14 +++++++++-----
> >  fs/xfs/xfs_buf.h   | 20 +++++++++++++++++---
> >  fs/xfs/xfs_file.c  |  7 +++++--
> >  fs/xfs/xfs_ioctl.c |  2 +-
> >  4 files changed, 32 insertions(+), 11 deletions(-)
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [GIT PULL] XFS fix for 3.14-rc2
  2014-02-06 21:34 ` Linus Torvalds
  2014-02-06 21:53   ` Ben Myers
@ 2014-02-07 15:57   ` Steven Rostedt
  1 sibling, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2014-02-07 15:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Ben Myers, xfs, Andrew Morton, Linux Kernel Mailing List

On Thu, Feb 06, 2014 at 01:34:53PM -0800, Linus Torvalds wrote:
> I have no idea why you keep re-sending this.
> 
> It got merged a week ago. See commit f1499382f114.
> 

Ben, you might want to subscribe to git-commits-head@vger.kernel.org
and then add this to your .procmailrc:

:0 H
* List-id: <git-commits-head.vger.kernel.org>
{
        :0 B
        * !Signed-off-by: Ben Myers <bpm@sgi.com>
        /dev/null

        :0 fw
        | /bin/sed -e 's/^Subject: /Subject: [linus-commit]/'
}


Then you get a nice email when your commits are added to Linus's tree.

-- Steve

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2014-02-07 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 17:31 [GIT PULL] XFS fix for 3.14-rc2 Ben Myers
2014-02-06 21:34 ` Linus Torvalds
2014-02-06 21:53   ` Ben Myers
2014-02-07 15:57   ` Steven Rostedt

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