summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner1-5/+1
2020-07-07xfs: get rid of log item callbacksDave Chinner1-3/+3
2020-07-06xfs: use direct calls for dquot IO completionDave Chinner1-4/+14
2020-07-06xfs: mark dquot buffers in cacheDave Chinner1-0/+1
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen1-3/+7
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen1-1/+1
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen1-1/+2
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong1-13/+43
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster1-1/+1
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster1-1/+1
2020-05-07xfs: acquire ->ail_lock from xfs_trans_ail_delete()Brian Foster1-2/+4
2020-05-07xfs: abort consistently on dquot flush failureBrian Foster1-22/+10
2020-05-07xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster1-5/+4
2020-03-28xfs: trylock underlying buffer on dquot flushBrian Foster1-3/+3
2020-03-03xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-2/+2
2020-03-03xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-2/+2
2020-01-27xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-4/+4
2020-01-06xfs: quota: move to time64_t interfacesArnd Bergmann1-3/+3
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino1-3/+3
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino1-4/+6
2019-11-14xfs: remove the xfs_dq_logitem_t typedefPavel Reichl1-1/+1
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl1-9/+9
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-1/+1
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong1-1/+1
2019-10-24xfs: don't set bmapi total block req where minleft isBrian Foster1-2/+2
2019-08-30xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-07-02xfs: create iterator error codesDarrick J. Wong1-1/+1
2019-06-29xfs: 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-03xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-1/+1
2018-08-03xfs: 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-12xfs: remove xfs_defer_init() firstblock paramBrian Foster1-2/+2
2018-07-12xfs: use ->t_firstblock in dq allocBrian Foster1-2/+1
2018-07-12xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-2/+1
2018-07-12xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster1-3/+2
2018-07-12xfs: refactor dfops init to attach to transactionBrian Foster1-3/+2
2018-07-12xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-1/+1
2018-07-12xfs: use ->t_dfops in dqalloc transactionBrian Foster1-14/+20
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: 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