aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi1-3/+1
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka1-1/+0
2014-08-29ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings1-86/+43
2014-06-04fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick1-40/+41
2014-04-03ocfs2: iput inode alloc when failed locallyjiangyiwen1-2/+3
2014-01-21ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu1-0/+2
2014-01-21ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu1-0/+5
2013-09-11ocfs2: use i_size_read() to access i_sizeJunxiao Bi1-1/+1
2013-04-29ocfs2: fix error return code in ocfs2_info_handle_freefrag()Wei Yongjun1-1/+3
2013-04-29ocfs2: delay inode update transactions after verifying the input flagsJeff Liu1-9/+9
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara1-2/+12
2012-05-29ocfs2: deal with __user misannotationsAl Viro1-17/+14
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro1-2/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-11-17ocfs2: Commit transactions in error cases -v2Wengang Wang1-1/+2
2011-05-31ocfs2: null deref on allocation errorDan Carpenter1-4/+4
2011-05-25Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-windowJoel Becker1-27/+441
2011-05-25Ocfs2/move_extents: move/defrag extents within a certain range.Tristan Ye1-0/+5
2011-05-25Ocfs2: Add a new code 'OCFS2_INFO_FREEFRAG' for o2info ioctl.Tristan Ye1-0/+290
2011-05-25Ocfs2: Add a new code 'OCFS2_INFO_FREEINODE' for o2info ioctl.Tristan Ye1-0/+128
2011-05-25Ocfs2: Using inline funcs to set/clear *FILLED* flags in info handler.Tristan Ye1-28/+19
2011-05-23ocfs2: Add FITRIM ioctl.Tao Ma1-0/+24
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-11/+30
2011-03-28Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fixJoel Becker1-3/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-02-21ocfs2: remove INODE from unused files.Tao Ma1-1/+0
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-2/+0
2011-02-20Ocfs2: Using macro to set/clear *FILLED* flags in info handler.Tristan Ye1-8/+30
2010-09-10Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.Tristan Ye1-0/+356
2010-02-02ocfs2: Use compat_ptr in reflink_arguments.Tao Ma1-1/+13
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-0/+14
2009-09-22ocfs2: Add ioctl for reflink.Tao Ma1-0/+14
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2008-10-13ocfs2: Don't check for NULL before brelse()Mark Fasheh1-2/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-5/+6
2008-04-18ocfs2: Convert ocfs2 over to unlocked_ioctlAndi Kleen1-9/+3
2008-04-18ocfs2: Move o2hb functionality into the stack glue.Joel Becker1-0/+1
2008-01-25ocfs2: Add missing permission checksMark Fasheh1-0/+6
2008-01-25[PATCH 2/2] ocfs2: Implement group add for online resizeTao Ma1-0/+9
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeTao Ma1-0/+8
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-4/+4
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2007-07-10ocfs2: Support xfs style space reservation ioctlsMark Fasheh1-0/+15
2007-05-02[PATCH] Copy i_flags to ocfs2 inode flags on writeJan Kara1-0/+1
2007-05-02ocfs2: Implement compat_ioctl()Mark Fasheh1-0/+23
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh1-1/+1
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh1-1/+1