aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+6
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka1-2/+2
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka1-8/+19
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-02hpfs: remove the BKLArnd Bergmann1-5/+4
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig1-1/+1
2007-10-16hpfs: convert to new aopsNick Piggin1-5/+13
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert hpfsJosef Sipek1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2005-11-09[PATCH] hpfs: remove spurious mtime updateChristoph Hellwig1-5/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+140