summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-071-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/+8
* 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/+9
* 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-271-2/+2
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-241-4/+5
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-241-5/+5
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-14/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-9/+6
|\
| * mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-221-4/+3
| * mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-221-6/+4
* | xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-061-8/+0
* | xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-061-0/+9
* | xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-021-2/+2
* | xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-01-301-4/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-19/+0
|\
| * fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-091-19/+0
* | Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-17/+12
|\ \
| * | xfs: Always flush caches when integrity is requiredDave Chinner2016-12-091-17/+12
* | | Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-9/+0
|\ \ \ | |/ / |/| |
| * | xfs: don't cap maximum dedupe request lengthDarrick J. Wong2016-12-051-9/+0
| |/
* | xfs: use iomap_dio_rwChristoph Hellwig2016-11-301-89/+60
* | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-56/+23
* | Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner2016-11-301-199/+33
|\|
| * xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig2016-10-201-129/+3
| * xfs: remove xfs_file_wait_for_ioChristoph Hellwig2016-10-201-29/+10
| * 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
|\ \ \ \ \