lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 21 Jul 2011 11:03:57 -0500
From:	David Teigland <teigland@...hat.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/10] dlm patches for 3.1

These are the dlm patches for the 3.1 merge.  Three big improvements are:
replacing lock hash table with idr, improving resource hash table lookups,
and replacing the single callback thread with per-lockspace workqueues.


 fs/dlm/ast.c          |  265 ++++++++++++++++++++++---------------------------
 fs/dlm/ast.h          |   15 ++--
 fs/dlm/config.c       |   75 ++++++++++++--
 fs/dlm/config.h       |    2 +-
 fs/dlm/dlm_internal.h |   29 +++---
 fs/dlm/lock.c         |  225 ++++++++++++++++++++++-------------------
 fs/dlm/lockspace.c    |  175 ++++++++++++++++----------------
 fs/dlm/lowcomms.c     |    9 +-
 fs/dlm/memory.c       |   22 +++--
 fs/dlm/memory.h       |    2 +-
 fs/dlm/recoverd.c     |   12 +--
 fs/dlm/user.c         |   12 +-
 12 files changed, 446 insertions(+), 397 deletions(-)


Bryn M. Reeves (1):
      dlm: use vmalloc for hash tables

David Teigland (6):
      dlm: fix kmalloc args
      dlm: keep lkbs in idr
      dlm: improve rsb searches
      dlm: remove deadlock debug print
      dlm: use workqueue for callbacks
      dlm: don't limit active work items

Jesper Juhl (1):
      dlm: don't do pointless NULL check, use kzalloc and fix order of arguments

Masatake YAMATO (2):
      dlm: show addresses in configfs
      dlm: dump address of unknown node


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ