aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-11GFS2: dlm based recovery coordinationGravatar David Teigland 1-0/+10
2011-11-22GFS2: decouple quota allocations from block allocationsGravatar Bob Peterson 1-1/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-15GFS2: Cache dir hash table in a contiguous bufferGravatar Steven Whitehouse 1-0/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-1/+1
2011-05-26gfs2: Drop __TIME__ usageGravatar Michal Marek 1-1/+1
2011-04-20GFS2: Optimise glock lru and end of life inodesGravatar Steven Whitehouse 1-0/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 1-1/+5
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeGravatar Miklos Szeredi 1-8/+1
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Gravatar Tejun Heo 1-1/+1
2011-01-21GFS2: Use RCU for glock hash tableGravatar Steven Whitehouse 1-1/+5
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagGravatar Tejun Heo 1-1/+1
2010-09-20GFS2: Make . and .. qstrs constantGravatar Steven Whitehouse 1-0/+4
2010-09-20GFS2: Use new workqueue schemeGravatar Steven Whitehouse 1-1/+1
2010-07-23gfs2: use workqueue instead of slow-workGravatar Tejun Heo 1-6/+8
2010-03-29GFS2: Remove space from slab cache nameGravatar Steven Whitehouse 1-1/+1
2010-03-01GFS2: Metadata address space clean upGravatar Steven Whitehouse 1-0/+28
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearGravatar David Howells 1-2/+2
2009-05-19GFS2: Umount recovery race fixGravatar Steven Whitehouse 1-0/+8
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-3/+0
2009-03-24GFS2: change gfs2_quota_scan into a shrinkerGravatar Abhijith Das 1-0/+10
2009-01-05GFS2: Kill two daemons with one patchGravatar Steven Whitehouse 1-1/+1
2009-01-05GFS2: Fix "truncate in progress" hangGravatar Steven Whitehouse 1-0/+1
2009-01-05GFS2: Clean up & move gfs2_quotadGravatar Steven Whitehouse 1-0/+10
2009-01-05GFS2: Rationalise header filesGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-2/+2
2008-06-27[GFS2] Clean up the glock coreGravatar Steven Whitehouse 1-2/+0
2008-03-31[GFS2] Allocate gfs2_rgrpd from slab memoryGravatar Bob Peterson 1-0/+10
2008-01-25[GFS2] Remove unneeded i_spinGravatar Bob Peterson 1-1/+0
2008-01-25[GFS2] Reduce inode size by moving i_alloc out of lineGravatar Steven Whitehouse 1-0/+1
2008-01-25[GFS2] Remove useless i_cache from inodesGravatar Steven Whitehouse 1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-2/+2
2007-10-10[GFS2] Reduce number of gfs2_scand processes to oneGravatar Steven Whitehouse 1-0/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-3/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-18/+16
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwGravatar Linus Torvalds 1-1/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-4/+2
2007-05-01[GFS2] Fix bz 224480 and cleanup glock demotion codeGravatar Steven Whitehouse 1-1/+0
2007-05-01[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)Gravatar Robert Peterson 1-0/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-11-06[GFS2] don't panic needlesslyGravatar Alexey Dobriyan 1-2/+2
2006-09-25[GFS2/DLM] Fix trailing whitespaceGravatar Steven Whitehouse 1-1/+1
2006-09-19[GFS2] Export lm_interface to kernel headersGravatar Fabio Massimo Di Nitto 1-1/+1
2006-09-12[GFS2] Use hlist for glock hash chainsGravatar Steven Whitehouse 1-1/+1
2006-09-07[GFS2] Move glock hash table out of superblockGravatar Steven Whitehouse 1-1/+5
2006-09-04[GFS2] Tidy up locking codeGravatar Steven Whitehouse 1-2/+0
2006-09-01[GFS2] Update copyright, tidy up incore.hGravatar Steven Whitehouse 1-1/+1
2006-08-30[GFS2] Use slab properly with glocksGravatar Steven Whitehouse 1-1/+22