1. b45244f block: fix memleak when __blk_rq_map_user_iov() is failed by Yang Yingliang · 4 years, 5 months ago
  2. 7abb5e9 blk_rq_map_user_iov: fix error override by Douglas Gilbert · 6 years ago
  3. a0ac402 Don't feed anything but regular iovec's to blk_rq_map_user_iov by Linus Torvalds · 7 years ago
  4. 98d61d5 block: simplify and export blk_rq_append_bio by Christoph Hellwig · 8 years ago
  5. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  6. 357f435 fix the copy vs. map logics in blk_rq_map_user_iov() by Al Viro · 8 years ago
  7. 4d6af73 block: support large requests in blk_rq_map_user_iov by Christoph Hellwig · 8 years ago
  8. 4634845 block: Copy a user iovec if it includes gaps by Sagi Grimberg · 9 years ago
  9. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  10. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  11. 8f7e885 blk_rq_map_user(): use import_single_range() by Al Viro · 9 years ago
  12. a0763b2 block: handle the null_mapped flag correctly in blk_rq_map_user_iov by Christoph Hellwig · 9 years ago
  13. 37f19e5 block: merge __bio_map_user_iov into bio_map_user_iov by Christoph Hellwig · 9 years ago
  14. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 9 years ago
  15. ddad8dd block: use blk_rq_map_user_iov to implement blk_rq_map_user by Christoph Hellwig · 9 years ago
  16. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  17. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. 86d564c constify blk_rq_map_user_iov() and friends by Al Viro · 10 years ago
  19. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  20. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  21. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  22. 609f6ea block: re-use existing 'reading' variable instead of checking direction again by majianpeng · 12 years ago
  23. 6b76106 block: Always check length of all iov entries in blk_rq_map_user_iov() by Ben Hutchings · 12 years ago
  24. 5478755 block: check for proper length of iov entries earlier in blk_rq_map_user_iov() by Xiaotian Feng · 13 years ago
  25. 9284bcf block: check for proper length of iov entries in blk_rq_map_user_iov() by Jens Axboe · 14 years ago
  26. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  27. a45dc2d block: fix blk_rq_map_kern bio direction flag by Benny Halevy · 14 years ago
  28. 1441779 block: fix an address space warning in blk-map.c by Namhyung Kim · 14 years ago
  29. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  30. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  31. a411f4b block: Un-export blk_rq_append_bio by Boaz Harrosh · 15 years ago
  32. 3a5a392 block: allow blk_rq_map_kern to append to requests by James Bottomley · 15 years ago
  33. a2dec7b block: hide request sector and data_len by Tejun Heo · 15 years ago
  34. 731ec49 block: kill rq->data by Tejun Heo · 15 years ago
  35. 97ae77a [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE by FUJITA Tomonori · 15 years ago
  36. 56c451f [SCSI] block: fix the partial mappings with struct rq_map_data by FUJITA Tomonori · 15 years ago
  37. 53cc0b2 When block layer fails to map iov, it calls bio_unmap_user to undo by Petr Vandrovec · 15 years ago
  38. c26156b block: hold extra reference to bio in blk_rq_map_user_iov() by Jens Axboe · 15 years ago
  39. 8188276 block: make blk_rq_map_user take a NULL user-space buffer by FUJITA Tomonori · 16 years ago
  40. 8790407 block: add blk_rq_aligned helper function by FUJITA Tomonori · 16 years ago
  41. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  42. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  43. 710027a Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC. by Randy Dunlap · 16 years ago
  44. a76eef9 block/blk-map.c: use the new object_is_on_stack() helper by FUJITA Tomonori · 16 years ago
  45. 30c00ed block: blk_rq_map_kern uses the bounce buffers for stack buffers by FUJITA Tomonori · 16 years ago
  46. 07359fc block: add bounce support to blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  47. 68154e9 block: add dma alignment and padding support to blk_rq_map_kern by FUJITA Tomonori · 16 years ago
  48. f18573a block: move the padding adjustment to blk_rq_map_sg by FUJITA Tomonori · 16 years ago
  49. afdc1a7 block: add bio_copy_user_iov support to blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  50. 56d94a3 block: fix shadowed variable warning in blk-map.c by Harvey Harrison · 16 years ago
  51. bec4194 unexport blk_rq_map_user_iov by Adrian Bunk · 16 years ago
  52. e3790c7 block: separate out padding from alignment by Tejun Heo · 16 years ago
  53. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 16 years ago
  54. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  55. 40b01b9 block: update bio according to DMA alignment padding by Tejun Heo · 16 years ago
  56. 84e9e03 block: make blk_rq_map_user() clear ->bio if it unmaps it by Jens Axboe · 16 years ago
  57. 6728cb0 block: make core bits checkpatch compliant by Jens Axboe · 16 years ago
  58. 86db1e2 block: continue ll_rw_blk.c splitup by Jens Axboe · 16 years ago