aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-0/+4
2020-03-27block: simplify queue allocationChristoph Hellwig1-0/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig1-0/+116
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig1-0/+11
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang1-2/+2
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche1-0/+1
2019-12-05block: fix memleak of bio integrity dataJustin Tee1-0/+4
2019-10-10block: account statistics for passthrough requestsLogan Gunthorpe1-5/+2
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu1-0/+7
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei1-0/+2
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal1-1/+1
2019-08-27block: split .sysfs_lock into two locksMing Lei1-1/+1
2019-06-20block: mark blk_rq_bio_prep as inlineChristoph Hellwig1-1/+12
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig1-1/+1
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-11/+12
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei1-1/+9
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei1-1/+0
2019-04-01block: pass page to xen_biovec_phys_mergeableMing Lei1-1/+1
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang1-1/+1
2018-11-26block: sum requests in the plug structureJens Axboe1-2/+0
2018-11-19block: Remove bio->bi_iocDamien Le Moal1-16/+0
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-1/+11
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig1-13/+0
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig1-56/+0
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig1-35/+0
2018-11-09block: remove req->timeout_listChristoph Hellwig1-2/+0
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei1-0/+10
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-3/+3
2018-11-07block: kill request slab cacheJens Axboe1-1/+0
2018-11-07block: remove request_list codeJens Axboe1-3/+0
2018-11-07block: kill legacy parts of timeout handlingJens Axboe1-1/+0
2018-11-07block: remove dead elevator codeJens Axboe1-51/+0
2018-11-07block: remove non mq parts from the flush codeJens Axboe1-3/+1
2018-11-07block: respect virtual boundary mask in bvecsJohannes Thumshirn1-1/+1
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+6
2018-10-25block: Improve zone reset executionDamien Le Moal1-0/+2
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-1/+1
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-5/+2
2018-09-24block: remove bvec_to_physChristoph Hellwig1-2/+2
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig1-3/+9
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-0/+14
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig1-0/+19
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig1-2/+33
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang1-0/+2
2018-08-16block: change return type to boolChengguang Xu1-1/+1
2018-08-09block: Introduce blk_exit_queue()Bart Van Assche1-0/+1
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-0/+6
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig1-0/+1
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig1-1/+1
2018-06-01block: unexport elevator_init/exitChristoph Hellwig1-0/+2
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-1/+1
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche1-0/+69
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+27
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche1-0/+3
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe1-10/+9
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe1-0/+15
2018-01-10block: remove REQ_ATOM_POLL_SLEPTJens Axboe1-2/+0
2018-01-09blk-mq: remove REQ_ATOM_STARTEDTejun Heo1-1/+0
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-6/+0
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroMing Lei1-0/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04blk-mq: document the need to have STARTED and COMPLETED share a byteJens Axboe1-0/+7
2017-10-03block: move __elv_next_request to blk-core.cChristoph Hellwig1-39/+0
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal1-1/+0
2017-08-23block: add a __disk_get_part helperChristoph Hellwig1-0/+2
2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig1-0/+11
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig1-0/+13
2017-06-20block: Document what queue type each function is intended forBart Van Assche1-0/+2
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche1-1/+1
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche1-1/+0
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig1-2/+0
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li1-0/+2
2017-03-28blk-throttle: add a simple idle detectionShaohua Li1-0/+3
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li1-0/+2
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li1-0/+5
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+2
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-1/+1
2017-02-08block: move req_set_nomerge to blk.hChristoph Hellwig1-0/+7
2017-02-03blk-merge: return the merged requestJens Axboe1-2/+2
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-0/+4
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-17block: move rq_ioc() to blk.hJens Axboe1-0/+16
2017-01-17block: move existing elevator ops to unionJens Axboe1-5/+5
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe1-0/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-2/+2
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-8/+3
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig1-2/+0
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig1-1/+1
2015-11-19block: protect rw_page against device teardownDan Williams1-2/+0
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+22
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer1-0/+1
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams1-0/+8
2015-10-21block: generic request_queue reference countingDan Williams1-0/+14
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo1-5/+0
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei1-0/+6
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li1-1/+2
2015-05-05block: move PM request support to IDEChristoph Hellwig1-2/+0
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei1-3/+13
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei1-2/+2
2014-09-25block: remove blk_init_flush() and its pairMing Lei1-2/+2
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei1-2/+20
2014-09-25block: introduce blk_init_flush and its pairMing Lei1-0/+3
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig1-2/+0
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig1-1/+0
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-0/+2
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe1-0/+4
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe1-2/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe1-1/+1
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo1-1/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-0/+17
2013-01-11block,elevator: use new hashtable implementationSasha Levin1-1/+1
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche1-0/+2
2012-12-06block: Rename queue dead flagBart Van Assche1-1/+1
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-3/+2
2012-08-01block: remove dead func declarationfor-3.6/coreYuanhan Liu1-1/+0
2012-06-25block: prepare for multiple request_listsTejun Heo1-0/+3
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo1-16/+0
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo1-13/+11
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo1-2/+0
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo1-4/+2
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar1-0/+2
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo1-0/+2
2012-01-27sched, block: Unify cache detectionPeter Zijlstra1-16/+0
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo1-0/+1
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo1-0/+1
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo1-0/+1
2011-12-14block: remove elevator_queue->opsTejun Heo1-5/+5
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo1-3/+33
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-0/+5
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-0/+1
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo1-0/+3
2011-12-14block: add blk_queue_dead()Tejun Heo1-1/+1
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo1-1/+5
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo1-3/+3
2011-10-19block: reorganize queue drainingTejun Heo1-0/+1
2011-10-19block: move blk_throtl prototypes to block/blk.hTejun Heo1-1/+14
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer1-0/+2
2011-05-20Merge branch 'for-linus' into for-2.6.40/coreJens Axboe1-1/+3
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe1-1/+0
2011-05-18block: add proper state guards to __elv_next_requestJames Bottomley1-1/+2
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com1-1/+20
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe1-1/+0
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe1-0/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo1-8/+4
2011-01-25block: add REQ_FLUSH_SEQTejun Heo1-1/+1
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-0/+4
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+7
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+0
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-2/+6
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-4/+0
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-8/+0
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo1-0/+3
2010-09-10block: rename barrier/ordered to flushTejun Heo1-2/+2
2010-09-10block: drop barrier ordering by queue drainingTejun Heo1-1/+1
2010-09-10block: misc cleanups in barrier codeTejun Heo1-2/+5
2010-09-10block: Range check cpu in blk_cpu_to_groupBrian King1-2/+6
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-2/+4
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo1-0/+1
2009-05-27block: fix no diskstat problemKiyoshi Ueda1-3/+3
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh1-0/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-0/+1
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo1-1/+0
2009-04-28block: include discard requests in IO accountingJens Axboe1-1/+2
2009-04-28block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe1-1/+8
2009-04-28block: reorganize request fetching functionsTejun Heo1-0/+37
2009-04-24block: simplify I/O stat accountingJerome Marchand1-6/+1
2009-04-15block: fix bad spelling of quiesceJens Axboe1-2/+2
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand1-4/+6
2009-04-07block: elevator quiescing helpersJens Axboe1-0/+4
2009-03-13cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell1-1/+1
2009-02-02block: fix oops in blk_queue_io_stat()Jens Axboe1-0/+8
2008-12-26cpumask: Replace cpu_coregroup_map with cpu_coregroup_maskRusty Russell1-2/+2
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe1-0/+1
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe1-0/+12
2008-10-09block: unify request timeout handlingJens Axboe1-0/+24
2008-10-09block: add support for IO CPU affinityJens Axboe1-0/+12
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+8
2008-04-29block: rename and export rq_init()FUJITA Tomonori1-1/+0
2008-03-04proper prototype for blk_dev_init()Adrian Bunk1-0/+2
2008-01-29block: ll_rw_blk.c split, add blk-merge.cJens Axboe1-2/+9
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+17
2008-01-29block: split tag and sysfs handling from blk-core.cJens Axboe1-0/+29