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
/
dev
/
vinum
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdio_done:
grog
1999-10-17
1
-8
/
+8
*
launch_requests:
grog
1999-10-17
1
-4
/
+4
*
Remove reference to obsolete initsd function.
grog
1999-10-13
1
-3
/
+1
*
Change default revive block size to 60 kB (was 64 kB), and set a
grog
1999-10-13
1
-2
/
+16
*
Add glue for passing revive block size, and also for initializing a
grog
1999-10-13
1
-4
/
+10
*
revive_block: Add a check for a too high revive block size. This is
grog
1999-10-13
1
-2
/
+135
*
launch_requests:
grog
1999-10-13
1
-9
/
+41
*
MMalloc: don't supply M_WAITOK when mallocing from an interrupt
grog
1999-10-13
1
-23
/
+29
*
struct vinum_ioctl_msg: Add fields verify (for initsd) and blocksize
grog
1999-10-13
1
-0
/
+3
*
Fix another instance of vinum_scandisk giving a request to the daemon
grog
1999-10-13
1
-10
/
+10
*
Limit the number of outstanding requests on a specific drive and
grog
1999-10-13
1
-0
/
+25
*
Modify definition of Malloc: only M_WAITOK if we're not in an
grog
1999-10-13
1
-2
/
+6
*
Change the declaration of initsd.
grog
1999-10-13
1
-1
/
+2
*
Add some private storage so that we can queue requests in an interrupt
grog
1999-10-13
2
-4
/
+36
*
Removal of sys/device.h
n_hibma
1999-10-05
2
-2
/
+0
*
struct plex: Add variables checkblock and rebuildblock to keep track
grog
1999-09-28
1
-1
/
+8
*
revive_block: set b_resid correctly.
grog
1999-09-28
1
-4
/
+208
*
logrq: add sdiodone case.
grog
1999-09-28
1
-9
/
+7
*
Don't count iterations while waiting for a lock to become free.
grog
1999-09-28
1
-10
/
+9
*
Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fully
grog
1999-09-28
1
-0
/
+8
*
Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctl
grog
1999-09-28
1
-8
/
+10
*
open_drive: Don't call set_drive_state to take a drive down, do it
grog
1999-09-28
1
-3
/
+3
*
sdio_done: Log events if DEBUG_LASTREQS set.
grog
1999-09-28
1
-0
/
+4
*
Change remove_drive_entry
grog
1999-09-28
1
-1
/
+5
*
Remove some superfluous comments.
grog
1999-09-28
1
-63
/
+41
*
Minor formatting changes (7th attempt)
grog
1999-09-28
1
-3
/
+2
*
Add loginfo type for sdiodone.
grog
1999-09-28
1
-0
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-3
/
+3
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-3
/
+0
*
struct rqgroup: put 0-length array at the end. Make mental note not
grog
1999-09-05
1
-1
/
+1
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-0
/
+1
*
remove some out-of-scope DEVFS references..
julian
1999-09-03
2
-7
/
+0
*
Reverse MFC of revision 1.5.2.7:
grog
1999-09-03
1
-2
/
+0
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-1
/
+0
*
Initialize the si_bsize fields of the new dev structure. This fixes
grog
1999-08-29
2
-0
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
23
-23
/
+23
*
read_drive: Remove references to vp->v_lastr, which is going away.
grog
1999-08-26
1
-16
/
+3
*
complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't have
grog
1999-08-26
1
-3
/
+4
*
config_plex: don't allocate a rangelock struct.
grog
1999-08-26
2
-8
/
+3
*
set_sd_state: Correct the conditions for bringing up empty or
grog
1999-08-24
1
-44
/
+73
*
Lock stripes of striped and RAID-5 plexes before writing them. This
grog
1999-08-24
1
-25
/
+36
*
Add keywords setstate, checkparity, rebuildparity.
grog
1999-08-24
2
-8
/
+14
*
Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.
grog
1999-08-24
2
-7
/
+15
*
format_config: print preferred plex correctly.
grog
1999-08-24
1
-0
/
+1
*
Change parameters of unlockrange to allow calling from revive_block,
grog
1999-08-24
2
-26
/
+26
*
Add declaration for vinum_setstate_by_force.
grog
1999-08-24
1
-1
/
+2
*
give_sd_to_drive: If we don't have space, deallocate the subdisk.
grog
1999-08-24
1
-26
/
+56
*
vinumclose: close raw plexes and subdisks.
grog
1999-08-24
1
-10
/
+16
*
Add support for logging subdisk I/O.
grog
1999-08-24
2
-18
/
+32
*
free_drive: mark drive down. This may fix a panic in the 'start' command.
grog
1999-08-16
1
-1
/
+3
[next]