aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02xfs: create iterator error codesDarrick J. Wong1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong1-8/+9
2018-08-07xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster1-20/+6
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-1/+1
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster1-1/+0
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-2/+2
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-4/+0
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-2/+2
2018-07-11xfs: use ->t_firstblock in dq allocBrian Foster1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster1-3/+2
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-3/+2
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-1/+1
2018-07-11xfs: use ->t_dfops in dqalloc transactionBrian Foster1-14/+20
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: refactor dquot iterationDarrick J. Wong1-0/+32
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong1-13/+8
2018-05-10xfs: remove direct calls to _qm_dqreadDarrick J. Wong1-1/+23
2018-05-10xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong1-148/+122
2018-05-10xfs: refactor incore dquot initialization functionsDarrick J. Wong1-30/+51
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong1-44/+104
2018-05-10xfs: delegate dqget input checks to helper functionDarrick J. Wong1-9/+31
2018-05-10xfs: refactor dquot cache handlingDarrick J. Wong1-34/+78
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-30/+33
2018-05-10xfs: release new dquot buffer on defer_finish errorDarrick J. Wong1-20/+28
2018-05-10xfs: log item flags are racyDave Chinner1-4/+3
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen1-5/+5
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen1-1/+1
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox1-2/+2
2018-03-11xfs: don't iunlock the quota ip when quota blockDarrick J. Wong1-2/+0
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong1-3/+5
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong1-54/+0
2017-11-30xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino1-3/+11
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetChristoph Hellwig1-17/+0
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-2/+2
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-1/+1
2017-07-13Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig1-10/+4
2017-07-05xfs: fix contiguous dquot chunk iteration livelockBrian Foster1-2/+7
2017-07-01xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig1-44/+22
2017-06-27xfs: grab dquots without taking the ilockDarrick J. Wong1-4/+10
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-01-17xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen1-0/+4
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-5/+5
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-5/+5
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner1-0/+1
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner1-1/+1
2016-04-06xfs: mute some sparse warningsEryu Guan1-1/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-4/+3