summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/file.c
AgeCommit message (Expand)AuthorLines
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-0/+1
2021-07-27hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig-1/+50
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig-0/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)-4/+3
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-1/+1
2016-10-05hpfs: support FIEMAPMikulas Patocka-0/+6
2015-09-03hpfs: support hotfixesMikulas Patocka-2/+7
2015-07-09hpfs: add fstrim supportMikulas Patocka-0/+1
2015-04-11make new_sync_{read,write}() staticAl Viro-2/+0
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