aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Remove lock_kernel from gfs2_put_super()Steven Whitehouse2009-06-121-4/+0
* GFS2: Add tracepointsSteven Whitehouse2009-06-128-6/+442
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* gfs2: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-112-15/+0
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-112-3/+3
|\
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-222-3/+3
* | GFS2: Merge gfs2_get_sb into gfs2_get_sb_metaSteven Whitehouse2009-06-101-12/+4
* | GFS2: Fix cache coherency between truncate and O_DIRECT readSteven Whitehouse2009-06-101-1/+1
* | GFS2: Fix locking issue mounting gfs2meta fsSteven Whitehouse2009-06-051-14/+22
* | GFS2: Remove unused variableSteven Whitehouse2009-06-031-2/+0
* | GFS2: smbd proccess hangs with flock() call.Abhijith Das2009-06-021-2/+2
* | GFS2: Remove args subdir from gfs2 sysfs filesSteven Whitehouse2009-05-261-51/+1
* | GFS2: Remove lockstruct subdir from gfs2 sysfs filesSteven Whitehouse2009-05-261-33/+8
* | GFS2: Move gfs2_unlink_ok into ops_inode.cSteven Whitehouse2009-05-223-41/+38
* | GFS2: Move gfs2_readlinki into ops_inode.cSteven Whitehouse2009-05-223-58/+56
* | GFS2: Move gfs2_rmdiri into ops_inode.cSteven Whitehouse2009-05-223-54/+53
* | GFS2: Merge mount.c and ops_super.c into super.cSteven Whitehouse2009-05-224-956/+903
* | GFS2: Clean up some file namesSteven Whitehouse2009-05-2212-55/+34
* | GFS2: Be more aggressive in reclaiming unlinked inodesSteven Whitehouse2009-05-212-3/+4
* | GFS2: Add a rgrp bitmap full flagSteven Whitehouse2009-05-212-30/+50
* | GFS2: Improve resource group error handlingSteven Whitehouse2009-05-207-67/+99
* | GFS2: Don't warn when delete inode fails on ro filesystemSteven Whitehouse2009-05-191-1/+1
* | GFS2: Umount recovery race fixSteven Whitehouse2009-05-199-124/+122
* | GFS2: Remove a couple of unused sysfs entriesSteven Whitehouse2009-05-131-13/+0
* | GFS2: Add commit= mount optionSteven Whitehouse2009-05-135-60/+60
* | GFS2: Move journal live test at transaction startSteven Whitehouse2009-05-131-6/+3
* | GFS2: Fix timestamps on writeAbhijith Das2009-05-121-10/+10
* | GFS2: Something nonlinear this way comes!Steven Whitehouse2009-05-111-13/+16
* | GFS2: Optimise writepage for metadataSteven Whitehouse2009-05-111-9/+57
* | GFS2: Update the rw flagsSteven Whitehouse2009-05-113-20/+38
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-05-101-4/+4
|\
| * Reduce path_lookup() abusesAl Viro2009-05-091-4/+4
* | GFS2: Fix glock ref counting bugSteven Whitehouse2009-05-091-0/+1
|/
* GFS2: Ensure that the inode goal block settings are updatedSteven Whitehouse2009-04-231-1/+9
* GFS2: Fix bug in block allocationSteven Whitehouse2009-04-231-2/+1
* GFS2: Fix page_mkwrite() return codeSteven Whitehouse2009-04-201-1/+3
* GFS2: Clear dirty bit at end of inode glock syncSteven Whitehouse2009-04-201-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-156-21/+24
|\
| * GFS2: Use DEFINE_SPINLOCKXu Gang2009-04-151-1/+1
| * GFS2: cleanup file_operations messChristoph Hellwig2009-04-153-14/+16
| * GFS2: Move umount flush rwsemSteven Whitehouse2009-04-151-5/+5
| * GFS2: Fix symlink creation raceSteven Whitehouse2009-04-151-0/+1
| * GFS2: Make quotad's waiting interruptibleSteven Whitehouse2009-04-151-1/+1
* | gfs2: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-5/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-1/+1
|\
| * New helper - current_umask()Al Viro2009-03-311-1/+1
* | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-1/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-272-2/+2
|\
| * constify dentry_operations: GFS2Al Viro2009-03-272-2/+2
* | GFS2: Fix freeze issueSteven Whitehouse2009-03-241-2/+0