linux-IllusionX/fs/ocfs2
Tristan Ye 9df5778ece Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h
Currently we were adding ioctl cmds/structures for ocfs2 into ocfs2_fs.h
which was used for define ocfs2 on-disk layout. That sounds a little bit
confusing, and it may be quickly polluted espcially when growing the
ocfs2_info_request ioctls afterwards(it will grow i bet).

As a result, such OCFS2 IOCs do need to be placed somewhere other than
ocfs2_fs.h, a separated ocfs2_ioctl.h will be added to store such ioctl
structures and definitions which could also be used from userspace to
invoke ioctls call.

Signed-off-by: Tristan Ye <tristan.ye@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
2010-03-02 14:10:20 -08:00
..
cluster ocfs2: Use a separate masklog for AST and BASTs 2010-02-27 19:57:06 -08:00
dlm dlm: allow dlm do recovery during shutdown 2010-02-26 15:41:19 -08:00
dlmfs ocfs2/userdlm: Add tracing in userdlm 2010-02-27 19:57:07 -08:00
acl.c
acl.h
alloc.c ocfs2: add extent block stealing for ocfs2 v5 2010-02-26 15:41:07 -08:00
alloc.h
aops.c ocfs2: Only bug out in direct io write for reflinked extent. 2010-02-26 15:41:19 -08:00
aops.h
blockcheck.c
blockcheck.h
buffer_head_io.c
buffer_head_io.h
dcache.c
dcache.h
dir.c ocfs2: add extent block stealing for ocfs2 v5 2010-02-26 15:41:07 -08:00
dir.h
dlmglue.c ocfs2: Use a separate masklog for AST and BASTs 2010-02-27 19:57:06 -08:00
dlmglue.h
export.c
export.h
extent_map.c
extent_map.h
file.c ocfs2: send SIGXFSZ if new filesize exceeds limit -v2 2010-02-27 20:08:51 -08:00
file.h
heartbeat.c
heartbeat.h
inode.c
inode.h
ioctl.c
ioctl.h Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 2010-03-02 14:10:20 -08:00
journal.c
journal.h
Kconfig
localalloc.c ocfs2: add extent block stealing for ocfs2 v5 2010-02-26 15:41:07 -08:00
localalloc.h
locks.c
locks.h
Makefile ocfs2_dlmfs: Move to its own directory 2010-02-26 15:41:14 -08:00
mmap.c
mmap.h
namei.c
namei.h
ocfs1_fs_compat.h
ocfs2.h Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 2010-03-02 14:10:20 -08:00
ocfs2_fs.h Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 2010-03-02 14:10:20 -08:00
ocfs2_ioctl.h Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 2010-03-02 14:10:20 -08:00
ocfs2_lockid.h
ocfs2_lockingver.h ocfs2_dlmfs: Enable the use of user cluster stacks. 2010-02-26 15:41:18 -08:00
quota.h
quota_global.c
quota_local.c
refcounttree.c ocfs2: add extent block stealing for ocfs2 v5 2010-02-26 15:41:07 -08:00
refcounttree.h
resize.c
resize.h
slot_map.c
slot_map.h
stack_o2cb.c ocfs2: Hang the locking proto on the cluster conn and use it in asts. 2010-02-26 15:41:16 -08:00
stack_user.c ocfs2: Remove the ast pointers from ocfs2_stack_plugins 2010-02-26 15:41:16 -08:00
stackglue.c ocfs2_dlmfs: Enable the use of user cluster stacks. 2010-02-26 15:41:18 -08:00
stackglue.h ocfs2_dlmfs: Enable the use of user cluster stacks. 2010-02-26 15:41:18 -08:00
suballoc.c ocfs2: add extent block stealing for ocfs2 v5 2010-02-26 15:41:07 -08:00
suballoc.h ocfs2: add extent block stealing for ocfs2 v5 2010-02-26 15:41:07 -08:00
super.c ocfs2: add extent block stealing for ocfs2 v5 2010-02-26 15:41:07 -08:00
super.h
symlink.c
symlink.h
sysfile.c
sysfile.h
uptodate.c
uptodate.h
ver.c
ver.h
xattr.c ocfs2: Handle errors while setting external xattr values. 2010-02-26 15:41:13 -08:00
xattr.h