summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/file.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
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov-1/+1
2013-07-04hpfs: use mpageMikulas Patocka-6/+34
2013-06-08hpfs: fix warnings when the filesystem fills upMikulas Patocka-0/+4
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro-16/+20
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-12-20hpfs: drop vmtruncateMarco Stornelli-7/+13
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-1/+6
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka-2/+2
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka-8/+19
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe-1/+0
2011-03-02hpfs: remove the BKLArnd Bergmann-5/+4
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig-1/+10
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-0/+1
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig-1/+1
2007-10-16hpfs: convert to new aopsNick Piggin-5/+13
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven-1/+1
2006-12-08[PATCH] struct path: convert hpfsJosef Sipek-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty-2/+4
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2005-11-09[PATCH] hpfs: remove spurious mtime updateChristoph Hellwig-5/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+140