index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
dkwedge
/
dk.c
Age
Commit message (
Expand
)
Author
2020-10-11
Pull up following revision(s) (requested by mlelstv in ticket #1110):
martin
2020-04-24
Pull up following revision(s) (requested by maya in ticket #850):
martin
2020-04-06
Pull up following revision(s) (requested by riastradh in ticket #822):
martin
2020-03-21
Pull up following revision(s) (requested by riastradh in ticket #788):
martin
2018-05-12
Support dump on wedges.
mlelstv
2017-03-05
Enhance disk metrics by calculating a weighted sum that is incremented
mlelstv
2017-02-27
pass also DIOCGCACHE to underlying device, so that upper layers would be able
jdolecek
2017-01-19
use a bounded copy. NFCI
maya
2016-12-24
add missing mutex/cv cleanup to error paths.
mlelstv
2016-12-16
Make dk(4) device mpsafe.
mlelstv
2016-05-29
missed one exit path with the previous change.
mlelstv
2016-05-29
release openlock mutex before closing parent device.
mlelstv
2016-04-27
Add dkwedge_find_by_parent()
christos
2016-01-15
Allow dump to raidframe component which is a wedge.
mlelstv
2015-12-27
Return error in dkopen when dk_open_parent fails. Also change dk_open_parent
mlelstv
2015-11-28
sc_size is already measured in sectors.
mlelstv
2015-10-10
remove incorrect comment (from kre)
christos
2015-10-06
print wedge announcement in one line instead of two
jmcneill
2015-08-25
Rename variable to avoid -Wshadow warnings with some compilers.
pooka
2015-08-22
No longer access the disk driver directly.
mlelstv
2015-08-22
revert the previous
mlelstv
2015-08-20
when scanning for disklabels, close block device only when this was
mlelstv
2015-01-02
- Use NODEV instead of 0
christos
2014-12-31
make more drivers use disk_ioctl, and add a dev parameter to it so that
christos
2014-12-31
disk_blocksize and disk_set_info relay the same information
mlelstv
2014-12-08
Really provide disk properties, the old code computed values that were
mlelstv
2014-11-22
fix iobuf setup, cleanup
mlelstv
2014-11-04
Implement DIOCMWEDGES ioctl that triggers wedge autodiscovery.
mlelstv
2014-08-28
Make dk(4) discard from partition start, not from disk start.
riastradh
2014-07-25
Implement d_discard for dk. This closes PR 47940.
dholland
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2014-04-03
add dkwedge_get_parent_name().
christos
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-08-03
Don't complain about not being able to open empty removable media drives.
soren
2013-05-29
phase 1 of disk geometry cleanup:
christos
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-06-10
Make detection of root on wedges (dk(4)) machine independent. Remove
mlelstv
2012-04-27
minor mostly cosmetical fixes: use designated type for device major
drochner
2011-07-30
Add an FSILENT flag and use it to suppress "Medium Not Present" scsipi
jmcneill
2011-06-12
Welcome to 5.99.53! Merge rmind-uvmplock branch:
rmind
2011-03-03
check rawvp before doing ioctl or strategy.
christos
2011-02-28
Make error checking consistent, possibly fixes PR/44652.
christos
2010-12-23
Make wedges aware of underlying physical block size.
mlelstv
2010-08-04
Make sure to release sc_parent->dk_rawlock before calling
bouyer
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-02-07
d_psize routine returns a number of blocks or -1 on error.
mlelstv
2010-01-25
GPTs are defined in terms of physical blocks.
mlelstv
2010-01-23
struct buf::b_iodone is not called at splbio() any more.
bouyer
2009-12-27
Implement and use a dkminphys() that calls the parent device's minphys
jakllsch
[next]