summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner2016-07-206-56/+151
|\
| * xfs: track and serialize in-flight async buffers against unmountBrian Foster2016-07-202-42/+129
| * xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster2016-07-204-7/+12
| * xfs: don't reset b_retries to 0 on every failureEric Sandeen2016-07-201-3/+4
| * xfs: remove extraneous buffer flag changesEric Sandeen2016-07-202-4/+3
| * xfs: fix xfs_error_get_cfg for negative errnosEric Sandeen2016-07-201-0/+3
* | Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner2016-07-206-31/+60
|\ \
| * | xfs: remove the magic numbers in xfs_btree_block-related len macrosHou Tao2016-07-202-25/+43
| * | xfs: indentation fix in xfs_btree_get_iroot()Kaho Ng2016-07-201-4/+4
| * | xfs: don't allow negative error tagsDan Carpenter2016-07-202-2/+2
| * | xfs: fix type confusion in xfs_ioc_swapextJann Horn2016-07-201-0/+11
| |/
* | 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-271-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-263-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-161-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