aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Gravatar Joel Becker 1-27/+441
2011-05-25Ocfs2/move_extents: move/defrag extents within a certain range.Gravatar Tristan Ye 1-0/+5
2011-05-25Ocfs2: Add a new code 'OCFS2_INFO_FREEFRAG' for o2info ioctl.Gravatar Tristan Ye 1-0/+290
2011-05-25Ocfs2: Add a new code 'OCFS2_INFO_FREEINODE' for o2info ioctl.Gravatar Tristan Ye 1-0/+128
2011-05-25Ocfs2: Using inline funcs to set/clear *FILLED* flags in info handler.Gravatar Tristan Ye 1-28/+19
2011-05-23ocfs2: Add FITRIM ioctl.Gravatar Tao Ma 1-0/+24
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+30
2011-03-28Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Gravatar Joel Becker 1-3/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2011-02-21ocfs2: remove INODE from unused files.Gravatar Tao Ma 1-1/+0
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-2/+0
2011-02-20Ocfs2: Using macro to set/clear *FILLED* flags in info handler.Gravatar Tristan Ye 1-8/+30
2010-09-10Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.Gravatar Tristan Ye 1-0/+356
2010-02-02ocfs2: Use compat_ptr in reflink_arguments.Gravatar Tao Ma 1-1/+13
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+14
2009-09-22ocfs2: Add ioctl for reflink.Gravatar Tao Ma 1-0/+14
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2008-10-13ocfs2: Don't check for NULL before brelse()Gravatar Mark Fasheh 1-2/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Gravatar Dave Hansen 1-5/+6
2008-04-18ocfs2: Convert ocfs2 over to unlocked_ioctlGravatar Andi Kleen 1-9/+3
2008-04-18ocfs2: Move o2hb functionality into the stack glue.Gravatar Joel Becker 1-0/+1
2008-01-25ocfs2: Add missing permission checksGravatar Mark Fasheh 1-0/+6
2008-01-25[PATCH 2/2] ocfs2: Implement group add for online resizeGravatar Tao Ma 1-0/+9
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeGravatar Tao Ma 1-0/+8
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockGravatar Mark Fasheh 1-4/+4
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 1-1/+1
2007-07-10ocfs2: Support xfs style space reservation ioctlsGravatar Mark Fasheh 1-0/+15
2007-05-02[PATCH] Copy i_flags to ocfs2 inode flags on writeGravatar Jan Kara 1-0/+1
2007-05-02ocfs2: Implement compat_ioctl()Gravatar Mark Fasheh 1-0/+23
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tGravatar Mark Fasheh 1-1/+1
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Gravatar Mark Fasheh 1-1/+1
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Gravatar Mark Fasheh 1-1/+1
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Gravatar Mark Fasheh 1-2/+2
2006-09-20[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"Gravatar Adrian Bunk 1-0/+2
2006-09-20ocfs2: add ext2 attributesGravatar Herbert Poetzl 1-0/+134