summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter2012-05-151-5/+3
* dlm: fixes for nodir modeDavid Teigland2012-05-029-162/+303
* dlm: improve error and debug messagesDavid Teigland2012-04-264-90/+164
* dlm: avoid unnecessary search in search_rsbDavid Teigland2012-04-261-0/+3
* dlm: limit rcom debug messagesDavid Teigland2012-04-262-28/+28
* dlm: fix waiter recoveryDavid Teigland2012-04-261-12/+31
* dlm: prevent connections during shutdownDavid Teigland2012-04-261-8/+20
* Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds2012-04-231-0/+12
|\
| * dlm: fix QUECVT when convert queue is emptyDavid Teigland2012-04-231-0/+12
* | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
|/
* Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-03-214-5/+25
|\
| * dlm: last element of dlm_local_addr[] never usedDavid Teigland2012-03-211-1/+1
| * dlm: fix slow rsb search in dir recoveryDavid Teigland2012-03-083-4/+24
* | dlm: Do not allocate a fd for peeloffBenjamin Poirier2012-03-081-14/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2012-01-1014-263/+873
|\
| * dlm: add recovery callbacksDavid Teigland2012-01-048-163/+263
| * dlm: add node slots and generationDavid Teigland2012-01-047-29/+480
| * dlm: move recovery barrier callsDavid Teigland2012-01-044-27/+28
| * dlm: convert rsb list to rb_treeBob Peterson2011-11-185-55/+113
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
|/
* Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-251-5/+5
|\
| * locks: rename lock-manager opsJ. Bruce Fields2011-07-201-5/+5
* | dlm: don't limit active work itemsDavid Teigland2011-07-191-1/+4
* | dlm: use workqueue for callbacksDavid Teigland2011-07-157-205/+172
* | dlm: remove deadlock debug printDavid Teigland2011-07-141-3/+0
* | dlm: improve rsb searchesDavid Teigland2011-07-127-48/+121
* | dlm: keep lkbs in idrDavid Teigland2011-07-115-125/+82
* | dlm: fix kmalloc argsDavid Teigland2011-07-111-1/+1
* | dlm: don't do pointless NULL check, use kzalloc and fix order of argumentsJesper Juhl2011-07-111-6/+2
* | dlm: dump address of unknown nodeMasatake YAMATO2011-07-061-4/+5
* | dlm: use vmalloc for hash tablesBryn M. Reeves2011-07-011-9/+9
* | dlm: show addresses in configfsMasatake YAMATO2011-06-301-2/+57
|/
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-1/+1
|\
| * dlm: Drop __TIME__ usageMichal Marek2011-05-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2011-05-248-49/+219
|\ \
| * | dlm: make plock operation killableDavid Teigland2011-05-231-4/+61
| * | dlm: remove shared message stub for recoveryDavid Teigland2011-04-052-33/+50
| * | dlm: delayed reply message warningDavid Teigland2011-04-016-11/+108
| * | dlm: Remove superfluous call to recalc_sigpending()Matt Fleming2011-03-281-1/+0
| |/
* / Fix common misspellingsLucas De Marchi2011-03-313-3/+3
|/
* dlm: use alloc_workqueue functionDavid Teigland2011-03-101-2/+4
* dlm: increase default hash table sizesDavid Teigland2011-03-101-2/+2
* dlm: record full callback stateDavid Teigland2011-03-108-222/+311
* dlm: use single thread workqueuesDavid Teigland2011-02-111-4/+2
* dlm: Make DLM depend on CONFIGFS_FSNicholas Bellinger2011-01-161-2/+1
* dlm: sanitize work_start() in lowcomms.cNamhyung Kim2010-12-131-9/+6
* dlm: reduce cond_resched during sendBob Peterson2010-11-121-1/+9
* dlm: use TCP_NODELAYDavid Teigland2010-11-121-0/+10
* dlm: Use cmwq for send and receive workqueuesSteven Whitehouse2010-11-121-2/+4
* dlm: Handle application limited situations properly.David Miller2010-11-111-1/+21