aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx/dev.c
AgeCommit message (Expand)Author
2021-12-16block: remove the rsxx driverChristoph Hellwig
2021-10-18block/rsxx: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-06-01rsxx: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-07-01rsxx: stop using ->queuedataChristoph Hellwig
2020-05-27rsxx: use bio_{start,end}_io_acctChristoph Hellwig
2020-03-27block: simplify queue allocationChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-08rsxx: remove the discard_zeroes_data flagChristoph Hellwig
2016-06-27block: convert to device_add_disk()Dan Williams
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2014-11-24block/rsxx: use generic io stats accounting functions to simplify io stat acc...Gu Zheng
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher
2013-06-19rsxx: Adapter address space sanity check.Philip J Kelleher
2013-06-19rsxx: Fixes DLPAR add kernel panic if partition still mounted.Philip J Kelleher
2013-06-19rsxx: Allow block size to be determined by configuration.Philip J Kelleher
2013-06-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher
2013-02-18block: IBM RamSan 70/80 driver fixesPhilip J Kelleher
2013-02-05block: IBM RamSan 70/80 device driverjosh.h.morris@us.ibm.com