summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dquot.c
AgeCommit message (Expand)Author
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-08-04xfs: quotacheck leaves dquot buffers without verifiersDave Chinner
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-22xfs: return is not a functionEric Sandeen
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner
2014-06-06xfs: kill xfs_buf_geterror()Dave Chinner
2014-05-05xfs: remove dquot hintsDave Chinner
2014-02-07xfs: use tr_qm_dqalloc log reservation for dquot allocBrian Foster
2013-12-18xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobpChristoph Hellwig
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: split dquot buffer operations outDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-09-30xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner
2013-09-10xfs: convert dquot cache lru to list_lruDave Chinner
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman
2013-06-28xfs: Code cleanup and removal of some typedef usageChandra Seetharaman
2013-06-28xfs: Replace macro XFS_DQ_TO_QIP with a functionChandra Seetharaman
2013-06-28xfs: Replace macro XFS_DQUOT_TREE with a functionChandra Seetharaman
2013-06-04xfs: rework dquot CRCsDave Chinner
2013-04-21xfs: add CRC checks for quota blocksChristoph Hellwig
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster
2013-03-22xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_tBrian Foster
2013-02-01xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount timeJeff Liu
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-15xfs: verify dquot blocks as they are read from diskDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-05-14xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig
2012-05-14xfs: remove log item from AIL in xfs_qm_dqflush after a shutdownChristoph Hellwig
2012-03-22fs: xfs: fix section mismatch in linux-nextGerard Snitselaar
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig
2012-02-03Define a new function xfs_inode_dquot()Chandra Seetharaman