aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-28dlm: allow multiple lockspace createsDavid Teigland1-1/+2
2008-06-27[GFS2] Fix module buildingSteven Whitehouse2-2/+0
2008-06-27[GFS2] Remove all_list from lock_dlmSteven Whitehouse3-30/+1
2008-06-27[GFS2] Remove obsolete conversion deadlock avoidance codeSteven Whitehouse1-22/+1
2008-06-27[GFS2] Remove remote lock dropping codeSteven Whitehouse4-38/+0
2008-06-27[GFS2] No lock_nolockSteven Whitehouse2-243/+0
2008-06-27[GFS2] Fix ordering bug in lock_dlmSteven Whitehouse4-387/+306
2008-06-27[GFS2] Clean up the glock coreSteven Whitehouse2-0/+5
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-21dlm: move plock code from gfs2David Teigland5-426/+23
2008-04-10[GFS2] fix GFP_KERNEL misusesJosef Bacik2-3/+3
2008-03-31[GFS2] Invalidate cache at correct pointBenjamin Marzinski2-2/+11
2008-03-31[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_opsAdrian Bunk3-4/+5
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds3-11/+21
2008-01-25[GFS2] use pid for plock owner for nfs clientsDavid Teigland1-4/+14
2008-01-25[GFS2] tidy up error messageDavid Teigland1-2/+1
2008-01-25[GFS2] Check for installation of mount helpers for DLM mountsFabio Massimo Di Nitto1-0/+6
2008-01-25[GFS2] check kthread_should_stop when waitingDavid Teigland1-7/+2
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: change GFS2 to use kobject_init_and_addGreg Kroah-Hartman1-10/+3
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-2/+1
2008-01-24kset: convert gfs2 dlm to use kset_createGreg Kroah-Hartman1-12/+10
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-4/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman1-1/+1
2007-10-10[GFS2] GFS2: chmod hung - fix race in thread creationBob Peterson1-7/+13
2007-10-10[GFS2] use an temp variable to reduce a spin_unlockDenis Cheng1-5/+6
2007-10-10[GFS2] Clean up duplicate includes in fs/gfs2/Jesper Juhl2-2/+0
2007-07-09[GFS2] return conflicts for GETLKDavid Teigland1-1/+5
2007-07-09[GFS2] set plock owner in GETLK infoDavid Teigland1-1/+1
2007-07-09[DLM] variable allocationPatrick Caulfield1-1/+1
2007-07-09[GFS2] Reduce size of struct gdlm_lockSteven Whitehouse3-6/+18
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-17/+100
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2-9/+8
2007-05-06gfs2: nfs lock support for gfs2Marc Eshel1-10/+99
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel1-7/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-05-01[GFS2] Set drop_count to 0 (off) by defaultSteven Whitehouse1-1/+1
2007-05-01[GFS2] use log_error before LM_OUT_ERRORDavid Teigland1-2/+2
2007-05-01[GFS2] Speed up lock_dlm's locking (move sprintf)Steven Whitehouse2-6/+5
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2007-02-05[GFS2] make lock_dlm drop_count tunable in sysfsDavid Teigland3-10/+15
2007-02-05[GFS2] increase default lock limitDavid Teigland1-1/+1
2006-12-04[PATCH] severing skbuff.h -> poll.hAl Viro1-0/+1
2006-10-11[PATCH] misuse of strstrAl Viro1-1/+1
2006-09-27[GFS2] Fix bug in Makefiles for lock modulesSteven Whitehouse2-2/+2
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse1-2/+2
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto2-3/+2