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
2022-04-02
cgd(4): Omit technically-correct-but-broken adiantum dependency again.
riastradh
2022-04-01
Create a loaable adiantum module, and make cgd require it.
pgoyette
2022-04-01
cgd(4): Remove recently added dependency on adiantum.
riastradh
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2021-12-27
cgd(4): Fix criterion for detach when wedgies are held.
riastradh
2021-12-13
cgd(4): Wait for worker threads to complete before destroying mutex.
riastradh
2021-10-17
Upgrade cgd self-test output from verbose to debug.
jmcneill
2020-08-01
Fix whitespace.
riastradh
2020-08-01
Run cgd(4) crypto threads with the FPU/SIMD units pre-enabled.
riastradh
2020-06-29
cgd(4): Align IVs on the stack.
riastradh
2020-06-29
cgd(4): Print which key size is broken when a self-test fails.
riastradh
2020-06-17
Spell `blowfish-cbc' as such, not like `bf-cbc'.
riastradh
2020-06-13
Fix encblkno8 legacy support. Add a test vector while here.
riastradh
2020-06-13
Constify.
riastradh
2020-06-13
Eliminate uio indirection for cgd crypto.
riastradh
2020-06-13
Move cgd selftest from module init to cgdattach.
riastradh
2020-06-13
Specify which cgd self-test failed and dump the mismatch.
riastradh
2020-06-13
Tidy up includes.
riastradh
2020-06-13
Print cgd self-test noise only with verbose boot.
riastradh
2020-06-13
Fold `cipher prep' into `cipher' in cgd.
riastradh
2020-06-04
Add self-tests for 3des and blowfish too.
riastradh
2020-04-13
constify
maxv
2020-03-20
cgd: switch from malloc(9) to kmem(9)
tnn
2020-03-11
Don't wait for data buffer.
mlelstv
2020-03-09
Defer crypto operations to a workqueue and make it utilize all CPUs.
mlelstv
2020-03-02
New ioctl DIOCGSECTORALIGN returns sector alignment parameters.
riastradh
2020-03-01
Add a flag to dk_dump for virtual disk devices.
riastradh
2020-01-17
Acquire kernel_lock in the bp->b_iodone callback.
ad
2019-12-14
Just use KASSERTMSG and panic. No need for custom wrappers.
riastradh
2019-12-08
Switch to vn_bdev_open* functions.
mlelstv
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
[next]