summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-03xfs: ubsan fixesDarrick J. Wong1-3/+3
2017-10-27xfs: trim writepage mapping to within eofBrian Foster1-0/+13
2017-10-27xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-10-27xfs: update i_size after unwritten conversion in dio completionEryu Guan1-8/+17
2017-09-20xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+48
2017-09-20xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-14fs: add i_blocksize()Fabian Frederick1-8/+8
2017-06-07xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan1-2/+2
2017-04-08xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig1-32/+27
2017-04-08xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-1/+1
2017-04-08xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig1-45/+0
2017-04-08xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong1-0/+6
2017-01-19xfs: Timely free truncated dirty pagesJan Kara1-8/+11
2017-01-12xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-2/+20
2016-10-11xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig1-2/+2
2016-10-06xfs: implement CoW for directio writesDarrick J. Wong1-7/+83
2016-10-06xfs: report shared extent mappings to userspace correctlyDarrick J. Wong1-0/+11
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong1-2/+22
2016-10-05xfs: allocate delayed extents in CoW forkDarrick J. Wong1-18/+79
2016-10-05xfs: support allocating delayed extents in CoW forkDarrick J. Wong1-2/+4
2016-09-19xfs: refactor xfs_setfilesizeChristoph Hellwig1-10/+21
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-284/+48
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner1-3/+26
2016-07-22xfs: bufferhead chains are invalid after end_page_writebackDave Chinner1-3/+12
2016-07-22xfs: skip dirty pages in ->releasepage()Brian Foster1-0/+14
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner1-19/+5
2016-07-20xfs: direct calls in the direct I/O pathChristoph Hellwig1-19/+5
2016-06-21xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig1-52/+19
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig1-212/+0
2016-06-07xfs: use bio op accessorsMike Christie1-8/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+10
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-177/+176
2016-05-20Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner1-13/+6
2016-05-20xfs: fix warning in xfs_finish_page_writeback for non-debug buildsChristoph Hellwig1-3/+2
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-13/+6
2016-04-06xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig1-137/+110
2016-04-06xfs: don't release bios on completion immediatelyDave Chinner1-27/+68
2016-04-06xfs: build bios directly in xfs_add_to_ioendDave Chinner1-38/+31
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-9/+9
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-639/+377
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner1-4/+3
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-4/+4
2016-03-15Merge branch 'xfs-misc-fixes-4.6-4' into for-nextDave Chinner1-1/+8
2016-03-15xfs: debug mode forced buffered write failureBrian Foster1-1/+8
2016-03-07Merge branch 'xfs-writepage-rework-4.6' into for-nextDave Chinner1-466/+267
2016-03-07xfs: ioends require logically contiguous file offsetsDarrick J. Wong1-1/+2
2016-03-07Merge branch 'xfs-misc-fixes-4.6' into for-nextDave Chinner1-6/+17
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-0/+4