aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-24xfs: defer should abort intent items if the trans roll failsDarrick J. Wong1-12/+5
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig2-23/+0
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig2-154/+225
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong2-0/+35
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks3-2/+14
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen1-3/+0
2016-10-20xfs: add some 'static' annotationsEric Biggers1-1/+1
2016-10-20xfs: remove redundant assignment of ifpColin Ian King1-1/+1
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong1-11/+9
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong1-0/+9
2016-10-05xfs: recognize the reflink feature bitDarrick J. Wong1-1/+2
2016-10-05xfs: simulate per-AG reservations being critically lowDarrick J. Wong1-1/+3
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong1-0/+4
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong1-0/+16
2016-10-05xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong1-1/+384
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2-2/+519
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong1-0/+3
2016-10-05xfs: increase log reservations for reflinkDarrick J. Wong2-3/+15
2016-10-05xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2-0/+47
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong5-3/+150
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong6-6/+17
2016-10-05xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong1-1/+3
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong4-11/+476
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong2-0/+171
2016-10-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong1-16/+32
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2-7/+12
2016-10-04xfs: introduce the CoW forkDarrick J. Wong7-26/+115
2016-10-04xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong1-1/+22
2016-10-04xfs: add reflink feature flag to geometryDarrick J. Wong1-1/+2
2016-10-04xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2-6/+34
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong3-0/+153
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2-4/+8
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong2-1/+77
2016-10-04xfs: log bmap intent itemsDarrick J. Wong1-0/+13
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong1-2/+56
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong2-0/+106
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong1-0/+2
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong1-3/+11
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong3-0/+188
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong1-0/+814
2016-10-03xfs: log refcount intent itemsDarrick J. Wong1-0/+14
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong1-2/+56
2016-10-03xfs: add refcount btree operationsDarrick J. Wong5-2/+429
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong1-1/+4
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong9-1/+309
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong2-0/+15
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong6-9/+60
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner4-29/+54
2016-10-03Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner2-90/+9