aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-1/+1
|\
| * quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-051-1/+1
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+3
* | GFS2: Remove loopy umount codeSteven Whitehouse2010-03-011-0/+1
* | GFS2: Metadata address space clean upSteven Whitehouse2010-03-011-18/+8
|/
* GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse2010-02-031-2/+0
* GFS2: Wait for unlock completion on umountSteven Whitehouse2010-02-031-0/+3
* GFS2: Display nobarrier option in /proc/mountsSteven Whitehouse2009-12-031-0/+3
* GFS2: add barrier/nobarrier mount optionsChristoph Hellwig2009-12-031-0/+14
* GFS2: remove division from new statfs codeBenjamin Marzinski2009-12-031-8/+9
* GFS2: Improve statfs and quota usabilityBenjamin Marzinski2009-12-031-4/+65
* GFS2: Alter arguments of gfs2_quota/statfs_syncSteven Whitehouse2009-12-031-3/+4
* GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one)Steven Whitehouse2009-12-031-8/+8
* GFS2: Be extra careful about deallocating inodesSteven Whitehouse2009-09-081-0/+4
* GFS2: Remove no_formal_ino generating codeSteven Whitehouse2009-08-271-3/+0
* GFS2: Rename eattr.[ch] as xattr.[ch]Steven Whitehouse2009-08-261-1/+1
* GFS2: Add "-o errors=panic|withdraw" mount optionsBob Peterson2009-08-241-0/+36
* GFS2: Add online uevent to GFS2Steven Whitehouse2009-08-171-0/+1
* GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski2009-07-301-0/+1
* GFS2: keep statfs info in sync on growsBenjamin Marzinski2009-07-301-14/+25
* GFS2: Remove lock_kernel from gfs2_put_super()Steven Whitehouse2009-06-121-4/+0
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* gfs2: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-13/+0
* GFS2: Merge mount.c and ops_super.c into super.cSteven Whitehouse2009-05-221-2/+901
* GFS2: Fix freeze issueSteven Whitehouse2009-03-241-2/+0
* GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-241-1/+0
* Revert "GFS2: Fix use-after-free bug on umount"Steven Whitehouse2009-01-051-0/+34
* GFS2: Fix use-after-free bug on umountSteven Whitehouse2009-01-051-34/+0
* GFS2: Move four functions from super.cSteven Whitehouse2009-01-051-164/+0
* GFS2: Fix bug in gfs2_lock_fs_check_clean()Steven Whitehouse2009-01-051-74/+0
* GFS2: Banish struct gfs2_rgrpd_hostSteven Whitehouse2009-01-051-1/+1
* GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpdSteven Whitehouse2009-01-051-1/+1
* GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeSteven Whitehouse2009-01-051-4/+4
* GFS2: Fix metafs mountsSteven Whitehouse2008-08-131-340/+0
* [PATCH] don't pass nameidata to gfs2_lookupi()Al Viro2008-07-261-1/+1
* [GFS2] Remove support for unused and pointless flagSteven Whitehouse2008-07-101-1/+0
* [GFS2] Clean up the glock coreSteven Whitehouse2008-06-271-2/+1
* [GFS2] fix GFP_KERNEL misusesJosef Bacik2008-04-101-2/+2
* [GFS2] Streamline indirect pointer tree height calculationSteven Whitehouse2008-03-311-0/+2
* [GFS2] Initialize extent_list earlierBob Peterson2008-01-251-0/+1
* [GFS2] Eliminate the no longer needed sd_statfs_mutexBob Peterson2008-01-251-4/+0
* [GFS2] Journal extent mappingBob Peterson2008-01-251-2/+11
* [GFS2] Don't periodically update the jindexSteven Whitehouse2008-01-251-1/+0
* [GFS2] Remove "reclaim limit"Steven Whitehouse2008-01-251-1/+0
* [GFS2] Remove unused variablesSteven Whitehouse2008-01-251-4/+0
* [GFS2] Remove useless i_cache from inodesSteven Whitehouse2008-01-251-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2007-10-121-1/+0
|\
| * [GFS2] Reduce number of gfs2_scand processes to oneSteven Whitehouse2007-10-101-1/+0
* | Fix up more bio falloutAl Viro2007-10-121-1/+0
* | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-3/+1
|/