Re: support freeze operation like xfs_freeze

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Vitez Gabor wrote:
> Hi,
> 
> It would be really great if ext4 supported an xfs_freeze like operation. 
> On xfs it spared me a lot of headaches when I was playing with unstable 
> kernel features.
> 
>   thanks
>     Gabor
>

Right now ext3 and ext4 -can- be frozen, but only via devicemapper,
because the call to freeze_bdev is only exposed via

<dm ioctl>
  dev_suspend
    do_suspend
      dm_suspend
        lock_fs
          freeze_bdev <-- generic, exported kernel function

on an lvm volume.  So, I think ext[34] are perfectly capable of being
frozen, there's just no generic userspace utility to point at a generic
block device to do that freezing.  xfs's collection of ioctls to do this
directly got grandfathered in, I guess.  :)

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

[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux