summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig1-15/+24
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig2-48/+24
2016-09-19xfs: refactor xfs_setfilesizeChristoph Hellwig2-10/+22
2016-09-19xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig1-4/+6
2016-09-19xfs: fix locking for DAX writesChristoph Hellwig1-19/+1
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig2-0/+116
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig2-0/+118
2016-09-19dax: don't pass buffer_head to copy_user_daxChristoph Hellwig1-6/+6
2016-09-19dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig1-6/+6
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig2-4/+12
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig2-0/+2
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig4-315/+181
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig2-0/+15
2016-09-19xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig1-10/+21
2016-09-19xfs: move xfs_bmbt_to_iomap upChristoph Hellwig1-26/+26
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong3-15/+6
2016-08-29iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig2-2/+11
2016-08-26xfs: prevent dropping ioend completions during buftarg waitBrian Foster1-1/+1
2016-08-26xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong1-0/+7
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong1-1/+2
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong2-2/+6
2016-08-26xfs: disallow mounting of realtime + rmap filesystemsDarrick J. Wong1-1/+8
2016-08-26xfs: don't perform lookups on zero-height btreesDarrick J. Wong1-0/+4
2016-08-17Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner5-20/+71
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong1-0/+13
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig3-1/+54
2016-08-17xfs: simplify xfs_file_iomap_beginChristoph Hellwig2-11/+4
2016-08-17iomap: mark ->iomap_end as optionalChristoph Hellwig1-2/+5
2016-08-17iomap: prepare iomap_fiemap for attribute mappingsDave Chinner1-0/+3
2016-08-17iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagDave Chinner1-3/+5
2016-08-17iomap: remove superflous pagefault_disable from iomap_write_actorChristoph Hellwig1-2/+0
2016-08-17iomap: remove superflous mark_page_accessed from iomap_write_actorChristoph Hellwig1-1/+0
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong4-3/+16
2016-08-17xfs: don't invalidate whole file on DAX read/writeDave Chinner1-1/+12
2016-08-17xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig1-3/+7
2016-08-17xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster1-1/+0
2016-08-14Linux 4.8-rc2v4.8-rc2Linus Torvalds1-1/+1
2016-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds9-8/+84
2016-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-1/+0
2016-08-13Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+3
2016-08-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-86/+136
2016-08-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-53/+118
2016-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-85/+160
2016-08-13h8300: Add missing include file to asm/io.hGuenter Roeck1-0/+2
2016-08-13unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck1-1/+1
2016-08-12Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds1-36/+49
2016-08-12Merge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-20/+54
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-14/+36
2016-08-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-195/+182