aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-318-8/+8
* Fix possible live-lock under heavy load where we can't allocate morePawel Jakub Dawidek2005-10-281-1/+12
* Add checking for File record magic.Takanori Watanabe2005-10-261-0/+6
* Rough implementation of the create and add verbs. The verbs causeMarcel Moolenaar2005-10-091-2/+290
* Move some devstat collection to below where large IO operations are choppedTor Egge2005-09-301-3/+3
* - Fix "end_blk out of range" panic when INVARIANTS.Max Khon2005-09-291-2/+5
* o Don't cause a panic when the control request lacks a verb.Marcel Moolenaar2005-09-181-5/+9
* Complete rewrite in preparation of adding support for controlMarcel Moolenaar2005-09-171-154/+726
* - Add a new simple facility for marking the current thread as being in aJohn Baldwin2005-09-151-30/+7
* Fix so that when a slice or a partition is removed through g_slice_config(),Craig Rodrigues2005-09-141-0/+1
* Fix copy&paste typo.Pawel Jakub Dawidek2005-09-101-1/+1
* Don't forget to initialize crp_etype field.Pawel Jakub Dawidek2005-09-101-0/+1
* Set the G_PF_WITHER flag on the subdisk provider that is about toLukas Ertl2005-09-081-34/+1
* Remove a race condition that could result in processes being stuckPoul-Henning Kamp2005-09-041-24/+30
* Typo.Poul-Henning Kamp2005-09-031-1/+1
* Use KTR to log allocations and destructions of bios.Pawel Jakub Dawidek2005-08-291-0/+36
* Prevent that sync operations can be started when they are alreadyLukas Ertl2005-08-281-71/+81
* Verify length of the data to read as well.Pawel Jakub Dawidek2005-08-281-0/+2
* Shuffle around the order in which the components are compiled.Lukas Ertl2005-08-261-14/+4
* Verify offset before reading.Pawel Jakub Dawidek2005-08-261-1/+5
* Add NTFS labeling function.Takanori Watanabe2005-08-263-0/+115
* Verify if we can actually read the data at given offset.Pawel Jakub Dawidek2005-08-232-6/+13
* Correct the check if a plex is accessible in case it is not up.Lukas Ertl2005-08-221-1/+1
* By default, when doing crypto work in software, start as many threadsPawel Jakub Dawidek2005-08-211-5/+10
* Remove stale comment (we now always start worker thread).Pawel Jakub Dawidek2005-08-211-5/+0
* Back-out the change from revision 1.14 and allow for '/' in labels again.Pawel Jakub Dawidek2005-08-201-8/+0
* Add a __packed keyword to g_eli_metadata struct definition, soPawel Jakub Dawidek2005-08-201-1/+1
* Allow to change number of iterations for PKCS#5v2. It can only be usedPawel Jakub Dawidek2005-08-191-2/+21
* - Add a missing period.Pawel Jakub Dawidek2005-08-191-3/+3
* Avoid code duplication and implement bitcount32() function in systm.h only.Pawel Jakub Dawidek2005-08-192-7/+1
* Always run dedicated kernel thread (even when we have hardware support).Pawel Jakub Dawidek2005-08-171-114/+37
* We should now return 0.Pawel Jakub Dawidek2005-08-171-1/+1
* Even if crypto_dispatch() return an error, request is not canceled andPawel Jakub Dawidek2005-08-171-12/+2
* We don't need to clear allocated memory. This will speed-up things a bit.Pawel Jakub Dawidek2005-08-171-1/+1
* remove stale commentsPoul-Henning Kamp2005-08-161-2/+0
* Make it possible to remove stale, left-over subdisks.Lukas Ertl2005-08-162-10/+11
* Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:Lukas Ertl2005-08-153-1/+9
* Because code paths for I/O requests are quite complex, add comments abovePawel Jakub Dawidek2005-08-131-0/+12
* Provide more complete "How to add a new file system to glabel." list.Pawel Jakub Dawidek2005-08-121-3/+7
* Add code for Ext2FS and ReiserFS labels recognition.Pawel Jakub Dawidek2005-08-124-0/+206
* Avoid creating directories in devfs by changing all '/' in labels to '_'.Pawel Jakub Dawidek2005-08-121-0/+8
* GELI doesn't need cryptodev.Pawel Jakub Dawidek2005-08-111-1/+0
* Be case-insensitive when dealing with algorithm names.Pawel Jakub Dawidek2005-08-081-4/+5
* MFp4: Export more informations about encrypted providers.Pawel Jakub Dawidek2005-07-271-0/+32
* Reduce default debug level to 0.Pawel Jakub Dawidek2005-07-271-1/+1
* Add GEOM_ELI class which provides GEOM providers encryption.Pawel Jakub Dawidek2005-07-277-0/+2757
* Use root_mount KPI for RAID3 to delay root file system mount.Pawel Jakub Dawidek2005-07-272-0/+28
* By design I left a tiny race in updating the I/O statistics based onPoul-Henning Kamp2005-07-251-8/+14
* Add a very simple and small GEOM class - ZERO.Pawel Jakub Dawidek2005-07-251-0/+113
* Comment typoPoul-Henning Kamp2005-07-201-1/+1