summaryrefslogtreecommitdiff
path: root/drivers/block/rsxx
AgeCommit message (Expand)Author
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-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-01rsxx: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-05-24rsxx: Use struct_size() in vmalloc()Gustavo A. R. Silva
2021-03-24rsxx: remove extraneous 'const' qualifierArnd Bergmann
2021-03-10block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai
2021-03-03rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter
2021-03-02rsxx: remove unused including <linux/version.h>Tian Tao
2021-01-26rsxx: remove redundant NULL checkYang Li
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-10-02rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-11rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
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-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-19rsxx: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-11-14rsxx: add missed destroy_workqueue calls in removeChuhong Yuan
2019-06-05rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-18rsxx: switch to the generic DMA APIChristoph Hellwig
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-09-11rsxx: Remove unnecessary parenthesesNathan Chancellor
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-21rsxx: Convert to new IDA APIMatthew Wilcox
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
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
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-01-06rsxx: don't open-code memdup_user()Al Viro
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe