summaryrefslogtreecommitdiff
path: root/fs/ocfs2/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: reduce ioctl stack usageArnd Bergmann2023-04-211-11/+26
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* ocfs2: convert to fileattrMiklos Szeredi2021-04-121-40/+19
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\
| * fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
* | fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-10-071-1/+1
|/
* vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-10/+3
* ocfs2: eliminate a misreported warningZhen Lei2018-06-071-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-141-3/+1
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0
* ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings2014-08-291-86/+43
* fs/ocfs2/ioctl.c: add static to local functionsFabian Frederick2014-06-041-40/+41
* ocfs2: iput inode alloc when failed locallyjiangyiwen2014-04-031-2/+3
* ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu2014-01-211-0/+2
* ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu2014-01-211-0/+5
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-111-1/+1
* ocfs2: fix error return code in ocfs2_info_handle_freefrag()Wei Yongjun2013-04-291-1/+3
* ocfs2: delay inode update transactions after verifying the input flagsJeff Liu2013-04-291-9/+9
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* ocfs2: Convert to new freezing mechanismJan Kara2012-07-311-2/+12
* ocfs2: deal with __user misannotationsAl Viro2012-05-291-17/+14
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-2/+0
* vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
* ocfs2: Commit transactions in error cases -v2Wengang Wang2011-11-171-1/+2
* ocfs2: null deref on allocation errorDan Carpenter2011-05-311-4/+4
* Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Joel Becker2011-05-251-27/+441
|\
| * Ocfs2/move_extents: move/defrag extents within a certain range.Tristan Ye2011-05-251-0/+5
| * Ocfs2: Add a new code 'OCFS2_INFO_FREEFRAG' for o2info ioctl.Tristan Ye2011-05-251-0/+290
| * Ocfs2: Add a new code 'OCFS2_INFO_FREEINODE' for o2info ioctl.Tristan Ye2011-05-251-0/+128
| * Ocfs2: Using inline funcs to set/clear *FILLED* flags in info handler.Tristan Ye2011-05-251-28/+19
* | ocfs2: Add FITRIM ioctl.Tao Ma2011-05-231-0/+24
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-281-11/+30
|\
| * Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker2011-03-281-3/+0
| |\
| | * ocfs2: remove INODE from unused files.Tao Ma2011-02-211-1/+0
| | * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-2/+0
| * | Ocfs2: Using macro to set/clear *FILLED* flags in info handler.Tristan Ye2011-02-201-8/+30
| |/
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
|/
* Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.Tristan Ye2010-09-101-0/+356
* ocfs2: Use compat_ptr in reflink_arguments.Tao Ma2010-02-021-1/+13
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-231-0/+14
|\
| * ocfs2: Add ioctl for reflink.Tao Ma2009-09-221-0/+14
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
|/
* ocfs2: Don't check for NULL before brelse()Mark Fasheh2008-10-131-2/+1
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-5/+6