| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | GFS2: Be more aggressive in reclaiming unlinked inodes | Steven Whitehouse | 2009-05-21 | 2 | -3/+4 |
* | | GFS2: Add a rgrp bitmap full flag | Steven Whitehouse | 2009-05-21 | 2 | -30/+50 |
* | | GFS2: Improve resource group error handling | Steven Whitehouse | 2009-05-20 | 7 | -67/+99 |
* | | GFS2: Don't warn when delete inode fails on ro filesystem | Steven Whitehouse | 2009-05-19 | 1 | -1/+1 |
* | | GFS2: Umount recovery race fix | Steven Whitehouse | 2009-05-19 | 9 | -124/+122 |
* | | GFS2: Remove a couple of unused sysfs entries | Steven Whitehouse | 2009-05-13 | 1 | -13/+0 |
* | | GFS2: Add commit= mount option | Steven Whitehouse | 2009-05-13 | 5 | -60/+60 |
* | | GFS2: Move journal live test at transaction start | Steven Whitehouse | 2009-05-13 | 1 | -6/+3 |
* | | GFS2: Fix timestamps on write | Abhijith Das | 2009-05-12 | 1 | -10/+10 |
* | | GFS2: Something nonlinear this way comes! | Steven Whitehouse | 2009-05-11 | 1 | -13/+16 |
* | | GFS2: Optimise writepage for metadata | Steven Whitehouse | 2009-05-11 | 1 | -9/+57 |
* | | GFS2: Update the rw flags | Steven Whitehouse | 2009-05-11 | 3 | -20/+38 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-05-10 | 1 | -4/+4 |
|\ |
|
| * | Reduce path_lookup() abuses | Al Viro | 2009-05-09 | 1 | -4/+4 |
* | | GFS2: Fix glock ref counting bug | Steven Whitehouse | 2009-05-09 | 1 | -0/+1 |
|/ |
|
* | GFS2: Ensure that the inode goal block settings are updated | Steven Whitehouse | 2009-04-23 | 1 | -1/+9 |
* | GFS2: Fix bug in block allocation | Steven Whitehouse | 2009-04-23 | 1 | -2/+1 |
* | GFS2: Fix page_mkwrite() return code | Steven Whitehouse | 2009-04-20 | 1 | -1/+3 |
* | GFS2: Clear dirty bit at end of inode glock sync | Steven Whitehouse | 2009-04-20 | 1 | -0/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2009-04-15 | 6 | -21/+24 |
|\ |
|
| * | GFS2: Use DEFINE_SPINLOCK | Xu Gang | 2009-04-15 | 1 | -1/+1 |
| * | GFS2: cleanup file_operations mess | Christoph Hellwig | 2009-04-15 | 3 | -14/+16 |
| * | GFS2: Move umount flush rwsem | Steven Whitehouse | 2009-04-15 | 1 | -5/+5 |
| * | GFS2: Fix symlink creation race | Steven Whitehouse | 2009-04-15 | 1 | -0/+1 |
| * | GFS2: Make quotad's waiting interruptible | Steven Whitehouse | 2009-04-15 | 1 | -1/+1 |
* | | gfs2: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -5/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-02 | 1 | -1/+1 |
|\ |
|
| * | New helper - current_umask() | Al Viro | 2009-03-31 | 1 | -1/+1 |
* | | mm: page_mkwrite change prototype to match fault | Nick Piggin | 2009-04-01 | 1 | -1/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-03-27 | 2 | -2/+2 |
|\ |
|
| * | constify dentry_operations: GFS2 | Al Viro | 2009-03-27 | 2 | -2/+2 |
* | | GFS2: Fix freeze issue | Steven Whitehouse | 2009-03-24 | 1 | -2/+0 |
* | | Fix a minor bug in the previous patch | Steven Whitehouse | 2009-03-24 | 1 | -2/+3 |
* | | GFS2: Clean up of glops.c | Steven Whitehouse | 2009-03-24 | 5 | -89/+57 |
* | | GFS2: Fix locking bug in failed shared to exclusive conversion | Benjamin Marzinski | 2009-03-24 | 2 | -3/+5 |
* | | GFS2: Pagecache usage optimization on GFS2 | Hisashi Hifumi | 2009-03-24 | 1 | -0/+3 |
* | | GFS2: fix sparse warning: Should it be static? | Hannes Eder | 2009-03-24 | 1 | -1/+2 |
* | | GFS2: fix sparse warnings: constant is so big it is ... | Hannes Eder | 2009-03-24 | 1 | -6/+6 |
* | | GFS2: Support quota/noquota mount arguments | Steven Whitehouse | 2009-03-24 | 1 | -0/+6 |
* | | GFS2: Fix alignment issue and tidy gfs2_bitfit | Steven Whitehouse | 2009-03-24 | 1 | -62/+70 |
* | | GFS2: Add a "demote a glock" interface to sysfs | Steven Whitehouse | 2009-03-24 | 5 | -4/+61 |
* | | GFS2: Expose UUID via sysfs/uevent | Steven Whitehouse | 2009-03-24 | 3 | -0/+39 |
* | | GFS2: Support generation of discard requests | Steven Whitehouse | 2009-03-24 | 4 | -1/+68 |
* | | GFS2: Fix deadlock on journal flush | Steven Whitehouse | 2009-03-24 | 3 | -27/+34 |
* | | GFS2: Fix error path ref counting for root inode | Steven Whitehouse | 2009-03-24 | 1 | -0/+2 |
* | | GFS2: Remove unused field from glock | Steven Whitehouse | 2009-03-24 | 2 | -3/+0 |
* | | GFS2: Merge lock_dlm module into GFS2 | Steven Whitehouse | 2009-03-24 | 41 | -2170/+819 |
* | | GFS2: Remove "double" locking in quota | Steven Whitehouse | 2009-03-24 | 3 | -28/+14 |
* | | GFS2: change gfs2_quota_scan into a shrinker | Abhijith Das | 2009-03-24 | 7 | -73/+114 |
* | | GFS2: Bring back lvb-related stuff to lock_nolock to support quotas | Abhijith Das | 2009-03-24 | 1 | -0/+82 |