summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dquot_buf.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig1-2/+2
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-3/+3
2020-09-16xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong1-2/+19
2020-09-16xfs: refactor quota timestamp codingDarrick J. Wong1-0/+18
2020-07-29xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong1-3/+3
2020-07-29xfs: improve ondisk dquot flags checkingDarrick J. Wong1-3/+8
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-1/+1
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-3/+3
2020-07-29xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong1-8/+4
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl1-4/+4
2019-06-29xfs: remove unused header filesEric Sandeen1-2/+0
2019-06-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-4/+4
2019-05-02xfs: change some error-less functions to void typesEric Sandeen1-3/+1
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong1-4/+4
2019-02-12xfs: add magic numbers to dquot buffer opsDarrick J. Wong1-0/+4
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-09xfs: print specific dqblk that failed verifiersEric Sandeen1-19/+22
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen1-5/+22
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen1-12/+9
2018-05-09xfs: check type in quota verifier during quotacheckEric Sandeen1-1/+3
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen1-3/+2
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong1-91/+51
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong1-7/+15
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong1-0/+12
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-3/+3
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-7/+3
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen1-6/+1
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-01-11xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner1-6/+30
2016-01-04xfs: print name of verifier if it failsEric Sandeen1-0/+1
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen1-2/+2
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-06-25xfs: global error sign conversionDave Chinner1-3/+3
2014-06-25libxfs: move source filesDave Chinner1-0/+290