aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani1-0/+1
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-40/+1
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-40/+1
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner1-62/+17
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig1-1/+2
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara1-1/+1
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig1-44/+17
2016-09-19xfs: fix locking for DAX writesChristoph Hellwig1-19/+1
2016-08-17xfs: don't invalidate whole file on DAX read/writeDave Chinner1-1/+12
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-237/+188
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-3/+3
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner1-2/+2
2016-07-22xfs: remove dax code from object file when disabledArnd Bergmann1-2/+2
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner1-56/+176
2016-07-20xfs: split direct I/O and DAX pathChristoph Hellwig1-29/+110
2016-07-20xfs: direct calls in the direct I/O pathChristoph Hellwig1-2/+15
2016-07-20xfs: stop using generic_file_read_iter for direct I/OChristoph Hellwig1-2/+13
2016-07-20xfs: split xfs_file_read_iter into buffered and direct I/O helpersChristoph Hellwig1-26/+57
2016-07-20xfs: remove s_maxbytes enforcement in xfs_file_read_iterChristoph Hellwig1-8/+0
2016-07-20xfs: kill ioflagsChristoph Hellwig1-17/+9
2016-06-21xfs: use xfs_zero_range in xfs_zero_eofChristoph Hellwig1-127/+1
2016-06-21xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig1-5/+6
2016-06-21xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig1-34/+1
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig1-41/+30
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-4/+3
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-5/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+9
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-4/+3
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+1
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+1
2016-05-01xfs: eliminate the pos variable in xfs_file_dio_aio_writeChristoph Hellwig1-9/+8
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-5/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2016-03-07Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner1-3/+3
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-3/+3
2016-02-08xfs: Factor xfs_seek_hole_data into helperEric Sandeen1-25/+57
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-01-22xfs: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler1-3/+4
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
2016-01-04xfs: fix recursive splice read locking with DAXDave Chinner1-9/+16
2015-11-11Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-26/+88
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-1/+1
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner1-9/+55