summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)Author
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
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig
2017-03-07xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong
2017-01-11xfs: Timely free truncated dirty pagesJan Kara
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner
2016-11-24xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig
2016-11-08xfs: don't BUG() on mixed direct and mapped I/OBrian Foster
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
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