aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-12hfsplus: convert to fileattrGravatar Miklos Szeredi 1-84/+0
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-9/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-17fs/hfsplus: atomically set inode->i_flagsGravatar Fabian Frederick 1-7/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 1-108/+0
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-06-17hfsplus: fix bless ioctl when used with hardlinksGravatar Matthew Garrett 1-2/+7
2012-03-20hfsplus: add an ioctl to bless filesGravatar Matthew Garrett 1-0/+34
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Gravatar Al Viro 1-1/+1
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2010-12-16hfsplus: fix an artifact in ioctl flag checkingGravatar Anton Salikhmetov 1-1/+1
2010-11-23hfsplus: optimize fsyncGravatar Christoph Hellwig 1-1/+3
2010-10-25hfsplus: fix double lock typo in ioctlGravatar Dan Carpenter 1-1/+1
2010-10-15hfsplus: fix getxattr return valueGravatar Christoph Hellwig 1-1/+1
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoGravatar Christoph Hellwig 1-14/+11
2010-10-01hfsplus: fix HFSPLUS_I calling conventionGravatar Christoph Hellwig 1-10/+12
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-2/+2
2010-10-01hfsplus: protect setflags using i_mutexGravatar Christoph Hellwig 1-7/+8
2010-10-01hfsplus: split hfsplus_ioctlGravatar Christoph Hellwig 1-65/+80
2010-10-01hfsplus: fix BKL leak in hfsplus_ioctlGravatar Christoph Hellwig 1-2/+2
2010-05-17hfsplus: Push down BKL into ioctl functionGravatar Arnd Bergmann 1-3/+9
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Gravatar Dave Hansen 1-15/+25
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 1-1/+1
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]Gravatar David Howells 1-9/+8
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+188