summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig2017-03-081-32/+27Star
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-081-1/+1
* fs: add i_blocksize()Fabian Frederick2017-02-281-8/+8
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-02-031-0/+6
* xfs: Timely free truncated dirty pagesJan Kara2017-01-111-8/+11
* Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-151-273/+13Star
|\
| * xfs: use iomap_dio_rwChristoph Hellwig2016-11-301-283/+8Star
| * xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-5/+2Star
| * Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner2016-11-301-10/+28
| |\
| | * xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig2016-11-241-8/+8
| | * xfs: don't BUG() on mixed direct and mapped I/OBrian Foster2016-11-081-2/+20
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-21/+5Star
|\| |
| * | xfs: use struct iomap based DAX PMD fault pathRoss Zwisler2016-11-081-21/+5Star
| |/
* | writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-6/+2Star
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-4/+7
|/
* xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig2016-10-111-2/+2
* xfs: implement CoW for directio writesDarrick J. Wong2016-10-061-7/+83
* xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-061-0/+11
* xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong2016-10-051-2/+22
* xfs: allocate delayed extents in CoW forkDarrick J. Wong2016-10-051-18/+79
* xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-051-2/+4
* xfs: refactor xfs_setfilesizeChristoph Hellwig2016-09-191-10/+21
* Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-284/+48Star
|\
| * Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner2016-07-221-3/+26
| |\
| | * xfs: bufferhead chains are invalid after end_page_writebackDave Chinner2016-07-221-3/+12
| | * xfs: skip dirty pages in ->releasepage()Brian Foster2016-07-221-0/+14
| * | Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner2016-07-201-19/+5Star
| |\|
| | * xfs: direct calls in the direct I/O pathChristoph Hellwig2016-07-201-19/+5Star
| * | xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig2016-06-211-52/+19Star
| * | xfs: implement iomap based buffered write pathChristoph Hellwig2016-06-211-212/+0Star
| |/
* | xfs: use bio op accessorsMike Christie2016-06-071-8/+4Star
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-5/+10
|/
* Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-177/+176Star
|\
| * Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner2016-05-201-13/+6Star
| |\
| | * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-13/+6Star
| * | xfs: fix warning in xfs_finish_page_writeback for non-debug buildsChristoph Hellwig2016-05-201-3/+2Star
| * | xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig2016-04-061-137/+110Star
| * | xfs: don't release bios on completion immediatelyDave Chinner2016-04-061-27/+68
| * | xfs: build bios directly in xfs_add_to_ioendDave Chinner2016-04-061-38/+31Star
| |/
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-4/+3Star
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-9/+9
|/
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-639/+377Star
|\
| * Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner2016-03-151-1/+8
| |\
| | * xfs: debug mode forced buffered write failureBrian Foster2016-03-151-1/+8
| * | Merge branch 'xfs-writepage-rework-4.6' into for-nextDave Chinner2016-03-061-466/+267Star
| |\ \
| | * | xfs: ioends require logically contiguous file offsetsDarrick J. Wong2016-03-061-1/+2
| | * | xfs: don't chain ioends during writepage submissionDave Chinner2016-02-151-123/+118Star
| | * | xfs: factor mapping out of xfs_do_writepageDave Chinner2016-02-151-110/+122
| | * | xfs: xfs_cluster_write is redundantDave Chinner2016-02-151-208/+6Star