1. 8ea3c06 um: clean up the includes in ubd by Al Viro · 13 years ago
  2. c0b79a9 um: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  3. 8535639 um: fix ubd cow size by Richard Weinberger · 13 years ago
  4. 0a9e70b um: kill shared/mem_kern.h by Al Viro · 13 years ago
  5. dbddc51 um: don't include kern.h unless it's needed by Al Viro · 13 years ago
  6. 22e6500 um: Replace deprecated spinlock initialization by Thomas Gleixner · 13 years ago
  7. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  8. 9a181c5 uml: kill big kernel lock by Arnd Bergmann · 14 years ago
  9. 4752690 ubd: fix incorrect sector handling during request restart by Tejun Heo · 14 years ago
  10. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  11. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  12. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  13. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  14. 6613c5e uml: convert to seq_file/proc_fops by Alexey Dobriyan · 15 years ago
  15. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  16. 8691b97 uml: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  17. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  18. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  19. f81f2f7 ubd: drop unnecessary rq->sector manipulation by Tejun Heo · 15 years ago
  20. 4d6c84d ubd: cleanup completion path by Tejun Heo · 15 years ago
  21. 73855e1 ubd_kern: make it 'struct hd_driveid'-free by Bartlomiej Zolnierkiewicz · 15 years ago
  22. 792dd4f ubd: stop defintining MAJOR_NR by Christoph Hellwig · 15 years ago
  23. a625c99 [PATCH] switch ubd by Al Viro · 16 years ago
  24. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  25. 9f31287 uml: remove a duplicate include by Huang Weiyi · 16 years ago
  26. 6d07424 uml: use DIV_ROUND_UP by Jiri Olsa · 16 years ago
  27. 5dc62b1 uml: clean up arch/um/drivers/ubd_kern.c by WANG Cong · 16 years ago
  28. 83380cc uml: remove fakehd by Jeff Dike · 16 years ago
  29. 8299ca5 uml: reconst a parameter by Jeff Dike · 16 years ago
  30. edea138 uml: tidy kern_util.h by Jeff Dike · 16 years ago
  31. c0a9290 uml: const and other tidying by WANG Cong · 16 years ago
  32. 20ede45 uml: document new ubd flag by Jeff Dike · 16 years ago
  33. 4898b53 blk_end_request: changing um (take 4) by Kiyoshi Ueda · 17 years ago
  34. 12429bf leak in do_ubd_request by Miklos Szeredi · 17 years ago
  35. 4f40c05 uml: fix incompatible types warning in previous SG fix by WANG Cong · 17 years ago
  36. 23464ff arch/um/drivers/ubd_kern.c: fix a building error by WANG Cong · 17 years ago
  37. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  38. da2486b uml: remove unneeded void * cast by Jesper Juhl · 17 years ago
  39. f4768ff uml: fix previous request size limit fix by Jeff Dike · 17 years ago
  40. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  41. 8619b86 uml: limit request size on COWed devices by Jeff Dike · 17 years ago
  42. 0a6d3a2 uml: fix request->sector update by Jeff Dike · 17 years ago
  43. e16f535 uml: get declaration of simple_strtoul by Jeff Dike · 17 years ago
  44. a6ea4cc uml: rename os_{read_write}_file_k back to os_{read_write}_file by Jeff Dike · 17 years ago
  45. dc764e5 uml: formatting fixes around os_{read_write}_file callers by Jeff Dike · 17 years ago
  46. fda83a9 uml: change remaining callers of os_{read_write}_file by Jeff Dike · 17 years ago
  47. 990c558 uml: fixup allocation in the ubd driver by Peter Zijlstra · 17 years ago
  48. 2adcec2 uml: send pointers instead of structures to I/O thread by Jeff Dike · 17 years ago
  49. a0044bd uml: batch I/O requests by Jeff Dike · 17 years ago
  50. 3d56404 uml: start fixing os_read_file and os_write_file by Jeff Dike · 17 years ago
  51. 2e3f525 uml: drivers get release methods by Jeff Dike · 17 years ago
  52. 9218b17 uml: remove user_util.h by Jeff Dike · 17 years ago
  53. b47d2de uml: handle block device hotplug errors by Jeff Dike · 17 years ago
  54. 2a9529a [PATCH] uml: fix I/O hang when multiple devices are in use by Jeff Dike · 17 years ago
  55. b653d081 [PATCH] proc: remove useless (and buggy) ->nlink settings by Alexey Dobriyan · 17 years ago
  56. b8831a1 [PATCH] uml: locking fixes in the ubd driver by Jeff Dike · 17 years ago
  57. 62f96cb [PATCH] uml: add per-device queues and locks to ubd driver by Jeff Dike · 17 years ago
  58. 84f48d4 [PATCH] uml: mconsole locking by Jeff Dike · 17 years ago
  59. f28169d [PATCH] uml: return hotplug errors to host by Jeff Dike · 17 years ago
  60. d8d7c28 [PATCH] uml ubd driver: various little changes by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  61. 0bf16bf [PATCH] uml ubd driver: do not store error codes as ->fd by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  62. 84e945e [PATCH] uml ubd driver: use bitfields where possible by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  63. e7f6552 [PATCH] uml ubd driver: reformat ubd_config by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  64. 2fe30a3 [PATCH] uml ubd driver: convert do_ubd to a boolean variable by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  65. 33f775e [PATCH] uml ubd driver: ubd_io_lock usage fixup by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  66. d7fb2c3 [PATCH] uml ubd driver: change ubd_lock to be a mutex by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  67. 5f75a4f [PATCH] uml ubd driver: give better names to some functions. by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  68. 7d314e3 [PATCH] uml ubd driver: var renames by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  69. 2a9d32f [PATCH] uml ubd driver: document some struct fields by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  70. 97d88ac [PATCH] uml ubd driver: allow using up to 16 UBD devices by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  71. 7bea96f [PATCH] uml pt_regs fixes by Al Viro · 18 years ago
  72. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  73. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  74. 80c1374 [PATCH] uml: close file descriptor leaks by Jeff Dike · 18 years ago
  75. 03a3f82 [PATCH] uml: remove unused variable by Jeff Dike · 18 years ago
  76. bd6aa65 [PATCH] irq-flags: UM: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  77. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  78. ce7b0f4 [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  79. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  80. 79021a6 [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  81. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  82. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  83. f4c57a7 [PATCH] uml: fix initcall return values by Jeff Dike · 18 years ago
  84. 6c29256c [PATCH] uml: allow ubd devices to be shared in a cluster by Jeff Dike · 18 years ago
  85. fe1db50 [PATCH] uml: tidying COW code by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  86. a374a48 [PATCH] uml ubd code: fix a bit of whitespace by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  87. 4833aff [PATCH] uml: allow again to move backing file and to override saved location by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  88. beb25c6 [PATCH] uml: kill an unused variable by Jeff Dike · 19 years ago
  89. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  90. 1b57e9c [PATCH] uml: non-void functions should return something by Jeff Dike · 19 years ago
  91. 970d6e3 [PATCH] uml: use kstrdup by Jeff Dike · 19 years ago
  92. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  93. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  94. 91acb21 [PATCH] uml: revert block driver use of host AIO by Jeff Dike · 19 years ago
  95. 09ace81 [PATCH] uml: add host AIO support to block driver by Jeff Dike · 19 years ago
  96. ec7cf78 [PATCH] uml: error path cleanup by Jeff Dike · 19 years ago
  97. 29d56cf [PATCH] uml: hot-unplug code cleanup by Jeff Dike · 19 years ago
  98. 0894e27 [PATCH] uml: single-space a help message by Jeff Dike · 19 years ago
  99. a2e4b97 [PATCH] uml: remove 2_5compat.h by Jeff Dike · 19 years ago
  100. 7b9014c [PATCH] uml: Remove ubd-mmap support by Jeff Dike · 19 years ago