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