| Commit message (Expand) | Author | Age | Files | Lines |
* | block: separate priority boosting from REQ_META | Christoph Hellwig | 2011-08-23 | 1 | -1/+1 |
* | block: remove READ_META and WRITE_META | Christoph Hellwig | 2011-08-23 | 1 | -1/+1 |
* | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 2011-05-25 | 1 | -5/+7 |
* | GFS2: quota allows exceeding hard limit | Abhijith Das | 2011-03-09 | 1 | -1/+7 |
* | GFS2: panics on quotacheck update | Abhijith Das | 2011-02-07 | 1 | -1/+5 |
* | GFS2: Allow gfs2 to update quota usage values through the quotactl interface | Abhijith Das | 2010-11-30 | 1 | -2/+11 |
* | GFS2: Userland expects quota limit/warn/usage in 512b blocks | Abhijith Das | 2010-11-19 | 1 | -7/+8 |
* | GFS2: reserve more blocks for transactions | Benjamin Marzinski | 2010-09-28 | 1 | -1/+2 |
* | GFS2: Remove i_disksize | Steven Whitehouse | 2010-09-20 | 1 | -8/+5 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-08-07 | 1 | -5/+5 |
|\ |
|
| * | quota: Clean up the namespace in dqblk_xfs.h | Christoph Hellwig | 2010-07-21 | 1 | -5/+5 |
* | | GFS2: Simplify gfs2_write_alloc_required | Bob Peterson | 2010-07-29 | 1 | -12/+3 |
* | | mm: add context argument to shrinker callback | Dave Chinner | 2010-07-19 | 1 | -1/+1 |
|/ |
|
* | GFS2: BUG in gfs2_adjust_quota | Abhijith Das | 2010-07-15 | 1 | -5/+3 |
* | quota: unify ->set_dqblk | Christoph Hellwig | 2010-05-21 | 1 | -3/+3 |
* | quota: unify ->get_dqblk | Christoph Hellwig | 2010-05-21 | 1 | -3/+3 |
* | GFS2: Fix writing to non-page aligned gfs2_quota structures | Abhijith Das | 2010-05-10 | 1 | -25/+61 |
* | GFS2: fix quota state reporting | Christoph Hellwig | 2010-05-05 | 1 | -4/+12 |
* | quota: move code from sync_quota_sb into vfs_quota_sync | Christoph Hellwig | 2010-03-05 | 1 | -2/+7 |
* | GFS2: Improve statfs and quota usability | Benjamin Marzinski | 2009-12-03 | 1 | -3/+18 |
* | GFS2: Use dquot_send_warning() | Steven Whitehouse | 2009-12-03 | 1 | -1/+9 |
* | GFS2: Add set_xquota support | Steven Whitehouse | 2009-12-03 | 1 | -26/+172 |
* | GFS2: Add get_xquota support | Steven Whitehouse | 2009-12-03 | 1 | -0/+43 |
* | GFS2: Clean up gfs2_adjust_quota() and do_glock() | Steven Whitehouse | 2009-12-03 | 1 | -56/+26 |
* | GFS2: Remove constant argument from qd_get() | Steven Whitehouse | 2009-12-03 | 1 | -4/+4 |
* | GFS2: Remove constant argument from qdsb_get() | Steven Whitehouse | 2009-12-03 | 1 | -6/+6 |
* | GFS2: Add get_xstate quota function | Steven Whitehouse | 2009-12-03 | 1 | -0/+23 |
* | GFS2: Remove obsolete code in quota.c | Steven Whitehouse | 2009-12-03 | 1 | -8/+5 |
* | GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops | Steven Whitehouse | 2009-12-03 | 1 | -0/+4 |
* | GFS2: Alter arguments of gfs2_quota/statfs_sync | Steven Whitehouse | 2009-12-03 | 1 | -3/+4 |
* | GFS2: Clean up some file names | Steven Whitehouse | 2009-05-22 | 1 | -1/+0 |
* | GFS2: Use DEFINE_SPINLOCK | Xu Gang | 2009-04-15 | 1 | -1/+1 |
* | GFS2: Make quotad's waiting interruptible | Steven Whitehouse | 2009-04-15 | 1 | -1/+1 |
* | GFS2: Merge lock_dlm module into GFS2 | Steven Whitehouse | 2009-03-24 | 1 | -9/+3 |
* | GFS2: Remove "double" locking in quota | Steven Whitehouse | 2009-03-24 | 1 | -26/+14 |
* | GFS2: change gfs2_quota_scan into a shrinker | Abhijith Das | 2009-03-24 | 1 | -67/+98 |
* | GFS2: Fix "truncate in progress" hang | Steven Whitehouse | 2009-01-05 | 1 | -1/+30 |
* | GFS2: Clean up & move gfs2_quotad | Steven Whitehouse | 2009-01-05 | 1 | -6/+70 |
* | GFS2: Banish struct gfs2_dinode_host | Steven Whitehouse | 2009-01-05 | 1 | -1/+1 |
* | GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize | Steven Whitehouse | 2009-01-05 | 1 | -3/+3 |
* | [GFS2] Fix GFS2's use of do_div() in its quota calculations | David Howells | 2008-07-11 | 1 | -1/+1 |
* | [GFS2] fix GFP_KERNEL misuses | Josef Bacik | 2008-04-10 | 1 | -4/+4 |
* | [GFS2] gfs2_adjust_quota has broken unstuffing code | Abhijith Das | 2008-03-31 | 1 | -41/+30 |
* | [GFS2] possible null pointer dereference fixup | Cyrill Gorcunov | 2008-03-31 | 1 | -2/+7 |
* | [GFS2] Reduce inode size by moving i_alloc out of line | Steven Whitehouse | 2008-01-25 | 1 | -6/+6 |
* | [GFS2] Get rid of useless "found" variable in quota.c | Bob Peterson | 2008-01-25 | 1 | -4/+2 |
* | [GFS2] Remove function gfs2_get_block | Bob Peterson | 2008-01-25 | 1 | -2/+2 |
* | [GFS2] Clean up internal read function | Steven Whitehouse | 2008-01-25 | 1 | -5/+2 |
* | [GFS2] Fix quota do_list operation hang | Abhijith Das | 2007-10-10 | 1 | -0/+3 |
* | [GFS2] Force unstuff of hidden quota inode | Abhijith Das | 2007-10-10 | 1 | -0/+10 |