summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2016-10-05xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong
2016-10-05xfs: support allocating delayed extents in CoW forkDarrick J. Wong
2016-10-05xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong
2016-10-05xfs: introduce the CoW forkDarrick J. Wong
2016-10-05xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong
2016-10-05xfs: add reflink feature flag to geometryDarrick J. Wong
2016-10-05xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong
2016-10-04xfs: log bmap intent itemsDarrick J. Wong
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong
2016-10-03xfs: log refcount intent itemsDarrick J. Wong
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong
2016-10-03xfs: add refcount btree operationsDarrick J. Wong
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong
2016-10-02Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner
2016-10-02Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner
2016-09-25xfs: remote attribute blocks aren't really userdataDave Chinner
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong
2016-09-19xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong
2016-08-26xfs: fix superblock inprogress checkDave Chinner
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong
2016-08-26xfs: don't perform lookups on zero-height btreesDarrick J. Wong
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong
2016-08-16xfs: store rmapbt block count in the AGFDarrick J. Wong
2016-08-03xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong
2016-08-03xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong
2016-08-03xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong
2016-08-03xfs: enable the rmap btree functionalityDarrick J. Wong