linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
@ 2015-02-06  5:10 Namjae Jeon
  2015-02-06  5:26 ` Eric Sandeen
  0 siblings, 1 reply; 5+ messages in thread
From: Namjae Jeon @ 2015-02-06  5:10 UTC (permalink / raw)
  To: Dave Chinner; +Cc: linux-fsdevel, Ashish Sangwan, xfs

Update xfs_io manpage for FALLOC_FL_INSERT_RANGE.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
---
 man/man8/xfs_io.8 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
index cf27b99..416206f 100644
--- a/man/man8/xfs_io.8
+++ b/man/man8/xfs_io.8
@@ -404,6 +404,11 @@ Call fallocate with FALLOC_FL_COLLAPSE_RANGE flag as described in the
 manual page to de-allocates blocks and eliminates the hole created in this process
 by shifting data blocks into the hole.
 .TP
+.BI finsert " offset length"
+Call fallocate with FALLOC_FL_INSERT_RANGE flag as described in the
+.BR fallocate (2)
+manual page to create the hole by shifting data blocks.
+.TP
 .BI fpunch " offset length"
 Punches (de-allocates) blocks in the file by calling fallocate with 
 the FALLOC_FL_PUNCH_HOLE flag as described in the
-- 
1.8.5.5

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

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

* Re: [PATCH] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
  2015-02-06  5:10 [PATCH] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE Namjae Jeon
@ 2015-02-06  5:26 ` Eric Sandeen
  2015-02-06  5:39   ` Namjae Jeon
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Sandeen @ 2015-02-06  5:26 UTC (permalink / raw)
  To: Namjae Jeon, Dave Chinner; +Cc: linux-fsdevel, Ashish Sangwan, xfs

On 2/5/15 11:10 PM, Namjae Jeon wrote:
> Update xfs_io manpage for FALLOC_FL_INSERT_RANGE.
> 
> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
> Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
> ---
>  man/man8/xfs_io.8 | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> index cf27b99..416206f 100644
> --- a/man/man8/xfs_io.8
> +++ b/man/man8/xfs_io.8
> @@ -404,6 +404,11 @@ Call fallocate with FALLOC_FL_COLLAPSE_RANGE flag as described in the
>  manual page to de-allocates blocks and eliminates the hole created in this process
>  by shifting data blocks into the hole.
>  .TP
> +.BI finsert " offset length"
> +Call fallocate with FALLOC_FL_INSERT_RANGE flag as described in the
> +.BR fallocate (2)
> +manual page 

So, it looks like the fallocate(2) manpage will need an update as well.  :)
(linux-man@vger.kernel.org I believe)

Thanks,
-Eric

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

* RE: [PATCH] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
  2015-02-06  5:26 ` Eric Sandeen
@ 2015-02-06  5:39   ` Namjae Jeon
  2015-02-06 22:22     ` Dave Chinner
  0 siblings, 1 reply; 5+ messages in thread
From: Namjae Jeon @ 2015-02-06  5:39 UTC (permalink / raw)
  To: 'Eric Sandeen', 'Dave Chinner'
  Cc: linux-fsdevel, 'Ashish Sangwan', xfs

> On 2/5/15 11:10 PM, Namjae Jeon wrote:
> > Update xfs_io manpage for FALLOC_FL_INSERT_RANGE.
> >
> > Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
> > Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
> > ---
> >  man/man8/xfs_io.8 | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> > index cf27b99..416206f 100644
> > --- a/man/man8/xfs_io.8
> > +++ b/man/man8/xfs_io.8
> > @@ -404,6 +404,11 @@ Call fallocate with FALLOC_FL_COLLAPSE_RANGE flag as described in the
> >  manual page to de-allocates blocks and eliminates the hole created in this process
> >  by shifting data blocks into the hole.
> >  .TP
> > +.BI finsert " offset length"
> > +Call fallocate with FALLOC_FL_INSERT_RANGE flag as described in the
> > +.BR fallocate (2)
> > +manual page
> 
Hi Eric,
> So, it looks like the fallocate(2) manpage will need an update as well.  :)
Right, I am planning to send the manpage patch for insert range when merging linus tree..

> (linux-man@vger.kernel.org I believe)
Okay.

Thanks for your point :)
> 
> Thanks,
> -Eric

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

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

* Re: [PATCH] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
  2015-02-06  5:39   ` Namjae Jeon
@ 2015-02-06 22:22     ` Dave Chinner
  2015-02-08 23:41       ` Namjae Jeon
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Chinner @ 2015-02-06 22:22 UTC (permalink / raw)
  To: Namjae Jeon
  Cc: 'Eric Sandeen', linux-fsdevel, 'Ashish Sangwan', xfs

On Fri, Feb 06, 2015 at 02:39:56PM +0900, Namjae Jeon wrote:
> > On 2/5/15 11:10 PM, Namjae Jeon wrote:
> > > Update xfs_io manpage for FALLOC_FL_INSERT_RANGE.
> > >
> > > Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
> > > Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
> > > ---
> > >  man/man8/xfs_io.8 | 5 +++++
> > >  1 file changed, 5 insertions(+)
> > >
> > > diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> > > index cf27b99..416206f 100644
> > > --- a/man/man8/xfs_io.8
> > > +++ b/man/man8/xfs_io.8
> > > @@ -404,6 +404,11 @@ Call fallocate with FALLOC_FL_COLLAPSE_RANGE flag as described in the
> > >  manual page to de-allocates blocks and eliminates the hole created in this process
> > >  by shifting data blocks into the hole.
> > >  .TP
> > > +.BI finsert " offset length"
> > > +Call fallocate with FALLOC_FL_INSERT_RANGE flag as described in the
> > > +.BR fallocate (2)
> > > +manual page
> > 
> Hi Eric,
> > So, it looks like the fallocate(2) manpage will need an update as well.  :)
> Right, I am planning to send the manpage patch for insert range when merging linus tree..

Best to have the man page with the rest of the code changes, that
way they all get reviewed at the same time. :)

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

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

* RE: [PATCH] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
  2015-02-06 22:22     ` Dave Chinner
@ 2015-02-08 23:41       ` Namjae Jeon
  0 siblings, 0 replies; 5+ messages in thread
From: Namjae Jeon @ 2015-02-08 23:41 UTC (permalink / raw)
  To: 'Dave Chinner'
  Cc: 'Eric Sandeen', linux-fsdevel, 'Ashish Sangwan', xfs

> On Fri, Feb 06, 2015 at 02:39:56PM +0900, Namjae Jeon wrote:
> > > On 2/5/15 11:10 PM, Namjae Jeon wrote:
> > > > Update xfs_io manpage for FALLOC_FL_INSERT_RANGE.
> > > >
> > > > Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
> > > > Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
> > > > ---
> > > >  man/man8/xfs_io.8 | 5 +++++
> > > >  1 file changed, 5 insertions(+)
> > > >
> > > > diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> > > > index cf27b99..416206f 100644
> > > > --- a/man/man8/xfs_io.8
> > > > +++ b/man/man8/xfs_io.8
> > > > @@ -404,6 +404,11 @@ Call fallocate with FALLOC_FL_COLLAPSE_RANGE flag as described in the
> > > >  manual page to de-allocates blocks and eliminates the hole created in this process
> > > >  by shifting data blocks into the hole.
> > > >  .TP
> > > > +.BI finsert " offset length"
> > > > +Call fallocate with FALLOC_FL_INSERT_RANGE flag as described in the
> > > > +.BR fallocate (2)
> > > > +manual page
> > >
> > Hi Eric,
> > > So, it looks like the fallocate(2) manpage will need an update as well.  :)
> > Right, I am planning to send the manpage patch for insert range when merging linus tree..
> 
> Best to have the man page with the rest of the code changes, that
> way they all get reviewed at the same time. :)
Agree. I will also send the manpage patch soon.

Thanks :)
> 
> Cheers,
> 
> Dave.
> --
> Dave Chinner
> david@fromorbit.com


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

end of thread, other threads:[~2015-02-08 23:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-06  5:10 [PATCH] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE Namjae Jeon
2015-02-06  5:26 ` Eric Sandeen
2015-02-06  5:39   ` Namjae Jeon
2015-02-06 22:22     ` Dave Chinner
2015-02-08 23:41       ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).