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
*
- Give geom_redboot taste of flash/spi. Now there is another provider
gonzo
2010-02-03
1
-1
/
+2
*
Prevent NULL deference by checking return value of
delphij
2010-02-02
1
-0
/
+9
*
Export the UUID of the partition in the XML. The partition UUID is used
marcel
2010-01-30
1
-0
/
+3
*
Go through with write_metadata() non-error-handling and make it return "void".
ivoras
2010-01-25
1
-6
/
+16
*
Remove unneeded variables.
trasz
2010-01-25
2
-4
/
+0
*
Remove pointless assignment.
trasz
2010-01-25
1
-1
/
+0
*
Remove some pointless variable assignments.
trasz
2010-01-25
2
-4
/
+1
*
Remove unused variable.
trasz
2010-01-25
1
-2
/
+0
*
Expose stripe offset and stripe size through libgeom and geom(8) userland
delphij
2010-01-17
1
-0
/
+4
*
Add gmountver, disk mount verification GEOM class.
trasz
2010-01-16
2
-0
/
+717
*
Change the way in which zero stripesize is handled. Instead of reporting
mav
2010-01-06
3
-13
/
+10
*
Move wakeup() out of mutex to reduce contention.
mav
2010-01-05
1
-3
/
+3
*
Move wakeup() out of mutex to reduce contention.
mav
2010-01-05
1
-4
/
+4
*
Slightly optimize XOR calculation.
mav
2010-01-05
1
-24
/
+31
*
Properly return the UUID represented by the alias.
marcel
2010-01-02
1
-1
/
+1
*
Call wakeup() only for the first request on the queue.
mav
2009-12-30
1
-2
/
+8
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Add BIO_DELETE support to ada(4):
mav
2009-12-28
1
-2
/
+2
*
Make geom_concat to passthrough stripe parameters of the first component,
mav
2009-12-24
1
-5
/
+8
*
As soon as geom_raid3 reports it's own stripe as sector size, report largest
mav
2009-12-24
1
-0
/
+14
*
As soon as mirror has no own stripes, report largest stripe of unrerlying
mav
2009-12-24
1
-0
/
+9
*
Add two disk ioctls, giving user-level tools information about disk/array
mav
2009-12-24
1
-1
/
+6
*
Make geom_stripe report it's stripe size to upper layers.
mav
2009-12-24
1
-0
/
+2
*
Make graid3 fallback to malloc() when component request size is bigger
mav
2009-12-21
2
-9
/
+15
*
Add Microsoft and NetBSD partition types handling.
rpaulo
2009-12-14
3
-0
/
+41
*
Simplify partition type parsing by using a data-oriented model.
rpaulo
2009-12-14
3
-63
/
+68
*
Change 'load' balancing mode algorithm:
mav
2009-12-03
2
-30
/
+26
*
Provide a set of sysctls and tunables to disable device node creation
trasz
2009-11-28
9
-29
/
+68
*
Add a missing check for Apple HFS partitions.
rpaulo
2009-11-12
1
-0
/
+2
*
We need to allocate space for the header in the create path also.
rnoland
2009-11-12
1
-0
/
+3
*
Fix handling of GPT headers when size is > 92 bytes.
rnoland
2009-11-07
1
-68
/
+93
*
Set the active flag in the PMBR when we install bootcode on a GPT
rnoland
2009-10-14
1
-0
/
+3
*
If provider is open for writing when we taste it, skip it for classes that
pjd
2009-10-09
6
-0
/
+25
*
- Improve error message consistency and wording.
lulf
2009-10-05
6
-21
/
+21
*
The first 96 bytes may not be zeroes. It can contain trivial boot
marcel
2009-09-28
1
-5
/
+5
*
Don't create more partitions than can fit in the table by checking
marcel
2009-09-24
1
-0
/
+4
*
Remove unused variable.
trasz
2009-09-08
1
-2
/
+0
*
Do not check proper request alignment here in geom_dev in production.
mav
2009-09-08
1
-2
/
+2
*
MFp4:
mav
2009-09-06
1
-2
/
+2
*
Add support for changing providers priority.
pjd
2009-09-06
1
-9
/
+62
*
Remove artificial MAX_IO_SIZE constant, equal to DFLTPHYS * 2. Use MAXPHYS
mav
2009-09-04
1
-7
/
+6
*
Simplify g_disk_ident_adjust() function and allow any printable character
pjd
2009-09-04
1
-28
/
+15
*
There's no need for checking result of M_WAITOK allocation.
pjd
2009-08-27
1
-4
/
+0
*
Fix an obvious topology lock leak.
pjd
2009-08-27
1
-0
/
+1
*
The start of the EFI GPT partition in the PMBR can always be represented
marcel
2009-08-17
1
-3
/
+3
*
- Fix the issue with read access count modification on RAID-5 plexes properly.
lulf
2009-07-18
1
-4
/
+6
*
Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c
marcel
2009-07-08
3
-49
/
+0
*
Fix a panic which (reportedly) can happen when unmounting a filesystem
trasz
2009-07-01
2
-1
/
+3
*
Make gjournal work with kernel compiled with "options DIAGNOSTIC".
trasz
2009-06-30
3
-8
/
+17
*
- Apply the same naming rules of LVM names as done in the LVM code itself.
lulf
2009-06-24
1
-16
/
+27
[next]