summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster2020-05-071-1/+1
* xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster2020-05-071-1/+1
* xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster2020-05-071-2/+4
* xfs: abort consistently on dquot flush failureBrian Foster2020-05-071-22/+10
* xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster2020-05-071-5/+4
* xfs: trylock underlying buffer on dquot flushBrian Foster2020-03-281-3/+3
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-2/+2
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-2/+2
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-4/+4
* xfs: quota: move to time64_t interfacesArnd Bergmann2020-01-061-3/+3
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino2019-11-181-3/+3
* xfs: Remove slab init wrappersCarlos Maiolino2019-11-181-4/+6
* xfs: remove the xfs_dq_logitem_t typedefPavel Reichl2019-11-131-1/+1
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-131-9/+9
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-1/+1
* xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong2019-10-291-1/+1
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-231-2/+2
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: create iterator error codesDarrick J. Wong2019-07-021-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* 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/+6
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-1/+1
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-021-1/+0
* 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/+0
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-2/+2
* xfs: use ->t_firstblock in dq allocBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-111-3/+2
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-3/+2
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops in dqalloc transactionBrian Foster2018-07-111-14/+20
* 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