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
/
geom_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug introduced at r256607. We have to recalculate bp_resid here since
mav
2013-12-12
1
-1
/
+1
*
Merge GEOM direct dispatch changes from the projects/camlock branch.
mav
2013-10-22
1
-0
/
+1
*
MFprojects/camlock r256371:
mav
2013-10-16
1
-5
/
+5
*
Change the way that unmapped I/O capability is advertised.
ken
2013-08-15
1
-1
/
+3
*
Added a sysctl (kern.geom.dev.delete_max_sectors) to control the maximum
smh
2013-04-26
1
-5
/
+22
*
Make it possible to submit FLUSH bios through geom_dev strategy. This
trasz
2013-04-06
1
-1
/
+2
*
Do not pass unmapped buffers to drivers that cannot handle them
kan
2013-03-26
1
-1
/
+1
*
Fix long known deadlock between geom dev destruction and d_close() call.
mav
2013-03-24
1
-71
/
+129
*
- Don't pass geom and provider names as format strings.
jh
2012-11-20
1
-1
/
+1
*
Provide a device name in the sysctl tree for programs to query the
alfred
2012-11-01
1
-3
/
+3
*
Remove unneeded G_PF_CANDELETE flag.
ed
2012-08-28
1
-4
/
+0
*
Implement media change notification for DA and CD removable media devices.
mav
2012-07-29
1
-4
/
+16
*
Fix typo in the comment.
trasz
2012-07-06
1
-1
/
+1
*
Temporary revert r227009 to fix freeze on UP systems without PREEMPTION.
mav
2011-11-14
1
-27
/
+12
*
Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb()
mav
2011-11-01
1
-12
/
+27
*
Plumb device physical path reporting from CAM devices, through GEOM and
gibbs
2011-06-14
1
-1
/
+51
*
Use make_dev_alias_p() added in r221397 to create alias dev entry.
mav
2011-05-03
1
-1
/
+2
*
- Add shim to simplify migration to the CAM-based ATA. For each new adaX
mav
2011-04-26
1
-2
/
+26
*
MFgraid/head r217827:
mav
2011-03-24
1
-2
/
+5
*
Use make_dev_p(9) with the MAKEDEV_CHECKNAME flag instead of make_dev(9)
jh
2010-10-19
1
-2
/
+10
*
fix a few cases where a string is passed via format argument instead of
avg
2010-06-11
1
-1
/
+1
*
Add BIO_DELETE support to ada(4):
mav
2009-12-28
1
-2
/
+2
*
Add two disk ioctls, giving user-level tools information about disk/array
mav
2009-12-24
1
-1
/
+6
*
Do not check proper request alignment here in geom_dev in production.
mav
2009-09-08
1
-2
/
+2
*
Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c
marcel
2009-07-08
1
-12
/
+0
*
Provide compatibility symlink for logical partitions:
marcel
2009-02-20
1
-0
/
+12
*
Remove unused unrhdr from GEOM character device module.
ed
2009-01-24
1
-17
/
+1
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
1
-1
/
+1
*
- Add a new ioctl for getting the provider name of a geom provider.
lulf
2008-09-07
1
-0
/
+7
*
Remove the distinction between device minor and unit numbers.
ed
2008-05-29
1
-1
/
+1
*
Chop DIOCGDELETE from userland up in 1024 sector chunks to give geom_disk
phk
2007-12-16
1
-2
/
+18
*
Don't limit BIO_DELETE requests to MAXPHYS, they perform no data
phk
2007-12-16
1
-2
/
+1
*
Implement three new ioctls that can be used with GEOM provider:
pjd
2007-05-05
1
-0
/
+20
*
make_dev(9) can be (and is) called without Giant, so there is no need to
kris
2007-03-26
1
-8
/
+0
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-3
/
+3
*
Use tsleep() rather than msleep() with a NULL mtx parameter.
jhb
2007-02-23
1
-1
/
+1
*
In g_dev_strategy(), when failing an IO request with EINVAL due to
simon
2006-06-18
1
-0
/
+1
*
Avoid null pointer dereference.
phk
2005-03-18
1
-3
/
+2
*
Add placeholder mutex argument to new_unrhdr().
phk
2005-03-07
1
-2
/
+1
*
Pass the file->flags down to geom ioctl handlers.
phk
2004-12-12
1
-1
/
+1
*
Don't set si_bsize_phys, nobody cares.
phk
2004-10-29
1
-2
/
+0
*
Give dev_strategy() an explict cdev argument in preparation for removing
phk
2004-10-29
1
-2
/
+2
*
Use unit number allocation functions for GEOM minor numbers.
phk
2004-10-25
1
-3
/
+18
*
Retire si_stripesize and si_stripeoffset they will not be needed in cdev
phk
2004-10-25
1
-2
/
+0
*
Don't call g_waitidle(), it happens automagically now.
phk
2004-10-23
1
-3
/
+0
*
Deny invalid I/O requests which comes from userland here, because later
pjd
2004-09-27
1
-0
/
+6
*
Assert topology is held in g_dev_getprovider().
phk
2004-09-24
1
-3
/
+5
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-0
/
+1
*
Use default method initialization on geoms.
phk
2004-08-08
1
-1
/
+1
*
Duplicate the securelevel check from spec_vnops.c here.
phk
2004-06-19
1
-0
/
+11
[next]