summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-237/+188Star
|\
| * 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/+0Star
| | * xfs: kill ioflagsChristoph Hellwig2016-07-201-17/+9Star
| * | xfs: use xfs_zero_range in xfs_zero_eofChristoph Hellwig2016-06-211-127/+1Star
| * | xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig2016-06-211-5/+6
| * | xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig2016-06-211-34/+1Star
| * | xfs: implement iomap based buffered write pathChristoph Hellwig2016-06-211-41/+30Star
| |/
* / dax: remote unused fault wrappersRoss Zwisler2016-07-271-3/+3
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-4/+3Star
|\
| * dax: Remove complete_unwritten argumentJan Kara2016-05-171-4/+3Star
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-5/+3Star
|\ \
| * | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-5/+3Star
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-14/+9Star
|\ \ \
| * | | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-021-5/+1Star
| * | | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-021-1/+1
| * | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-1/+1
| * | | xfs: eliminate the pos variable in xfs_file_dio_aio_writeChristoph Hellwig2016-05-021-9/+8Star
| | |/ | |/|
* / | simple local filesystems: switch to ->iterate_shared()Al Viro2016-05-031-1/+1
|/ /
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-6/+6
|/
* Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner2016-03-061-3/+3
|\
| * xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-3/+3
* | xfs: Factor xfs_seek_hole_data into helperEric Sandeen2016-02-081-25/+57
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-3/+3
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-231-3/+3
* | xfs: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-231-3/+4
|/
* xfs: fix recursive splice read locking with DAXDave Chinner2016-01-041-9/+16
* Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-121-26/+88
|\
| * Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-9/+55
| |\
| | * xfs: xfs_filemap_pmd_fault treats read faults as write faultsDave Chinner2015-11-031-4/+16
| | * xfs: add ->pfn_mkwrite support for DAXDave Chinner2015-11-031-0/+35
| | * xfs: DAX does not use IO completion callbacksDave Chinner2015-11-031-3/+2Star
| | * xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner2015-11-031-3/+3
| * | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-031-5/+16
| |\ \
| | * | xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner2015-11-031-5/+16
| | |/
| * | Merge branch 'xfs-io-fixes' into for-nextDave Chinner2015-10-121-6/+11
| |\ \
| | * | xfs: add an xfs_zero_eof() tracepointBrian Foster2015-10-121-0/+2
| | * | xfs: always drain dio before extending aio write submissionBrian Foster2015-10-121-6/+9
| | |/
| * / xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-6/+6
| |/
* / vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-1/+1
|/
* xfs: huge page fault supportMatthew Wilcox2015-09-091-1/+29
* Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-201-22/+29
|\
| * xfs: flush entire file on dio read/write to cached fileBrian Foster2015-08-191-22/+29
* | xfs: call dax_fault on read page faults for DAXDave Chinner2015-07-291-6/+15
|/