index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
geom
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent removing of the last active component from a mirror.
ae
2012-05-18
1
-1
/
+12
*
Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should
ae
2012-05-18
2
-0
/
+10
*
Add missing period at the end of the error message
eadler
2012-05-13
1
-2
/
+2
*
- Prevent error status leak if write to some of the RAID1/1E volume disks
mav
2012-05-11
2
-4
/
+29
*
Clarify error that geli generates
eadler
2012-05-09
1
-3
/
+4
*
Remove some hardcoded constants from code.
mav
2012-05-06
1
-8
/
+11
*
Plug small memory leaks.
mav
2012-05-06
2
-1
/
+5
*
Add support for RAID5R. Slightly improve support for RAIDMDF.
mav
2012-05-06
4
-21
/
+60
*
Fix `gmultipath configure` for big-endian machines.
mav
2012-05-06
1
-9
/
+10
*
Fix bug causing memory corruption and panics with big-endian metadata.
mav
2012-05-04
1
-1
/
+1
*
Implement read-only support for volumes in optimal state (without using
mav
2012-05-04
2
-36
/
+72
*
Add optional -o argument to the `graid label ` to specify some metadata
mav
2012-05-03
5
-14
/
+63
*
Improve spare disks support. Unluckily, for some reason Adaptec 1430SA
mav
2012-05-01
1
-68
/
+134
*
Implement volume deletion if disk has more then one partition.
mav
2012-05-01
1
-30
/
+37
*
Improve DDF metadata writing.
mav
2012-05-01
1
-54
/
+92
*
Add to GEOM RAID class module, supporting the DDF metadata format, as
mav
2012-04-30
2
-0
/
+3245
*
s/gmirror/graid/
mav
2012-04-29
1
-2
/
+2
*
Fix RAID5 level names changed at r234603.
mav
2012-04-27
5
-6
/
+6
*
Fix copy-paste typo in r234603.
mav
2012-04-23
1
-2
/
+2
*
Add names for all primary RAID levels defined by DDF 2.0 specification.
mav
2012-04-23
4
-19
/
+180
*
Add sos@ copyrights to RAID metadata modules, respecting his efforts in
mav
2012-04-23
5
-0
/
+5
*
Add to GEOM RAID class module for reading non-degraded RAID5 volumes and
mav
2012-04-19
8
-29
/
+468
*
VMware environments are not unusual now. Add VMware partitions recognition
marck
2012-04-18
4
-0
/
+14
*
Some improvements to GEOM MULTIPATH:
mav
2012-04-18
1
-21
/
+95
*
Expand locking around identification of filesystem mount point when
mckusick
2012-04-08
1
-5
/
+17
*
VMDB offset should be greater than logical volume size only for MBR.
ae
2012-03-29
1
-1
/
+1
*
Do proper cleanup for the GPT case when an error occurs.
ae
2012-03-29
1
-14
/
+19
*
Keep track of the mount point associated with a special device
mckusick
2012-03-28
1
-1
/
+30
*
Check that scheme is not already registered. This may happens when a
ae
2012-03-23
1
-7
/
+16
*
Add CTLFLAG_TUN to sysctls.
ae
2012-03-19
1
-4
/
+4
*
Add new GEOM_PART_LDM module that implements the Logical Disk Manager
ae
2012-03-19
1
-0
/
+1504
*
Make kern.geom.part node not static. Also add CTLFLAG_TUN to the
ae
2012-03-19
1
-3
/
+4
*
Add MODULE_DEPEND() to geom_part modules.
ae
2012-03-15
2
-1
/
+3
*
Remove unactionable message about label geometry
emaste
2012-03-08
1
-7
/
+0
*
If nested scheme allows dump kernel to its partition, we may allow
ae
2012-02-20
1
-2
/
+5
*
Add alias for the partition type 0x0f. Now "ebr" name is used for both
ae
2012-02-20
1
-0
/
+1
*
Add additional check to EBR probe and create methods:
ae
2012-02-15
1
-8
/
+19
*
Add PART::type attribute handler. It returns partition type as string.
ae
2012-02-15
1
-0
/
+4
*
Add alias for the partition with type 0x42 to the MBR scheme.
ae
2012-02-10
1
-0
/
+1
*
Let's be more realistic and limit maximum number of partition to 4k.
ae
2012-02-10
1
-1
/
+1
*
Current implementations of sync(2) and syncer vnode fsync() VOP uses
kib
2012-02-06
1
-10
/
+3
*
Correct typo in comment (numbver)
emaste
2012-02-04
1
-1
/
+1
*
The scheme code may not know about some inconsistency in the metadata.
ae
2012-02-01
1
-0
/
+3
*
Avoid to check the same cache line/variable from all the locking
attilio
2012-01-28
4
-0
/
+4
*
Experimental support for booting CHRP-type PowerPC systems from hard disks.
nwhitehorn
2012-01-25
1
-0
/
+1
*
Allow an MBR primary or extended Linux swap partition to be specified
truckman
2012-01-13
2
-4
/
+6
*
Add support for >2TB disks in GEOM RAID for Intel metadata format.
jimharris
2012-01-09
1
-49
/
+122
*
GEOM_UNCOMPRESS module, can be used with uzip images and with new ulzma images.
ray
2012-01-04
1
-0
/
+670
*
replace uses of libkern gets with cngets
avg
2011-12-17
1
-1
/
+2
*
Close race between geom destruction on g_vfs_close() when softc destroyed
mav
2011-12-02
1
-1
/
+3
[next]