aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-08[GFS2] Use void * instead of typedef for locking module interfaceSteven Whitehouse5-69/+68
2006-09-07[GFS2] Remove unused sync_lvb code from lock modulesSteven Whitehouse4-31/+0
2006-09-07[GFS2] Remove one typedefSteven Whitehouse5-10/+10
2006-09-07[GFS2] Add brackets in locking/dlm/sysfs.cSteven Whitehouse1-1/+2
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse3-12/+12
2006-09-04[GFS2] Align all labels against LH sideSteven Whitehouse3-7/+7
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse8-8/+8
2006-08-07[GFS2] match plock result with correct requestDavid Teigland1-1/+2
2006-08-07[GFS2] lockproto api prefixDavid Teigland2-6/+6
2006-07-31[GFS2] add plock ownerDavid Teigland1-0/+2
2006-07-21[GFS2] fix typo in locking/dlmDavid Teigland1-1/+1
2006-06-20[GFS2] Fix printk format warnings in DLM codeDavid Woodhouse1-7/+14
2006-05-24[GFS2] Cast 64 bit printk args to unsigned long long.David Teigland2-21/+25