summaryrefslogtreecommitdiffstats
path: root/fs/hfs/inode.c
AgeCommit message (Expand)AuthorLines
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro-4/+4
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches-2/+2
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov-2/+9
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-12-20hfs: drop vmtruncateMarco Stornelli-8/+18
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+2
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo-1/+1
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy-7/+4
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy-2/+1
2012-07-22hfs: push lock_super downArtem Bityutskiy-2/+0
2012-07-14stop passing nameidata to ->lookup()Al Viro-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-01-03hfs: propagate umode_tAl Viro-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-1/+8
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig-0/+2
2011-03-10block: remove per-queue pluggingJens Axboe-2/+0
2010-10-25switch hfs to hlist_add_fake()Al Viro-1/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro-1/+3
2010-08-09get rid of file_fsync()Al Viro-1/+25
2010-08-09remove inode_setattrChristoph Hellwig-3/+9
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig-1/+10
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig-1/+16
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig-1/+1
2009-04-13hfs: fix memory leak when unmountingDave Anderson-0/+4
2008-11-14CRED: Wrap task credential accesses in the HFS filesystemDavid Howells-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi-8/+0
2008-07-26[PATCH] f_count may wrap aroundAl Viro-4/+0
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro-2/+1
2008-07-25hfs: convert extents_lock in a mutexMatthias Kaehlcke-2/+2
2007-10-16hfs: convert to new aopsNick Piggin-7/+11
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven-2/+2
2006-12-08[PATCH] struct path: convert hfsJosef Sipek-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o-2/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-2/+2
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty-12/+1
2006-01-18[PATCH] hfs: cleanup HFS printsRoman Zippel-1/+0