aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/inode.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31hfsplus: use xattr handlers for removexattrGravatar Christoph Hellwig 1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2014-01-25hfsplus: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-1/+2
2014-01-23hfsplus: remove hfsplus_file_lookup()Gravatar Sougata Santra 1-59/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-09-11hfsplus: integrate POSIX ACLs support into driverGravatar Vyacheslav Dubeyko 1-0/+11
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-2/+2
2013-02-27hfsplus: add support of manipulation by attributes fileGravatar Vyacheslav Dubeyko 1-2/+16
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-20hfsplus: drop vmtruncateGravatar Marco Stornelli 1-11/+16
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-4/+4
2012-07-22hfsplus: get rid of write_superGravatar Artem Bityutskiy 1-3/+3
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-03-20hfsplus: initialise userflagsGravatar Matthew Garrett 1-0/+2
2012-01-03hfsplus: propagate umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-5/+5
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+13
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+9
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-07-07hfsplus: add error checking for hfs_find_init()Gravatar Alexey Khoroshilov 1-5/+7
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-2/+0
2010-12-16hfsplus: spaces/indentation clean-upGravatar Anton Salikhmetov 1-1/+1
2010-12-16hfsplus: over 80 character lines clean-upGravatar Anton Salikhmetov 1-9/+17
2010-11-23hfsplus: flush disk caches in sync and fsyncGravatar Christoph Hellwig 1-0/+4
2010-11-23hfsplus: optimize fsyncGravatar Christoph Hellwig 1-8/+19
2010-11-23hfsplus: split up inode flagsGravatar Christoph Hellwig 1-3/+6
2010-11-23hfsplus: write up fsync for directoriesGravatar Christoph Hellwig 1-1/+1
2010-11-23hfsplus: simplify fsyncGravatar Christoph Hellwig 1-21/+20
2010-10-25list.h: new helper - hlist_add_fake()Gravatar Al Viro 1-1/+1
2010-10-14hfsplus: create correct initial catalog entries for device filesGravatar Christoph Hellwig 1-25/+2
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoGravatar Christoph Hellwig 1-1/+0
2010-10-14hfsplus: fix link corruptionGravatar Christoph Hellwig 1-6/+8
2010-10-01hfsplus: remove the rsrc_inodes listGravatar Christoph Hellwig 1-1/+9
2010-10-01hfsplus: fix HFSPLUS_I calling conventionGravatar Christoph Hellwig 1-53/+59
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-26/+31
2010-08-09get rid of file_fsync()Gravatar Al Viro 1-1/+26
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-1/+11
2010-08-09add missing setattr methodsGravatar Christoph Hellwig 1-0/+12
2010-08-09get rid of cont_write_begin_newtruncGravatar Christoph Hellwig 1-1/+10
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-1/+16
2010-05-17hfsplus: Push down BKL into ioctl functionGravatar Arnd Bergmann 1-1/+1
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 1-1/+1
2008-11-14CRED: Wrap task credential accesses in the HFSplus filesystemGravatar David Howells 1-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Gravatar Miklos Szeredi 1-13/+0
2008-10-20hfsplus: missing O_LARGEFILE checkGravatar Alan Cox 1-0/+2
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 1-4/+0
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-1/+1
2008-07-25hfsplus: convert the extents_lock in a mutexGravatar Matthias Kaehlcke 1-2/+2