linux/drivers/block/drbd
Lars Ellenberg 3129b1b9ae drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k
We used to be limited to 32k requests,
but have increased that limit to 128k now.

This part of the code can only deal with 32k,
it would scramble arbitrary pages for larger requests.

As it is used for debugging only anyways,
it is ok to simply truncate the dumped data here.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
2011-03-10 11:19:09 +01:00
..
Kconfig
Makefile
drbd_actlog.c drbd: factor out advancement of resync marks for progress reporting 2011-03-10 11:18:54 +01:00
drbd_bitmap.c
drbd_int.h drbd: factor out drbd_rs_controller_reset 2011-03-10 11:18:59 +01:00
drbd_main.c drbd: detect modification of in-flight buffers 2011-03-10 11:19:08 +01:00
drbd_nl.c drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k 2011-03-10 11:19:09 +01:00
drbd_proc.c drbd: further converge progress display of resync and online-verify 2011-03-10 11:19:06 +01:00
drbd_receiver.c drbd: detect modification of in-flight buffers 2011-03-10 11:19:08 +01:00
drbd_req.c
drbd_req.h
drbd_strings.c
drbd_vli.h
drbd_worker.c drbd: use the resync controller for online-verify requests as well 2011-03-10 11:19:03 +01:00
drbd_wrappers.h