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