summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: rework refcount cow recovery error handlingDarrick J. Wong2016-10-101-11/+9
* xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-051-0/+9
* xfs: recognize the reflink feature bitDarrick J. Wong2016-10-051-1/+2
* xfs: simulate per-AG reservations being critically lowDarrick J. Wong2016-10-051-1/+3
* xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-051-0/+4
* xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-051-0/+16
* xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-051-1/+384
* xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-052-2/+519
* xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong2016-10-051-0/+3
* xfs: increase log reservations for reflinkDarrick J. Wong2016-10-052-3/+15
* xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-052-0/+47
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-055-3/+150
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-056-6/+17
* xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2016-10-051-1/+3
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-054-11/+476
* xfs: support removing extents from CoW forkDarrick J. Wong2016-10-052-0/+171
* xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-041-16/+32
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-042-7/+12
* xfs: introduce the CoW forkDarrick J. Wong2016-10-047-26/+115
* xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong2016-10-041-1/+22
* xfs: add reflink feature flag to geometryDarrick J. Wong2016-10-041-1/+2
* xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2016-10-042-6/+34
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-043-0/+153
* xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2016-10-042-4/+8
* xfs: map an inode's offset to an exact physical blockDarrick J. Wong2016-10-042-1/+77
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+13
* xfs: create bmbt update intent log itemsDarrick J. Wong2016-10-041-2/+56
* xfs: introduce reflink utility functionsDarrick J. Wong2016-10-032-0/+106
* xfs: reserve AG space for the refcount btree rootDarrick J. Wong2016-10-031-0/+2
* xfs: adjust refcount when unmapping file blocksDarrick J. Wong2016-10-031-3/+11
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-033-0/+188
* xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2016-10-031-0/+814
* xfs: log refcount intent itemsDarrick J. Wong2016-10-031-0/+14
* xfs: create refcount update intent log itemsDarrick J. Wong2016-10-031-2/+56
* xfs: add refcount btree operationsDarrick J. Wong2016-10-035-2/+429
* xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong2016-10-031-1/+4
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-039-1/+309
* xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-032-0/+15
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-036-9/+60
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-034-29/+54
|\
| * xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-264-29/+54
* | Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner2016-10-032-90/+9
|\ \
| * | xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-192-90/+9
| |/
* | xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-196-40/+448
* | 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-191-1/+9
|/
* xfs: track log done items directly in the deferred pending work itemDarrick J. Wong2016-08-302-14/+5
OpenPOWER on IntegriCloud