aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12hfsplus: convert to fileattrMiklos Szeredi1-84/+0
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian Frederick1-7/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2013-02-27hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko1-108/+0
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-06-17hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett1-2/+7
2012-03-20hfsplus: add an ioctl to bless filesMatthew Garrett1-0/+34
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-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2010-12-16hfsplus: fix an artifact in ioctl flag checkingAnton Salikhmetov1-1/+1
2010-11-23hfsplus: optimize fsyncChristoph Hellwig1-1/+3
2010-10-25hfsplus: fix double lock typo in ioctlDan Carpenter1-1/+1
2010-10-15hfsplus: fix getxattr return valueChristoph Hellwig1-1/+1
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig1-14/+11
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig1-10/+12
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-2/+2
2010-10-01hfsplus: protect setflags using i_mutexChristoph Hellwig1-7/+8
2010-10-01hfsplus: split hfsplus_ioctlChristoph Hellwig1-65/+80
2010-10-01hfsplus: fix BKL leak in hfsplus_ioctlChristoph Hellwig1-2/+2
2010-05-17hfsplus: Push down BKL into ioctl functionArnd Bergmann1-3/+9
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-15/+25
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells1-9/+8
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+188