summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2017-02-04xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig
2017-01-12xfs: use the actual AG length when reserving blocksDarrick J. Wong
2017-01-12xfs: use GPF_NOFS when allocating btree cursorsDarrick J. Wong
2017-01-12xfs: ignore leaf attr ichdr.count in verifier during log replayEric Sandeen
2017-01-12xfs: don't allow di_size with high bit setDarrick J. Wong
2017-01-12xfs: error out if trying to add attrs and anextents > 0Darrick J. Wong
2017-01-12xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong
2017-01-12xfs: complain if we don't get nextents bmap recordsDarrick J. Wong
2017-01-12xfs: check for bogus values in btree block headersDarrick J. Wong
2017-01-12xfs: forbid AG btrees with level == 0Darrick J. Wong
2017-01-12xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen
2017-01-12xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen
2017-01-12xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2017-01-12xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2017-01-12xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig
2017-01-12xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong
2017-01-12xfs: new inode extent list lookup helpersChristoph Hellwig
2017-01-12xfs: check minimum block size for CRC filesystemsDarrick J. Wong
2017-01-12xfs: provide helper for counting extents from if_bytesEric Sandeen
2017-01-12xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong
2017-01-12xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen
2016-10-24xfs: defer should abort intent items if the trans roll failsDarrick J. Wong
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen
2016-10-20xfs: add some 'static' annotationsEric Biggers
2016-10-20xfs: remove redundant assignment of ifpColin Ian King
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong
2016-10-05xfs: recognize the reflink feature bitDarrick J. Wong
2016-10-05xfs: simulate per-AG reservations being critically lowDarrick J. Wong
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong
2016-10-05xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong
2016-10-05xfs: increase log reservations for reflinkDarrick J. Wong
2016-10-05xfs: try other AGs to allocate a BMBT blockDarrick J. Wong
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
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-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong
2016-10-04xfs: introduce the CoW forkDarrick J. Wong
2016-10-04xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong