1. 8ea6188 docs: cdrom: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  2. 3c12c8e Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd" by Martin Wilck · 6 years ago
  3. 22ce0a7 ide: don't use req->special by Christoph Hellwig · 6 years ago
  4. 535ac5d ide: cleanup ->prep_rq calling convention by Christoph Hellwig · 6 years ago
  5. 6003352 ide: convert to blk-mq by Jens Axboe · 6 years ago
  6. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  7. 7a6873be ide-cd: Remove redundant sense buffer by Kees Cook · 6 years ago
  8. e7d0748 block: Switch struct packet_command to use struct scsi_sense_hdr by Kees Cook · 6 years ago
  9. 54f8a7a ide-cd: Drop unused sense buffers by Kees Cook · 6 years ago
  10. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  11. ec7d9c9 ide: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  12. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
  13. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  14. 2bbea6e cdrom: do not call check_disk_change() inside cdrom_open() by Maurizio Lombardi · 7 years ago
  15. 4fc9308 ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointer by Bart Van Assche · 7 years ago
  16. fbc3edf drivers/ide-cd: Handle missing driver data during status check gracefully by Borislav Petkov · 7 years ago
  17. 79d7334 ide:ide-cd: fix kernel panic resulting from missing scsi_req_init by Hongxu Jia · 7 years ago
  18. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  19. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  20. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  21. b7819b9 block: remove the blk_execute_rq return value by Christoph Hellwig · 8 years ago
  22. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  23. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  24. 853fe1b cdrom: Make device operations read-only by Kees Cook · 8 years ago
  25. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  26. 2f5a8e80 ide: don't abuse cmd_type by Christoph Hellwig · 8 years ago
  27. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  28. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  29. 0d52c756 block: convert to device_add_disk() by Dan Williams · 9 years ago
  30. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  31. b0b93b4 block: move REQ_TYPE_SENSE to the ide driver by Christoph Hellwig · 10 years ago
  32. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 10 years ago
  33. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 12 years ago
  34. db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
  35. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  36. 3ec7215 ide-{cd,floppy,tape}: Do not include <linux/irq.h> by Geert Uytterhoeven · 14 years ago
  37. 3307d0d ide-cd: signedness warning fix again by Connor Hansen · 14 years ago
  38. 0f48f26 block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal by Linus Torvalds · 14 years ago
  39. d4dc210 block: don't block events on excl write for non-optical devices by Tejun Heo · 14 years ago
  40. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 14 years ago
  41. 0a41e90 ide-cd: convert to blk_delay_queue() for a short pause by Jens Axboe · 15 years ago
  42. 5b03a1b ide: Convert to bdops->check_events() by Tejun Heo · 14 years ago
  43. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  44. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  45. 1107128 ide-cd: Do not access completed requests in the irq handler by Borislav Petkov · 15 years ago
  46. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  47. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  48. 4c4762d block: fix some more cmd_type cleanup fallout by Christoph Hellwig · 15 years ago
  49. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  50. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  51. 6d703a8 ide: convert to ->proc_fops by Alexey Dobriyan · 15 years ago
  52. 72db37b drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  53. 9c72ebe ide-cd: handle fragmented packet commands gracefully by Borislav Petkov · 16 years ago
  54. d9ae624 ide-cd: Improve "weird block size" error message by Frans Pop · 16 years ago
  55. af054ed ide-cd: Don't warn on bogus block size unless it actually matters. by David S. Miller · 16 years ago
  56. 39c58f3 ide-cd: prevent null pointer deref via cdrom_newpc_intr by Rainer Weikusat · 16 years ago
  57. 2c7eaa4 ide: BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 8dcce40 Merge branch 'bp-remove-pc-buf' into for-next by Bartlomiej Zolnierkiewicz · 16 years ago
  59. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 16 years ago
  60. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 16 years ago
  61. 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 16 years ago
  62. 103f703 ide: unify interrupt reason checking by Borislav Petkov · 16 years ago
  63. 239f7e2 ide-cd: use whole request_sense buffer in EH by Borislav Petkov · 16 years ago
  64. 8f6205c ide: dequeue in-flight request by Tejun Heo · 16 years ago
  65. 34b7d2c ide: cleanup rq->data_len usages by Tejun Heo · 16 years ago
  66. 9780e2dd ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 16 years ago
  67. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 16 years ago
  68. c3a4d78 block: add rq->resid_len by Tejun Heo · 16 years ago
  69. 96c1674 ide-cd: fix REQ_QUIET tests in cdrom_decode_status by Borislav Petkov · 16 years ago
  70. 02e7cf8 ide-cd,atapi: use bio for internal commands by Tejun Heo · 16 years ago
  71. c457ce8 ide-cd: convert to using generic sense request by Borislav Petkov · 16 years ago
  72. 1f181d2 ide-cd: don't abuse rq->buffer by Tejun Heo · 16 years ago
  73. 59a4f6f ide-cd: clear sense buffer before issuing request sense by Tejun Heo · 16 years ago
  74. a1f9a89 ide-cd: fix kernel crash on hppa regression by Helge Deller · 16 years ago
  75. 3c8a48e ide-cd: reverse NOT_READY sense key logic by Borislav Petkov · 16 years ago
  76. 674f0ea ide-cd: fix intendation in cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 1920c48 ide-cd: unify handling of fs and pc requests in cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  78. e01f251 ide-cd: convert cdrom_decode_status() to use switch statements by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 98036ab ide-cd: update debugging support by Borislav Petkov · 16 years ago
  80. dfa4411 ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status() by Borislav Petkov · 16 years ago
  81. 805ec58 ide-cd: carve out an ide_cd_breathe()-helper for fs write requests by Borislav Petkov · 16 years ago
  82. 8e59bfd ide-cd: move status checking into the IRQ handler by Borislav Petkov · 16 years ago
  83. f094d4d8 ide: sanitize ide_build_sglist() and ide_destroy_dmatable() by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  86. e698ea8 ide-cd: minor ide_cdrom_setup() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 14fa91c ide-cd: unify transfer padding in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 4a3d8cf ide-cd: use common completion path for DMA requests in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  89. c7ec899 ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 8652b31 ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw() by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 06a449e ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests by Bartlomiej Zolnierkiewicz · 16 years ago
  92. a08915b ide-cd: use scatterlists for PIO transfers (fs requests) by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 5ed57ad ide-cd: cleanup ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. c4c69e2 ide-cd: kill whole failed request in ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. f63174e ide-cd: remove cdrom_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 8a11697 ide-cd: unify cdrom_newpc_intr() exit paths by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 984c5e5 ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path by Bartlomiej Zolnierkiewicz · 16 years ago
  98. e0458cc ide-cd: unify ide_cd_do_request() exit paths by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 299c485 ide-cd: factor out failed request completion from cdrom_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 6041e8f ide-cd: remove no longer needed 'ignore' module parameter by Bartlomiej Zolnierkiewicz · 16 years ago