/openbmc/linux/arch/m68k/emu/ |
H A D | nfblock.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_req.c | diff f6d0a8dbfdce4b4f28fcb0f689c373874646f87c Mon Apr 30 05:53:52 CDT 2012 Philipp Reisner <philipp.reisner@linbit.com> drbd: Restore the request restart logic
It got lost with the commit 5a7bbad27a410350e64a2d7f5ec18fc73836c14f "block: remove support for bio remapping from ->make_request"
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | drbd_int.h | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
/openbmc/linux/drivers/block/ |
H A D | ps3vram.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | brd.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | pktcdvd.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | loop.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoeblk.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
/openbmc/linux/drivers/s390/block/ |
H A D | dcssblk.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
/openbmc/linux/drivers/md/ |
H A D | raid0.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | md.h | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | raid1.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | raid10.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | dm.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | raid5.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
H A D | md.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
/openbmc/linux/block/ |
H A D | blk-core.c | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|
/openbmc/linux/include/linux/ |
H A D | blkdev.h | diff 5a7bbad27a410350e64a2d7f5ec18fc73836c14f Mon Sep 12 05:12:01 CDT 2011 Christoph Hellwig <hch@infradead.org> block: remove support for bio remapping from ->make_request
There is very little benefit in allowing to let a ->make_request instance update the bios device and sector and loop around it in __generic_make_request when we can archive the same through calling generic_make_request from the driver and letting the loop in generic_make_request handle it.
Note that various drivers got the return value from ->make_request and returned non-zero values for errors.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
|