summaryrefslogtreecommitdiff
path: root/fs/dlm
AgeCommit message (Expand)Author
2012-07-16dlm: fix missing dir removeDavid Teigland
2012-07-16dlm: fix conversion deadlock from recoveryDavid Teigland
2012-07-16dlm: use wait_event_timeoutDavid Teigland
2012-07-16dlm: fix race between remove and lookupDavid Teigland
2012-07-16dlm: use idr instead of list for recovered rsbsDavid Teigland
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter
2012-05-02dlm: fixes for nodir modeDavid Teigland
2012-04-26dlm: improve error and debug messagesDavid Teigland
2012-04-26dlm: avoid unnecessary search in search_rsbDavid Teigland
2012-04-26dlm: limit rcom debug messagesDavid Teigland
2012-04-26dlm: fix waiter recoveryDavid Teigland
2012-04-26dlm: prevent connections during shutdownDavid Teigland
2012-04-23Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds
2012-04-23dlm: fix QUECVT when convert queue is emptyDavid Teigland
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-21Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-03-21dlm: last element of dlm_local_addr[] never usedDavid Teigland
2012-03-08dlm: Do not allocate a fd for peeloffBenjamin Poirier
2012-03-08dlm: fix slow rsb search in dir recoveryDavid Teigland
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2012-01-04dlm: add recovery callbacksDavid Teigland
2012-01-04dlm: add node slots and generationDavid Teigland
2012-01-04dlm: move recovery barrier callsDavid Teigland
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-18dlm: convert rsb list to rb_treeBob Peterson
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-07-19dlm: don't limit active work itemsDavid Teigland
2011-07-15dlm: use workqueue for callbacksDavid Teigland
2011-07-14dlm: remove deadlock debug printDavid Teigland
2011-07-12dlm: improve rsb searchesDavid Teigland
2011-07-11dlm: keep lkbs in idrDavid Teigland
2011-07-11dlm: fix kmalloc argsDavid Teigland
2011-07-11dlm: don't do pointless NULL check, use kzalloc and fix order of argumentsJesper Juhl
2011-07-06dlm: dump address of unknown nodeMasatake YAMATO
2011-07-01dlm: use vmalloc for hash tablesBryn M. Reeves
2011-06-30dlm: show addresses in configfsMasatake YAMATO
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-05-26dlm: Drop __TIME__ usageMichal Marek
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2011-05-23dlm: make plock operation killableDavid Teigland
2011-04-05dlm: remove shared message stub for recoveryDavid Teigland
2011-04-01dlm: delayed reply message warningDavid Teigland
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28dlm: Remove superfluous call to recalc_sigpending()Matt Fleming
2011-03-10dlm: use alloc_workqueue functionDavid Teigland
2011-03-10dlm: increase default hash table sizesDavid Teigland
2011-03-10dlm: record full callback stateDavid Teigland
2011-02-11dlm: use single thread workqueuesDavid Teigland