aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-4/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-4/+6
2013-10-23xfs: split dquot buffer operations outDave Chinner1-114/+3
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-09-30xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner1-3/+16
2013-09-10xfs: convert dquot cache lru to list_lruDave Chinner1-6/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-4/+2
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-3/+12
2013-06-28xfs: Code cleanup and removal of some typedef usageChandra Seetharaman1-6/+6
2013-06-28xfs: Replace macro XFS_DQ_TO_QIP with a functionChandra Seetharaman1-1/+1
2013-06-28xfs: Replace macro XFS_DQUOT_TREE with a functionChandra Seetharaman1-1/+1
2013-06-04xfs: rework dquot CRCsDave Chinner1-21/+16
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig1-13/+99
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster1-2/+39
2013-03-22xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster1-3/+4
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu1-9/+3
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-8/+10
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-53/+51
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-6/+21
2012-11-15xfs: verify dquot blocks as they are read from diskDave Chinner1-22/+95
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-2/+2
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-2/+3
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-33/+0
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig1-30/+13
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig1-2/+1
2012-05-14xfs: remove log item from AIL in xfs_qm_dqflush after a shutdownChristoph Hellwig1-1/+13
2012-03-22fs: xfs: fix section mismatch in linux-nextGerard Snitselaar1-1/+1
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig1-2/+33
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig1-92/+3
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig1-140/+48
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig1-40/+44
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig1-6/+8
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig1-11/+0
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka1-12/+12
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig1-77/+26
2012-02-03Define a new function xfs_inode_dquot()Chandra Seetharaman1-24/+9
2012-02-03Define a new function xfs_this_quota_on()Chandra Seetharaman1-2/+2
2011-12-15xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig1-21/+6
2011-12-15xfs: kill xfs_qm_idtodqChristoph Hellwig1-87/+50
2011-12-15xfs: merge xfs_qm_dqinit_core into the only callerChristoph Hellwig1-20/+7
2011-12-15xfs: add a xfs_dqhold helperChristoph Hellwig1-1/+1
2011-12-14xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig1-59/+38
2011-12-14xfs: flatten the dquot lock orderingChristoph Hellwig1-63/+50
2011-12-13xfs: implement lazy removal for the dquot freelistChristoph Hellwig1-49/+18
2011-12-13xfs: remove XFS_DQ_INACTIVEChristoph Hellwig1-11/+17
2011-12-13xfs: cleanup xfs_qm_dqlookupChristoph Hellwig1-20/+5
2011-12-12xfs: cleanup dquot locking helpersChristoph Hellwig1-27/+4