1. e355b2f um: ubd: Retry buffer read on any kind of error by Gabriel Krisman Bertazi · 5 years ago
  2. 6e682d5 um: ubd: Prevent buffer overrun on command completion by Gabriel Krisman Bertazi · 5 years ago
  3. 33c84e8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  4. ab0cf1e compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl by Arnd Bergmann · 5 years ago
  5. 853bc0a um: ubd: use 64-bit time_t where possible by Arnd Bergmann · 5 years ago
  6. d848074 um-ubd: Entrust re-queue to the upper layers by Anton Ivanov · 5 years ago
  7. dbddf42 um: Add SPDX headers for files in arch/um/drivers by Alex Dewar · 6 years ago
  8. 9ca5529 um: Do not unlock mutex that is not hold. by Daniel Walter · 6 years ago
  9. aea05eb um: Fix for a possible OOPS in ubd initialization by Anton Ivanov · 6 years ago
  10. 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
  11. 50109b5 um: Add support for DISCARD in the UBD Driver by Anton Ivanov · 6 years ago
  12. a41421e um: Remove unsafe printks from the io thread by Anton Ivanov · 6 years ago
  13. 53766de um: Clean-up command processing in UML UBD driver by Anton Ivanov · 6 years ago
  14. a43c831 um: Switch to block-mq constants in the UML UBD driver by Anton Ivanov · 6 years ago
  15. 0033dfd ubd: fix missing initialization of io_req by Anton Ivanov · 6 years ago
  16. 6961cd4 ubd: fix missing lock around request issue by Jens Axboe · 6 years ago
  17. ecb0a83 ubd: remove use of blk_rq_map_sg by Christoph Hellwig · 6 years ago
  18. 4e6da0fe um: Convert ubd driver to blk-mq by Richard Weinberger · 7 years ago
  19. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  20. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  21. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  22. ff6a179 Epoll based IRQ controller by Anton Ivanov · 7 years ago
  23. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  24. f88f0bd um: UBD Improvements by Anton Ivanov · 8 years ago
  25. d72a578 um: track 'parent' device in a local variable by Dan Williams · 9 years ago
  26. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 9 years ago
  27. f935a8c um: switch to using blk_queue_write_cache() by Jens Axboe · 9 years ago
  28. 8c6157b um: Update UBD to use pread/pwrite family of functions by Anton Ivanov · 9 years ago
  29. 2a23612 um: ubd: Fix for processes stuck in D state forever by Thorsten Knabe · 11 years ago
  30. 91d44ff um: Cleanup SIGTERM handling by Richard Weinberger · 12 years ago
  31. bc1d72e um: ubd: Introduce submit_request() by Richard Weinberger · 12 years ago
  32. 805f11a um: ubd: Add REQ_FLUSH suppport by Richard Weinberger · 12 years ago
  33. db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
  34. 37185b3 um: get rid of pointless include "..." where include <...> will do by Al Viro · 12 years ago
  35. d4afcba um: fix ubd_file_size for read-only files by Martin Pärtel · 13 years ago
  36. 8ea3c06 um: clean up the includes in ubd by Al Viro · 14 years ago
  37. c0b79a9 um: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  38. 8535639 um: fix ubd cow size by Richard Weinberger · 13 years ago
  39. 0a9e70b um: kill shared/mem_kern.h by Al Viro · 14 years ago
  40. dbddc51 um: don't include kern.h unless it's needed by Al Viro · 14 years ago
  41. 22e6500 um: Replace deprecated spinlock initialization by Thomas Gleixner · 14 years ago
  42. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  43. 9a181c5 uml: kill big kernel lock by Arnd Bergmann · 14 years ago
  44. 4752690 ubd: fix incorrect sector handling during request restart by Tejun Heo · 14 years ago
  45. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 15 years ago
  46. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  47. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 15 years ago
  48. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  49. 6613c5e uml: convert to seq_file/proc_fops by Alexey Dobriyan · 15 years ago
  50. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  51. 8691b97 uml: remove driver_data direct access of struct device by Greg Kroah-Hartman · 16 years ago
  52. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
  53. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 16 years ago
  54. f81f2f7 ubd: drop unnecessary rq->sector manipulation by Tejun Heo · 16 years ago
  55. 4d6c84d ubd: cleanup completion path by Tejun Heo · 16 years ago
  56. 73855e1 ubd_kern: make it 'struct hd_driveid'-free by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 792dd4f ubd: stop defintining MAJOR_NR by Christoph Hellwig · 16 years ago
  58. a625c99 [PATCH] switch ubd by Al Viro · 17 years ago
  59. d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  60. 9f31287 uml: remove a duplicate include by Huang Weiyi · 17 years ago
  61. 6d07424 uml: use DIV_ROUND_UP by Jiri Olsa · 17 years ago
  62. 5dc62b1 uml: clean up arch/um/drivers/ubd_kern.c by WANG Cong · 17 years ago
  63. 83380cc uml: remove fakehd by Jeff Dike · 17 years ago
  64. 8299ca5 uml: reconst a parameter by Jeff Dike · 17 years ago
  65. edea138 uml: tidy kern_util.h by Jeff Dike · 17 years ago
  66. c0a9290 uml: const and other tidying by WANG Cong · 17 years ago
  67. 20ede45 uml: document new ubd flag by Jeff Dike · 17 years ago
  68. 4898b53 blk_end_request: changing um (take 4) by Kiyoshi Ueda · 17 years ago
  69. 12429bf leak in do_ubd_request by Miklos Szeredi · 17 years ago
  70. 4f40c05 uml: fix incompatible types warning in previous SG fix by WANG Cong · 17 years ago
  71. 23464ff arch/um/drivers/ubd_kern.c: fix a building error by WANG Cong · 17 years ago
  72. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  73. da2486b uml: remove unneeded void * cast by Jesper Juhl · 17 years ago
  74. f4768ff uml: fix previous request size limit fix by Jeff Dike · 18 years ago
  75. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 18 years ago
  76. 8619b86 uml: limit request size on COWed devices by Jeff Dike · 18 years ago
  77. 0a6d3a2 uml: fix request->sector update by Jeff Dike · 18 years ago
  78. e16f535 uml: get declaration of simple_strtoul by Jeff Dike · 18 years ago
  79. a6ea4cc uml: rename os_{read_write}_file_k back to os_{read_write}_file by Jeff Dike · 18 years ago
  80. dc764e5 uml: formatting fixes around os_{read_write}_file callers by Jeff Dike · 18 years ago
  81. fda83a9 uml: change remaining callers of os_{read_write}_file by Jeff Dike · 18 years ago
  82. 990c558 uml: fixup allocation in the ubd driver by Peter Zijlstra · 18 years ago
  83. 2adcec2 uml: send pointers instead of structures to I/O thread by Jeff Dike · 18 years ago
  84. a0044bd uml: batch I/O requests by Jeff Dike · 18 years ago
  85. 3d56404 uml: start fixing os_read_file and os_write_file by Jeff Dike · 18 years ago
  86. 2e3f525 uml: drivers get release methods by Jeff Dike · 18 years ago
  87. 9218b17 uml: remove user_util.h by Jeff Dike · 18 years ago
  88. b47d2de uml: handle block device hotplug errors by Jeff Dike · 18 years ago
  89. 2a9529a [PATCH] uml: fix I/O hang when multiple devices are in use by Jeff Dike · 18 years ago
  90. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 18 years ago
  91. b8831a1 [PATCH] uml: locking fixes in the ubd driver by Jeff Dike · 18 years ago
  92. 62f96cb [PATCH] uml: add per-device queues and locks to ubd driver by Jeff Dike · 18 years ago
  93. 84f48d4 [PATCH] uml: mconsole locking by Jeff Dike · 18 years ago
  94. f28169d [PATCH] uml: return hotplug errors to host by Jeff Dike · 18 years ago
  95. d8d7c28 [PATCH] uml ubd driver: various little changes by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  96. 0bf16bf [PATCH] uml ubd driver: do not store error codes as ->fd by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  97. 84e945e [PATCH] uml ubd driver: use bitfields where possible by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  98. e7f6552 [PATCH] uml ubd driver: reformat ubd_config by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  99. 2fe30a3 [PATCH] uml ubd driver: convert do_ubd to a boolean variable by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  100. 33f775e [PATCH] uml ubd driver: ubd_io_lock usage fixup by Paolo 'Blaisorblade' Giarrusso · 18 years ago