summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix a minor bug in the previous patchSteven Whitehouse2009-03-241-2/+3
* | GFS2: Clean up of glops.cSteven Whitehouse2009-03-245-89/+57
* | GFS2: Fix locking bug in failed shared to exclusive conversionBenjamin Marzinski2009-03-242-3/+5
* | GFS2: Pagecache usage optimization on GFS2Hisashi Hifumi2009-03-241-0/+3
* | GFS2: fix sparse warning: Should it be static?Hannes Eder2009-03-241-1/+2
* | GFS2: fix sparse warnings: constant is so big it is ...Hannes Eder2009-03-241-6/+6
* | GFS2: Support quota/noquota mount argumentsSteven Whitehouse2009-03-241-0/+6
* | GFS2: Fix alignment issue and tidy gfs2_bitfitSteven Whitehouse2009-03-241-62/+70
* | GFS2: Add a "demote a glock" interface to sysfsSteven Whitehouse2009-03-245-4/+61
* | GFS2: Expose UUID via sysfs/ueventSteven Whitehouse2009-03-243-0/+39
* | GFS2: Support generation of discard requestsSteven Whitehouse2009-03-244-1/+68
* | GFS2: Fix deadlock on journal flushSteven Whitehouse2009-03-243-27/+34
* | GFS2: Fix error path ref counting for root inodeSteven Whitehouse2009-03-241-0/+2
* | GFS2: Remove unused field from glockSteven Whitehouse2009-03-242-3/+0
* | GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-2441-2170/+819
* | GFS2: Remove "double" locking in quotaSteven Whitehouse2009-03-243-28/+14
* | GFS2: change gfs2_quota_scan into a shrinkerAbhijith Das2009-03-247-73/+114
* | GFS2: Bring back lvb-related stuff to lock_nolock to support quotasAbhijith Das2009-03-241-0/+82
* | GFS2: Fix remount argument parsingSteven Whitehouse2009-03-245-133/+73
|/
* filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-091-7/+9
* GFS2: Fix typo in gfs_page_mkwrite()Benjamin Marzinski2009-01-071-1/+1
* GFS2: LSF and LBD are now one and the sameSteven Whitehouse2009-01-071-1/+1
* GFS2: Set GFP_NOFS when allocating page on writeSteven Whitehouse2009-01-071-0/+1