summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-2118-166/+246
|\
| * xfs: refactor btree maxlevels computationDarrick J. Wong2016-06-214-27/+28
| * xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-215-44/+47
| * xfs: separate freelist fixing into a separate helperDave Chinner2016-06-212-30/+56
| * xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong2016-06-214-14/+13
| * xfs: check for a valid error_tag in errortag_addDarrick J. Wong2016-06-211-0/+3
| * xfs: enable buffer deadlock postmortem diagnosis via ftraceDarrick J. Wong2016-06-212-3/+6
| * xfs: check offsets of variable length structuresDarrick J. Wong2016-06-211-2/+23
| * xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctlyBrian Foster2016-06-211-45/+60
| * xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster2016-06-213-1/+10
* | Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner2016-06-2110-776/+367
|\ \
| * | xfs: kill xfs_zero_remaining_bytesChristoph Hellwig2016-06-211-119/+14
| * | xfs: split xfs_free_file_space in manageable piecesChristoph Hellwig2016-06-211-115/+137
| * | xfs: use xfs_zero_range in xfs_zero_eofChristoph Hellwig2016-06-211-127/+1
| * | xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig2016-06-212-6/+8
| * | xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig2016-06-212-41/+3
| * | xfs: use iomap fiemap implementationChristoph Hellwig2016-06-211-75/+5
| * | xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig2016-06-211-52/+19
| * | xfs: implement iomap based buffered write pathChristoph Hellwig2016-06-217-258/+187
| * | xfs: reorder zeroing and flushing sequence in truncateChristoph Hellwig2016-06-211-14/+19
| * | xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig2016-06-213-26/+31
* | | Merge branch 'fs-4.8-iomap-infrastructure' into for-nextDave Chinner2016-06-211-0/+1
|\| |
| * | fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig2016-06-211-0/+1
| |/
* | xfs: reduce lock hold times in buffer writebackDave Chinner2016-06-011-25/+35
* | xfs: define XFS_IOC_FREEZE even if FIFREEZE is definedChristoph Hellwig2016-06-011-6/+2
* | xfs: make several functions staticEric Sandeen2016-06-0115-50/+14
* | xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster2016-06-011-3/+1
* | xfs: fix broken multi-fsb buffer loggingBrian Foster2016-06-011-5/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-281-4/+5
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-4/+5
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-273-22/+12
|\ \
| * | dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-181-11/+4
| * | xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5
| * | dax: Remove complete_unwritten argumentJan Kara2016-05-171-4/+3
* | | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-2648-1134/+1293
|\ \ \ | |_|/ |/| |
| * | Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner2016-05-204-199/+250
| |\ \
| | * | xfs: move reclaim tagging functionsDave Chinner2016-05-181-118/+116
| | * | xfs: simplify inode reclaim tagging interfacesDave Chinner2016-05-181-48/+50
| | * | xfs: rename variables in xfs_iflush_cluster for clarityDave Chinner2016-05-181-37/+37
| | * | xfs: xfs_iflush_cluster has range issuesDave Chinner2016-05-181-2/+11
| | * | xfs: mark reclaimed inodes invalid earlierDave Chinner2016-05-182-12/+47
| | * | xfs: xfs_inode_free() isn't RCU safeDave Chinner2016-05-181-7/+7
| | * | xfs: optimise xfs_iext_destroyAlex Lyakas2016-05-181-8/+19
| | * | xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-05-181-0/+1
| | * | xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-05-181-4/+4
| | * | xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-05-181-4/+13
| | * | xfs: remove xfs_fs_evict_inode()Dave Chinner2016-05-181-21/+7
| * | | Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner2016-05-208-54/+450
| |\ \ \
| | * | | xfs: add "fail at unmount" error handling configurationCarlos Maiolino2016-05-184-0/+64
| | * | | xfs: add configuration handlers for specific errorsCarlos Maiolino2016-05-182-1/+24