summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: refactor dquot iterationDarrick J. Wong2018-05-151-0/+32
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-13/+8
* xfs: remove direct calls to _qm_dqreadDarrick J. Wong2018-05-101-1/+23
* xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong2018-05-101-148/+122
* xfs: refactor incore dquot initialization functionsDarrick J. Wong2018-05-101-30/+51
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-44/+104
* xfs: delegate dqget input checks to helper functionDarrick J. Wong2018-05-101-9/+31
* xfs: refactor dquot cache handlingDarrick J. Wong2018-05-101-34/+78
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-30/+33
* xfs: release new dquot buffer on defer_finish errorDarrick J. Wong2018-05-101-20/+28
* xfs: log item flags are racyDave Chinner2018-05-101-4/+3
* xfs: add full xfs_dqblk verifierEric Sandeen2018-05-091-5/+5
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-091-1/+1
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-111-2/+2
* xfs: don't iunlock the quota ip when quota blockDarrick J. Wong2018-03-111-2/+0
* xfs: standardize quota verification function outputsDarrick J. Wong2018-01-081-3/+5
* xfs: separate dquot repair into a separate functionDarrick J. Wong2018-01-081-54/+0
* xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2017-11-301-3/+11
* xfs: remove unreachable error injection code in xfs_qm_dqgetChristoph Hellwig2017-11-061-17/+0
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-2/+2
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-1/+1
* Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig2017-07-131-10/+4
* xfs: fix contiguous dquot chunk iteration livelockBrian Foster2017-07-051-2/+7
* xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig2017-07-011-44/+22
* xfs: grab dquots without taking the ilockDarrick J. Wong2017-06-271-4/+10
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen2017-01-171-0/+4
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-5/+5
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-5/+5
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: allocate log vector buffers outside CIL context lockDave Chinner2016-07-221-0/+1
* Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner2016-05-201-1/+1
|\
| * xfs: mute some sparse warningsEryu Guan2016-04-061-1/+1
* | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-4/+3
|/
* xfs: Split default quota limits by quota typeCarlos Maiolino2016-02-081-12/+14
* xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen2016-02-081-0/+96
* xfs: get quota inode from mp & flags rather than dqpEric Sandeen2016-02-081-1/+2
* xfs: don't overflow quota ID when initializing dqblkEric Sandeen2016-02-081-2/+2
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-6/+7
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-7/+7
* Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-201-1/+1
|\
| * xfs: dquots should be stamped with sb_meta_uuidDave Chinner2015-08-191-1/+1
* | xfs: add helper to conditionally remove items from the AILBrian Foster2015-08-191-6/+2
|/
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-5/+1
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2014-08-041-1/+2
* xfs: global error sign conversionDave Chinner2014-06-251-14/+14
OpenPOWER on IntegriCloud