aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+8
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-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-2/+0
2010-10-25switch hfs to hlist_add_fake()Gravatar Al Viro 1-1/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+3
2010-08-09get rid of file_fsync()Gravatar Al Viro 1-1/+25
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+9
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-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2009-04-13hfs: fix memory leak when unmountingGravatar Dave Anderson 1-0/+4
2008-11-14CRED: Wrap task credential accesses in the HFS filesystemGravatar David Howells 1-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Gravatar Miklos Szeredi 1-8/+0
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 1-4/+0
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-2/+1
2008-07-25hfs: convert extents_lock in a mutexGravatar Matthias Kaehlcke 1-2/+2
2007-10-16hfs: convert to new aopsGravatar Nick Piggin 1-7/+11
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 hfsGravatar 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-2/+2
2006-03-26[PATCH] remove ->get_blocks() supportGravatar Badari Pulavarty 1-12/+1
2006-01-18[PATCH] hfs: cleanup HFS printsGravatar Roman Zippel 1-1/+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-09-07[PATCH] hfs: NLS supportGravatar Roman Zippel 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+636