summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-13Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+12
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner1-0/+11
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+15
2018-06-02xfs: use iomap_bmapChristoph Hellwig1-6/+3
2018-05-31xfs: convert to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-16iomap: add a swapfile activation functionDarrick J. Wong1-0/+12
2018-04-11export __set_page_dirtyMatthew Wilcox1-13/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+18
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-03-30xfs, dax: introduce xfs_dax_aopsDan Williams1-16/+18
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar1-1/+1
2018-03-15xfs: minor cleanup for xfs_get_blocksChristoph Hellwig1-7/+6
2018-03-15xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig1-2/+2
2018-03-12xfs: fix transaction allocation deadlock in IO pathDave Chinner1-1/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong1-0/+13
2018-01-13xfs: use %px for data pointers when debuggingDarrick J. Wong1-1/+1
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong1-2/+2
2017-11-30xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong1-3/+3
2017-11-30xfs: ubsan fixesDarrick J. Wong1-3/+3
2017-10-16xfs: trim writepage mapping to within eofBrian Foster1-0/+13
2017-10-16xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan1-1/+2
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+13
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-08-31xfs: perform dax_device lookup at mountDan Williams1-0/+13
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-22xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-20xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+4
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+5
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan1-2/+2
2017-05-04xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-3/+3
2017-04-04xfs: remove the ISUNWRITTEN macroChristoph Hellwig1-2/+2
2017-04-04xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig1-3/+1
2017-03-08xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig1-32/+27
2017-03-08xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-1/+1
2017-02-28fs: add i_blocksize()Fabian Frederick1-8/+8
2017-02-03xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong1-0/+6
2017-01-11xfs: Timely free truncated dirty pagesJan Kara1-8/+11
2016-12-15Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-273/+13
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-21/+5
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig1-283/+8
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-5/+2
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner1-10/+28