biodoc.txt 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198
  1. Notes on the Generic Block Layer Rewrite in Linux 2.5
  2. =====================================================
  3. Notes Written on Jan 15, 2002:
  4. Jens Axboe <axboe@suse.de>
  5. Suparna Bhattacharya <suparna@in.ibm.com>
  6. Last Updated May 2, 2002
  7. September 2003: Updated I/O Scheduler portions
  8. Nick Piggin <piggin@cyberone.com.au>
  9. Introduction:
  10. These are some notes describing some aspects of the 2.5 block layer in the
  11. context of the bio rewrite. The idea is to bring out some of the key
  12. changes and a glimpse of the rationale behind those changes.
  13. Please mail corrections & suggestions to suparna@in.ibm.com.
  14. Credits:
  15. ---------
  16. 2.5 bio rewrite:
  17. Jens Axboe <axboe@suse.de>
  18. Many aspects of the generic block layer redesign were driven by and evolved
  19. over discussions, prior patches and the collective experience of several
  20. people. See sections 8 and 9 for a list of some related references.
  21. The following people helped with review comments and inputs for this
  22. document:
  23. Christoph Hellwig <hch@infradead.org>
  24. Arjan van de Ven <arjanv@redhat.com>
  25. Randy Dunlap <rdunlap@xenotime.net>
  26. Andre Hedrick <andre@linux-ide.org>
  27. The following people helped with fixes/contributions to the bio patches
  28. while it was still work-in-progress:
  29. David S. Miller <davem@redhat.com>
  30. Description of Contents:
  31. ------------------------
  32. 1. Scope for tuning of logic to various needs
  33. 1.1 Tuning based on device or low level driver capabilities
  34. - Per-queue parameters
  35. - Highmem I/O support
  36. - I/O scheduler modularization
  37. 1.2 Tuning based on high level requirements/capabilities
  38. 1.2.1 I/O Barriers
  39. 1.2.2 Request Priority/Latency
  40. 1.3 Direct access/bypass to lower layers for diagnostics and special
  41. device operations
  42. 1.3.1 Pre-built commands
  43. 2. New flexible and generic but minimalist i/o structure or descriptor
  44. (instead of using buffer heads at the i/o layer)
  45. 2.1 Requirements/Goals addressed
  46. 2.2 The bio struct in detail (multi-page io unit)
  47. 2.3 Changes in the request structure
  48. 3. Using bios
  49. 3.1 Setup/teardown (allocation, splitting)
  50. 3.2 Generic bio helper routines
  51. 3.2.1 Traversing segments and completion units in a request
  52. 3.2.2 Setting up DMA scatterlists
  53. 3.2.3 I/O completion
  54. 3.2.4 Implications for drivers that do not interpret bios (don't handle
  55. multiple segments)
  56. 3.2.5 Request command tagging
  57. 3.3 I/O submission
  58. 4. The I/O scheduler
  59. 5. Scalability related changes
  60. 5.1 Granular locking: Removal of io_request_lock
  61. 5.2 Prepare for transition to 64 bit sector_t
  62. 6. Other Changes/Implications
  63. 6.1 Partition re-mapping handled by the generic block layer
  64. 7. A few tips on migration of older drivers
  65. 8. A list of prior/related/impacted patches/ideas
  66. 9. Other References/Discussion Threads
  67. ---------------------------------------------------------------------------
  68. Bio Notes
  69. --------
  70. Let us discuss the changes in the context of how some overall goals for the
  71. block layer are addressed.
  72. 1. Scope for tuning the generic logic to satisfy various requirements
  73. The block layer design supports adaptable abstractions to handle common
  74. processing with the ability to tune the logic to an appropriate extent
  75. depending on the nature of the device and the requirements of the caller.
  76. One of the objectives of the rewrite was to increase the degree of tunability
  77. and to enable higher level code to utilize underlying device/driver
  78. capabilities to the maximum extent for better i/o performance. This is
  79. important especially in the light of ever improving hardware capabilities
  80. and application/middleware software designed to take advantage of these
  81. capabilities.
  82. 1.1 Tuning based on low level device / driver capabilities
  83. Sophisticated devices with large built-in caches, intelligent i/o scheduling
  84. optimizations, high memory DMA support, etc may find some of the
  85. generic processing an overhead, while for less capable devices the
  86. generic functionality is essential for performance or correctness reasons.
  87. Knowledge of some of the capabilities or parameters of the device should be
  88. used at the generic block layer to take the right decisions on
  89. behalf of the driver.
  90. How is this achieved ?
  91. Tuning at a per-queue level:
  92. i. Per-queue limits/values exported to the generic layer by the driver
  93. Various parameters that the generic i/o scheduler logic uses are set at
  94. a per-queue level (e.g maximum request size, maximum number of segments in
  95. a scatter-gather list, hardsect size)
  96. Some parameters that were earlier available as global arrays indexed by
  97. major/minor are now directly associated with the queue. Some of these may
  98. move into the block device structure in the future. Some characteristics
  99. have been incorporated into a queue flags field rather than separate fields
  100. in themselves. There are blk_queue_xxx functions to set the parameters,
  101. rather than update the fields directly
  102. Some new queue property settings:
  103. blk_queue_bounce_limit(q, u64 dma_address)
  104. Enable I/O to highmem pages, dma_address being the
  105. limit. No highmem default.
  106. blk_queue_max_sectors(q, max_sectors)
  107. Maximum size request you can handle in units of 512 byte
  108. sectors. 255 default.
  109. blk_queue_max_phys_segments(q, max_segments)
  110. Maximum physical segments you can handle in a request. 128
  111. default (driver limit). (See 3.2.2)
  112. blk_queue_max_hw_segments(q, max_segments)
  113. Maximum dma segments the hardware can handle in a request. 128
  114. default (host adapter limit, after dma remapping).
  115. (See 3.2.2)
  116. blk_queue_max_segment_size(q, max_seg_size)
  117. Maximum size of a clustered segment, 64kB default.
  118. blk_queue_hardsect_size(q, hardsect_size)
  119. Lowest possible sector size that the hardware can operate
  120. on, 512 bytes default.
  121. New queue flags:
  122. QUEUE_FLAG_CLUSTER (see 3.2.2)
  123. QUEUE_FLAG_QUEUED (see 3.2.4)
  124. ii. High-mem i/o capabilities are now considered the default
  125. The generic bounce buffer logic, present in 2.4, where the block layer would
  126. by default copyin/out i/o requests on high-memory buffers to low-memory buffers
  127. assuming that the driver wouldn't be able to handle it directly, has been
  128. changed in 2.5. The bounce logic is now applied only for memory ranges
  129. for which the device cannot handle i/o. A driver can specify this by
  130. setting the queue bounce limit for the request queue for the device
  131. (blk_queue_bounce_limit()). This avoids the inefficiencies of the copyin/out
  132. where a device is capable of handling high memory i/o.
  133. In order to enable high-memory i/o where the device is capable of supporting
  134. it, the pci dma mapping routines and associated data structures have now been
  135. modified to accomplish a direct page -> bus translation, without requiring
  136. a virtual address mapping (unlike the earlier scheme of virtual address
  137. -> bus translation). So this works uniformly for high-memory pages (which
  138. do not have a correponding kernel virtual address space mapping) and
  139. low-memory pages.
  140. Note: Please refer to DMA-mapping.txt for a discussion on PCI high mem DMA
  141. aspects and mapping of scatter gather lists, and support for 64 bit PCI.
  142. Special handling is required only for cases where i/o needs to happen on
  143. pages at physical memory addresses beyond what the device can support. In these
  144. cases, a bounce bio representing a buffer from the supported memory range
  145. is used for performing the i/o with copyin/copyout as needed depending on
  146. the type of the operation. For example, in case of a read operation, the
  147. data read has to be copied to the original buffer on i/o completion, so a
  148. callback routine is set up to do this, while for write, the data is copied
  149. from the original buffer to the bounce buffer prior to issuing the
  150. operation. Since an original buffer may be in a high memory area that's not
  151. mapped in kernel virtual addr, a kmap operation may be required for
  152. performing the copy, and special care may be needed in the completion path
  153. as it may not be in irq context. Special care is also required (by way of
  154. GFP flags) when allocating bounce buffers, to avoid certain highmem
  155. deadlock possibilities.
  156. It is also possible that a bounce buffer may be allocated from high-memory
  157. area that's not mapped in kernel virtual addr, but within the range that the
  158. device can use directly; so the bounce page may need to be kmapped during
  159. copy operations. [Note: This does not hold in the current implementation,
  160. though]
  161. There are some situations when pages from high memory may need to
  162. be kmapped, even if bounce buffers are not necessary. For example a device
  163. may need to abort DMA operations and revert to PIO for the transfer, in
  164. which case a virtual mapping of the page is required. For SCSI it is also
  165. done in some scenarios where the low level driver cannot be trusted to
  166. handle a single sg entry correctly. The driver is expected to perform the
  167. kmaps as needed on such occasions using the __bio_kmap_atomic and bio_kmap_irq
  168. routines as appropriate. A driver could also use the blk_queue_bounce()
  169. routine on its own to bounce highmem i/o to low memory for specific requests
  170. if so desired.
  171. iii. The i/o scheduler algorithm itself can be replaced/set as appropriate
  172. As in 2.4, it is possible to plugin a brand new i/o scheduler for a particular
  173. queue or pick from (copy) existing generic schedulers and replace/override
  174. certain portions of it. The 2.5 rewrite provides improved modularization
  175. of the i/o scheduler. There are more pluggable callbacks, e.g for init,
  176. add request, extract request, which makes it possible to abstract specific
  177. i/o scheduling algorithm aspects and details outside of the generic loop.
  178. It also makes it possible to completely hide the implementation details of
  179. the i/o scheduler from block drivers.
  180. I/O scheduler wrappers are to be used instead of accessing the queue directly.
  181. See section 4. The I/O scheduler for details.
  182. 1.2 Tuning Based on High level code capabilities
  183. i. Application capabilities for raw i/o
  184. This comes from some of the high-performance database/middleware
  185. requirements where an application prefers to make its own i/o scheduling
  186. decisions based on an understanding of the access patterns and i/o
  187. characteristics
  188. ii. High performance filesystems or other higher level kernel code's
  189. capabilities
  190. Kernel components like filesystems could also take their own i/o scheduling
  191. decisions for optimizing performance. Journalling filesystems may need
  192. some control over i/o ordering.
  193. What kind of support exists at the generic block layer for this ?
  194. The flags and rw fields in the bio structure can be used for some tuning
  195. from above e.g indicating that an i/o is just a readahead request, or for
  196. marking barrier requests (discussed next), or priority settings (currently
  197. unused). As far as user applications are concerned they would need an
  198. additional mechanism either via open flags or ioctls, or some other upper
  199. level mechanism to communicate such settings to block.
  200. 1.2.1 I/O Barriers
  201. There is a way to enforce strict ordering for i/os through barriers.
  202. All requests before a barrier point must be serviced before the barrier
  203. request and any other requests arriving after the barrier will not be
  204. serviced until after the barrier has completed. This is useful for higher
  205. level control on write ordering, e.g flushing a log of committed updates
  206. to disk before the corresponding updates themselves.
  207. A flag in the bio structure, BIO_BARRIER is used to identify a barrier i/o.
  208. The generic i/o scheduler would make sure that it places the barrier request and
  209. all other requests coming after it after all the previous requests in the
  210. queue. Barriers may be implemented in different ways depending on the
  211. driver. For more details regarding I/O barriers, please read barrier.txt
  212. in this directory.
  213. 1.2.2 Request Priority/Latency
  214. Todo/Under discussion:
  215. Arjan's proposed request priority scheme allows higher levels some broad
  216. control (high/med/low) over the priority of an i/o request vs other pending
  217. requests in the queue. For example it allows reads for bringing in an
  218. executable page on demand to be given a higher priority over pending write
  219. requests which haven't aged too much on the queue. Potentially this priority
  220. could even be exposed to applications in some manner, providing higher level
  221. tunability. Time based aging avoids starvation of lower priority
  222. requests. Some bits in the bi_rw flags field in the bio structure are
  223. intended to be used for this priority information.
  224. 1.3 Direct Access to Low level Device/Driver Capabilities (Bypass mode)
  225. (e.g Diagnostics, Systems Management)
  226. There are situations where high-level code needs to have direct access to
  227. the low level device capabilities or requires the ability to issue commands
  228. to the device bypassing some of the intermediate i/o layers.
  229. These could, for example, be special control commands issued through ioctl
  230. interfaces, or could be raw read/write commands that stress the drive's
  231. capabilities for certain kinds of fitness tests. Having direct interfaces at
  232. multiple levels without having to pass through upper layers makes
  233. it possible to perform bottom up validation of the i/o path, layer by
  234. layer, starting from the media.
  235. The normal i/o submission interfaces, e.g submit_bio, could be bypassed
  236. for specially crafted requests which such ioctl or diagnostics
  237. interfaces would typically use, and the elevator add_request routine
  238. can instead be used to directly insert such requests in the queue or preferably
  239. the blk_do_rq routine can be used to place the request on the queue and
  240. wait for completion. Alternatively, sometimes the caller might just
  241. invoke a lower level driver specific interface with the request as a
  242. parameter.
  243. If the request is a means for passing on special information associated with
  244. the command, then such information is associated with the request->special
  245. field (rather than misuse the request->buffer field which is meant for the
  246. request data buffer's virtual mapping).
  247. For passing request data, the caller must build up a bio descriptor
  248. representing the concerned memory buffer if the underlying driver interprets
  249. bio segments or uses the block layer end*request* functions for i/o
  250. completion. Alternatively one could directly use the request->buffer field to
  251. specify the virtual address of the buffer, if the driver expects buffer
  252. addresses passed in this way and ignores bio entries for the request type
  253. involved. In the latter case, the driver would modify and manage the
  254. request->buffer, request->sector and request->nr_sectors or
  255. request->current_nr_sectors fields itself rather than using the block layer
  256. end_request or end_that_request_first completion interfaces.
  257. (See 2.3 or Documentation/block/request.txt for a brief explanation of
  258. the request structure fields)
  259. [TBD: end_that_request_last should be usable even in this case;
  260. Perhaps an end_that_direct_request_first routine could be implemented to make
  261. handling direct requests easier for such drivers; Also for drivers that
  262. expect bios, a helper function could be provided for setting up a bio
  263. corresponding to a data buffer]
  264. <JENS: I dont understand the above, why is end_that_request_first() not
  265. usable? Or _last for that matter. I must be missing something>
  266. <SUP: What I meant here was that if the request doesn't have a bio, then
  267. end_that_request_first doesn't modify nr_sectors or current_nr_sectors,
  268. and hence can't be used for advancing request state settings on the
  269. completion of partial transfers. The driver has to modify these fields
  270. directly by hand.
  271. This is because end_that_request_first only iterates over the bio list,
  272. and always returns 0 if there are none associated with the request.
  273. _last works OK in this case, and is not a problem, as I mentioned earlier
  274. >
  275. 1.3.1 Pre-built Commands
  276. A request can be created with a pre-built custom command to be sent directly
  277. to the device. The cmd block in the request structure has room for filling
  278. in the command bytes. (i.e rq->cmd is now 16 bytes in size, and meant for
  279. command pre-building, and the type of the request is now indicated
  280. through rq->flags instead of via rq->cmd)
  281. The request structure flags can be set up to indicate the type of request
  282. in such cases (REQ_PC: direct packet command passed to driver, REQ_BLOCK_PC:
  283. packet command issued via blk_do_rq, REQ_SPECIAL: special request).
  284. It can help to pre-build device commands for requests in advance.
  285. Drivers can now specify a request prepare function (q->prep_rq_fn) that the
  286. block layer would invoke to pre-build device commands for a given request,
  287. or perform other preparatory processing for the request. This is routine is
  288. called by elv_next_request(), i.e. typically just before servicing a request.
  289. (The prepare function would not be called for requests that have REQ_DONTPREP
  290. enabled)
  291. Aside:
  292. Pre-building could possibly even be done early, i.e before placing the
  293. request on the queue, rather than construct the command on the fly in the
  294. driver while servicing the request queue when it may affect latencies in
  295. interrupt context or responsiveness in general. One way to add early
  296. pre-building would be to do it whenever we fail to merge on a request.
  297. Now REQ_NOMERGE is set in the request flags to skip this one in the future,
  298. which means that it will not change before we feed it to the device. So
  299. the pre-builder hook can be invoked there.
  300. 2. Flexible and generic but minimalist i/o structure/descriptor.
  301. 2.1 Reason for a new structure and requirements addressed
  302. Prior to 2.5, buffer heads were used as the unit of i/o at the generic block
  303. layer, and the low level request structure was associated with a chain of
  304. buffer heads for a contiguous i/o request. This led to certain inefficiencies
  305. when it came to large i/o requests and readv/writev style operations, as it
  306. forced such requests to be broken up into small chunks before being passed
  307. on to the generic block layer, only to be merged by the i/o scheduler
  308. when the underlying device was capable of handling the i/o in one shot.
  309. Also, using the buffer head as an i/o structure for i/os that didn't originate
  310. from the buffer cache unecessarily added to the weight of the descriptors
  311. which were generated for each such chunk.
  312. The following were some of the goals and expectations considered in the
  313. redesign of the block i/o data structure in 2.5.
  314. i. Should be appropriate as a descriptor for both raw and buffered i/o -
  315. avoid cache related fields which are irrelevant in the direct/page i/o path,
  316. or filesystem block size alignment restrictions which may not be relevant
  317. for raw i/o.
  318. ii. Ability to represent high-memory buffers (which do not have a virtual
  319. address mapping in kernel address space).
  320. iii.Ability to represent large i/os w/o unecessarily breaking them up (i.e
  321. greater than PAGE_SIZE chunks in one shot)
  322. iv. At the same time, ability to retain independent identity of i/os from
  323. different sources or i/o units requiring individual completion (e.g. for
  324. latency reasons)
  325. v. Ability to represent an i/o involving multiple physical memory segments
  326. (including non-page aligned page fragments, as specified via readv/writev)
  327. without unecessarily breaking it up, if the underlying device is capable of
  328. handling it.
  329. vi. Preferably should be based on a memory descriptor structure that can be
  330. passed around different types of subsystems or layers, maybe even
  331. networking, without duplication or extra copies of data/descriptor fields
  332. themselves in the process
  333. vii.Ability to handle the possibility of splits/merges as the structure passes
  334. through layered drivers (lvm, md, evms), with minimal overhead.
  335. The solution was to define a new structure (bio) for the block layer,
  336. instead of using the buffer head structure (bh) directly, the idea being
  337. avoidance of some associated baggage and limitations. The bio structure
  338. is uniformly used for all i/o at the block layer ; it forms a part of the
  339. bh structure for buffered i/o, and in the case of raw/direct i/o kiobufs are
  340. mapped to bio structures.
  341. 2.2 The bio struct
  342. The bio structure uses a vector representation pointing to an array of tuples
  343. of <page, offset, len> to describe the i/o buffer, and has various other
  344. fields describing i/o parameters and state that needs to be maintained for
  345. performing the i/o.
  346. Notice that this representation means that a bio has no virtual address
  347. mapping at all (unlike buffer heads).
  348. struct bio_vec {
  349. struct page *bv_page;
  350. unsigned short bv_len;
  351. unsigned short bv_offset;
  352. };
  353. /*
  354. * main unit of I/O for the block layer and lower layers (ie drivers)
  355. */
  356. struct bio {
  357. sector_t bi_sector;
  358. struct bio *bi_next; /* request queue link */
  359. struct block_device *bi_bdev; /* target device */
  360. unsigned long bi_flags; /* status, command, etc */
  361. unsigned long bi_rw; /* low bits: r/w, high: priority */
  362. unsigned int bi_vcnt; /* how may bio_vec's */
  363. unsigned int bi_idx; /* current index into bio_vec array */
  364. unsigned int bi_size; /* total size in bytes */
  365. unsigned short bi_phys_segments; /* segments after physaddr coalesce*/
  366. unsigned short bi_hw_segments; /* segments after DMA remapping */
  367. unsigned int bi_max; /* max bio_vecs we can hold
  368. used as index into pool */
  369. struct bio_vec *bi_io_vec; /* the actual vec list */
  370. bio_end_io_t *bi_end_io; /* bi_end_io (bio) */
  371. atomic_t bi_cnt; /* pin count: free when it hits zero */
  372. void *bi_private;
  373. bio_destructor_t *bi_destructor; /* bi_destructor (bio) */
  374. };
  375. With this multipage bio design:
  376. - Large i/os can be sent down in one go using a bio_vec list consisting
  377. of an array of <page, offset, len> fragments (similar to the way fragments
  378. are represented in the zero-copy network code)
  379. - Splitting of an i/o request across multiple devices (as in the case of
  380. lvm or raid) is achieved by cloning the bio (where the clone points to
  381. the same bi_io_vec array, but with the index and size accordingly modified)
  382. - A linked list of bios is used as before for unrelated merges (*) - this
  383. avoids reallocs and makes independent completions easier to handle.
  384. - Code that traverses the req list needs to make a distinction between
  385. segments of a request (bio_for_each_segment) and the distinct completion
  386. units/bios (rq_for_each_bio).
  387. - Drivers which can't process a large bio in one shot can use the bi_idx
  388. field to keep track of the next bio_vec entry to process.
  389. (e.g a 1MB bio_vec needs to be handled in max 128kB chunks for IDE)
  390. [TBD: Should preferably also have a bi_voffset and bi_vlen to avoid modifying
  391. bi_offset an len fields]
  392. (*) unrelated merges -- a request ends up containing two or more bios that
  393. didn't originate from the same place.
  394. bi_end_io() i/o callback gets called on i/o completion of the entire bio.
  395. At a lower level, drivers build a scatter gather list from the merged bios.
  396. The scatter gather list is in the form of an array of <page, offset, len>
  397. entries with their corresponding dma address mappings filled in at the
  398. appropriate time. As an optimization, contiguous physical pages can be
  399. covered by a single entry where <page> refers to the first page and <len>
  400. covers the range of pages (upto 16 contiguous pages could be covered this
  401. way). There is a helper routine (blk_rq_map_sg) which drivers can use to build
  402. the sg list.
  403. Note: Right now the only user of bios with more than one page is ll_rw_kio,
  404. which in turn means that only raw I/O uses it (direct i/o may not work
  405. right now). The intent however is to enable clustering of pages etc to
  406. become possible. The pagebuf abstraction layer from SGI also uses multi-page
  407. bios, but that is currently not included in the stock development kernels.
  408. The same is true of Andrew Morton's work-in-progress multipage bio writeout
  409. and readahead patches.
  410. 2.3 Changes in the Request Structure
  411. The request structure is the structure that gets passed down to low level
  412. drivers. The block layer make_request function builds up a request structure,
  413. places it on the queue and invokes the drivers request_fn. The driver makes
  414. use of block layer helper routine elv_next_request to pull the next request
  415. off the queue. Control or diagnostic functions might bypass block and directly
  416. invoke underlying driver entry points passing in a specially constructed
  417. request structure.
  418. Only some relevant fields (mainly those which changed or may be referred
  419. to in some of the discussion here) are listed below, not necessarily in
  420. the order in which they occur in the structure (see include/linux/blkdev.h)
  421. Refer to Documentation/block/request.txt for details about all the request
  422. structure fields and a quick reference about the layers which are
  423. supposed to use or modify those fields.
  424. struct request {
  425. struct list_head queuelist; /* Not meant to be directly accessed by
  426. the driver.
  427. Used by q->elv_next_request_fn
  428. rq->queue is gone
  429. */
  430. .
  431. .
  432. unsigned char cmd[16]; /* prebuilt command data block */
  433. unsigned long flags; /* also includes earlier rq->cmd settings */
  434. .
  435. .
  436. sector_t sector; /* this field is now of type sector_t instead of int
  437. preparation for 64 bit sectors */
  438. .
  439. .
  440. /* Number of scatter-gather DMA addr+len pairs after
  441. * physical address coalescing is performed.
  442. */
  443. unsigned short nr_phys_segments;
  444. /* Number of scatter-gather addr+len pairs after
  445. * physical and DMA remapping hardware coalescing is performed.
  446. * This is the number of scatter-gather entries the driver
  447. * will actually have to deal with after DMA mapping is done.
  448. */
  449. unsigned short nr_hw_segments;
  450. /* Various sector counts */
  451. unsigned long nr_sectors; /* no. of sectors left: driver modifiable */
  452. unsigned long hard_nr_sectors; /* block internal copy of above */
  453. unsigned int current_nr_sectors; /* no. of sectors left in the
  454. current segment:driver modifiable */
  455. unsigned long hard_cur_sectors; /* block internal copy of the above */
  456. .
  457. .
  458. int tag; /* command tag associated with request */
  459. void *special; /* same as before */
  460. char *buffer; /* valid only for low memory buffers upto
  461. current_nr_sectors */
  462. .
  463. .
  464. struct bio *bio, *biotail; /* bio list instead of bh */
  465. struct request_list *rl;
  466. }
  467. See the rq_flag_bits definitions for an explanation of the various flags
  468. available. Some bits are used by the block layer or i/o scheduler.
  469. The behaviour of the various sector counts are almost the same as before,
  470. except that since we have multi-segment bios, current_nr_sectors refers
  471. to the numbers of sectors in the current segment being processed which could
  472. be one of the many segments in the current bio (i.e i/o completion unit).
  473. The nr_sectors value refers to the total number of sectors in the whole
  474. request that remain to be transferred (no change). The purpose of the
  475. hard_xxx values is for block to remember these counts every time it hands
  476. over the request to the driver. These values are updated by block on
  477. end_that_request_first, i.e. every time the driver completes a part of the
  478. transfer and invokes block end*request helpers to mark this. The
  479. driver should not modify these values. The block layer sets up the
  480. nr_sectors and current_nr_sectors fields (based on the corresponding
  481. hard_xxx values and the number of bytes transferred) and updates it on
  482. every transfer that invokes end_that_request_first. It does the same for the
  483. buffer, bio, bio->bi_idx fields too.
  484. The buffer field is just a virtual address mapping of the current segment
  485. of the i/o buffer in cases where the buffer resides in low-memory. For high
  486. memory i/o, this field is not valid and must not be used by drivers.
  487. Code that sets up its own request structures and passes them down to
  488. a driver needs to be careful about interoperation with the block layer helper
  489. functions which the driver uses. (Section 1.3)
  490. 3. Using bios
  491. 3.1 Setup/Teardown
  492. There are routines for managing the allocation, and reference counting, and
  493. freeing of bios (bio_alloc, bio_get, bio_put).
  494. This makes use of Ingo Molnar's mempool implementation, which enables
  495. subsystems like bio to maintain their own reserve memory pools for guaranteed
  496. deadlock-free allocations during extreme VM load. For example, the VM
  497. subsystem makes use of the block layer to writeout dirty pages in order to be
  498. able to free up memory space, a case which needs careful handling. The
  499. allocation logic draws from the preallocated emergency reserve in situations
  500. where it cannot allocate through normal means. If the pool is empty and it
  501. can wait, then it would trigger action that would help free up memory or
  502. replenish the pool (without deadlocking) and wait for availability in the pool.
  503. If it is in IRQ context, and hence not in a position to do this, allocation
  504. could fail if the pool is empty. In general mempool always first tries to
  505. perform allocation without having to wait, even if it means digging into the
  506. pool as long it is not less that 50% full.
  507. On a free, memory is released to the pool or directly freed depending on
  508. the current availability in the pool. The mempool interface lets the
  509. subsystem specify the routines to be used for normal alloc and free. In the
  510. case of bio, these routines make use of the standard slab allocator.
  511. The caller of bio_alloc is expected to taken certain steps to avoid
  512. deadlocks, e.g. avoid trying to allocate more memory from the pool while
  513. already holding memory obtained from the pool.
  514. [TBD: This is a potential issue, though a rare possibility
  515. in the bounce bio allocation that happens in the current code, since
  516. it ends up allocating a second bio from the same pool while
  517. holding the original bio ]
  518. Memory allocated from the pool should be released back within a limited
  519. amount of time (in the case of bio, that would be after the i/o is completed).
  520. This ensures that if part of the pool has been used up, some work (in this
  521. case i/o) must already be in progress and memory would be available when it
  522. is over. If allocating from multiple pools in the same code path, the order
  523. or hierarchy of allocation needs to be consistent, just the way one deals
  524. with multiple locks.
  525. The bio_alloc routine also needs to allocate the bio_vec_list (bvec_alloc())
  526. for a non-clone bio. There are the 6 pools setup for different size biovecs,
  527. so bio_alloc(gfp_mask, nr_iovecs) will allocate a vec_list of the
  528. given size from these slabs.
  529. The bi_destructor() routine takes into account the possibility of the bio
  530. having originated from a different source (see later discussions on
  531. n/w to block transfers and kvec_cb)
  532. The bio_get() routine may be used to hold an extra reference on a bio prior
  533. to i/o submission, if the bio fields are likely to be accessed after the
  534. i/o is issued (since the bio may otherwise get freed in case i/o completion
  535. happens in the meantime).
  536. The bio_clone() routine may be used to duplicate a bio, where the clone
  537. shares the bio_vec_list with the original bio (i.e. both point to the
  538. same bio_vec_list). This would typically be used for splitting i/o requests
  539. in lvm or md.
  540. 3.2 Generic bio helper Routines
  541. 3.2.1 Traversing segments and completion units in a request
  542. The macros bio_for_each_segment() and rq_for_each_bio() should be used for
  543. traversing the bios in the request list (drivers should avoid directly
  544. trying to do it themselves). Using these helpers should also make it easier
  545. to cope with block changes in the future.
  546. rq_for_each_bio(bio, rq)
  547. bio_for_each_segment(bio_vec, bio, i)
  548. /* bio_vec is now current segment */
  549. I/O completion callbacks are per-bio rather than per-segment, so drivers
  550. that traverse bio chains on completion need to keep that in mind. Drivers
  551. which don't make a distinction between segments and completion units would
  552. need to be reorganized to support multi-segment bios.
  553. 3.2.2 Setting up DMA scatterlists
  554. The blk_rq_map_sg() helper routine would be used for setting up scatter
  555. gather lists from a request, so a driver need not do it on its own.
  556. nr_segments = blk_rq_map_sg(q, rq, scatterlist);
  557. The helper routine provides a level of abstraction which makes it easier
  558. to modify the internals of request to scatterlist conversion down the line
  559. without breaking drivers. The blk_rq_map_sg routine takes care of several
  560. things like collapsing physically contiguous segments (if QUEUE_FLAG_CLUSTER
  561. is set) and correct segment accounting to avoid exceeding the limits which
  562. the i/o hardware can handle, based on various queue properties.
  563. - Prevents a clustered segment from crossing a 4GB mem boundary
  564. - Avoids building segments that would exceed the number of physical
  565. memory segments that the driver can handle (phys_segments) and the
  566. number that the underlying hardware can handle at once, accounting for
  567. DMA remapping (hw_segments) (i.e. IOMMU aware limits).
  568. Routines which the low level driver can use to set up the segment limits:
  569. blk_queue_max_hw_segments() : Sets an upper limit of the maximum number of
  570. hw data segments in a request (i.e. the maximum number of address/length
  571. pairs the host adapter can actually hand to the device at once)
  572. blk_queue_max_phys_segments() : Sets an upper limit on the maximum number
  573. of physical data segments in a request (i.e. the largest sized scatter list
  574. a driver could handle)
  575. 3.2.3 I/O completion
  576. The existing generic block layer helper routines end_request,
  577. end_that_request_first and end_that_request_last can be used for i/o
  578. completion (and setting things up so the rest of the i/o or the next
  579. request can be kicked of) as before. With the introduction of multi-page
  580. bio support, end_that_request_first requires an additional argument indicating
  581. the number of sectors completed.
  582. 3.2.4 Implications for drivers that do not interpret bios (don't handle
  583. multiple segments)
  584. Drivers that do not interpret bios e.g those which do not handle multiple
  585. segments and do not support i/o into high memory addresses (require bounce
  586. buffers) and expect only virtually mapped buffers, can access the rq->buffer
  587. field. As before the driver should use current_nr_sectors to determine the
  588. size of remaining data in the current segment (that is the maximum it can
  589. transfer in one go unless it interprets segments), and rely on the block layer
  590. end_request, or end_that_request_first/last to take care of all accounting
  591. and transparent mapping of the next bio segment when a segment boundary
  592. is crossed on completion of a transfer. (The end*request* functions should
  593. be used if only if the request has come down from block/bio path, not for
  594. direct access requests which only specify rq->buffer without a valid rq->bio)
  595. 3.2.5 Generic request command tagging
  596. 3.2.5.1 Tag helpers
  597. Block now offers some simple generic functionality to help support command
  598. queueing (typically known as tagged command queueing), ie manage more than
  599. one outstanding command on a queue at any given time.
  600. blk_queue_init_tags(request_queue_t *q, int depth)
  601. Initialize internal command tagging structures for a maximum
  602. depth of 'depth'.
  603. blk_queue_free_tags((request_queue_t *q)
  604. Teardown tag info associated with the queue. This will be done
  605. automatically by block if blk_queue_cleanup() is called on a queue
  606. that is using tagging.
  607. The above are initialization and exit management, the main helpers during
  608. normal operations are:
  609. blk_queue_start_tag(request_queue_t *q, struct request *rq)
  610. Start tagged operation for this request. A free tag number between
  611. 0 and 'depth' is assigned to the request (rq->tag holds this number),
  612. and 'rq' is added to the internal tag management. If the maximum depth
  613. for this queue is already achieved (or if the tag wasn't started for
  614. some other reason), 1 is returned. Otherwise 0 is returned.
  615. blk_queue_end_tag(request_queue_t *q, struct request *rq)
  616. End tagged operation on this request. 'rq' is removed from the internal
  617. book keeping structures.
  618. To minimize struct request and queue overhead, the tag helpers utilize some
  619. of the same request members that are used for normal request queue management.
  620. This means that a request cannot both be an active tag and be on the queue
  621. list at the same time. blk_queue_start_tag() will remove the request, but
  622. the driver must remember to call blk_queue_end_tag() before signalling
  623. completion of the request to the block layer. This means ending tag
  624. operations before calling end_that_request_last()! For an example of a user
  625. of these helpers, see the IDE tagged command queueing support.
  626. Certain hardware conditions may dictate a need to invalidate the block tag
  627. queue. For instance, on IDE any tagged request error needs to clear both
  628. the hardware and software block queue and enable the driver to sanely restart
  629. all the outstanding requests. There's a third helper to do that:
  630. blk_queue_invalidate_tags(request_queue_t *q)
  631. Clear the internal block tag queue and readd all the pending requests
  632. to the request queue. The driver will receive them again on the
  633. next request_fn run, just like it did the first time it encountered
  634. them.
  635. 3.2.5.2 Tag info
  636. Some block functions exist to query current tag status or to go from a
  637. tag number to the associated request. These are, in no particular order:
  638. blk_queue_tagged(q)
  639. Returns 1 if the queue 'q' is using tagging, 0 if not.
  640. blk_queue_tag_request(q, tag)
  641. Returns a pointer to the request associated with tag 'tag'.
  642. blk_queue_tag_depth(q)
  643. Return current queue depth.
  644. blk_queue_tag_queue(q)
  645. Returns 1 if the queue can accept a new queued command, 0 if we are
  646. at the maximum depth already.
  647. blk_queue_rq_tagged(rq)
  648. Returns 1 if the request 'rq' is tagged.
  649. 3.2.5.2 Internal structure
  650. Internally, block manages tags in the blk_queue_tag structure:
  651. struct blk_queue_tag {
  652. struct request **tag_index; /* array or pointers to rq */
  653. unsigned long *tag_map; /* bitmap of free tags */
  654. struct list_head busy_list; /* fifo list of busy tags */
  655. int busy; /* queue depth */
  656. int max_depth; /* max queue depth */
  657. };
  658. Most of the above is simple and straight forward, however busy_list may need
  659. a bit of explaining. Normally we don't care too much about request ordering,
  660. but in the event of any barrier requests in the tag queue we need to ensure
  661. that requests are restarted in the order they were queue. This may happen
  662. if the driver needs to use blk_queue_invalidate_tags().
  663. Tagging also defines a new request flag, REQ_QUEUED. This is set whenever
  664. a request is currently tagged. You should not use this flag directly,
  665. blk_rq_tagged(rq) is the portable way to do so.
  666. 3.3 I/O Submission
  667. The routine submit_bio() is used to submit a single io. Higher level i/o
  668. routines make use of this:
  669. (a) Buffered i/o:
  670. The routine submit_bh() invokes submit_bio() on a bio corresponding to the
  671. bh, allocating the bio if required. ll_rw_block() uses submit_bh() as before.
  672. (b) Kiobuf i/o (for raw/direct i/o):
  673. The ll_rw_kio() routine breaks up the kiobuf into page sized chunks and
  674. maps the array to one or more multi-page bios, issuing submit_bio() to
  675. perform the i/o on each of these.
  676. The embedded bh array in the kiobuf structure has been removed and no
  677. preallocation of bios is done for kiobufs. [The intent is to remove the
  678. blocks array as well, but it's currently in there to kludge around direct i/o.]
  679. Thus kiobuf allocation has switched back to using kmalloc rather than vmalloc.
  680. Todo/Observation:
  681. A single kiobuf structure is assumed to correspond to a contiguous range
  682. of data, so brw_kiovec() invokes ll_rw_kio for each kiobuf in a kiovec.
  683. So right now it wouldn't work for direct i/o on non-contiguous blocks.
  684. This is to be resolved. The eventual direction is to replace kiobuf
  685. by kvec's.
  686. Badari Pulavarty has a patch to implement direct i/o correctly using
  687. bio and kvec.
  688. (c) Page i/o:
  689. Todo/Under discussion:
  690. Andrew Morton's multi-page bio patches attempt to issue multi-page
  691. writeouts (and reads) from the page cache, by directly building up
  692. large bios for submission completely bypassing the usage of buffer
  693. heads. This work is still in progress.
  694. Christoph Hellwig had some code that uses bios for page-io (rather than
  695. bh). This isn't included in bio as yet. Christoph was also working on a
  696. design for representing virtual/real extents as an entity and modifying
  697. some of the address space ops interfaces to utilize this abstraction rather
  698. than buffer_heads. (This is somewhat along the lines of the SGI XFS pagebuf
  699. abstraction, but intended to be as lightweight as possible).
  700. (d) Direct access i/o:
  701. Direct access requests that do not contain bios would be submitted differently
  702. as discussed earlier in section 1.3.
  703. Aside:
  704. Kvec i/o:
  705. Ben LaHaise's aio code uses a slighly different structure instead
  706. of kiobufs, called a kvec_cb. This contains an array of <page, offset, len>
  707. tuples (very much like the networking code), together with a callback function
  708. and data pointer. This is embedded into a brw_cb structure when passed
  709. to brw_kvec_async().
  710. Now it should be possible to directly map these kvecs to a bio. Just as while
  711. cloning, in this case rather than PRE_BUILT bio_vecs, we set the bi_io_vec
  712. array pointer to point to the veclet array in kvecs.
  713. TBD: In order for this to work, some changes are needed in the way multi-page
  714. bios are handled today. The values of the tuples in such a vector passed in
  715. from higher level code should not be modified by the block layer in the course
  716. of its request processing, since that would make it hard for the higher layer
  717. to continue to use the vector descriptor (kvec) after i/o completes. Instead,
  718. all such transient state should either be maintained in the request structure,
  719. and passed on in some way to the endio completion routine.
  720. 4. The I/O scheduler
  721. I/O scheduler, a.k.a. elevator, is implemented in two layers. Generic dispatch
  722. queue and specific I/O schedulers. Unless stated otherwise, elevator is used
  723. to refer to both parts and I/O scheduler to specific I/O schedulers.
  724. Block layer implements generic dispatch queue in ll_rw_blk.c and elevator.c.
  725. The generic dispatch queue is responsible for properly ordering barrier
  726. requests, requeueing, handling non-fs requests and all other subtleties.
  727. Specific I/O schedulers are responsible for ordering normal filesystem
  728. requests. They can also choose to delay certain requests to improve
  729. throughput or whatever purpose. As the plural form indicates, there are
  730. multiple I/O schedulers. They can be built as modules but at least one should
  731. be built inside the kernel. Each queue can choose different one and can also
  732. change to another one dynamically.
  733. A block layer call to the i/o scheduler follows the convention elv_xxx(). This
  734. calls elevator_xxx_fn in the elevator switch (drivers/block/elevator.c). Oh,
  735. xxx and xxx might not match exactly, but use your imagination. If an elevator
  736. doesn't implement a function, the switch does nothing or some minimal house
  737. keeping work.
  738. 4.1. I/O scheduler API
  739. The functions an elevator may implement are: (* are mandatory)
  740. elevator_merge_fn called to query requests for merge with a bio
  741. elevator_merge_req_fn called when two requests get merged. the one
  742. which gets merged into the other one will be
  743. never seen by I/O scheduler again. IOW, after
  744. being merged, the request is gone.
  745. elevator_merged_fn called when a request in the scheduler has been
  746. involved in a merge. It is used in the deadline
  747. scheduler for example, to reposition the request
  748. if its sorting order has changed.
  749. elevator_dispatch_fn fills the dispatch queue with ready requests.
  750. I/O schedulers are free to postpone requests by
  751. not filling the dispatch queue unless @force
  752. is non-zero. Once dispatched, I/O schedulers
  753. are not allowed to manipulate the requests -
  754. they belong to generic dispatch queue.
  755. elevator_add_req_fn called to add a new request into the scheduler
  756. elevator_queue_empty_fn returns true if the merge queue is empty.
  757. Drivers shouldn't use this, but rather check
  758. if elv_next_request is NULL (without losing the
  759. request if one exists!)
  760. elevator_former_req_fn
  761. elevator_latter_req_fn These return the request before or after the
  762. one specified in disk sort order. Used by the
  763. block layer to find merge possibilities.
  764. elevator_completed_req_fn called when a request is completed.
  765. elevator_may_queue_fn returns true if the scheduler wants to allow the
  766. current context to queue a new request even if
  767. it is over the queue limit. This must be used
  768. very carefully!!
  769. elevator_set_req_fn
  770. elevator_put_req_fn Must be used to allocate and free any elevator
  771. specific storage for a request.
  772. elevator_activate_req_fn Called when device driver first sees a request.
  773. I/O schedulers can use this callback to
  774. determine when actual execution of a request
  775. starts.
  776. elevator_deactivate_req_fn Called when device driver decides to delay
  777. a request by requeueing it.
  778. elevator_init_fn
  779. elevator_exit_fn Allocate and free any elevator specific storage
  780. for a queue.
  781. 4.2 Request flows seen by I/O schedulers
  782. All requests seens by I/O schedulers strictly follow one of the following three
  783. flows.
  784. set_req_fn ->
  785. i. add_req_fn -> (merged_fn ->)* -> dispatch_fn -> activate_req_fn ->
  786. (deactivate_req_fn -> activate_req_fn ->)* -> completed_req_fn
  787. ii. add_req_fn -> (merged_fn ->)* -> merge_req_fn
  788. iii. [none]
  789. -> put_req_fn
  790. 4.3 I/O scheduler implementation
  791. The generic i/o scheduler algorithm attempts to sort/merge/batch requests for
  792. optimal disk scan and request servicing performance (based on generic
  793. principles and device capabilities), optimized for:
  794. i. improved throughput
  795. ii. improved latency
  796. iii. better utilization of h/w & CPU time
  797. Characteristics:
  798. i. Binary tree
  799. AS and deadline i/o schedulers use red black binary trees for disk position
  800. sorting and searching, and a fifo linked list for time-based searching. This
  801. gives good scalability and good availablility of information. Requests are
  802. almost always dispatched in disk sort order, so a cache is kept of the next
  803. request in sort order to prevent binary tree lookups.
  804. This arrangement is not a generic block layer characteristic however, so
  805. elevators may implement queues as they please.
  806. ii. Merge hash
  807. AS and deadline use a hash table indexed by the last sector of a request. This
  808. enables merging code to quickly look up "back merge" candidates, even when
  809. multiple I/O streams are being performed at once on one disk.
  810. "Front merges", a new request being merged at the front of an existing request,
  811. are far less common than "back merges" due to the nature of most I/O patterns.
  812. Front merges are handled by the binary trees in AS and deadline schedulers.
  813. iii. Plugging the queue to batch requests in anticipation of opportunities for
  814. merge/sort optimizations
  815. This is just the same as in 2.4 so far, though per-device unplugging
  816. support is anticipated for 2.5. Also with a priority-based i/o scheduler,
  817. such decisions could be based on request priorities.
  818. Plugging is an approach that the current i/o scheduling algorithm resorts to so
  819. that it collects up enough requests in the queue to be able to take
  820. advantage of the sorting/merging logic in the elevator. If the
  821. queue is empty when a request comes in, then it plugs the request queue
  822. (sort of like plugging the bottom of a vessel to get fluid to build up)
  823. till it fills up with a few more requests, before starting to service
  824. the requests. This provides an opportunity to merge/sort the requests before
  825. passing them down to the device. There are various conditions when the queue is
  826. unplugged (to open up the flow again), either through a scheduled task or
  827. could be on demand. For example wait_on_buffer sets the unplugging going
  828. (by running tq_disk) so the read gets satisfied soon. So in the read case,
  829. the queue gets explicitly unplugged as part of waiting for completion,
  830. in fact all queues get unplugged as a side-effect.
  831. Aside:
  832. This is kind of controversial territory, as it's not clear if plugging is
  833. always the right thing to do. Devices typically have their own queues,
  834. and allowing a big queue to build up in software, while letting the device be
  835. idle for a while may not always make sense. The trick is to handle the fine
  836. balance between when to plug and when to open up. Also now that we have
  837. multi-page bios being queued in one shot, we may not need to wait to merge
  838. a big request from the broken up pieces coming by.
  839. Per-queue granularity unplugging (still a Todo) may help reduce some of the
  840. concerns with just a single tq_disk flush approach. Something like
  841. blk_kick_queue() to unplug a specific queue (right away ?)
  842. or optionally, all queues, is in the plan.
  843. 4.4 I/O contexts
  844. I/O contexts provide a dynamically allocated per process data area. They may
  845. be used in I/O schedulers, and in the block layer (could be used for IO statis,
  846. priorities for example). See *io_context in block/ll_rw_blk.c, and as-iosched.c
  847. for an example of usage in an i/o scheduler.
  848. 5. Scalability related changes
  849. 5.1 Granular Locking: io_request_lock replaced by a per-queue lock
  850. The global io_request_lock has been removed as of 2.5, to avoid
  851. the scalability bottleneck it was causing, and has been replaced by more
  852. granular locking. The request queue structure has a pointer to the
  853. lock to be used for that queue. As a result, locking can now be
  854. per-queue, with a provision for sharing a lock across queues if
  855. necessary (e.g the scsi layer sets the queue lock pointers to the
  856. corresponding adapter lock, which results in a per host locking
  857. granularity). The locking semantics are the same, i.e. locking is
  858. still imposed by the block layer, grabbing the lock before
  859. request_fn execution which it means that lots of older drivers
  860. should still be SMP safe. Drivers are free to drop the queue
  861. lock themselves, if required. Drivers that explicitly used the
  862. io_request_lock for serialization need to be modified accordingly.
  863. Usually it's as easy as adding a global lock:
  864. static spinlock_t my_driver_lock = SPIN_LOCK_UNLOCKED;
  865. and passing the address to that lock to blk_init_queue().
  866. 5.2 64 bit sector numbers (sector_t prepares for 64 bit support)
  867. The sector number used in the bio structure has been changed to sector_t,
  868. which could be defined as 64 bit in preparation for 64 bit sector support.
  869. 6. Other Changes/Implications
  870. 6.1 Partition re-mapping handled by the generic block layer
  871. In 2.5 some of the gendisk/partition related code has been reorganized.
  872. Now the generic block layer performs partition-remapping early and thus
  873. provides drivers with a sector number relative to whole device, rather than
  874. having to take partition number into account in order to arrive at the true
  875. sector number. The routine blk_partition_remap() is invoked by
  876. generic_make_request even before invoking the queue specific make_request_fn,
  877. so the i/o scheduler also gets to operate on whole disk sector numbers. This
  878. should typically not require changes to block drivers, it just never gets
  879. to invoke its own partition sector offset calculations since all bios
  880. sent are offset from the beginning of the device.
  881. 7. A Few Tips on Migration of older drivers
  882. Old-style drivers that just use CURRENT and ignores clustered requests,
  883. may not need much change. The generic layer will automatically handle
  884. clustered requests, multi-page bios, etc for the driver.
  885. For a low performance driver or hardware that is PIO driven or just doesn't
  886. support scatter-gather changes should be minimal too.
  887. The following are some points to keep in mind when converting old drivers
  888. to bio.
  889. Drivers should use elv_next_request to pick up requests and are no longer
  890. supposed to handle looping directly over the request list.
  891. (struct request->queue has been removed)
  892. Now end_that_request_first takes an additional number_of_sectors argument.
  893. It used to handle always just the first buffer_head in a request, now
  894. it will loop and handle as many sectors (on a bio-segment granularity)
  895. as specified.
  896. Now bh->b_end_io is replaced by bio->bi_end_io, but most of the time the
  897. right thing to use is bio_endio(bio, uptodate) instead.
  898. If the driver is dropping the io_request_lock from its request_fn strategy,
  899. then it just needs to replace that with q->queue_lock instead.
  900. As described in Sec 1.1, drivers can set max sector size, max segment size
  901. etc per queue now. Drivers that used to define their own merge functions i
  902. to handle things like this can now just use the blk_queue_* functions at
  903. blk_init_queue time.
  904. Drivers no longer have to map a {partition, sector offset} into the
  905. correct absolute location anymore, this is done by the block layer, so
  906. where a driver received a request ala this before:
  907. rq->rq_dev = mk_kdev(3, 5); /* /dev/hda5 */
  908. rq->sector = 0; /* first sector on hda5 */
  909. it will now see
  910. rq->rq_dev = mk_kdev(3, 0); /* /dev/hda */
  911. rq->sector = 123128; /* offset from start of disk */
  912. As mentioned, there is no virtual mapping of a bio. For DMA, this is
  913. not a problem as the driver probably never will need a virtual mapping.
  914. Instead it needs a bus mapping (pci_map_page for a single segment or
  915. use blk_rq_map_sg for scatter gather) to be able to ship it to the driver. For
  916. PIO drivers (or drivers that need to revert to PIO transfer once in a
  917. while (IDE for example)), where the CPU is doing the actual data
  918. transfer a virtual mapping is needed. If the driver supports highmem I/O,
  919. (Sec 1.1, (ii) ) it needs to use __bio_kmap_atomic and bio_kmap_irq to
  920. temporarily map a bio into the virtual address space.
  921. 8. Prior/Related/Impacted patches
  922. 8.1. Earlier kiobuf patches (sct/axboe/chait/hch/mkp)
  923. - orig kiobuf & raw i/o patches (now in 2.4 tree)
  924. - direct kiobuf based i/o to devices (no intermediate bh's)
  925. - page i/o using kiobuf
  926. - kiobuf splitting for lvm (mkp)
  927. - elevator support for kiobuf request merging (axboe)
  928. 8.2. Zero-copy networking (Dave Miller)
  929. 8.3. SGI XFS - pagebuf patches - use of kiobufs
  930. 8.4. Multi-page pioent patch for bio (Christoph Hellwig)
  931. 8.5. Direct i/o implementation (Andrea Arcangeli) since 2.4.10-pre11
  932. 8.6. Async i/o implementation patch (Ben LaHaise)
  933. 8.7. EVMS layering design (IBM EVMS team)
  934. 8.8. Larger page cache size patch (Ben LaHaise) and
  935. Large page size (Daniel Phillips)
  936. => larger contiguous physical memory buffers
  937. 8.9. VM reservations patch (Ben LaHaise)
  938. 8.10. Write clustering patches ? (Marcelo/Quintela/Riel ?)
  939. 8.11. Block device in page cache patch (Andrea Archangeli) - now in 2.4.10+
  940. 8.12. Multiple block-size transfers for faster raw i/o (Shailabh Nagar,
  941. Badari)
  942. 8.13 Priority based i/o scheduler - prepatches (Arjan van de Ven)
  943. 8.14 IDE Taskfile i/o patch (Andre Hedrick)
  944. 8.15 Multi-page writeout and readahead patches (Andrew Morton)
  945. 8.16 Direct i/o patches for 2.5 using kvec and bio (Badari Pulavarthy)
  946. 9. Other References:
  947. 9.1 The Splice I/O Model - Larry McVoy (and subsequent discussions on lkml,
  948. and Linus' comments - Jan 2001)
  949. 9.2 Discussions about kiobuf and bh design on lkml between sct, linus, alan
  950. et al - Feb-March 2001 (many of the initial thoughts that led to bio were
  951. brought up in this discusion thread)
  952. 9.3 Discussions on mempool on lkml - Dec 2001.