From: Bob Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 00/12] gfs2: punch hole
Date: Tue, 16 Jan 2018 12:51:32 -0500 (EST) [thread overview]
Message-ID: <1468995485.503401.1516125092301.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20171222143507.26680-1-agruenba@redhat.com>
----- Original Message -----
| These patches fix a few minor issues in the non-recursive delete
| implementation, add upper bound parameters so that these functions can
| be used for punching holes in addition to truncating files at a given
| position, and implement the fallocate hole punching operation base don
| that.
|
| These patches pass xfstests, but they haven't been tested very heavily
| beyond that.
|
| Andreas Gruenbacher (11):
| gfs2: Remove pointless BUG_ON
| gfs2: Clean up trunc_start error path
| gfs2: truncate: Remove unnecessary oldsize parameters
| gfs2: Remove minor gfs2_journaled_truncate inefficiencies
| gfs2: Clean up {lookup,fillup}_metapath
| gfs2: Fix metadata read-ahead during truncate
| gfs2: Improve non-recursive delete algorithm
| Turn gfs2_block_truncate_page into gfs2_block_zero_range
| gfs2: Generalize truncate code
| gfs2: Turn trunc_dealloc into punch_hole
| gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
|
| Steven Whitehouse (1):
| gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use
|
| fs/gfs2/bmap.c | 571
| +++++++++++++++++++++++++++++++++++++++-----------------
| fs/gfs2/bmap.h | 1 +
| fs/gfs2/file.c | 19 +-
| fs/gfs2/rgrp.c | 7 +
| fs/gfs2/trans.c | 1 -
| 5 files changed, 418 insertions(+), 181 deletions(-)
|
| --
| 2.14.3
Hi,
Thanks. I pushed the (now-revised) punch-hole patch set to the for-next
branch of linux-gfs2 repository. I also threw a bunch of my truncate
and delete tests at them, and it all seemed to work properly.
7d2040199855 Steven Whitehouse gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use
ccd77a7f6cad Andreas Gruenbacher gfs2: Remove pointless BUG_ON
e6bf7ff650bd Andreas Gruenbacher gfs2: Clean up trunc_start error path
afbf9be543a6 Andreas Gruenbacher gfs2: truncate: Remove unnecessary oldsize parameters
fb898e411939 Andreas Gruenbacher gfs2: Remove minor gfs2_journaled_truncate inefficiencies
5824d54d8ad3 Andreas Gruenbacher gfs2: Clean up {lookup,fillup}_metapath
019cb01e5d94 Andreas Gruenbacher gfs2: Fix metadata read-ahead during truncate
11935f6d990d Andreas Gruenbacher gfs2: Improve non-recursive delete algorithm
2d63ef4b89ba Andreas Gruenbacher Turn gfs2_block_truncate_page into gfs2_block_zero_range
2a220ac9e3f7 Andreas Gruenbacher gfs2: Generalize truncate code
60788120c6c2 Andreas Gruenbacher gfs2: Turn trunc_dealloc into punch_hole
9da8249e14da Andreas Gruenbacher gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
Regards,
Bob Peterson
prev parent reply other threads:[~2018-01-16 17:51 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-22 14:34 [Cluster-devel] [PATCH 00/12] gfs2: punch hole Andreas Gruenbacher
2017-12-22 14:34 ` [Cluster-devel] [PATCH 01/12] gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use Andreas Gruenbacher
2017-12-22 14:34 ` [Cluster-devel] [PATCH 02/12] gfs2: Remove pointless BUG_ON Andreas Gruenbacher
2017-12-22 14:34 ` [Cluster-devel] [PATCH 03/12] gfs2: Clean up trunc_start error path Andreas Gruenbacher
2018-01-08 20:12 ` Bob Peterson
2018-01-08 20:50 ` Bob Peterson
2017-12-22 14:34 ` [Cluster-devel] [PATCH 04/12] gfs2: truncate: Remove unnecessary oldsize parameters Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 05/12] gfs2: Remove minor gfs2_journaled_truncate inefficiencies Andreas Gruenbacher
2018-01-09 13:53 ` Bob Peterson
2018-01-09 14:21 ` Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 06/12] gfs2: Clean up {lookup, fillup}_metapath Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 07/12] gfs2: Fix metadata read-ahead during truncate Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 08/12] gfs2: Improve non-recursive delete algorithm Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 09/12] Turn gfs2_block_truncate_page into gfs2_block_zero_range Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 10/12] gfs2: Generalize truncate code Andreas Gruenbacher
2018-01-09 15:45 ` Bob Peterson
2018-01-09 17:14 ` Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 11/12] gfs2: Turn trunc_dealloc into punch_hole Andreas Gruenbacher
2018-01-12 17:38 ` Andreas Gruenbacher
2017-12-22 14:35 ` [Cluster-devel] [PATCH 12/12] gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE) Andreas Gruenbacher
2018-01-16 17:51 ` Bob Peterson [this message]
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=1468995485.503401.1516125092301.JavaMail.zimbra@redhat.com \
--to=rpeterso@redhat.com \
/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.