aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-3/+3
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig1-2/+2
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig1-3/+1
2017-03-07xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig1-32/+27
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-8/+8
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong1-0/+6
2017-01-11xfs: Timely free truncated dirty pagesJan Kara1-8/+11
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-273/+13
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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
2016-11-24xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig1-8/+8
2016-11-08xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-2/+20
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler1-21/+5
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-6/+2
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-4/+7
2016-10-11xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig1-2/+2
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong1-7/+83
2016-10-05xfs: report shared extent mappings to userspace correctlyDarrick J. Wong1-0/+11
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong1-2/+22
2016-10-04xfs: allocate delayed extents in CoW forkDarrick J. Wong1-18/+79
2016-10-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong1-2/+4
2016-09-19xfs: refactor xfs_setfilesizeChristoph Hellwig1-10/+21
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-284/+48
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner1-3/+26
2016-07-22xfs: bufferhead chains are invalid after end_page_writebackDave Chinner1-3/+12
2016-07-22xfs: skip dirty pages in ->releasepage()Brian Foster1-0/+14
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner1-19/+5
2016-07-20xfs: direct calls in the direct I/O pathChristoph Hellwig1-19/+5
2016-06-21xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig1-52/+19
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig1-212/+0
2016-06-07xfs: use bio op accessorsMike Christie1-8/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+10
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-177/+176
2016-05-20Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner1-13/+6
2016-05-20xfs: fix warning in xfs_finish_page_writeback for non-debug buildsChristoph Hellwig1-3/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-13/+6
2016-04-06xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig1-137/+110
2016-04-06xfs: don't release bios on completion immediatelyDave Chinner1-27/+68
2016-04-06xfs: build bios directly in xfs_add_to_ioendDave Chinner1-38/+31
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-9/+9
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-639/+377
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-4/+3
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-4/+4