summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)Author
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig
2018-07-11xfs: make xfs_writepage_map extent map centricDave Chinner
2018-07-11xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig
2018-07-11xfs: remove xfs_map_cowChristoph Hellwig
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig
2018-07-11xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig
2018-07-11xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig
2018-07-11xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2018-07-11xfs: simplify xfs_aops_discard_pageChristoph Hellwig
2018-07-11xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-01xfs: use iomap_bmapChristoph Hellwig
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong
2018-04-11export __set_page_dirtyMatthew Wilcox
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-03-30xfs, dax: introduce xfs_dax_aopsDan Williams
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar
2018-03-15xfs: minor cleanup for xfs_get_blocksChristoph Hellwig
2018-03-15xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig
2018-03-11xfs: fix transaction allocation deadlock in IO pathDave Chinner
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong
2017-11-30xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong
2017-11-30xfs: ubsan fixesDarrick J. Wong
2017-10-16xfs: trim writepage mapping to within eofBrian Foster
2017-10-16xfs: cancel dirty pages on invalidationDave Chinner
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig
2017-08-31xfs: perform dax_device lookup at mountDan Williams
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-20xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig