aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner4-29/+54
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2-90/+9
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong6-40/+448
2016-09-19xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong1-7/+72
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong2-0/+25
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong2-0/+26
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong2-24/+12
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong1-1/+9
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong2-14/+5
2016-08-26xfs: fix superblock inprogress checkDave Chinner1-1/+2
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong1-0/+7
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong1-1/+2
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong2-2/+6
2016-08-26xfs: don't perform lookups on zero-height btreesDarrick J. Wong1-0/+4
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong1-0/+13
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong3-3/+15
2016-08-03xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong1-2/+0
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong1-2/+1
2016-08-03xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong1-17/+17
2016-08-03xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong1-14/+0
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong6-136/+61
2016-08-03xfs: enable the rmap btree functionalityDarrick J. Wong1-1/+2
2016-08-03xfs: don't update rmapbt when fixing agflDarrick J. Wong2-4/+17
2016-08-03xfs: add rmap btree geometry feature flagDarrick J. Wong1-0/+1
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong3-8/+330
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong1-0/+1
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong2-2/+81
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong2-1/+49
2016-08-03xfs: convert unwritten status of reverse mappingsDarrick J. Wong1-0/+441
2016-08-03xfs: remove an extent from the rmap btreeDarrick J. Wong1-5/+215
2016-08-03xfs: add an extent to the rmap btreeDarrick J. Wong1-5/+221
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong2-0/+52
2016-08-03xfs: support overlapping intervals in the rmap btreeDarrick J. Wong2-4/+74
2016-08-03xfs: add rmap btree operationsDarrick J. Wong4-0/+373
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong4-37/+77
2016-08-03xfs: rmap btree transaction reservationsDarrick J. Wong2-27/+41
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong8-8/+404
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong3-2/+117
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong9-24/+157
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong3-8/+14
2016-08-03xfs: add rmap btree stats infrastructureDarrick J. Wong1-2/+3
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong5-9/+30
2016-08-03xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbtDarrick J. Wong1-1/+1
2016-08-03xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong2-0/+9
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong13-136/+136
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong12-92/+86
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong12-78/+29
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong1-0/+1