summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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/+5
|/
* hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko2013-02-271-108/+0
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett2012-06-171-2/+7
* hfsplus: add an ioctl to bless filesMatthew Garrett2012-03-201-0/+34
* 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
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-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/+11
* 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/+8
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+188