aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 1-14/+19
2017-09-25xfs: report zeroed or not correctly in xfs_zero_range()Gravatar Eryu Guan 1-1/+1
2017-09-25xfs: kill meaningless variable 'zero'Gravatar Eryu Guan 1-3/+1
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+9
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2017-09-06dax: use common 4k zero page for dax mmap readsGravatar Ross Zwisler 1-1/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsGravatar Christoph Hellwig 1-2/+9
2017-09-01xfs: consolidate the various page fault handlersGravatar Christoph Hellwig 1-62/+34
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteGravatar Christoph Hellwig 1-1/+0
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-362/+16
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingGravatar Jeff Layton 1-1/+1
2017-07-02xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAGravatar Christoph Hellwig 1-361/+14
2017-06-27xfs: free cowblocks and retry on buffered write ENOSPCGravatar Brian Foster 1-0/+1
2017-06-20xfs: pass along transaction context when reading directory block buffersGravatar Darrick J. Wong 1-1/+1
2017-06-20xfs: nowait aio supportGravatar Goldwyn Rodrigues 1-6/+26
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Gravatar Jan Kara 1-30/+8
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Gravatar Jan Kara 1-1/+1
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationGravatar Jan Kara 1-20/+9
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Gravatar Eryu Guan 1-1/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-2/+2
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultGravatar Dave Jiang 1-4/+5
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultGravatar Dave Jiang 1-5/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-14/+11
2017-02-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-9/+6
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterGravatar Dave Jiang 1-4/+3
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Gravatar Dave Jiang 1-6/+4
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginGravatar Christoph Hellwig 1-8/+0
2017-02-06xfs: reject all unaligned direct writes to reflinked filesGravatar Christoph Hellwig 1-0/+9
2017-02-02xfs: fail _dir_open when readahead failsGravatar Darrick J. Wong 1-2/+2
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneGravatar Brian Foster 1-4/+9
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-19/+0
2016-12-09fs: try to clone files first in vfs_copy_file_rangeGravatar Christoph Hellwig 1-19/+0
2016-12-09Merge branch 'xfs-4.10-misc-fixes-4' into for-nextGravatar Dave Chinner 1-17/+12
2016-12-09xfs: Always flush caches when integrity is requiredGravatar Dave Chinner 1-17/+12
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextGravatar Dave Chinner 1-9/+0
2016-12-05xfs: don't cap maximum dedupe request lengthGravatar Darrick J. Wong 1-9/+0
2016-11-30xfs: use iomap_dio_rwGravatar Christoph Hellwig 1-89/+60
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadGravatar Christoph Hellwig 1-56/+23
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioGravatar Dave Chinner 1-199/+33
2016-11-08xfs: use struct iomap based DAX PMD fault pathGravatar Ross Zwisler 1-1/+1
2016-11-08dax: correct dax iomap code namespaceGravatar Ross Zwisler 1-4/+4
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeGravatar Christoph Hellwig 1-129/+3
2016-10-20xfs: remove xfs_file_wait_for_ioGravatar Christoph Hellwig 1-29/+10
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeGravatar Christoph Hellwig 1-21/+41
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeGravatar Christoph Hellwig 1-1/+1
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeGravatar Christoph Hellwig 1-3/+0
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationGravatar Christoph Hellwig 1-68/+30
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-4/+217
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1