aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-13Fix hfsplus oops on image without extentsGravatar Eric Sesterhenn 1-0/+2
2008-04-29fs/hfsplus/: proper externsGravatar Adrian Bunk 1-3/+0
2007-10-16hfsplus: convert to new aopsGravatar Nick Piggin 1-7/+11
2007-07-16HFS+: add custom dentry hash and comparison operationsGravatar Duane Griffin 1-0/+5
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-2/+2
2006-12-08[PATCH] struct path: convert hfsplusGravatar Josef Sipek 1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-2/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-26[PATCH] remove ->get_blocks() supportGravatar Badari Pulavarty 1-12/+1
2006-01-18[PATCH] hfs: set correct ctimeGravatar Roman Zippel 1-2/+4
2006-01-18[PATCH] hfs: cleanup HFS+ printsGravatar Roman Zippel 1-4/+1
2006-01-10[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionGravatar Adrian Bunk 1-10/+0
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-2/+2
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 1-1/+0
2005-10-28[PATCH] gfp_t: fs/*Gravatar Al Viro 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+555