summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* hpfs: remove ->writepageChristoph Hellwig2022-12-111-7/+2
* fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig2021-07-271-1/+50
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
|/
* fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+140