summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2016-10-201-21/+41
| * xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig2016-10-201-1/+1
| * xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig2016-10-201-3/+0
| * xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig2016-10-201-68/+30
* | xfs: use struct iomap based DAX PMD fault pathRoss Zwisler2016-11-081-1/+1
* | dax: correct dax iomap code namespaceRoss Zwisler2016-11-081-4/+4
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-131-4/+217
|\
| * xfs: fix label inaccuraciesDarrick J. Wong2016-10-101-4/+4
| * xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-051-0/+4
| * xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-051-0/+3
| * xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-051-2/+8
| * xfs: add dedupe range vfs functionDarrick J. Wong2016-10-051-4/+44
| * xfs: add clone file and clone range vfs functionsDarrick J. Wong2016-10-051-0/+142
| * xfs: implement CoW for directio writesDarrick J. Wong2016-10-051-2/+20
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fix ITER_PIPE interaction with direct_IOAl Viro2016-10-101-1/+1
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \ \
| | * | | xfs: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-0/+1
|\ \ \ \ \
| * | | | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-071-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-40/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-40/+1
| |/ /
* | | Merge branch 'iomap-4.9-dax' into for-nextDave Chinner2016-10-031-62/+17
|\ \ \
| * | | xfs: use iomap to implement DAXChristoph Hellwig2016-09-191-44/+17
| * | | xfs: fix locking for DAX writesChristoph Hellwig2016-09-191-19/+1
| |/ /
* / / xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig2016-10-031-1/+2
|/ /
* / xfs: don't invalidate whole file on DAX read/writeDave Chinner2016-08-171-1/+12
|/
* Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-237/+188
|\
| * Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner2016-07-221-2/+2
| |\
| | * xfs: remove dax code from object file when disabledArnd Bergmann2016-07-221-2/+2
| * | Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner2016-07-201-56/+176
| |\|
| | * xfs: split direct I/O and DAX pathChristoph Hellwig2016-07-201-29/+110
| | * xfs: direct calls in the direct I/O pathChristoph Hellwig2016-07-201-2/+15
| | * xfs: stop using generic_file_read_iter for direct I/OChristoph Hellwig2016-07-201-2/+13
| | * xfs: split xfs_file_read_iter into buffered and direct I/O helpersChristoph Hellwig2016-07-201-26/+57
| | * xfs: remove s_maxbytes enforcement in xfs_file_read_iterChristoph Hellwig2016-07-201-8/+0
| | * xfs: kill ioflagsChristoph Hellwig2016-07-201-17/+9
| * | xfs: use xfs_zero_range in xfs_zero_eofChristoph Hellwig2016-06-211-127/+1
| * | xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig2016-06-211-5/+6
| * | xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig2016-06-211-34/+1
| * | xfs: implement iomap based buffered write pathChristoph Hellwig2016-06-211-41/+30
| |/
* / dax: remote unused fault wrappersRoss Zwisler2016-07-261-3/+3
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-4/+3
|\
| * dax: Remove complete_unwritten argumentJan Kara2016-05-161-4/+3
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-5/+3
|\ \
| * | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-5/+3
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-14/+9
|\ \ \
| * | | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-5/+1
| * | | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1