aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneBrian Foster
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner
2016-12-09xfs: Always flush caches when integrity is requiredDave Chinner
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner
2016-12-05xfs: don't cap maximum dedupe request lengthDarrick J. Wong
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro
2016-10-10xfs: fix label inaccuraciesDarrick J. Wong
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong
2016-10-05xfs: add clone file and clone range vfs functionsDarrick J. Wong
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig
2016-09-19xfs: fix locking for DAX writesChristoph Hellwig