[PATCH 1/2] ocfs2: Add group extend for online resize
This patch adds the ability for a userspace program to request an extend of last cluster group on an Ocfs2 file system. The request is made via ioctl, OCFS2_IOC_GROUP_EXTEND. This is derived from EXT3_IOC_GROUP_EXTEND, but is obviously Ocfs2 specific. tunefs.ocfs2 would call this for an online-resize operation if the last cluster group isn't full. Signed-off-by:Tao Ma <tao.ma@oracle.com> Signed-off-by:
Mark Fasheh <mark.fasheh@oracle.com>
Showing
- fs/ocfs2/Makefile 1 addition, 0 deletionsfs/ocfs2/Makefile
- fs/ocfs2/buffer_head_io.c 61 additions, 0 deletionsfs/ocfs2/buffer_head_io.c
- fs/ocfs2/buffer_head_io.h 2 additions, 0 deletionsfs/ocfs2/buffer_head_io.h
- fs/ocfs2/ioctl.c 8 additions, 0 deletionsfs/ocfs2/ioctl.c
- fs/ocfs2/journal.h 3 additions, 0 deletionsfs/ocfs2/journal.h
- fs/ocfs2/ocfs2_fs.h 2 additions, 0 deletionsfs/ocfs2/ocfs2_fs.h
- fs/ocfs2/resize.c 398 additions, 0 deletionsfs/ocfs2/resize.c
- fs/ocfs2/resize.h 31 additions, 0 deletionsfs/ocfs2/resize.h
- fs/ocfs2/suballoc.c 4 additions, 7 deletionsfs/ocfs2/suballoc.c
- fs/ocfs2/suballoc.h 8 additions, 0 deletionsfs/ocfs2/suballoc.h
Loading
Please register or sign in to comment