summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)Author
2020-03-28xfs: trylock underlying buffer on dquot flushBrian Foster
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-06xfs: quota: move to time64_t interfacesArnd Bergmann
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino
2019-11-13xfs: remove the xfs_dq_logitem_t typedefPavel Reichl
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong
2018-08-07xfs: remove dead error handling code in xfs_dquot_disk_alloc()Brian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in dq allocBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops in dqalloc transactionBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: refactor dquot iterationDarrick J. Wong
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong
2018-05-10xfs: remove direct calls to _qm_dqreadDarrick J. Wong
2018-05-10xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong
2018-05-10xfs: refactor incore dquot initialization functionsDarrick J. Wong
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong
2018-05-10xfs: delegate dqget input checks to helper functionDarrick J. Wong
2018-05-10xfs: refactor dquot cache handlingDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2018-05-10xfs: release new dquot buffer on defer_finish errorDarrick J. Wong
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2018-03-11xfs: don't iunlock the quota ip when quota blockDarrick J. Wong
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong
2017-11-30xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetChristoph Hellwig