aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] Addendum patch 2 for gfs2_growRobert Peterson2007-07-095-9/+9
* [GFS2] use zero_user_pageNate Diller2007-07-091-5/+1
* [GFS2] Kernel changes to support new gfs2_grow command (part 2)Robert Peterson2007-07-092-49/+93
* [GFS2] kernel changes to support new gfs2_grow commandRobert Peterson2007-07-093-8/+86
* [GFS2] flush the glock completely in inode_go_syncBenjamin Marzinski2007-07-091-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-18/+16
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-083-3/+0
* Factor outstanding I/O error handlingGuillaume Chazarain2007-05-081-4/+1
* Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-05-073-23/+106
|\
| * gfs2: nfs lock support for gfs2Marc Eshel2007-05-062-10/+104
| * locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-062-13/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2007-05-0713-382/+642
|\ \
| * | [GFS2] Uncomment sprintf_symbol calling codeSteven Whitehouse2007-05-011-12/+0
| * | [GFS2] printk warning fixesakpm@linux-foundation.org2007-05-011-4/+7
| * | [GFS2] Patch to fix mmap of stuffed filesSteven Whitehouse2007-05-011-3/+14
| * | [GFS2] use lib/parser for parsing mount optionsJosef Bacik2007-05-011-96/+143
| * | [GFS2] lockdump improvementsRobert Peterson2007-05-013-9/+21
| * | [GFS2] Patch to detect corrupt number of dir entries in leaf and/or inode blocksSteven Whitehouse2007-05-011-5/+30
| * | [GFS2] bz 236008: Kernel gpf doing cat /debugfs/gfs2/xxx (lock dump)Robert Peterson2007-05-011-8/+21
| * | [GFS2] Fix bz 234168 (ignoring rgrp flags)Steven Whitehouse2007-05-011-2/+3
| * | [GFS2] Set drop_count to 0 (off) by defaultSteven Whitehouse2007-05-011-1/+1
| * | [GFS2] use log_error before LM_OUT_ERRORDavid Teigland2007-05-011-2/+2
| * | [GFS2] Red Hat bz 228540: owner referencesRobert Peterson2007-05-013-22/+59
| * | [GFS2] flush the log if a transaction can't allocate spaceBenjamin Marzinski2007-05-011-1/+6
| * | [GFS2] Fix log entry list corruptionBenjamin Marzinski2007-05-011-9/+11
| * | [GFS2] Speed up lock_dlm's locking (move sprintf)Steven Whitehouse2007-05-012-6/+5
| * | [GFS2] Fix a bug on i386 due to evaluation orderSteven Whitehouse2007-05-011-1/+1
| * | [GFS2] Fix bz 224480 and cleanup glock demotion codeSteven Whitehouse2007-05-015-179/+93
| * | [GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_writeJosef Whiter2007-05-011-0/+4
| * | [GFS2] fix bz 231369, gfs2 will oops if you specify an invalid mount optionJosef Whiter2007-05-011-1/+1
| * | [GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)Robert Peterson2007-05-015-63/+262
| |/
* | slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-4/+2
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-022-2/+2
|/
* [GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpa...Steven Whitehouse2007-03-071-1/+0
* [GFS2] build fixakpm@linux-foundation.org2007-03-071-0/+1
* [GFS2] go_drop_bh is never used, so remove itSteven Whitehouse2007-03-072-4/+0
* [GFS2] Remove unused variableSteven Whitehouse2007-03-072-2/+0
* [GFS2] Fix bz 229831, lookup returns wrong inodeSteven Whitehouse2007-03-071-1/+2
* [GFS2] Fix bz 230143, incorrect flushing of rgrpsSteven Whitehouse2007-03-071-0/+2
* [GFS2] pass formal ino in do_filldir_mainWendy Cheng2007-03-071-2/+2
* [GFS2] fix hangup when multiple processes are trying to write to the same fileJosef Whiter2007-03-071-2/+5
* [GFS2] NFS filehandle checkWendy Cheng2007-03-071-4/+1
* [GFS2] add newline to printk messageRichard Fearn2007-03-071-1/+1
* [GFS2] fix locking mistakeJosef Whiter2007-03-071-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-1417-17/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-122-2/+2
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-122-8/+8
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1