summaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx
Commit message (Expand)AuthorAgeFilesLines
* rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig2019-06-051-1/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-120/+8Star
* 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-121-1/+1
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-16/+5Star
|\
| * rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5Star
* | block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-3/+3
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-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-221-4/+3Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* 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/+0Star
* 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/+12Star
* rsxx: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+0Star
* block: convert to device_add_disk()Dan Williams2016-06-271-3/+1Star
* 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/+4Star
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+3
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+7
* block/rsxx: use generic io stats accounting functions to simplify io stat acc...Gu Zheng2014-11-241-25/+4Star
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-182-1/+2
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
| * rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-1/+1
* | rsxx debugfs inanityAl Viro2014-10-091-65/+16Star
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-5/+6
* block: Abstract out bvec iteratorKent Overstreet2013-11-242-5/+5
* rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher2013-11-082-4/+6
* rsxx: Disallow discards from being unmapped.Philip J Kelleher2013-11-082-12/+17
* rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2013-11-082-21/+24
* rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2013-11-082-47/+28Star
* rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher2013-11-083-22/+37
* rsxx: Adding in debugfs entries.Philip J Kelleher2013-06-192-0/+278
* rsxx: Fixes incorrect stats calculation.Philip J Kelleher2013-06-191-0/+1
* rsxx: Adding EEH check inside cregs timeout.Philip J Kelleher2013-06-191-0/+9
* rsxx: Adapter address space sanity check.Philip J Kelleher2013-06-191-0/+3
* rsxx: Fixes DLPAR add kernel panic if partition still mounted.Philip J Kelleher2013-06-191-0/+4
* rsxx: Changing the adapter name to the official name.Philip J Kelleher2013-06-191-5/+5
* rsxx: Adding in sync_start module paramenter.Philip J Kelleher2013-06-191-0/+34
* rsxx: Allow block size to be determined by configuration.Philip J Kelleher2013-06-191-19/+1Star
* rsxx: Fixes soft-lockup issues during DMAs.Philip J Kelleher2013-06-192-8/+28