aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 1-1/+2
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+13
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackGravatar Christoph Hellwig 1-24/+47
2017-08-31xfs: perform dax_device lookup at mountGravatar Dan Williams 1-0/+13
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+2
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+6
2017-06-27xfs: add support for passing in write hints for buffered writesGravatar Jens Axboe 1-0/+2
2017-06-21xfs: don't allow bmap on rt filesGravatar Darrick J. Wong 1-2/+5
2017-06-20xfs: don't allow bmap on rt filesGravatar Darrick J. Wong 1-2/+5
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-2/+2
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-3/+4
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-7/+5
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackGravatar Eryu Guan 1-2/+2
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSGravatar Michal Hocko 1-3/+3
2017-04-03xfs: remove the ISUNWRITTEN macroGravatar Christoph Hellwig 1-2/+2
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperGravatar Christoph Hellwig 1-3/+1
2017-03-07xfs: fix and streamline error handling in xfs_end_ioGravatar Christoph Hellwig 1-32/+27
2017-03-07xfs: only reclaim unwritten COW extents periodicallyGravatar Christoph Hellwig 1-1/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-8/+8
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenGravatar Darrick J. Wong 1-0/+6
2017-01-11xfs: Timely free truncated dirty pagesGravatar Jan Kara 1-8/+11
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-273/+13
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-21/+5
2016-11-30xfs: use iomap_dio_rwGravatar Christoph Hellwig 1-283/+8
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadGravatar Christoph Hellwig 1-5/+2
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioGravatar Dave Chinner 1-10/+28
2016-11-24xfs: cleanup xfs_reflink_find_cow_mappingGravatar Christoph Hellwig 1-8/+8
2016-11-08xfs: don't BUG() on mixed direct and mapped I/OGravatar Brian Foster 1-2/+20
2016-11-08xfs: use struct iomap based DAX PMD fault pathGravatar Ross Zwisler 1-21/+5
2016-11-02writeback: add wbc_to_write_flags()Gravatar Jens Axboe 1-6/+2
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-4/+7
2016-10-11xfs: convert COW blocks to real blocks before unwritten extent conversionGravatar Christoph Hellwig 1-2/+2
2016-10-05xfs: implement CoW for directio writesGravatar Darrick J. Wong 1-7/+83
2016-10-05xfs: report shared extent mappings to userspace correctlyGravatar Darrick J. Wong 1-0/+11
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeGravatar Darrick J. Wong 1-2/+22
2016-10-04xfs: allocate delayed extents in CoW forkGravatar Darrick J. Wong 1-18/+79
2016-10-04xfs: support allocating delayed extents in CoW forkGravatar Darrick J. Wong 1-2/+4
2016-09-19xfs: refactor xfs_setfilesizeGravatar Christoph Hellwig 1-10/+21
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-284/+48
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextGravatar Dave Chinner 1-3/+26
2016-07-22xfs: bufferhead chains are invalid after end_page_writebackGravatar Dave Chinner 1-3/+12
2016-07-22xfs: skip dirty pages in ->releasepage()Gravatar Brian Foster 1-0/+14
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextGravatar Dave Chinner 1-19/+5
2016-07-20xfs: direct calls in the direct I/O pathGravatar Christoph Hellwig 1-19/+5
2016-06-21xfs: remove buffered write support from __xfs_get_blocksGravatar Christoph Hellwig 1-52/+19
2016-06-21xfs: implement iomap based buffered write pathGravatar Christoph Hellwig 1-212/+0
2016-06-07xfs: use bio op accessorsGravatar Mike Christie 1-8/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-5/+10