1. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago
  2. 7ba1ba1 block: Block layer data integrity support by Martin K. Petersen · 16 years ago
  3. 51d654e block: Globalize bio_set and bio_vec_slab by Martin K. Petersen · 16 years ago
  4. ffee025 docbook: fix bio missing parameter by Randy Dunlap · 16 years ago
  5. eeae1d4 block: use unitialized_var() in bio_alloc_bioset() by Jens Axboe · 16 years ago
  6. 68154e9 block: add dma alignment and padding support to blk_rq_map_kern by FUJITA Tomonori · 16 years ago
  7. c5dec1c block: convert bio_copy_user to bio_copy_user_iov by FUJITA Tomonori · 16 years ago
  8. 40044ce Revert "unexport bio_{,un}map_user" by Jens Axboe · 16 years ago
  9. 86b6c7a fs/block_dev.c: remove #if 0'ed code by Adrian Bunk · 16 years ago
  10. 5d84070 __bio_clone: don't calculate hw/phys segment counts by Jens Axboe · 16 years ago
  11. 992c5dd bio: make freeing of ->bi_io_vec conditional in bio_free() by Jens Axboe · 17 years ago
  12. 2b94de5 bio: use memset() in bio_init() by Jens Axboe · 17 years ago
  13. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  14. 5bb23a6 Don't decrement bi_size in bio_endio by NeilBrown · 17 years ago
  15. 9cc54d4 Only call bi_end_io once for any bio by NeilBrown · 17 years ago
  16. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  17. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  18. 72d3a38 unexport bio_{,un}map_user by Adrian Bunk · 17 years ago
  19. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  20. 5972511 [BLOCK] Don't pin lots of memory in mempools by Jens Axboe · 17 years ago
  21. e61c901 [PATCH] optimize o_direct on block devices by Chen, Kenneth W · 18 years ago
  22. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  23. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  24. 0e75f90 [PATCH] block: support larger block pc requests by Mike Christie · 18 years ago
  25. ad2d722 [PATCH] block: kill length alignment test in bio_map_user() by Mike Christie · 18 years ago
  26. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  27. bf02c08 [PATCH] fs/bio.c: tweaks by Andreas Mohr · 18 years ago
  28. 0fe2347 [PATCH] Update axboe@suse.de email address by Jens Axboe · 18 years ago
  29. 50be345 [PATCH] fix creating zero sized bio mempools in low memory system by Milan Broz · 18 years ago
  30. 9917215 [PATCH] Fix missing ret assignment in __bio_map_user() error path by Jens Axboe · 18 years ago
  31. a2eb0c1 [PATCH] md: Make sure bi_max_vecs is set properly in bio_split by NeilBrown · 18 years ago
  32. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  33. 0eaae62a [PATCH] mempool: use common mempool kmalloc allocator by Matthew Dobson · 18 years ago
  34. fa3536c [PATCH] Use __read_mostly on some hot fs variables by Eric Dumazet · 18 years ago
  35. 11b0b5a [PATCH] use kzalloc and kcalloc in core fs code by Oliver Neukum · 18 years ago
  36. 2056a78 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 by Jens Axboe · 18 years ago
  37. b0e6e96 [PATCH] reduce size of bio mempools by Benjamin LaHaise · 18 years ago
  38. fddfdea [BLOCK] A few kerneldoc fixups by Jens Axboe · 18 years ago
  39. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  40. 0ea60b5 [BLOCK] bio: init ->bi_bdev in bio_init() by Jens Axboe · 19 years ago
  41. 80cfd54 [BLOCK] bio: check for same page merge possibilities in __bio_add_page() by Jens Axboe · 19 years ago
  42. defd94b [SCSI] seperate max_sectors from max_hw_sectors by Mike Christie · 19 years ago
  43. 6e68af6 [SCSI] Convert SCSI mid-layer to scsi_execute_async by Mike Christie · 19 years ago
  44. 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
  45. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  46. 3f70353 [PATCH] bogus cast in bio.c by viro@ZenIV.linux.org.uk · 19 years ago
  47. 0481990 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 by Linus Torvalds · 19 years ago
  48. 3676347 [PATCH] kill bio->bi_set by Peter Osterlund · 19 years ago
  49. 31151ba fix mismerge in ll_rw_blk.c by James Bottomley · 19 years ago
  50. e525e15 [PATCH] __bio_clone() dead comment by Andrew Morton · 19 years ago
  51. a5453be [PATCH] bio_clone fix by Andrew Morton · 19 years ago
  52. 6c03652 [PATCH] mostly_read data section by Christoph Lameter · 19 years ago
  53. f1970ba [PATCH] Add scatter-gather support for the block layer SG_IO by James Bottomley · 19 years ago
  54. b823825 [PATCH] Keep the bio end_io parts inside of bio.c for blk_rq_map_kern() by Jens Axboe · 19 years ago
  55. df46b9a [PATCH] Add blk_rq_map_kern() by Mike Christie · 19 years ago
  56. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago