linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] RFC: iomap-based swapfile activation
@ 2018-05-01 18:48 Aleksei Besogonov
  2018-05-01 18:48 ` [PATCH 1/2] fs: Add iomap_swap_activate Aleksei Besogonov
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Aleksei Besogonov @ 2018-05-01 18:48 UTC (permalink / raw)
  To: linux-xfs, linux-fsdevel, darrick.wong; +Cc: Aleksei Besogonov

V2 of iomap-based swapfile support. 

Changes from V1: additional validations for file extents, based on
a patch from Darrick Wong.

Aleksei Besogonov (2):
  fs: Add iomap_swap_activate
  xfs: add support for iomap-based swapfile activation

 fs/iomap.c            | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/xfs/xfs_aops.c     |   8 ++++
 include/linux/iomap.h |   5 +++
 mm/swapfile.c         |   1 +
 4 files changed, 120 insertions(+)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/2] RFC: iomap-based swap file activation
@ 2018-04-20 22:08 Aleksei Besogonov
  2018-04-20 22:08 ` [PATCH 1/2] fs: Add iomap_swap_activate Aleksei Besogonov
  0 siblings, 1 reply; 9+ messages in thread
From: Aleksei Besogonov @ 2018-04-20 22:08 UTC (permalink / raw)
  To: linux-xfs, linux-fsdevel; +Cc: Aleksei Besogonov

This patch set adds iomap-based swap file initialization, this allows
it to use files with holes on XFS for swap.

Aleksei Besogonov (2):
  fs: Add iomap_swap_activate
  xfs: add support for iomap-based swapfile activation

 fs/iomap.c            | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/xfs/xfs_aops.c     |  7 +++++
 include/linux/iomap.h |  5 +++
 mm/swapfile.c         |  1 +
 4 files changed, 100 insertions(+)

-- 
2.14.1

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

end of thread, other threads:[~2018-05-02  1:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01 18:48 [PATCH 0/2] RFC: iomap-based swapfile activation Aleksei Besogonov
2018-05-01 18:48 ` [PATCH 1/2] fs: Add iomap_swap_activate Aleksei Besogonov
2018-05-01 20:44   ` kbuild test robot
2018-05-02  1:02   ` kbuild test robot
2018-05-01 18:48 ` [PATCH 2/2] xfs: add support for iomap-based swapfile activation Aleksei Besogonov
2018-05-01 19:16 ` [PATCH 0/2] RFC: " Eric Sandeen
  -- strict thread matches above, loose matches on Subject: below --
2018-04-20 22:08 [PATCH 0/2] RFC: iomap-based swap file activation Aleksei Besogonov
2018-04-20 22:08 ` [PATCH 1/2] fs: Add iomap_swap_activate Aleksei Besogonov
2018-04-25 21:34   ` kbuild test robot
2018-04-25 21:38   ` kbuild test robot

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).