1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-25 21:57:45 +03:00
Steven Whitehouse 03aedda156 o Added a file containing a TODO list.
Please add to/edit this file as you think of new ideas or discover bugs. The
items in it are in no particular order. They are also only ideas and hence may
never get implemented depending on whether they turn out to be good ideas or
not.
2001-10-29 10:03:05 +00:00

29 lines
1.2 KiB
Plaintext

List of projects, ideas and pending bug fixes
===============================================
o Use devfs auto device allocation to get devices rather than a fixed
series of devices (which limits us to 256 volumes atm)
- Ought to have an option of using the old version for non-devfs systems
- Would be nice if the auto device allocation was independant of devfs
o Need to work out how to make module use counts work correctly. The existing
scheme does not allow us to unload the module. A reference is taken during
kern_mount() which does not allow us to rmmod() so even if the right
umount() functions were exported (which they aren't) we'd never get to
call them anyway. This could be tricky.
o Check tables are an integer multiple of the underlying block size at
table load time.
o Use Al Viro's new code for "proc files consisting of one line per entry"
for the error and status files. [This item waiting for the patches to
reach the kernel and for their suitability to be further investigated
and checked]
o Error code (as well as error list) so that "out of memory" errors can
result in messages which can be read from the error file.
o Further reduction of common code between the filesystem source files.