linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] xfs: add online relabel capabilities
@ 2018-04-30 15:40 Eric Sandeen
  2018-04-30 15:42 ` [PATCH 1/5] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs Eric Sandeen
                   ` (4 more replies)
  0 siblings, 5 replies; 29+ messages in thread
From: Eric Sandeen @ 2018-04-30 15:40 UTC (permalink / raw)
  To: linux-xfs

Sending V1 just to the xfs list for xfs comments, and assuming
at least a V2 will emerge; I'll cc: fsdevel & btrfs on that one.

This implements online label set/get ioctls for xfs, following the
btrfs example.  We've had at least one request for this, and Chris Mason
tells me he's heard similar requests, and apparently even Darrick wished
for this once.  :)

Patch5 is the xfs_io userspace patch, once this is all sorted I'll add a
wrapper to xfs_admin as well.

This can also be tested w/ the "btrfs filesystem label" command since it
re-uses their ioctl.

Thanks,
-Eric

^ permalink raw reply	[flat|nested] 29+ messages in thread
* [PATCH V2 0/5] xfs: online label
@ 2018-05-14 17:30 Eric Sandeen
  2018-05-14 17:43 ` [PATCH 5/5] xfs_io: add label command Eric Sandeen
  0 siblings, 1 reply; 29+ messages in thread
From: Eric Sandeen @ 2018-05-14 17:30 UTC (permalink / raw)
  To: linux-xfs

resend of the whole series; broke out btrfs changes from vfs change
(can send btrfs changes (much) later), made my own backup super update
function to just avoid collision with dchinner, and changed the max length
handling a bit so we don't have 256-byte arrays on the stack.

xfs list only for now 'cause I probably did something wrong in xfs land
and don't want to subject everyone else to it.  ;)

Thanks,
-Eric

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

end of thread, other threads:[~2018-05-16  0:57 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-30 15:40 [PATCH 0/5] xfs: add online relabel capabilities Eric Sandeen
2018-04-30 15:42 ` [PATCH 1/5] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs Eric Sandeen
2018-05-02 14:30   ` Darrick J. Wong
2018-04-30 15:43 ` [PATCH 2/5] xfs: factor out secondary superblock updates Eric Sandeen
2018-05-01 14:17   ` Brian Foster
2018-05-01 14:19     ` Eric Sandeen
2018-05-02 14:29   ` Darrick J. Wong
2018-04-30 15:45 ` [PATCH 3/5] xfs: move xfs_scrub_checkpoint_log to xfs_log_checkpoint for general use Eric Sandeen
2018-05-01 23:04   ` Eric Sandeen
2018-04-30 15:46 ` [PATCH 4/5] xfs: implement online get/set fs label Eric Sandeen
2018-05-01 14:18   ` Brian Foster
2018-05-01 14:27     ` Eric Sandeen
2018-05-01 14:42       ` Brian Foster
2018-05-01 14:49         ` Darrick J. Wong
2018-05-01 15:01         ` Eric Sandeen
2018-05-01 22:11   ` Dave Chinner
2018-05-01 22:20     ` Eric Sandeen
2018-05-01 23:04   ` [PATCH 4/5 V2] " Eric Sandeen
2018-05-02 10:48     ` Brian Foster
2018-05-02 14:24     ` Darrick J. Wong
2018-05-02 14:28       ` Eric Sandeen
2018-05-02 14:38         ` Darrick J. Wong
2018-05-02 21:57         ` Dave Chinner
2018-04-30 15:48 ` [PATCH 5/5] xfs_io: add label command Eric Sandeen
2018-05-02 14:37   ` Darrick J. Wong
  -- strict thread matches above, loose matches on Subject: below --
2018-05-14 17:30 [PATCH V2 0/5] xfs: online label Eric Sandeen
2018-05-14 17:43 ` [PATCH 5/5] xfs_io: add label command Eric Sandeen
2018-05-15  4:32   ` Dave Chinner
2018-05-15 15:06     ` Eric Sandeen
2018-05-16  0:57       ` Dave Chinner

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