aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20hfsplus: drop vmtruncateMarco Stornelli1-11/+16
2012-09-21userns: Convert hfsplus to use kuid and kgid where appropriateEric W. Biederman1-4/+4
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy1-3/+3
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-20hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-01-03hfsplus: propagate umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-5/+5
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+13
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-07hfsplus: add error checking for hfs_find_init()Alexey Khoroshilov1-5/+7
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2010-12-16hfsplus: spaces/indentation clean-upAnton Salikhmetov1-1/+1
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov1-9/+17
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig1-0/+4
2010-11-23hfsplus: optimize fsyncChristoph Hellwig1-8/+19
2010-11-23hfsplus: split up inode flagsChristoph Hellwig1-3/+6
2010-11-23hfsplus: write up fsync for directoriesChristoph Hellwig1-1/+1
2010-11-23hfsplus: simplify fsyncChristoph Hellwig1-21/+20
2010-10-25list.h: new helper - hlist_add_fake()Al Viro1-1/+1
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig1-25/+2
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig1-1/+0
2010-10-14hfsplus: fix link corruptionChristoph Hellwig1-6/+8
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig1-1/+9
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig1-53/+59
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig1-26/+31
2010-08-09get rid of file_fsync()Al Viro1-1/+26
2010-08-09remove inode_setattrChristoph Hellwig1-1/+11
2010-08-09add missing setattr methodsChristoph Hellwig1-0/+12
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-05-17hfsplus: Push down BKL into ioctl functionArnd Bergmann1-1/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2008-11-14CRED: Wrap task credential accesses in the HFSplus filesystemDavid Howells1-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-13/+0
2008-10-20hfsplus: missing O_LARGEFILE checkAlan Cox1-0/+2
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-4/+0
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-07-25hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke1-2/+2
2008-05-13Fix hfsplus oops on image without extentsEric Sesterhenn1-0/+2
2008-04-29fs/hfsplus/: proper externsAdrian Bunk1-3/+0
2007-10-16hfsplus: convert to new aopsNick Piggin1-7/+11
2007-07-16HFS+: add custom dentry hash and comparison operationsDuane Griffin1-0/+5
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2006-12-08[PATCH] struct path: convert hfsplusJosef Sipek1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-2/+0