summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-9/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | fs/hfsplus: atomically set inode->i_flagsFabian Frederick2015-04-171-7/+5Star
|/
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-281-108/+0Star
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett2012-06-171-2/+7
* hfsplus: add an ioctl to bless filesMatthew Garrett2012-03-211-0/+34
* vfs: mnt_drop_write_file()Al Viro2012-01-041-1/+1
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-1/+1
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-241-1/+1
* hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov2010-12-161-1/+1
* hfsplus: optimize fsyncChristoph Hellwig2010-11-231-1/+3
* hfsplus: fix double lock typo in ioctlDan Carpenter2010-10-251-1/+1
* hfsplus: fix getxattr return valueChristoph Hellwig2010-10-151-1/+1
* hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig2010-10-141-14/+11Star
* hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig2010-10-011-10/+12
* hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig2010-10-011-2/+2
* hfsplus: protect setflags using i_mutexChristoph Hellwig2010-10-011-7/+8
* hfsplus: split hfsplus_ioctlChristoph Hellwig2010-10-011-65/+80
* hfsplus: fix BKL leak in hfsplus_ioctlChristoph Hellwig2010-10-011-2/+2
* hfsplus: Push down BKL into ioctl functionArnd Bergmann2010-05-171-3/+9
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-15/+25
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
* [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells2006-09-301-9/+8Star
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-121-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+188