summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* hpfs: support FIEMAPMikulas Patocka2016-10-051-0/+6
* hpfs: support hotfixesMikulas Patocka2015-09-031-2/+7
* hpfs: add fstrim supportMikulas Patocka2015-07-091-0/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* hpfs: use mpageMikulas Patocka2013-07-041-6/+34
* hpfs: fix warnings when the filesystem fills upMikulas Patocka2013-06-081-0/+4
* hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro2013-04-091-16/+20
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* hpfs: drop vmtruncateMarco Stornelli2012-12-201-7/+13
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+6
* HPFS: Implement fsync for hpfsMikulas Patocka2011-05-091-2/+2
* HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka2011-05-091-8/+19
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | hpfs: remove the BKLArnd Bergmann2011-03-021-5/+4
|/
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+10
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* [PATCH] hpfs: cleanup ->setattrChristoph Hellwig2008-10-231-1/+1
* hpfs: convert to new aopsNick Piggin2007-10-161-5/+13
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert hpfsJosef Sipek2006-12-081-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] hpfs: remove spurious mtime updateChristoph Hellwig2005-11-091-5/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+140