aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rtbitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-3/+1
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-2/+4
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval1-0/+6
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong1-2/+2
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-12/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong1-13/+13
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong1-2/+5
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong1-0/+3
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+21
2017-10-31xfs: remove redundant assignment to variable bitColin Ian King1-1/+0
2017-10-26xfs: create block pointer check functionsDarrick J. Wong1-0/+12
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-1/+1
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-04-03xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong1-0/+70
2016-11-08libxfs: fix whitespace problemsDarrick J. Wong1-1/+0
2016-06-01xfs: make several functions staticEric Sandeen1-1/+1
2016-03-07Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner1-1/+1
2016-02-09xfs: remove timestamps from incore inodeDave Chinner1-1/+1
2016-02-09xfs: RT bitmap and summary buffers need verifiersDave Chinner1-1/+26
2016-02-09xfs: RT bitmap and summary buffers are not typedDave Chinner1-0/+3
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-09-09xfs: remove rbpp check from xfs_rtmodify_summary_intEric Sandeen1-13/+5
2014-09-09xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryEric Sandeen1-8/+37
2014-06-25libxfs: move source filesDave Chinner1-0/+973