aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter1-5/+3
2012-05-02dlm: fixes for nodir modeDavid Teigland9-162/+303
2012-04-26dlm: improve error and debug messagesDavid Teigland4-90/+164
2012-04-26dlm: avoid unnecessary search in search_rsbDavid Teigland1-0/+3
2012-04-26dlm: limit rcom debug messagesDavid Teigland2-28/+28
2012-04-26dlm: fix waiter recoveryDavid Teigland1-12/+31
2012-04-26dlm: prevent connections during shutdownDavid Teigland1-8/+20
2012-04-23Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-0/+12
2012-04-23dlm: fix QUECVT when convert queue is emptyDavid Teigland1-0/+12
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds4-5/+25
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland1-1/+1
2012-03-08dlm: Do not allocate a fd for peeloffBenjamin Poirier1-14/+8
2012-03-08dlm: fix slow rsb search in dir recoveryDavid Teigland3-4/+24
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds14-263/+873
2012-01-04dlm: add recovery callbacksDavid Teigland8-163/+263
2012-01-04dlm: add node slots and generationDavid Teigland7-29/+480
2012-01-04dlm: move recovery barrier callsDavid Teigland4-27/+28
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-11-18dlm: convert rsb list to rb_treeBob Peterson5-55/+113
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+5
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-5/+5
2011-07-19dlm: don't limit active work itemsDavid Teigland1-1/+4
2011-07-15dlm: use workqueue for callbacksDavid Teigland7-205/+172
2011-07-14dlm: remove deadlock debug printDavid Teigland1-3/+0
2011-07-12dlm: improve rsb searchesDavid Teigland7-48/+121
2011-07-11dlm: keep lkbs in idrDavid Teigland5-125/+82
2011-07-11dlm: fix kmalloc argsDavid Teigland1-1/+1
2011-07-11dlm: don't do pointless NULL check, use kzalloc and fix order of argumentsJesper Juhl1-6/+2
2011-07-06dlm: dump address of unknown nodeMasatake YAMATO1-4/+5
2011-07-01dlm: use vmalloc for hash tablesBryn M. Reeves1-9/+9
2011-06-30dlm: show addresses in configfsMasatake YAMATO1-2/+57
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-05-26dlm: Drop __TIME__ usageMichal Marek1-1/+1
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds8-49/+219
2011-05-23dlm: make plock operation killableDavid Teigland1-4/+61
2011-04-05dlm: remove shared message stub for recoveryDavid Teigland2-33/+50
2011-04-01dlm: delayed reply message warningDavid Teigland6-11/+108
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-28dlm: Remove superfluous call to recalc_sigpending()Matt Fleming1-1/+0
2011-03-10dlm: use alloc_workqueue functionDavid Teigland1-2/+4
2011-03-10dlm: increase default hash table sizesDavid Teigland1-2/+2
2011-03-10dlm: record full callback stateDavid Teigland8-222/+311
2011-02-11dlm: use single thread workqueuesDavid Teigland1-4/+2
2011-01-16dlm: Make DLM depend on CONFIGFS_FSNicholas Bellinger1-2/+1
2010-12-13dlm: sanitize work_start() in lowcomms.cNamhyung Kim1-9/+6
2010-11-12dlm: reduce cond_resched during sendBob Peterson1-1/+9
2010-11-12dlm: use TCP_NODELAYDavid Teigland1-0/+10
2010-11-12dlm: Use cmwq for send and receive workqueuesSteven Whitehouse1-2/+4
2010-11-11dlm: Handle application limited situations properly.David Miller1-1/+21