aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-04dlm: check the write size from userDavid Teigland1-4/+4
2012-11-16dlm: fix lvb invalidation conditionsDavid Teigland3-10/+44
2012-11-01fs/dlm: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-11-01dlm: remove unused variable in *dlm_lowcomms_get_buffer()Wei Yongjun1-3/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-4/+4
2012-09-10dlm: check the maximum size of a request from userSasha Levin1-0/+7
2012-08-13dlm: cleanup send_to_sock routineYing Xue1-4/+1
2012-08-10dlm: convert add_sock routine return value type to voidYing Xue1-2/+1
2012-08-10dlm: remove redundant variable assignmentsXue Ying1-2/+0
2012-08-08dlm: fix unlock balance warningsDavid Teigland6-30/+78
2012-08-08dlm: fix uninitialized spinlockDavid Teigland1-2/+2
2012-08-08dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland5-90/+200
2012-07-16dlm: fix missing dir removeDavid Teigland1-2/+68
2012-07-16dlm: fix conversion deadlock from recoveryDavid Teigland2-17/+48
2012-07-16dlm: use wait_event_timeoutDavid Teigland1-18/+11
2012-07-16dlm: fix race between remove and lookupDavid Teigland3-39/+176
2012-07-16dlm: use idr instead of list for recovered rsbsDavid Teigland4-23/+101
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland14-588/+1215
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