aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot_item.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemGravatar Christoph Hellwig 1-134/+0
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNGravatar Dave Chinner 1-1/+1
2020-07-28xfs: stop using q_core.d_id in the quota codeGravatar Darrick J. Wong 1-1/+1
2020-07-28xfs: stop using q_core.d_flags in the quota codeGravatar Darrick J. Wong 1-2/+4
2020-07-07xfs: unwind log item error flaggingGravatar Dave Chinner 1-18/+0
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Gravatar Brian Foster 1-1/+1
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Gravatar Brian Foster 1-1/+1
2020-05-07xfs: refactor failed buffer resubmission into xfsaildGravatar Brian Foster 1-15/+0
2020-03-28xfs: trylock underlying buffer on dquot flushGravatar Brian Foster 1-1/+2
2020-03-18xfs: fix unmount hang and memory leak on shutdown during quotaoffGravatar Brian Foster 1-0/+15
2020-03-18xfs: factor out quotaoff intent AIL removal and memory freeGravatar Brian Foster 1-9/+20
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-1/+0
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesGravatar Christoph Hellwig 1-6/+0
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 1-8/+11
2019-06-28xfs: don't require log items to implement optional methodsGravatar Christoph Hellwig 1-98/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotGravatar Christoph Hellwig 1-5/+0
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: don't spray logs when dquot flush/purge failGravatar Darrick J. Wong 1-4/+1
2018-05-10xfs: log item flags are racyGravatar Dave Chinner 1-1/+1
2018-03-11xfs: Rename xa_ elements to ail_Gravatar Matthew Wilcox 1-5/+6
2018-01-29Use list_head infra-structure for buffer's log items listGravatar Carlos Maiolino 1-1/+1
2018-01-17xfs: fix non-debug build compiler warningsGravatar Darrick J. Wong 1-4/+1
2018-01-12xfs: use %px for data pointers when debuggingGravatar Darrick J. Wong 1-1/+1
2017-11-30xfs: Properly retry failed dquot items in case of error during buffer writebackGravatar Carlos Maiolino 1-2/+38
2016-07-22xfs: allocate log vector buffers outside CIL context lockGravatar Dave Chinner 1-0/+2
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2013-12-13xfs: remove the quotaoff log format from the quotaoff log itemGravatar Christoph Hellwig 1-15/+7
2013-12-13xfs: remove the dquot log format from the dquot log itemGravatar Christoph Hellwig 1-16/+9
2013-12-13xfs: format log items write directly into the linear CIL bufferGravatar Christoph Hellwig 1-9/+10
2013-12-13xfs: introduce xlog_copy_iovecGravatar Christoph Hellwig 1-13/+12
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-7/+1
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-2/+4
2013-09-09xfs: fix some minor sparse warningsGravatar Dave Chinner 1-1/+2
2013-08-13xfs: return log item size in IOP_SIZEGravatar Dave Chinner 1-9/+13
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hGravatar Dave Chinner 1-0/+1
2012-05-14xfs: clean up xfs_bit.h includesGravatar Dave Chinner 1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkGravatar Dave Chinner 1-1/+1
2012-05-14xfs: on-stack delayed write buffer listsGravatar Christoph Hellwig 1-125/+36
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushGravatar Christoph Hellwig 1-2/+19
2011-12-12xfs: cleanup dquot locking helpersGravatar Christoph Hellwig 1-1/+1
2011-12-12xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushGravatar Christoph Hellwig 1-1/+1
2011-12-08xfs: remove the lid_size field in struct log_item_descGravatar Christoph Hellwig 1-1/+0
2011-11-08xfs: constify xfs_item_opsGravatar Christoph Hellwig 1-3/+3
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufGravatar Christoph Hellwig 1-3/+7
2011-08-12xfs: remove subdirectoriesGravatar Christoph Hellwig 1-0/+529