aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/quota.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2011-11-22GFS2: decouple quota allocations from block allocationsGravatar Bob Peterson 1-51/+34
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyGravatar Tejun Heo 1-2/+2
2011-11-08GFS2: Fix up REQ flagsGravatar Steven Whitehouse 1-1/+1
2011-10-21GFS2: Misc fixesGravatar Steven Whitehouse 1-3/+8
2011-10-21GFS2: Cache the most recently used resource group in the inodeGravatar Steven Whitehouse 1-2/+2
2011-10-21GFS2: Use ->dirty_inode()Gravatar Steven Whitehouse 1-11/+2
2011-08-23block: separate priority boosting from REQ_METAGravatar Christoph Hellwig 1-1/+1
2011-08-23block: remove READ_META and WRITE_METAGravatar Christoph Hellwig 1-1/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structGravatar Ying Han 1-5/+7
2011-03-09GFS2: quota allows exceeding hard limitGravatar Abhijith Das 1-1/+7
2011-02-07GFS2: panics on quotacheck updateGravatar Abhijith Das 1-1/+5
2010-11-30GFS2: Allow gfs2 to update quota usage values through the quotactl interfaceGravatar Abhijith Das 1-2/+11
2010-11-19GFS2: Userland expects quota limit/warn/usage in 512b blocksGravatar Abhijith Das 1-7/+8
2010-09-28GFS2: reserve more blocks for transactionsGravatar Benjamin Marzinski 1-1/+2
2010-09-20GFS2: Remove i_disksizeGravatar Steven Whitehouse 1-8/+5
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-5/+5
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredGravatar Bob Peterson 1-12/+3
2010-07-21quota: Clean up the namespace in dqblk_xfs.hGravatar Christoph Hellwig 1-5/+5
2010-07-19mm: add context argument to shrinker callbackGravatar Dave Chinner 1-1/+1
2010-07-15GFS2: BUG in gfs2_adjust_quotaGravatar Abhijith Das 1-5/+3
2010-05-21quota: unify ->set_dqblkGravatar Christoph Hellwig 1-3/+3
2010-05-21quota: unify ->get_dqblkGravatar Christoph Hellwig 1-3/+3
2010-05-10GFS2: Fix writing to non-page aligned gfs2_quota structuresGravatar Abhijith Das 1-25/+61
2010-05-05GFS2: fix quota state reportingGravatar Christoph Hellwig 1-4/+12
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncGravatar Christoph Hellwig 1-2/+7
2009-12-03GFS2: Improve statfs and quota usabilityGravatar Benjamin Marzinski 1-3/+18
2009-12-03GFS2: Use dquot_send_warning()Gravatar Steven Whitehouse 1-1/+9
2009-12-03GFS2: Add set_xquota supportGravatar Steven Whitehouse 1-26/+172
2009-12-03GFS2: Add get_xquota supportGravatar Steven Whitehouse 1-0/+43
2009-12-03GFS2: Clean up gfs2_adjust_quota() and do_glock()Gravatar Steven Whitehouse 1-56/+26
2009-12-03GFS2: Remove constant argument from qd_get()Gravatar Steven Whitehouse 1-4/+4
2009-12-03GFS2: Remove constant argument from qdsb_get()Gravatar Steven Whitehouse 1-6/+6
2009-12-03GFS2: Add get_xstate quota functionGravatar Steven Whitehouse 1-0/+23
2009-12-03GFS2: Remove obsolete code in quota.cGravatar Steven Whitehouse 1-8/+5
2009-12-03GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_opsGravatar Steven Whitehouse 1-0/+4
2009-12-03GFS2: Alter arguments of gfs2_quota/statfs_syncGravatar Steven Whitehouse 1-3/+4
2009-05-22GFS2: Clean up some file namesGravatar Steven Whitehouse 1-1/+0
2009-04-15GFS2: Use DEFINE_SPINLOCKGravatar Xu Gang 1-1/+1
2009-04-15GFS2: Make quotad's waiting interruptibleGravatar Steven Whitehouse 1-1/+1
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-9/+3
2009-03-24GFS2: Remove "double" locking in quotaGravatar Steven Whitehouse 1-26/+14
2009-03-24GFS2: change gfs2_quota_scan into a shrinkerGravatar Abhijith Das 1-67/+98
2009-01-05GFS2: Fix "truncate in progress" hangGravatar Steven Whitehouse 1-1/+30
2009-01-05GFS2: Clean up & move gfs2_quotadGravatar Steven Whitehouse 1-6/+70
2009-01-05GFS2: Banish struct gfs2_dinode_hostGravatar Steven Whitehouse 1-1/+1
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeGravatar Steven Whitehouse 1-3/+3
2008-07-11[GFS2] Fix GFS2's use of do_div() in its quota calculationsGravatar David Howells 1-1/+1
2008-04-10[GFS2] fix GFP_KERNEL misusesGravatar Josef Bacik 1-4/+4
2008-03-31[GFS2] gfs2_adjust_quota has broken unstuffing codeGravatar Abhijith Das 1-41/+30