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:	Mon, 21 May 2012 16:13:40 -0700
From:	Lee Duncan <lduncan@...e.com>
To:	linux-scsi@...r.kernel.org
CC:	linux-kernel@...r.kernel.org, kai.makisara@...umbus.fi,
	jeffm@...e.com
Subject: [PATCH v3 0/5] st: increase maximum number of tapes beyond 128

This patch set increases the maximum number of tape drives.  The device
limit of 128 tape drives was established in 2003 as a significant increase
from the 8 tape drives allowed previously.

We have seen many Linux sites that, between a large number of tape drives
and multipathing, are discovering more than 128 devices and are running
into problems.

This patch set cleans up some st code that made increasing the number
of drives costly, then actually increases the maximum number from 128
to 2^17 devices (based on the current code).

This patch set is based off of the scsi git tree.

Jeff Mahoney (5):
  st: Use static class attributes
  st: clean up dev cleanup in st_probe
  st: get rid of scsi_tapes array
  st: clean up device file creation and removal
  st: raise device limit

 drivers/scsi/st.c |  404 ++++++++++++++++++++++-------------------------------
 drivers/scsi/st.h |    4 +-
 2 files changed, 169 insertions(+), 239 deletions(-)

-- 
1.7.9.2

--
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