| Commit message (Expand) | Author | Age | Files | Lines |
* | GFS2: Reduce file fragmentation | Bob Peterson | 2012-07-19 | 1 | -12/+37 |
* | GFS2: Use lvbs for storing rgrp information with mount option | Benjamin Marzinski | 2012-06-08 | 1 | -0/+2 |
* | GFS2: Fold quota data into the reservations struct | Bob Peterson | 2012-06-06 | 1 | -8/+5 |
* | Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 2012-05-22 | 1 | -1/+0 |
|\ |
|
| * | dlm: fixes for nodir mode | David Teigland | 2012-05-02 | 1 | -1/+0 |
* | | GFS2: eliminate log elements and simplify | Bob Peterson | 2012-05-02 | 1 | -8/+4 |
* | | GFS2: Eliminate vestigial sd_log_le_rg | Bob Peterson | 2012-04-30 | 1 | -1/+0 |
* | | GFS2: Remove bd_list_tr | Steven Whitehouse | 2012-04-24 | 1 | -10/+1 |
* | | GFS2: Clean up log write code path | Steven Whitehouse | 2012-04-24 | 1 | -0/+2 |
|/ |
|
* | GFS2: Eliminate sd_rindex_mutex | Bob Peterson | 2012-03-05 | 1 | -1/+0 |
* | GFS2: glock statistics gathering | Steven Whitehouse | 2012-02-28 | 1 | -5/+44 |
* | GFS2: fail mount if journal recovery fails | David Teigland | 2012-01-11 | 1 | -0/+1 |
* | GFS2: let spectator mount do read only recovery | David Teigland | 2012-01-11 | 1 | -0/+1 |
* | GFS2: dlm based recovery coordination | David Teigland | 2012-01-11 | 1 | -4/+54 |
* | GFS2: decouple quota allocations from block allocations | Bob Peterson | 2011-11-22 | 1 | -9/+10 |
* | GFS2: remove vestigial al_alloced | Bob Peterson | 2011-11-18 | 1 | -1/+0 |
* | GFS2: Remove two unused variables | Steven Whitehouse | 2011-10-21 | 1 | -4/+0 |
* | GFS2: rewrite fallocate code to write blocks directly | Benjamin Marzinski | 2011-10-21 | 1 | -0/+3 |
* | GFS2: Cache the most recently used resource group in the inode | Steven Whitehouse | 2011-10-21 | 1 | -2/+1 |
* | GFS2: Make resource groups "append only" during life of fs | Steven Whitehouse | 2011-10-21 | 1 | -1/+0 |
* | GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme | Bob Peterson | 2011-10-21 | 1 | -8/+3 |
* | GFS2: Fix inode allocation error path | Steven Whitehouse | 2011-10-21 | 1 | -0/+1 |
* | GFS2: Automatically adjust glock min hold time | Bob Peterson | 2011-07-15 | 1 | -1/+1 |
* | GFS2: Cache dir hash table in a contiguous buffer | Steven Whitehouse | 2011-07-15 | 1 | -0/+1 |
* | GFS2: Fix race during filesystem mount | Steven Whitehouse | 2011-07-12 | 1 | -0/+2 |
* | GFS2: Use UUID field in generic superblock | Steven Whitehouse | 2011-05-10 | 1 | -1/+0 |
* | GFS2: Make writeback more responsive to system conditions | Steven Whitehouse | 2011-04-20 | 1 | -4/+0 |
* | GFS2: Optimise glock lru and end of life inodes | Steven Whitehouse | 2011-04-20 | 1 | -0/+1 |
* | GFS2: Improve tracing support (adds two flags) | Steven Whitehouse | 2011-04-20 | 1 | -0/+2 |
* | GFS2: introduce AIL lock | Dave Chinner | 2011-03-11 | 1 | -0/+1 |
* | GFS2: quota allows exceeding hard limit | Abhijith Das | 2011-03-09 | 1 | -0/+1 |
* | GFS2: Use RCU for glock hash table | Steven Whitehouse | 2011-01-21 | 1 | -1/+4 |
* | headers: kobject.h redux | Alexey Dobriyan | 2011-01-10 | 1 | -0/+1 |
* | GFS2: Merge glock state fields into a bitfield | Steven Whitehouse | 2010-11-30 | 1 | -5/+7 |
* | GFS2: Improve journal allocation via sysfs | Steven Whitehouse | 2010-09-29 | 1 | -1/+1 |
* | GFS2: Remove upgrade mount option | Steven Whitehouse | 2010-09-24 | 1 | -1/+0 |
* | GFS2: Remove localcaching mount option | Steven Whitehouse | 2010-09-23 | 1 | -1/+0 |
* | GFS2: Remove ignore_local_fs mount argument | Steven Whitehouse | 2010-09-23 | 1 | -1/+0 |
* | GFS2: Don't enforce min hold time when two demotes occur in rapid succession | Steven Whitehouse | 2010-09-20 | 1 | -0/+1 |
* | GFS2: fallocate support | Benjamin Marzinski | 2010-09-20 | 1 | -0/+1 |
* | GFS2: Remove i_disksize | Steven Whitehouse | 2010-09-20 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-08-07 | 1 | -2/+1 |
|\ |
|
| * | gfs2: use workqueue instead of slow-work | Tejun Heo | 2010-07-23 | 1 | -2/+1 |
* | | GFS2: Wait for journal id on mount if not specified on mount command line | Steven Whitehouse | 2010-07-29 | 1 | -0/+1 |
|/ |
|
* | GFS2: Add some useful messages | Steven Whitehouse | 2010-05-06 | 1 | -0/+1 |
* | GFS2: Various gfs2_logd improvements | Benjamin Marzinski | 2010-05-05 | 1 | -5/+5 |
* | GFS2: Allow the number of committed revokes to temporarily be negative | Benjamin Marzinski | 2010-03-11 | 1 | -1/+1 |
* | GFS2: Remove loopy umount code | Steven Whitehouse | 2010-03-01 | 1 | -1/+0 |
* | GFS2: Metadata address space clean up | Steven Whitehouse | 2010-03-01 | 1 | -2/+2 |
* | GFS2: Wait for unlock completion on umount | Steven Whitehouse | 2010-02-03 | 1 | -0/+2 |