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
*
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
*
Do not stop the loop when an empty or deleted directory entry is found.
jhay
2009-06-24
1
-1
/
+3
*
Fix tabs, slightly improve comments.
ivoras
2009-06-18
1
-9
/
+9
*
Add support for labels derived from GPT metadata.
ivoras
2009-06-13
3
-0
/
+168
*
As discussed in the devsummit, introduce two fields in the
luigi
2009-06-11
2
-0
/
+88
*
Simplify.
pjd
2009-06-05
1
-4
/
+2
*
Crank the debug level necessary to display the "Label foo is removed"
dougb
2009-05-30
1
-4
/
+4
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
2
-5
/
+2
*
- Unbreak 64 bit platforms by casting off_t to intmax.
lulf
2009-05-26
1
-3
/
+3
*
- Fix wrong print on BIO_DONE.
lulf
2009-05-26
1
-46
/
+46
*
- Add 'show bio' DDB command.
lulf
2009-05-26
1
-0
/
+70
*
Check return value of gctl_get_asciiparam().
trasz
2009-05-12
1
-0
/
+4
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-1
/
+1
*
- Split up the BIO queue into a queue for new and one for completed requests.
lulf
2009-05-06
5
-86
/
+98
*
- Fix a case where a RAID5 volume would think that it is supposed to grow a new
lulf
2009-05-06
1
-2
/
+1
*
- Check if any plexes are doing internal maintenance before removing them.
lulf
2009-05-06
1
-0
/
+7
*
- Add forgotten KASSERT.
lulf
2009-05-06
1
-0
/
+1
*
- Fix a bug where the bio_data field of the wrong BIO is freed if an error
lulf
2009-05-06
1
-1
/
+1
*
- GV_BIO_RETRY is not used, and it is actually impossible with more than 8
lulf
2009-05-06
1
-1
/
+0
*
- Split the queue mutex into one for the event queue and one for the BIO queue,
lulf
2009-05-06
5
-39
/
+60
*
- Make the gvinum softc invisible to userland, as it is not needed.
lulf
2009-05-04
1
-5
/
+1
*
- Remove assertion of topology lock remaining from 7.x gvinum. It is not needed,
lulf
2009-04-18
2
-4
/
+2
*
Precision '*' expects an int and strlen() returns a size_t.
marcel
2009-04-16
1
-1
/
+1
*
Add a compat option to the EBR scheme that controls the
marcel
2009-04-15
3
-44
/
+65
*
- Move out allocation part of different gvinum objects into its own routine and
lulf
2009-04-10
2
-28
/
+76
*
Revert r190676,190677
thompsa
2009-04-10
8
-15
/
+4
*
Don't use hexadecimal in the EBR partition names, because 'a'..'f'
marcel
2009-04-08
1
-1
/
+1
*
Add interleaving root hold tokens from the CAM probe to disk_create and geom
thompsa
2009-04-03
4
-0
/
+11
*
Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called
thompsa
2009-04-03
4
-4
/
+4
*
The 9 bytes immediately prior to the partition table can contain
marcel
2009-04-03
1
-2
/
+7
*
Sharpen the saw:
marcel
2009-03-30
1
-3
/
+2
*
Sharpen the saw:
marcel
2009-03-30
1
-2
/
+2
*
Sharpen the saw:
marcel
2009-03-30
1
-4
/
+5
*
Sharpen the saw:
marcel
2009-03-30
1
-0
/
+4
*
- Add files that should have been added in r190507.
lulf
2009-03-28
2
-0
/
+831
*
Import the gvinum work that have been done during and after Summer of Code 2007.
lulf
2009-03-28
17
-3371
/
+3402
*
Sharpen the saw:
marcel
2009-03-27
1
-3
/
+2
[next]