Skip to content
  • Linus Torvalds's avatar
    Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm · 61011677
    Linus Torvalds authored
    Pull dlm updates from David Teigland:
     "This set includes some minor fixes and improvements.  The one large
      patch addresses the special "nodir" mode, which has been a long
      neglected proof of concept, but with these fixes seems to be quite
      usable.  It allows the resource master to be assigned statically
      instead of dynamically, which can improve performance if there is
      little locality and most resources are shared."
    
    * tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
      dlm: NULL dereference on failure in kmem_cache_create()
      gfs2: fix recovery during unmount
      dlm: fixes for nodir mode
      dlm: improve error and debug messages
      dlm: avoid unnecessary search in search_rsb
      dlm: limit rcom debug messages
      dlm: fix waiter recovery
      dlm: prevent connections during shutdown
    61011677