summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: cap the length of deduplication requestsDarrick J. Wong2018-05-021-0/+10
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-04-171-5/+9
* xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-151-41/+7
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-141-2/+2
* dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-26/+18
|\
| * xfs: support for synchronous DAX faultsChristoph Hellwig2017-11-031-1/+14
| * xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara2017-11-031-25/+4
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-2/+2
* | xfs: scrub directory metadataDarrick J. Wong2017-10-261-1/+1
* | xfs: fix AIM7 regressionChristoph Hellwig2017-10-231-8/+13
* | xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-2/+2
|/
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-261-14/+19
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-09-251-1/+1
* xfs: kill meaningless variable 'zero'Eryu Guan2017-09-251-3/+1
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-2/+9
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-041-2/+9
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-1/+1
|\ \
| * | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-061-1/+1
| |/
* | xfs: consolidate the various page fault handlersChristoph Hellwig2017-09-011-62/+34
* | iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2017-09-011-1/+0
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-362/+16
|\
| * xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-07-021-361/+14
| * xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster2017-06-271-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-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
OpenPOWER on IntegriCloud