summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rmap_item.c
AgeCommit message (Expand)Author
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: merge xfs_trans_rmap.c into xfs_rmap_item.cChristoph Hellwig
2019-06-28xfs: merge xfs_rud_init into xfs_trans_get_rudChristoph Hellwig
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig
2019-06-28xfs: add a flag to release log items on commitChristoph Hellwig
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-04-02xfs: fix intent use-after-free on abortDave Chinner
2018-02-22xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong
2017-04-25xfs: better log intent item refcount checkingDarrick 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-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong
2016-08-03xfs: remove unnecessary parentheses from log redo item recovery functionsDarrick J. Wong
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong
2016-08-03xfs: log rmap intent itemsDarrick J. Wong
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong