Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drbd: lc_element_by_index() never returns NULL | Philipp Reisner | 2010-04-02 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | ||||
* | drbd: fix al-to-on-disk-bitmap for 4k logical_block_size | Lars Ellenberg | 2010-03-11 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | Up to now, applying the in-core activity-log to the on-disk bitmap did not care for logical_block_size. On logical_block_size != 512 byte, this very likely results in misalligned block access and spurious "io errors". We now simply always submit aligned whole 4k blocks, fixing this for logical block sizes of 512, 1024, 2048 and 4096. For even larger logical block sizes, this won't work. But I'm not aware of devices with such properties being available. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> | ||||
* | drbd: remove tracing bits | Jens Axboe | 2009-10-01 | 1 | -61/+1 |
| | | | | | | They should be reimplemented in the current scheme. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | ||||
* | The DRBD driver | Philipp Reisner | 2009-10-01 | 1 | -0/+1484 |
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> |