summaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* o Correction in logic for write access to tablesSteven Whitehouse2001-10-251-3/+6
* o Fix typos from yesterdaySteven Whitehouse2001-10-252-3/+4
* o Updated 00_makefileJoe Thornber2001-10-242-104/+8
* o Error list handling now part of fs rather than part of table.Steven Whitehouse2001-10-246-26/+33
* o Fix bug in dmfs-error.c where it could return too many bytes under someSteven Whitehouse2001-10-242-100/+83
* o removed 00_latest since it never is.Joe Thornber2001-10-221-1732/+0
* o Remove unused variable.Steven Whitehouse2001-10-182-2/+0
* o Fix crash that Patrick reportedSteven Whitehouse2001-10-171-2/+3
* o Fix a typo. This should fix devfs support.Steven Whitehouse2001-10-171-1/+1
* o Patches to go with earlier check inSteven Whitehouse2001-10-172-8/+22
* Ok. this is the big one.... the change to the new fs interface.Steven Whitehouse2001-10-176-77/+117
* o Update to parserSteven Whitehouse2001-10-172-8/+28
* o Fixed infinite loop in parserSteven Whitehouse2001-10-163-8/+8
* o Get file size correct for tableSteven Whitehouse2001-10-161-1/+11
* o Fixes to parsing codeSteven Whitehouse2001-10-161-16/+16
* o Tidy up, removing debugging printk's no longer neededSteven Whitehouse2001-10-163-14/+9
* o More bug fixesSteven Whitehouse2001-10-154-10/+20
* o More fixesSteven Whitehouse2001-10-152-16/+11
* o Some bug fixesSteven Whitehouse2001-10-153-37/+50
* o Further tidyups and fixes.Steven Whitehouse2001-10-127-90/+71
* Some more sync upsSteven Whitehouse2001-10-114-31/+120
* o Everybody needs dm.hSteven Whitehouse2001-10-107-44/+119
* 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