| Commit message (Expand) | Author | Age | Files | Lines |
* | GFS2: remove dcache entries for remote deleted inodes | Benjamin Marzinski | 2009-07-30 | 5 | -5/+65 |
* | GFS2: Fix incorrent statfs consistency check | Benjamin Marzinski | 2009-07-30 | 1 | -11/+3 |
* | GFS2: Don't put unlikely reclaim candidates on the reclaim list. | Benjamin Marzinski | 2009-07-30 | 1 | -26/+46 |
* | GFS2: Don't try and dealloc own inode | Steven Whitehouse | 2009-07-30 | 1 | -3/+6 |
* | GFS2: Fix panic in glock memory shrinker | Benjamin Marzinski | 2009-07-30 | 1 | -0/+4 |
* | GFS2: keep statfs info in sync on grows | Benjamin Marzinski | 2009-07-30 | 3 | -14/+68 |
* | GFS2: Shrink the shrinker | Steven Whitehouse | 2009-07-30 | 1 | -18/+5 |
* | tracing/events: Move TRACE_SYSTEM outside of include guard | Li Zefan | 2009-07-13 | 1 | -4/+4 |
* | block: rename CONFIG_LBD to CONFIG_LBDAF | Bartlomiej Zolnierkiewicz | 2009-06-19 | 1 | -1/+1 |
* | GFS2: Remove lock_kernel from gfs2_put_super() | Steven Whitehouse | 2009-06-12 | 1 | -4/+0 |
* | GFS2: Add tracepoints | Steven Whitehouse | 2009-06-12 | 8 | -6/+442 |
* | push BKL down into ->put_super | Christoph Hellwig | 2009-06-11 | 1 | -0/+4 |
* | gfs2: remove ->write_super and stop maintaining ->s_dirt | Christoph Hellwig | 2009-06-11 | 2 | -15/+0 |
* | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-11 | 2 | -3/+3 |
|\ |
|
| * | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 2 | -3/+3 |
* | | GFS2: Merge gfs2_get_sb into gfs2_get_sb_meta | Steven Whitehouse | 2009-06-10 | 1 | -12/+4 |
* | | GFS2: Fix cache coherency between truncate and O_DIRECT read | Steven Whitehouse | 2009-06-10 | 1 | -1/+1 |
* | | GFS2: Fix locking issue mounting gfs2meta fs | Steven Whitehouse | 2009-06-05 | 1 | -14/+22 |
* | | GFS2: Remove unused variable | Steven Whitehouse | 2009-06-03 | 1 | -2/+0 |
* | | GFS2: smbd proccess hangs with flock() call. | Abhijith Das | 2009-06-02 | 1 | -2/+2 |
* | | GFS2: Remove args subdir from gfs2 sysfs files | Steven Whitehouse | 2009-05-26 | 1 | -51/+1 |
* | | GFS2: Remove lockstruct subdir from gfs2 sysfs files | Steven Whitehouse | 2009-05-26 | 1 | -33/+8 |
* | | GFS2: Move gfs2_unlink_ok into ops_inode.c | Steven Whitehouse | 2009-05-22 | 3 | -41/+38 |
* | | GFS2: Move gfs2_readlinki into ops_inode.c | Steven Whitehouse | 2009-05-22 | 3 | -58/+56 |
* | | GFS2: Move gfs2_rmdiri into ops_inode.c | Steven Whitehouse | 2009-05-22 | 3 | -54/+53 |
* | | GFS2: Merge mount.c and ops_super.c into super.c | Steven Whitehouse | 2009-05-22 | 4 | -956/+903 |
* | | GFS2: Clean up some file names | Steven Whitehouse | 2009-05-22 | 12 | -55/+34 |
* | | 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 |