All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Chaloupka <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man <linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH] madvise.2: madvise(, , MADV_REMOVE) supports ext4, ocfs2 and xfs as well
Date: Wed, 04 Feb 2015 10:39:35 +0100	[thread overview]
Message-ID: <54D1E8D7.70803@redhat.com> (raw)
In-Reply-To: <CAKgNAkg_cOKFC_Mjmn+EjLr4PDnb2GKRq7BhKaEpdks9tgSa9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Hi Michael,

On 02/04/2015 10:28 AM, Michael Kerrisk (man-pages) wrote:
> Hello Jan,
>
> On 18 October 2014 at 17:22, Jan Chaloupka <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
>> As from upstream commit:
>>
>> commit 3f31d07571eeea18a7d34db9af21d2285b807a17
>> Author: Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
>> Date:   Tue May 29 15:06:40 2012 -0700
>>
>>       mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE
>>
>>       Now tmpfs supports hole-punching via fallocate(), switch madvise_remove()
>>       to use do_fallocate() instead of vmtruncate_range(): which extends
>>       madvise(,,MADV_REMOVE) support from tmpfs to ext4, ocfs2 and xfs.
>>
>> madvise(,,MADV_REMOVE) support was extended by ext4, ocfs2 and xfs.
>>
>> bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1120294
>>
>> Justification from Rafael Aquini:
>> Well, that code is committed in kernel since v3.5 (2012) and it surely is
>> the expected behaviour since. It seems to me that madvise(2) man page text
>> for MADV_REMOVE just got out-of-date in that regard.
>>
>> This patch mentions this support in madvise.2 man page.
>>
>> Reworded and corrected by Michael Kerrisk and Hugh Dickins. Thank you.
> Sorry for the delay. I've applied this patch (and tweaked it a little, but
> not in essential details). Not yet pushed to kernel.,org yet.

Thanks :)

> Cheers,
>
> Michael
>
>
>> Signed-off-by: Jan Chaloupka <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>> ---
>>   man2/madvise.2 |   17 ++++++++++++-----
>>   1 file changed, 12 insertions(+), 5 deletions(-)
>>
>> diff --git a/man2/madvise.2 b/man2/madvise.2
>> index 032ead7..b955864 100644
>> --- a/man2/madvise.2
>> +++ b/man2/madvise.2
>> @@ -101,11 +101,18 @@ without an underlying file.
>>   .BR MADV_REMOVE " (since Linux 2.6.16)"
>>   Free up a given range of pages
>>   and its associated backing store.
>> -Currently,
>> -.\" 2.6.18-rc5
>> -only shmfs/tmpfs supports this; other filesystems return with the
>> -error
>> -.BR ENOSYS .
>> +Originally, only shmfs/tmpfs supported this; but since Linux 3.5,
>> +any filesystem which supports the
>> +.BR fallocate(2)
>> +mode
>> +.BR FALLOC_FL_PUNCH_HOLE
>> +also supports the
>> +.BR madvise(2)
>> +advice
>> +.BR MADV_REMOVE .
>> +Other filesystems return with the
>> +.BR EOPNOTSUPP
>> +error.
>>   .\" Databases want to use this feature to drop a section of their
>>   .\" bufferpool (shared memory segments) - without writing back to
>>   .\" disk/swap space.  This feature is also useful for supporting
>>
>
>

-- 
Jan Chaloupka
------------------------------
* Software Engineer          *
* ENG Base Operating Systems *
* Red Hat Czech, s. r. o.    *
* UTC+1 (CET), jchaloup      *

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2015-02-04  9:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-18 15:22 [PATCH] madvise.2: madvise(, , MADV_REMOVE) supports ext4, ocfs2 and xfs as well Jan Chaloupka
     [not found] ` <20141018152240.14951.14405.stgit-/v0jm+aXwyk2pP1PFFXgSPXAX3CI6PSWQQ4Iyu8u01E@public.gmane.org>
2014-10-22  8:41   ` Jan Chaloupka
2015-02-04  9:28   ` Michael Kerrisk (man-pages)
     [not found]     ` <CAKgNAkg_cOKFC_Mjmn+EjLr4PDnb2GKRq7BhKaEpdks9tgSa9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-02-04  9:39       ` Jan Chaloupka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-07 14:03 Jan Chaloupka
     [not found] ` <20141007140337.10571.62743.stgit-/v0jm+aXwyk2pP1PFFXgSPXAX3CI6PSWQQ4Iyu8u01E@public.gmane.org>
2014-10-13  8:24   ` Jan Chaloupka
2014-10-16 10:50   ` Jan Chaloupka
2014-10-17 14:35   ` Michael Kerrisk (man-pages)
     [not found]     ` <5441292E.5000008-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-10-17 21:52       ` Hugh Dickins
     [not found]         ` <alpine.LSU.2.11.1410171408260.11102-fupSdm12i1nKWymIFiNcPA@public.gmane.org>
2014-10-18 15:11           ` Jan Chaloupka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54D1E8D7.70803@redhat.com \
    --to=jchaloup-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.