Age | Commit message (Expand) | Author | Files | Lines |
2010-10-06 | GFS2: Fix type mapping for demote_rq interface | Steven Whitehouse | 1 | -1/+4 |
2010-09-29 | GFS2: Improve journal allocation via sysfs | Steven Whitehouse | 1 | -8/+9 |
2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+2 |
2010-07-29 | GFS2: Wait for journal id on mount if not specified on mount command line | Steven Whitehouse | 1 | -3/+54 |
2010-07-23 | gfs2: use workqueue instead of slow-work | Tejun Heo | 1 | -1/+2 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 1 | -4/+2 |
2010-05-14 | GFS2: Fix typo | Steven Whitehouse | 1 | -1/+1 |
2010-05-06 | GFS2: Add some useful messages | Steven Whitehouse | 1 | -0/+2 |
2010-05-05 | GFS2: Various gfs2_logd improvements | Benjamin Marzinski | 1 | -4/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
2010-03-07 | kobject: Constify struct kset_uevent_ops | Emese Revfy | 1 | -1/+1 |
2010-03-05 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+1 |
2010-03-05 | quota: move code from sync_quota_sb into vfs_quota_sync | Christoph Hellwig | 1 | -1/+1 |
2010-03-01 | GFS2: Remove loopy umount code | Steven Whitehouse | 1 | -2/+0 |
2009-12-15 | fs/gfs2/sys.c: use %pUB to print UUIDs | Joe Perches | 1 | -13/+3 |
2009-12-03 | GFS2: Add proper error reporting to quota sync via sysfs | Steven Whitehouse | 1 | -4/+6 |
2009-12-03 | GFS2: Alter arguments of gfs2_quota/statfs_sync | Steven Whitehouse | 1 | -2/+2 |
2009-09-09 | GFS2: Remove unused sysfs file | Steven Whitehouse | 1 | -8/+0 |
2009-08-17 | GFS2: Add sysfs link to device | Steven Whitehouse | 1 | -0/+10 |
2009-08-17 | GFS2: Add some more info to uevents | Steven Whitehouse | 1 | -3/+10 |
2009-08-14 | GFS2: Fix permissions on "recover" file | Steven Whitehouse | 1 | -10/+10 |
2009-05-26 | GFS2: Remove args subdir from gfs2 sysfs files | Steven Whitehouse | 1 | -51/+1 |
2009-05-26 | GFS2: Remove lockstruct subdir from gfs2 sysfs files | Steven Whitehouse | 1 | -33/+8 |
2009-05-19 | GFS2: Umount recovery race fix | Steven Whitehouse | 1 | -27/+26 |
2009-05-13 | GFS2: Remove a couple of unused sysfs entries | Steven Whitehouse | 1 | -13/+0 |
2009-05-13 | GFS2: Add commit= mount option | Steven Whitehouse | 1 | -58/+34 |
2009-03-24 | GFS2: Add a "demote a glock" interface to sysfs | Steven Whitehouse | 1 | -0/+43 |
2009-03-24 | GFS2: Expose UUID via sysfs/uevent | Steven Whitehouse | 1 | -0/+37 |
2009-03-24 | GFS2: Merge lock_dlm module into GFS2 | Steven Whitehouse | 1 | -6/+148 |
2009-03-24 | GFS2: change gfs2_quota_scan into a shrinker | Abhijith Das | 1 | -2/+0 |
2009-01-05 | GFS2: Remove ancient, unused code | Steven Whitehouse | 1 | -6/+0 |
2009-01-05 | GFS2: Send some sensible sysfs stuff | Steven Whitehouse | 1 | -1/+15 |
2009-01-05 | GFS2: Kill two daemons with one patch | Steven Whitehouse | 1 | -41/+1 |
2009-01-05 | GFS2: Clean up & move gfs2_quotad | Steven Whitehouse | 1 | -2/+0 |
2008-09-18 | GFS2: high time to take some time over atime | Steven Whitehouse | 1 | -11/+0 |
2008-07-10 | [GFS2] Remove support for unused and pointless flag | Steven Whitehouse | 1 | -2/+0 |
2008-06-27 | [GFS2] Remove remote lock dropping code | Steven Whitehouse | 1 | -14/+0 |
2008-03-31 | [GFS2] Remove unused counters | Bob Peterson | 1 | -6/+0 |
2008-03-31 | [GFS2] Remove lm.[ch] and distribute content | Steven Whitehouse | 1 | -1/+0 |
2008-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 1 | -5/+2 |
2008-01-25 | [GFS2] Don't periodically update the jindex | Steven Whitehouse | 1 | -2/+0 |
2008-01-25 | [GFS2] Given device ID rather than s_id in "id" sysfs file | Bob Peterson | 1 | -1/+2 |
2008-01-25 | [GFS2] Remove "reclaim limit" | Steven Whitehouse | 1 | -2/+0 |
2008-01-24 | Kobject: convert fs/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 1 | -2/+2 |
2008-01-24 | Kobject: change GFS2 to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -7/+3 |
2008-01-24 | kset: convert gfs2 to use kset_create | Greg Kroah-Hartman | 1 | -6/+7 |
2008-01-24 | kobject: convert main fs kobject to use kobject_create | Greg Kroah-Hartman | 1 | -1/+1 |
2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -4/+2 |
2007-10-12 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -1/+1 |