summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: create iterator error codesDarrick J. Wong2019-07-021-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-291-4/+0Star
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-301-8/+9
* xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster2018-08-071-20/+6Star
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-031-1/+1
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-031-1/+0Star
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-2/+2
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-4/+0Star
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-2/+2
* xfs: use ->t_firstblock in dq allocBrian Foster2018-07-121-2/+1Star
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-121-3/+2Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-3/+2Star
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-121-1/+1
* xfs: use ->t_dfops in dqalloc transactionBrian Foster2018-07-121-14/+20
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: refactor dquot iterationDarrick J. Wong2018-05-161-0/+32
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-13/+8Star
* 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/+122Star
* 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/+3Star
* 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-121-2/+2
* xfs: don't iunlock the quota ip when quota blockDarrick J. Wong2018-03-121-2/+0Star
* 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/+0Star
* 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/+0Star
* 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/+4Star
* 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-021-44/+22Star
* xfs: grab dquots without taking the ilockDarrick J. Wong2017-06-281-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/+3Star
|/