aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27fs: add i_blocksize()Fabian Frederick1-2/+2
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-4/+5
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-5/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-14/+11
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+6
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-4/+3
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-6/+4
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig1-8/+0
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig1-0/+9
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong1-2/+2
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneBrian Foster1-4/+9
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+0
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig1-19/+0
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner1-17/+12
2016-12-09xfs: Always flush caches when integrity is requiredDave Chinner1-17/+12
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner1-9/+0
2016-12-05xfs: don't cap maximum dedupe request lengthDarrick J. Wong1-9/+0
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig1-89/+60
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-56/+23
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner1-199/+33
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler1-1/+1
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler1-4/+4
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig1-129/+3
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig1-29/+10
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig1-21/+41
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig1-1/+1
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig1-3/+0
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig1-68/+30
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-4/+217
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-10xfs: fix label inaccuraciesDarrick J. Wong1-4/+4
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-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong1-0/+4
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+3
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong1-2/+8
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong1-4/+44
2016-10-05xfs: add clone file and clone range vfs functionsDarrick J. Wong1-0/+142
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong1-2/+20
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