summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-1/+1
|\ \
| * | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-071-1/+1
| |/
* | xfs: consolidate the various page fault handlersChristoph Hellwig2017-09-011-62/+34Star
* | iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2017-09-011-1/+0Star
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-362/+16Star
|\
| * xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-07-031-361/+14Star
| * xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster2017-06-281-0/+1
| * xfs: pass along transaction context when reading directory block buffersDarrick J. Wong2017-06-201-1/+1
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+1
|\ \
| * | xfs: minimal conversion to errseq_t writeback error reportingJeff Layton2017-07-061-1/+1
| |/
* / xfs: nowait aio supportGoldwyn Rodrigues2017-06-201-6/+26
|/
* xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-05-251-30/+8Star
* xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-05-251-1/+1
* xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-05-251-20/+9Star
* xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-05-251-1/+1
* fs: add i_blocksize()Fabian Frederick2017-02-281-2/+2
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-251-4/+5
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-251-5/+5
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-14/+11Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-231-9/+6Star
|\
| * mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-231-4/+3Star
| * mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-231-6/+4Star
* | xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-071-8/+0Star
* | xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-071-0/+9
* | xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-031-2/+2
* | xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-01-311-4/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-19/+0Star
|\
| * fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-101-19/+0Star
* | Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-17/+12Star
|\ \
| * | xfs: Always flush caches when integrity is requiredDave Chinner2016-12-091-17/+12Star
* | | Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-9/+0Star
|\ \ \ | |/ / |/| |
| * | xfs: don't cap maximum dedupe request lengthDarrick J. Wong2016-12-051-9/+0Star
| |/
* | xfs: use iomap_dio_rwChristoph Hellwig2016-11-301-89/+60Star
* | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-56/+23Star
* | Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner2016-11-301-199/+33Star
|\|
| * xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig2016-10-201-129/+3Star
| * xfs: remove xfs_file_wait_for_ioChristoph Hellwig2016-10-201-29/+10Star
| * 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/+0Star
| * xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig2016-10-201-68/+30Star
* | 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-141-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-061-0/+4
| * xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-061-0/+3
| * xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-061-2/+8
| * xfs: add dedupe range vfs functionDarrick J. Wong2016-10-061-4/+44
| * xfs: add clone file and clone range vfs functionsDarrick J. Wong2016-10-061-0/+142