summaryrefslogtreecommitdiff
path: root/drivers/block/paride/pd.c
AgeCommit message (Expand)Author
2023-01-31drivers/block: Remove PARIDE core and high-level protocolsOndrej Zary
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain
2021-10-18pd: cleanup initializationChristoph Hellwig
2021-08-27pd: fix a NULL vs IS_ERR() checkDan Carpenter
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig
2018-10-15paride: convert pd to blk-mqJens Axboe
2018-08-09block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-20pd: don't check blk_execute_rq return value.Christoph Hellwig
2017-03-28parport/pd: stop sharing request queue across multiple gendisksOmar Sandoval
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-03-15paride: make 'verbose' parameter an 'int' againArnd Bergmann
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-01paride: use new parport device modelSudip Mukherjee
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence
2014-04-15block: remove struct request buffer memberJens Axboe
2013-05-07block_device_operations->release() should return voidAl Viro
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo
2011-03-09paride: Convert to bdops->check_events()Tejun Heo
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11paride: dequeue in-flight requestTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo