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
/
cgd.c
Age
Commit message (
Expand
)
Author
2021-12-30
Pull up following revision(s) (requested by riastradh in ticket #1398):
martin
2021-12-14
Pull up following revision(s) (requested by riastradh in ticket #1393):
martin
2020-04-06
Pull up following revision(s) (requested by riastradh in ticket #823):
martin
2020-03-21
Pull up following revision(s) (requested by riastradh in ticket #795):
martin
2020-03-21
Pull up following revision(s) (requested by riastradh in ticket #788):
martin
2018-01-23
Add "bufq_fcfs" requirement to all those driver modules that explicitly
pgoyette
2017-10-28
Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".
riastradh
2017-02-27
pass also DIOCGCACHE to underlying device, so that upper layers would be able
jdolecek
2016-12-22
The cgd(4) module requires des and blowfish symbols
kamil
2016-12-11
Add XTS mode to cgd(4).
alnsn
2016-09-14
Fix error handling in cgdstrategy().
mlelstv
2016-08-05
Ignore return values when restoring what has just been undone. We're
pgoyette
2016-07-25
When initializing the rump cgd component, use the correct driver name
pgoyette
2016-07-10
Make kernel core dumps on cgd(4) work.
riastradh
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2015-11-28
Remove bogus dk_getdisklabel call.
mlelstv
2015-11-28
Inherit sector size from underlying disk to support disks with
mlelstv
2015-08-27
Make dksubr use a spin-mutex again, since some drivers still call dk_done
mlelstv
2015-08-21
don't allow STRATEGY if we are not inited.
christos
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-08-19
restart queue when a request completes
mlelstv
2015-08-18
restore deleted lines that kept buffer fields resid,count and error consistent.
mlelstv
2015-08-16
Two changes to the dksubr interface.
mlelstv
2015-05-02
Merge dk_intf and dkdriver interfaces.
mlelstv
2015-04-25
Use explicit_memset to zero key material.
riastradh
2015-01-02
We have three sets of DTYPE_ constants in the kernel:
christos
2015-01-02
these call dk_ioctl, no need to call disk_ioctl anymore.
christos
2014-12-31
make more drivers use disk_ioctl, and add a dev parameter to it so that
christos
2014-12-30
return quickly from the GET ioctl to avoid playing with NULL.
christos
2014-12-29
use disk_ioctl to provide DIOCGDISKINFO.
mlelstv
2014-10-02
devmajor_t not int
justin
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-06-14
Change dk_lookup() to return an anonymous vnode not associated with
hannken
2014-05-25
As proposed in
bouyer
2014-05-25
create on attach needs destroy on detach.
christos
2014-03-18
Remove a simplelock and replace with a kmutex
skrll
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-12-28
Make dksubr.c into a module, and make the cgd and dm modules depend on
pgoyette
2013-09-12
#ifdef variable declarations/initializations like their use
martin
2013-05-30
Avoid dereferencing an uninitialized pointer
martin
2013-05-29
eliminare dk_geom
christos
2013-05-29
phase 1 of disk geometry cleanup:
christos
2012-12-05
add cgdconfig -l like vnconfig -l
christos
2012-05-25
Modify dksubr.c to add a function that sets the disk properties in
elric
2011-11-13
use getdisksize() instead of homebrew()
christos
2011-10-14
Change the vnode locking protocol of VOP_GETATTR() to request at least
hannken
2011-06-21
Adjust the #ifdefs such that ccd(4) and cgd(4) show in
jruoho
2011-06-12
Welcome to 5.99.53! Merge rmind-uvmplock branch:
rmind
2011-05-19
Reject unaligned writes to cgd.
riastradh
[next]