119
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o Changed dm_create() to return a struct mapped_device rather than an int o Changed dm_remove() to accept a struct mapped_device argument rather than a name o We no longer have to look up devices by name, the dcache handles that nicely for us o Fixed a bug where we were freeing a structure before we'd finished with it. o The name field in struct mapped_device is now only used in a very few places in dm.c and will be replaced in future with a back reference to the dentry rather than keeping the name in two places. More... over 22 years ago
o New file dmfs-super.c o dmfs-dir.c becomes dmfs-lv.c o dmfs-file.c becomes dmfs-table.c o A few tweeks and updates More... over 22 years ago
Error checking: only allow block devices & test for 'nodev'. More... over 22 years ago
o Again, please ignore this for the time being. More... over 22 years ago
o Arbitrary mount path. o Name length 128. More... over 22 years ago
o Work in progress, please ignore these files for a day or two whilst I get everything going. More... over 22 years ago
o Fixed code where return value of vmalloc wasn't checked More... over 22 years ago
o Use count should be an atomic_t More... over 22 years ago
o Targets now get rw passed through so they can do COW for example o Added error handler (not sure that this is the "correct" way to do this at the moment, so its a bit exprimental for now) More... over 22 years ago
o Support /sbin/hotplug More... over 22 years ago
o Made pending I/O wait uninterruptible More... over 22 years ago
o New ioctl(): LV_BMAP which is compatible with LVM so that hopefully LILO will work. I haven't actually tested that, but this support at least will be required. More... over 22 years ago
Use dmfs_ function name prefix (in line with other file systems). More... over 22 years ago
lc->in->f_op->read expects its buffer to be in userspace so surround it in set_fs() etc calls More... over 22 years ago
o As promised earlier, the device registration is now hashed and the lists are private to dm-blkdev.c More... over 22 years ago
Always truncate error file. More... over 22 years ago
Don't store things in _devs[-1] - it's not nice. More... over 22 years ago
o Forgot to create slab caches for dm-blkdev.c o Misc code tidy More... over 22 years ago
o kmalloc error check o error file mode The 1st Jan 1970 date I'm seeing in /dev is a devfs issue I think. More... over 22 years ago
Changes to device handling; More... over 22 years ago
o New code for handling block device registration. Not yet used but checked in for backup purposes. More... over 22 years ago
is_identifier characters More... over 22 years ago
o Two fixes which Alasdair pointed out. More... over 22 years ago
o Tidy in dm-fs.c o Magic number is really magic o Check on directory names More... over 22 years ago
o Forgot to add ref to module. More... over 22 years ago
Add dm-parse to makefile More... over 22 years ago
o Now we handle target modules correctly o Moved the linear target into its own module (not really because it needs to be there, but because its useful to have a simple example so people can see what we are doing) More... over 22 years ago
o Remove hard-coded mount point o Fix macro for compilation More... over 22 years ago
o Some structures change size with different configs, so always include <linux/config.h> first. More... over 22 years ago
o Some ioctl() commands. More... over 22 years ago