summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)Author
2018-05-15xfs: refactor dquot iterationDarrick J. Wong
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong
2018-05-10xfs: remove direct calls to _qm_dqreadDarrick J. Wong
2018-05-10xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong
2018-05-10xfs: refactor incore dquot initialization functionsDarrick J. Wong
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong
2018-05-10xfs: delegate dqget input checks to helper functionDarrick J. Wong
2018-05-10xfs: refactor dquot cache handlingDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2018-05-10xfs: release new dquot buffer on defer_finish errorDarrick J. Wong
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2018-03-11xfs: don't iunlock the quota ip when quota blockDarrick J. Wong
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong
2017-11-30xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-07-13Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig
2017-07-05xfs: fix contiguous dquot chunk iteration livelockBrian Foster
2017-07-01xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig
2017-06-27xfs: grab dquots without taking the ilockDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-01-17xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner
2016-04-06xfs: mute some sparse warningsEryu Guan
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-02-08xfs: Split default quota limits by quota typeCarlos Maiolino
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen
2016-02-08xfs: get quota inode from mp & flags rather than dqpEric Sandeen
2016-02-08xfs: don't overflow quota ID when initializing dqblkEric Sandeen
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner
2015-08-19xfs: dquots should be stamped with sb_meta_uuidDave Chinner
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-08-04xfs: quotacheck leaves dquot buffers without verifiersDave Chinner
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen