1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/device
David Teigland fade9ca3b6 bcache: reduce MAX_IO to 256
This is the number of concurrent async io requests that
the scan layer will submit to the bcache layer.  There
will be an open fd for each of these, so it is best to
keep this well below the default limit for max open files
(1024), otherwise lvm may get EMFILE from open(2) when
there are around 1024 devices to scan on the system.
2018-08-24 14:55:12 -05:00
..
bcache-utils.c build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
bcache.c bcache: reduce MAX_IO to 256 2018-08-24 14:55:12 -05:00
bcache.h build: include configure.h 2018-06-22 23:11:44 +02:00
dev-cache.c Remove code for using files as devices 2018-06-21 09:33:21 -05:00
dev-cache.h Remove code for using files as devices 2018-06-21 09:33:21 -05:00
dev-dasd.c build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
dev-ext-udev-constants.h dev-type: check for DEVLINKS udev db variable existence if udev_device_get_is_initialized fn is not present 2016-09-06 13:21:29 +02:00
dev-ext.c build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
dev-io.c dev_io: no discard in testmode 2018-07-09 00:19:30 +02:00
dev-luks.c build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
dev-lvm1-pool.c build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
dev-md.c scan: use full md filter when md 1.0 devices are present 2018-06-15 12:21:25 -05:00
dev-swap.c build: Don't generate symlinks in include/ dir 2018-05-14 10:30:20 +01:00
dev-type.c device_mapper: remove dbg_malloc. 2018-06-08 13:40:53 +01:00
dev-type.h scan: use full md filter when md 1.0 devices are present 2018-06-15 12:21:25 -05:00
device-types.h devices: Recognise Veritas Dynamic Multipathing 2017-01-10 22:23:23 +00:00
device.h scan: work around udev problems by avoiding open RDWR 2018-06-20 14:08:12 -05:00