summaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx
Commit message (Expand)AuthorAgeFilesLines
* block/rsxx: add error handling support for add_disk()Luis Chamberlain2021-10-182-4/+12
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-4/+3
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-4/+2
|\
| * rsxx: Use struct_size() in vmalloc()Gustavo A. R. Silva2021-05-241-4/+2
* | rsxx: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-012-25/+15
|/
* rsxx: remove extraneous 'const' qualifierArnd Bergmann2021-03-241-1/+1
* block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai2021-03-101-0/+1
* rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter2021-03-031-3/+5
* rsxx: remove unused including <linux/version.h>Tian Tao2021-03-021-1/+0
* rsxx: remove redundant NULL checkYang Li2021-01-261-2/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-021-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET2020-07-111-14/+16
* | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+5
* | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
* | rsxx: stop using ->queuedataChristoph Hellwig2020-07-011-4/+1
|/
* rsxx: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-17/+2
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-1/+1
|\
| * rsxx: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-191-1/+1
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
|/
* rsxx: add missed destroy_workqueue calls in removeChuhong Yuan2019-11-141-0/+2
* rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig2019-06-051-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-120/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* block: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+1
|\
| * PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
* | rsxx: switch to the generic DMA APIChristoph Hellwig2018-10-182-27/+27
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* | rsxx: Remove unnecessary parenthesesNathan Chancellor2018-09-111-1/+1
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-16/+5
|\
| * rsxx: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+5
* | block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-3/+3
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+3
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-3/+3
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-3/+3
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-4/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* block: pass in queue to inflight accountingJens Axboe2017-08-091-3/+3
* block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-271-1/+0
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-093-17/+12
* rsxx: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0
* block: convert to device_add_disk()Dan Williams2016-06-271-3/+1
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* rsxx: don't open-code memdup_user()Al Viro2016-01-061-7/+4
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+3