aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-6/+4
* GFS2: Fix mount hang caused by certain access pattern to sysfs filesSteven Whitehouse2011-08-041-2/+2
* GFS2: Fix race during filesystem mountSteven Whitehouse2011-07-121-0/+3
* GFS2: Use UUID field in generic superblockSteven Whitehouse2011-05-101-19/+13
* GFS2: filesystem hang caused by incorrect lock orderBob Peterson2011-04-181-1/+1
* GFS2: introduce AIL lockDave Chinner2011-03-111-0/+1
* GFS2: Fix glock deallocation raceSteven Whitehouse2011-03-091-6/+1
* GFS2: Use RCU for glock hash tableSteven Whitehouse2011-01-211-5/+2
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-4/+4
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-4/+4
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+2
* | switch gfs2, close racesAl Viro2011-01-121-1/+1
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
|/
* convert gfs2Al Viro2010-10-291-29/+22
* gfs2: invalidate_inodes() is no-op thereAl Viro2010-10-251-1/+0
* GFS2: Improve journal allocation via sysfsSteven Whitehouse2010-09-291-2/+14
* GFS2: Remove upgrade mount optionSteven Whitehouse2010-09-241-58/+2
* GFS2: Remove localcaching mount optionSteven Whitehouse2010-09-231-1/+0
* GFS2: Remove i_disksizeSteven Whitehouse2010-09-201-1/+1
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-1/+1
|\
| * block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-4/+4
|\ \
| * | gfs2: use workqueue instead of slow-workTejun Heo2010-07-231-4/+4
| |/
* | GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse2010-07-291-2/+25
|/
* GFS2: Various gfs2_logd improvementsBenjamin Marzinski2010-05-051-8/+9
* GFS2: glock livelockBob Peterson2010-04-141-1/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | GFS2: Remove loopy umount codeSteven Whitehouse2010-03-011-3/+1
* | GFS2: Fix error codeAbhijith Das2010-02-121-1/+1
* | GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse2010-02-031-1/+9
* | GFS2: Wait for unlock completion on umountSteven Whitehouse2010-02-031-0/+2
|/
* GFS2: add barrier/nobarrier mount optionsChristoph Hellwig2009-12-031-0/+2
* GFS2: Improve statfs and quota usabilityBenjamin Marzinski2009-12-031-3/+11
* GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_opsSteven Whitehouse2009-12-031-0/+3
* GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one)Steven Whitehouse2009-12-031-17/+118
* GFS2: Remove unused sysfs fileSteven Whitehouse2009-09-091-5/+1
* GFS2: Remove no_formal_ino generating codeSteven Whitehouse2009-08-271-40/+5
* GFS2: Clean up of extended attribute supportSteven Whitehouse2009-08-261-0/+1
* GFS2: Add "-o errors=panic|withdraw" mount optionsBob Peterson2009-08-241-0/+1
* GFS2: Add online uevent to GFS2Steven Whitehouse2009-08-171-1/+12
* GFS2: Add tracepointsSteven Whitehouse2009-06-121-0/+2
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-2/+2
|\
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-2/+2
* | GFS2: Merge gfs2_get_sb into gfs2_get_sb_metaSteven Whitehouse2009-06-101-12/+4
* | GFS2: Fix locking issue mounting gfs2meta fsSteven Whitehouse2009-06-051-14/+22
* | GFS2: Umount recovery race fixSteven Whitehouse2009-05-191-14/+6
* | GFS2: Add commit= mount optionSteven Whitehouse2009-05-131-1/+3
|/
* Reduce path_lookup() abusesAl Viro2009-05-091-4/+4
* gfs2: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-5/+0