aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx
AgeCommit message (Expand)Author
2021-03-17block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai
2021-03-11rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2019-12-13rsxx: add missed destroy_workqueue calls in removeChuhong Yuan
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
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-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-09rsxx debugfs inanityAl Viro
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-10-01rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher
2013-11-08rsxx: Disallow discards from being unmapped.Philip J Kelleher
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher
2013-06-19rsxx: Adding in debugfs entries.Philip J Kelleher
2013-06-19rsxx: Fixes incorrect stats calculation.Philip J Kelleher
2013-06-19rsxx: Adding EEH check inside cregs timeout.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: Changing the adapter name to the official name.Philip J Kelleher
2013-06-19rsxx: Adding in sync_start module paramenter.Philip J Kelleher
2013-06-19rsxx: Allow block size to be determined by configuration.Philip J Kelleher
2013-06-19rsxx: Fixes soft-lockup issues during DMAs.Philip J Kelleher
2013-06-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher
2013-06-19rsxx: Individual workqueues for interruptible events.Philip J Kelleher
2013-03-26rsxx: remove unused variablePhilip J Kelleher
2013-03-26rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher
2013-03-25block: removes dynamic allocation on stackPhilip J Kelleher