summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-039-6/+472
* xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2016-10-032-1/+817
* xfs: log refcount intent itemsDarrick J. Wong2016-10-038-0/+375
* xfs: create refcount update intent log itemsDarrick J. Wong2016-10-035-2/+558
* xfs: add refcount btree operationsDarrick J. Wong2016-10-036-2/+430
* xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong2016-10-031-1/+4
* xfs: add refcount btree support to growfsDarrick J. Wong2016-10-031-0/+39
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-0314-11/+319
* xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-032-0/+15
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-0311-10/+93
* xfs: define tracepoints for refcount btree activitiesDarrick J. Wong2016-10-031-0/+301
* xfs: return an error when an inline directory is too smallDarrick J. Wong2016-10-031-1/+2
* vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocksDarrick J. Wong2016-10-033-1/+25
* vfs: support FS_XFLAG_COWEXTSIZE and get/set of CoW extent size hintDarrick J. Wong2016-10-031-1/+3
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-0313-98/+248
|\
| * xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster2016-09-262-2/+31
| * xfs: update metadata LSN in buffers during log recoveryBrian Foster2016-09-261-3/+38
| * xfs: don't warn on buffers not being recovered due to LSNBrian Foster2016-09-261-32/+26
| * xfs: pass current lsn to log recovery buffer validationBrian Foster2016-09-261-6/+8
| * xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster2016-09-262-19/+66
| * xfs: quiesce the filesystem after recovery on readonly mountDave Chinner2016-09-263-1/+16
| * xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-268-38/+66
* | Merge branch 'iomap-4.9-dax' into for-nextDave Chinner2016-10-0313-122/+464
|\ \
| * | ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig2016-10-031-1/+1
| * | ext2: use iomap to implement DAXChristoph Hellwig2016-09-194-12/+129
| * | ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig2016-09-191-15/+24
| * | xfs: use iomap to implement DAXChristoph Hellwig2016-09-192-48/+24
| * | xfs: refactor xfs_setfilesizeChristoph Hellwig2016-09-192-10/+22
| * | xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig2016-09-191-4/+6
| * | xfs: fix locking for DAX writesChristoph Hellwig2016-09-191-19/+1
| * | dax: provide an iomap based fault handlerChristoph Hellwig2016-09-192-0/+116
| * | dax: provide an iomap based dax read/write pathChristoph Hellwig2016-09-192-0/+118
| * | dax: don't pass buffer_head to copy_user_daxChristoph Hellwig2016-09-191-6/+6
| * | dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig2016-09-191-6/+6
| * | iomap: expose iomap_apply outside iomap.cChristoph Hellwig2016-09-192-4/+12
| * | iomap: add IOMAP_F_NEW flagChristoph Hellwig2016-09-192-0/+2
* | | Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner2016-10-036-350/+242
|\| |
| * | xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-194-315/+181
| * | xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig2016-09-192-0/+15
| * | xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig2016-09-191-10/+21
| * | xfs: move xfs_bmbt_to_iomap upChristoph Hellwig2016-09-191-26/+26
| |/
* | Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner2016-10-0320-116/+719
|\ \
| * | xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-1913-54/+556
| * | xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong2016-09-191-7/+72
| * | xfs: count the blocks in a btreeDarrick J. Wong2016-09-192-0/+25
| * | xfs: create a standard btree size calculator codeDarrick J. Wong2016-09-192-0/+26
| * | xfs: remove xfs_btree_bigkeyDarrick J. Wong2016-09-192-24/+12
| * | xfs: convert RUI log formats to use variable length arraysDarrick J. Wong2016-09-194-31/+28
| |/
* | Merge branch 'iomap-4.9-misc-fixes-1' into for-nextDave Chinner2016-10-032-0/+87
|\ \
| * | iomap: add a flag to report shared extentsDarrick J. Wong2016-09-192-0/+3