summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-121-2/+0Star
* xfs: simplify xfs_aops_discard_pageChristoph Hellwig2018-07-121-76/+9Star
* xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig2018-07-121-0/+4
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-131-13/+12Star
|\
| * xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-081-0/+11
| * xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-6/+15
|\|
| * xfs: use iomap_bmapChristoph Hellwig2018-06-021-6/+3Star
| * iomap: add a swapfile activation functionDarrick J. Wong2018-05-161-0/+12
* | xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
|/
* export __set_page_dirtyMatthew Wilcox2018-04-111-13/+2Star
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-16/+18
|\
| * xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-301-16/+18
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+1
|\ \
| * | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar2018-03-191-1/+1
| |/
* | xfs: minor cleanup for xfs_get_blocksChristoph Hellwig2018-03-151-7/+6Star
* | xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig2018-03-151-2/+2
* | xfs: fix transaction allocation deadlock in IO pathDave Chinner2018-03-121-1/+2
|/
* xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong2018-01-291-0/+13
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-1/+1
* xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-021-2/+2
* xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong2017-11-301-3/+3
* xfs: ubsan fixesDarrick J. Wong2017-11-301-3/+3
* xfs: trim writepage mapping to within eofBrian Foster2017-10-161-0/+13
* xfs: cancel dirty pages on invalidationDave Chinner2017-10-161-12/+22
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-261-1/+2
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-0/+13
|\
| * xfs: perform dax_device lookup at mountDan Williams2017-08-311-0/+13
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| |/
* / xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig2017-09-031-24/+47
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-2/+2
|\
| * xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-201-2/+5
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-2/+2
* | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-3/+6
|\ \
| * | xfs: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+2
| * | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+4
| |/
* / xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-221-2/+5
|/
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-7/+5Star
|\
| * xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan2017-05-051-2/+2
| * xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-041-2/+2
| * xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-041-3/+1Star
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-041-3/+3
|/
* 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