summaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Just a small sync of pending changes before I start looking at this againSteven Whitehouse2001-10-053-12/+26
* Misc structural changes.Alasdair Kergon2001-10-011-1/+1
* o rewrite of dm_user_bmap, not tested though.Joe Thornber2001-09-271-56/+80
* o Kill write funcs for error/status filesSteven Whitehouse2001-09-265-131/+40
* o table creation works again.Joe Thornber2001-09-267-36/+53
* o It should build nowJoe Thornber2001-09-265-123/+110
* o typosJoe Thornber2001-09-262-5/+4
* o remove steve's insane ramblings from my code.Joe Thornber2001-09-268-633/+506
* o Lunchtime.Steven Whitehouse2001-09-262-38/+104
* o More updatesSteven Whitehouse2001-09-263-35/+92
* o Beginnings of new interface.Steven Whitehouse2001-09-264-89/+345
* o quick tidy upJoe Thornber2001-09-251-59/+55
* o Check in case of setting up volumes before root is mounted.Steven Whitehouse2001-09-241-0/+3
* Well when things start looking so complicated that future direction becomesSteven Whitehouse2001-09-243-198/+28
* o Sync up of todays changes .... nothing very importantSteven Whitehouse2001-09-202-11/+194
* o Bug fix in error pathSteven Whitehouse2001-09-201-4/+1
* o Use ERR_PTR and PTR_ERR rather than an extra argument.Steven Whitehouse2001-09-204-14/+13
* o Changed to use table->err_msg rather than passing functions aroundSteven Whitehouse2001-09-203-19/+13
* o Some new files (also part of new fs interface)Steven Whitehouse2001-09-192-0/+146
* o Further changes to new file system interfaceSteven Whitehouse2001-09-193-33/+209
* o Removed the error reporting function from the target constructor functionSteven Whitehouse2001-09-195-14/+13
* hardsect/blksize handlingAlasdair Kergon2001-09-195-6/+19
* o Added ref counting to tablesSteven Whitehouse2001-09-196-12/+38
* o Fixed a bug where we were not holding a reference of the block devicesSteven Whitehouse2001-09-191-0/+2
* o Change the deallocation of tables to match the vmalloc changes in mySteven Whitehouse2001-09-191-2/+1
* o Cut down number of vmallocs to increase speed and efficiencySteven Whitehouse2001-09-191-6/+4
* o More fs fiddling. Another check point commit.Steven Whitehouse2001-09-193-1/+40
* o Bug fix to LV_BMAP ioctl()Steven Whitehouse2001-09-193-18/+21
* Fix allocation & list-handling.Alasdair Kergon2001-09-182-4/+16
* These files are now a bit closer towards what I'm aiming at. Still a lotSteven Whitehouse2001-09-184-184/+21
* Should have been included in the previous commit.Steven Whitehouse2001-09-181-42/+7
* o Changed dm_create() to return a struct mapped_device rather than an intSteven Whitehouse2001-09-182-14/+12
* o New file dmfs-super.cSteven Whitehouse2001-09-184-2/+265
* Error checking: only allow block devices & test for 'nodev'.Alasdair Kergon2001-09-172-7/+32
* o Again, please ignore this for the time being.Steven Whitehouse2001-09-173-7/+93
* o Arbitrary mount path.Alasdair Kergon2001-09-172-10/+17
* o Work in progress, please ignore these files for a day or two whilst ISteven Whitehouse2001-09-172-0/+229
* o Fixed code where return value of vmalloc wasn't checkedSteven Whitehouse2001-09-172-2/+10
* o Use count should be an atomic_tSteven Whitehouse2001-09-171-6/+10
* o Targets now get rw passed through so they can do COW for exampleSteven Whitehouse2001-09-144-8/+19
* o Support /sbin/hotplugSteven Whitehouse2001-09-141-0/+39
* o Made pending I/O wait uninterruptibleSteven Whitehouse2001-09-141-2/+2
* o New ioctl(): LV_BMAP which is compatible with LVM so that hopefully LILOSteven Whitehouse2001-09-143-5/+56
* Use dmfs_ function name prefix (in line with other file systems).Alasdair Kergon2001-09-144-103/+104
* lc->in->f_op->read expects its buffer to be in userspace so surround it inPatrick Caulfield2001-09-141-1/+7
* o As promised earlier, the device registration is now hashed and theSteven Whitehouse2001-09-143-36/+58
* Always truncate error file.Alasdair Kergon2001-09-141-10/+4
* Don't store things in _devs[-1] - it's not nice.Patrick Caulfield2001-09-141-1/+0
* o Forgot to create slab caches for dm-blkdev.cSteven Whitehouse2001-09-143-100/+20
* o kmalloc error checkAlasdair Kergon2001-09-142-2/+6