summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2016-07-20xfs: fix type confusion in xfs_ioc_swapextJann Horn1-0/+11
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner18-166/+246
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong4-27/+28
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong5-44/+47
2016-06-21xfs: separate freelist fixing into a separate helperDave Chinner2-30/+56
2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong4-14/+13
2016-06-21xfs: check for a valid error_tag in errortag_addDarrick J. Wong1-0/+3
2016-06-21xfs: enable buffer deadlock postmortem diagnosis via ftraceDarrick J. Wong2-3/+6
2016-06-21xfs: check offsets of variable length structuresDarrick J. Wong1-2/+23
2016-06-21xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctlyBrian Foster1-45/+60
2016-06-21xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster3-1/+10
2016-06-21Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner10-776/+367
2016-06-21Merge branch 'fs-4.8-iomap-infrastructure' into for-nextDave Chinner1-0/+1
2016-06-21xfs: kill xfs_zero_remaining_bytesChristoph Hellwig1-119/+14
2016-06-21xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig1-115/+137
2016-06-21xfs: use xfs_zero_range in xfs_zero_eofChristoph Hellwig1-127/+1
2016-06-21xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig2-6/+8
2016-06-21xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig2-41/+3
2016-06-21xfs: use iomap fiemap implementationChristoph Hellwig1-75/+5
2016-06-21xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig1-52/+19
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig7-258/+187
2016-06-21xfs: reorder zeroing and flushing sequence in truncateChristoph Hellwig1-14/+19
2016-06-21xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig3-26/+31
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig1-0/+1
2016-06-01xfs: reduce lock hold times in buffer writebackDave Chinner1-25/+35
2016-06-01xfs: define XFS_IOC_FREEZE even if FIFREEZE is definedChristoph Hellwig1-6/+2
2016-06-01xfs: make several functions staticEric Sandeen15-50/+14
2016-06-01xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster1-3/+1
2016-06-01xfs: fix broken multi-fsb buffer loggingBrian Foster1-5/+13
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+5
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+5
2016-05-27Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-22/+12
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds48-1134/+1293
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner4-199/+250
2016-05-20Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner8-54/+450
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner10-29/+32
2016-05-20Merge branch 'xfs-4.7-cleanup-attr-listent' into for-nextDave Chinner3-67/+39
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner9-84/+125
2016-05-20Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner28-508/+200
2016-05-20Merge branch 'xfs-4.7-writeback-bio' into for-nextDave Chinner3-191/+184
2016-05-20xfs: fix warning in xfs_finish_page_writeback for non-debug buildsChristoph Hellwig1-3/+2
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox1-11/+4
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+14
2016-05-18xfs: concurrent readdir hangs on data buffer locksDave Chinner1-9/+14
2016-05-18xfs: move reclaim tagging functionsDave Chinner1-118/+116
2016-05-18xfs: simplify inode reclaim tagging interfacesDave Chinner1-48/+50
2016-05-18xfs: rename variables in xfs_iflush_cluster for clarityDave Chinner1-37/+37
2016-05-18xfs: xfs_iflush_cluster has range issuesDave Chinner1-2/+11
2016-05-18xfs: mark reclaimed inodes invalid earlierDave Chinner2-12/+47
2016-05-18xfs: xfs_inode_free() isn't RCU safeDave Chinner1-7/+7