[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350757943-24981-1-git-send-email-hannes@stressinduktion.org>
Date: Sat, 20 Oct 2012 20:32:19 +0200
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] brd: sanity checks and dynamic ram disk creation/destroying
Hi!
While toying around with a library which needs small block devices for
quorum management, I came up with these patches to dynamically create
and destroy ram disks (I wanted to have non-swappable backed devices).
Feedback is appreciated!
Change log (since RFC patch <20121014024836.GB27966@...er.stressinduktion.org>):
1) module parameters(rd_nr, rd_size, max_part) are now unsigned ints
2) check for active users of ram disk before BLKFLSBUFing
3) switched from lists to idrs for device management
The patches apply against v3.6.
Documentation/ioctl/ioctl-number.txt | 1 +
block/partition-generic.c | 1 +
drivers/block/brd.c | 360 +++++++++++++++++++++++++++++------
include/linux/Kbuild | 1 +
include/linux/brd.h | 12 ++
include/linux/miscdevice.h | 1 +
6 files changed, 313 insertions(+), 63 deletions(-)
Greetings,
Hannes
--
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