aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14rsxx: add missed destroy_workqueue calls in removeChuhong Yuan1-0/+2
2019-06-05rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner8-120/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-10-18rsxx: switch to the generic DMA APIChristoph Hellwig2-27/+27
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig1-1/+1
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-09-11rsxx: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-16/+5
2018-08-21rsxx: Convert to new IDA APIMatthew Wilcox1-16/+5
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+3
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-3/+3
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+3
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig3-17/+12
2017-04-08rsxx: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2016-06-27block: convert to device_add_disk()Dan Williams1-3/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2016-01-06rsxx: don't open-code memdup_user()Al Viro1-7/+4
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+3
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+7
2014-11-24block/rsxx: use generic io stats accounting functions to simplify io stat accountingGu Zheng1-25/+4
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+2
2014-10-09rsxx debugfs inanityAl Viro1-65/+16
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-10-01rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-5/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet2-5/+5
2013-11-08rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher2-4/+6
2013-11-08rsxx: Disallow discards from being unmapped.Philip J Kelleher2-12/+17
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2-21/+24
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2-47/+28
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher3-22/+37
2013-06-19rsxx: Adding in debugfs entries.Philip J Kelleher2-0/+278
2013-06-19rsxx: Fixes incorrect stats calculation.Philip J Kelleher1-0/+1
2013-06-19rsxx: Adding EEH check inside cregs timeout.Philip J Kelleher1-0/+9
2013-06-19rsxx: Adapter address space sanity check.Philip J Kelleher1-0/+3
2013-06-19rsxx: Fixes DLPAR add kernel panic if partition still mounted.Philip J Kelleher1-0/+4
2013-06-19rsxx: Changing the adapter name to the official name.Philip J Kelleher1-5/+5
2013-06-19rsxx: Adding in sync_start module paramenter.Philip J Kelleher1-0/+34
2013-06-19rsxx: Allow block size to be determined by configuration.Philip J Kelleher1-19/+1