summaryrefslogtreecommitdiff
path: root/fs/hpfs/file.c
AgeCommit message (Expand)Author
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2022-12-11hpfs: remove ->writepageChristoph Hellwig
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2021-07-27hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2016-10-05hpfs: support FIEMAPMikulas Patocka
2015-09-03hpfs: support hotfixesMikulas Patocka
2015-07-09hpfs: add fstrim supportMikulas Patocka
2015-04-11make new_sync_{read,write}() staticAl Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-07-04hpfs: use mpageMikulas Patocka
2013-06-08hpfs: fix warnings when the filesystem fills upMikulas Patocka
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20hpfs: drop vmtruncateMarco Stornelli
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-02hpfs: remove the BKLArnd Bergmann
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig
2007-10-16hpfs: convert to new aopsNick Piggin
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2006-12-08[PATCH] struct path: convert hpfsJosef Sipek
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2005-11-09[PATCH] hpfs: remove spurious mtime updateChristoph Hellwig
2005-04-16Linux-2.6.12-rc2Linus Torvalds