summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-291-14/+11
* xfs: stop using q_core.d_flags in the quota codeDarrick J. Wong2020-07-291-2/+34
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-291-3/+3
* xfs: validate ondisk/incore dquot flagsDarrick J. Wong2020-07-291-3/+20
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-071-5/+1
* xfs: get rid of log item callbacksDave Chinner2020-07-071-3/+3
* xfs: use direct calls for dquot IO completionDave Chinner2020-07-061-4/+14
* xfs: mark dquot buffers in cacheDave Chinner2020-07-061-0/+1
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-271-3/+7
* xfs: switch xfs_get_defquota to take explicit typeEric Sandeen2020-05-271-1/+1
* xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen2020-05-271-1/+2
* xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2020-05-191-13/+43
* 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-031-2/+2
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-031-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-141-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-241-2/+2
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-301-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-291-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-031-1/+1
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-031-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-121-2/+2
* xfs: use ->t_firstblock in dq allocBrian Foster2018-07-121-2/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-2/+1
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-121-3/+2
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-3/+2
* 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/+1
* xfs: refactor dquot iterationDarrick J. Wong2018-05-161-0/+32
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-13/+8