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
*
Add barrier write capability to the VFS buffer interface. A barrier
mckusick
2013-02-16
1
-0
/
+4
*
g_mirror: g_getattr() failure should not be fatal
avg
2013-01-26
1
-3
/
+1
*
- Fix rebuild position broken at r245522.
mav
2013-01-17
1
-2
/
+5
*
For Promise/AMD metadata add support for disks with capacity above 2TiB
mav
2013-01-17
1
-55
/
+91
*
Recalculate volume size only for real CONCATs. For SINGLE trust volume
mav
2013-01-17
1
-1
/
+2
*
Allow to insert new component to geom_raid3 without specifying number.
mav
2013-01-15
1
-16
/
+29
*
Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumes
mav
2013-01-15
1
-9
/
+12
*
Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumes
mav
2013-01-15
1
-9
/
+12
*
Keep value of orig_config_id metadata field. Windows driver writes there
mav
2013-01-14
1
-2
/
+5
*
Small cosmetic tuning of the IRRT status constants.
mav
2013-01-14
1
-4
/
+7
*
Print some more metadata fields.
mav
2013-01-14
1
-6
/
+12
*
Windows driver writes relative volume IDs to metadata field. Use that value
mav
2013-01-14
1
-1
/
+2
*
- Add checks for Intel metadata version and attributes. Ignore disks with
mav
2013-01-13
1
-7
/
+41
*
Improve support for disabled disks. If disabled disk disconnected and then
mav
2013-01-13
2
-21
/
+23
*
Windows handles INIT and VERIFY as array-wide and it doesn't specify which
mav
2013-01-12
1
-2
/
+15
*
Implement migration from single disk to RAID1/IRRT for Intel metadata.
mav
2013-01-12
1
-6
/
+48
*
Add basic support for Intel Rapid Recover Technology (Intel RRT).
mav
2013-01-12
3
-20
/
+102
*
Add flags argument to vfs_write_resume() and remove
kib
2013-01-11
1
-1
/
+1
*
Reset provider-specific fields when resending I/O request in low memory
pjd
2012-12-26
1
-0
/
+3
*
Mangle label names containing spaces, non-printable characters '%' or
jh
2012-12-22
1
-0
/
+23
*
- Don't pass geom and provider names as format strings.
jh
2012-11-20
13
-18
/
+20
*
Provide a device name in the sysctl tree for programs to query the
alfred
2012-11-01
1
-3
/
+3
*
Fix problem with geom_label(4) not recognizing UFS labels on filesystems
trasz
2012-10-30
1
-1
/
+2
*
Minor addition to r242323:
mav
2012-10-29
2
-4
/
+4
*
Add basic BIO_DELETE support to GEOM RAID class for all RAID levels.
mav
2012-10-29
12
-173
/
+91
*
Fix locking problem in disk_resize(); previously it would run without
trasz
2012-10-29
2
-22
/
+16
*
Make GEOM RAID more aggressive in marking volumes as clean on shutdown
mav
2012-10-29
1
-17
/
+20
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
2
-18
/
+4
*
It seems that it is preferable to keep support for glabel also for
attilio
2012-10-18
2
-0
/
+2
*
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
2
-2
/
+0
*
NULL-ify last previously used pointer instead of last possible pointer.
mav
2012-10-10
1
-3
/
+3
*
Make graid command line a bit more friendly by allowing volume name or
mav
2012-10-07
4
-12
/
+83
*
g_part_taste: directly destroy consumer and geom here, no need for withering
avg
2012-10-06
1
-2
/
+7
*
Remove the topology lock from disk_gone(), it might be called with regular
pjd
2012-09-28
1
-3
/
+5
*
Use the topology lock to protect list of providers while withering them.
pjd
2012-09-22
1
-1
/
+4
*
g_disk_flushcache definitely should not be traced under G_T_TOPOLOGY
avg
2012-09-18
1
-1
/
+1
*
Add global and per-module sysctls/tunables to enable/disable metadata taste.
mav
2012-09-13
13
-31
/
+70
*
When synchronizing, include in the config dump amount of
glebius
2012-09-11
2
-0
/
+10
*
Allow to pass providers with /dev/ prefix to g_provider_by_name().
pjd
2012-09-01
1
-0
/
+8
*
Remove unneeded G_PF_CANDELETE flag.
ed
2012-08-28
9
-24
/
+0
*
(g_multipath_rotate): Fix algorithm so that it does rotate over all good
thomas
2012-08-25
1
-3
/
+10
*
Always initialize sc_ekey, because as of r238116 it is always used.
pjd
2012-08-10
1
-12
/
+13
*
Add missing FAILED event to g_raid_subdisk_event2str() to print it properly
mav
2012-08-10
1
-0
/
+2
*
Clone BIO_ORDERED flag, for disk drivers (namely CAM) that try to
jimharris
2012-08-07
1
-0
/
+6
*
In g_gate_dumpconf() always check the result of g_gate_hold().
trociny
2012-08-07
1
-1
/
+3
*
In virstor_ctl_stop(), check for a valid softc before trying to update
jimharris
2012-08-03
1
-0
/
+6
*
New command "gmultipath prefer" to force selection of a specified
thomas
2012-08-03
1
-0
/
+74
*
Partially revert r238886 in part of GEOM_VFS spoiling.
mav
2012-07-29
1
-30
/
+1
*
Implement media change notification for DA and CD removable media devices.
mav
2012-07-29
10
-29
/
+161
*
Reorder things in g_gate_create() so at the moment when g_new_geomf()
trociny
2012-07-28
1
-77
/
+63
[next]