summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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/+13Star
| | * | 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/+367Star
| |\ \
| | * | xfs: kill xfs_zero_remaining_bytesChristoph Hellwig2016-06-211-119/+14Star
| | * | 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/+1Star
| | * | xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig2016-06-212-6/+8
| | * | xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig2016-06-212-41/+3Star
| | * | xfs: use iomap fiemap implementationChristoph Hellwig2016-06-211-75/+5Star
| | * | xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig2016-06-211-52/+19Star
| | * | xfs: implement iomap based buffered write pathChristoph Hellwig2016-06-217-258/+187Star
| | * | 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/+2Star
| * | xfs: make several functions staticEric Sandeen2016-06-0115-50/+14Star
| * | xfs: remove spurious shutdown type check from xfs_bmap_finish()Brian Foster2016-06-011-3/+1Star
| * | xfs: fix broken multi-fsb buffer loggingBrian Foster2016-06-011-5/+13
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-271-3/+3
|\ \
| * | dax: remote unused fault wrappersRoss Zwisler2016-07-271-3/+3
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-272-21/+22
|\ \ \ | |/ / |/| |
| * | fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGESMing Lei2016-06-091-3/+1Star
| * | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
| * | xfs: use bio op accessorsMike Christie2016-06-072-20/+18Star
| * | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-072-7/+12
| |/
* / xfs: fix type confusion in xfs_ioc_swapextJann Horn2016-07-151-0/+6
|/
* 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/+12Star
|\ \
| * | dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-181-11/+4Star
| * | xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5Star
| * | dax: Remove complete_unwritten argumentJan Kara2016-05-171-4/+3Star
* | | 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/+116Star