aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-12/+1
2006-01-18[PATCH] hfs: set correct ctimeRoman Zippel1-2/+4
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel1-4/+1
2006-01-10[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionAdrian Bunk1-10/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+555