summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: defer should abort intent items if the trans roll failsDarrick J. Wong2016-10-241-12/+5
* xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-202-23/+0
* xfs: refactor xfs_bunmapi_cowChristoph Hellwig2016-10-202-154/+225
* xfs: add xfs_trim_extentDarrick J. Wong2016-10-202-0/+35
* libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks2016-10-203-2/+14
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-10-201-2/+1
* xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen2016-10-201-3/+0
* xfs: add some 'static' annotationsEric Biggers2016-10-201-1/+1
* xfs: remove redundant assignment of ifpColin Ian King2016-10-201-1/+1
* 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