aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-01xfs: remove the ip argument to xfs_defer_finishGravatar Christoph Hellwig 1-1/+1
2017-07-13Revert "xfs: grab dquots without taking the ilock"Gravatar Christoph Hellwig 1-10/+4
2017-07-05xfs: fix contiguous dquot chunk iteration livelockGravatar Brian Foster 1-2/+7
2017-07-01xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentGravatar Christoph Hellwig 1-44/+22
2017-06-27xfs: grab dquots without taking the ilockGravatar Darrick J. Wong 1-4/+10
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-1/+1
2017-01-17xfs: don't wrap ID in xfs_dq_get_next_idGravatar Eric Sandeen 1-0/+4
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-5/+5
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Gravatar Darrick J. Wong 1-5/+5
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-0/+1
2016-07-22xfs: allocate log vector buffers outside CIL context lockGravatar Dave Chinner 1-0/+1
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextGravatar Dave Chinner 1-1/+1
2016-04-06xfs: mute some sparse warningsGravatar Eryu Guan 1-1/+1
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-4/+3
2016-02-08xfs: Split default quota limits by quota typeGravatar Carlos Maiolino 1-12/+14
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkGravatar Eric Sandeen 1-0/+96
2016-02-08xfs: get quota inode from mp & flags rather than dqpGravatar Eric Sandeen 1-1/+2
2016-02-08xfs: don't overflow quota ID when initializing dqblkGravatar Eric Sandeen 1-2/+2
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishGravatar Eric Sandeen 1-6/+7
2015-10-12xfs: per-filesystem stats counter implementationGravatar Bill O'Donnell 1-7/+7
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextGravatar Dave Chinner 1-1/+1
2015-08-19xfs: dquots should be stamped with sb_meta_uuidGravatar Dave Chinner 1-1/+1
2015-08-19xfs: add helper to conditionally remove items from the AILGravatar Brian Foster 1-6/+2
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 1-5/+1
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
2014-08-04xfs: quotacheck leaves dquot buffers without verifiersGravatar Dave Chinner 1-1/+2
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-14/+14
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-7/+7
2014-06-22xfs: return is not a functionGravatar Eric Sandeen 1-6/+6
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextGravatar Dave Chinner 1-3/+3
2014-06-06xfs: kill xfs_buf_geterror()Gravatar Dave Chinner 1-3/+3
2014-05-05xfs: remove dquot hintsGravatar Dave Chinner 1-45/+8
2014-02-07xfs: use tr_qm_dqalloc log reservation for dquot allocGravatar Brian Foster 1-1/+1
2013-12-18xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobpGravatar Christoph Hellwig 1-3/+4
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-4/+1
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-4/+6
2013-10-23xfs: split dquot buffer operations outGravatar Dave Chinner 1-114/+3
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-0/+1
2013-09-30xfs: lockdep needs to know about 3 dquot-deep nestingGravatar Dave Chinner 1-3/+16
2013-09-10xfs: convert dquot cache lru to list_lruGravatar Dave Chinner 1-6/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceGravatar Jie Liu 1-4/+2
2013-08-12xfs: create xfs_bmap_util.[ch]Gravatar Dave Chinner 1-0/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hGravatar Dave Chinner 1-0/+1
2013-07-11xfs: Add pquota fields where gquota is used.Gravatar Chandra Seetharaman 1-3/+12
2013-06-28xfs: Code cleanup and removal of some typedef usageGravatar Chandra Seetharaman 1-6/+6
2013-06-28xfs: Replace macro XFS_DQ_TO_QIP with a functionGravatar Chandra Seetharaman 1-1/+1
2013-06-28xfs: Replace macro XFS_DQUOT_TREE with a functionGravatar Chandra Seetharaman 1-1/+1
2013-06-04xfs: rework dquot CRCsGravatar Dave Chinner 1-21/+16