1. ffecbc1 block: Fix oops scsi_disk_get() by Jan Kara · 7 years ago
  2. 340b5ba block: Make del_gendisk() safer for disks without queues by Jan Kara · 7 years ago
  3. cefff54 block: Move bdi_unregister() to del_gendisk() by Jan Kara · 7 years ago
  4. 0d01f96 block: Unhash also block device inode for the whole device by Jan Kara · 7 years ago
  5. 3048e17 block: Move bdev_unhash_inode() after invalidate_partition() by Jan Kara · 7 years ago
  6. 1cdb7f9 block: Use pointer to backing_dev_info from request_queue by Jan Kara · 7 years ago
  7. 9507b39 block: Unhash block device inodes on gendisk destruction by Jan Kara · 7 years ago
  8. 1e3fd7e block: genhd: Add disk/partition specific uevent callbacks for partition info by San Mehat · 15 years ago
  9. df08c32 block: fix bdi vs gendisk lifetime mismatch by Dan Williams · 8 years ago
  10. 77da160 block: fix use-after-free in seq file by Vegard Nossum · 8 years ago
  11. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  12. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 8 years ago
  13. 52c44d9 block: remove ->driverfs_dev by Dan Williams · 8 years ago
  14. e63a46b block: introduce device_add_disk() by Dan Williams · 8 years ago
  15. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  16. 55f5560 block: kill disk_{check|set|clear|alloc}_badblocks by Dan Williams · 8 years ago
  17. 20a308f block: clarify badblocks lifetime by Dan Williams · 8 years ago
  18. d3b407f badblocks: rename badblocks_free to badblocks_exit by Dan Williams · 8 years ago
  19. 99e6608 block: Add badblock management for gendisks by Vishal Verma · 8 years ago
  20. ac34f15 block: fix del_gendisk() vs blkdev_ioctl crash by Dan Williams · 8 years ago
  21. 1fe8f34 block: do not initialise statics to 0 or NULL by Wei Tang · 8 years ago
  22. 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
  23. 6c71013 block: partition: convert percpu ref by Ming Lei · 9 years ago
  24. b54e5ed block: partition: introduce hd_free_part() by Ming Lei · 9 years ago
  25. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  26. 4d66e5e block: fix ext_dev_lock lockdep report by Dan Williams · 9 years ago
  27. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  28. aad653a block: discard bdi_unregister() in favour of bdi_destroy() by NeilBrown · 9 years ago
  29. 5fabcb4 genhd: check for int overflow in disk_expand_part_tbl() by Jens Axboe · 9 years ago
  30. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  31. 46f341f genhd: fix leftover might_sleep() in blk_free_devt() by Jens Axboe · 10 years ago
  32. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  33. 2da7809 block: Fix dev_t minor allocation lifetime by Keith Busch · 10 years ago
  34. c1b511e block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  35. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 11 years ago
  36. 695588f block: queue work on power efficient wq by Viresh Kumar · 11 years ago
  37. 4e4098a driver core: handle user namespaces properly with the uid/gid devtmpfs change by Greg Kroah-Hartman · 11 years ago
  38. 3c2670e driver core: add uid and gid to devtmpfs by Kay Sievers · 11 years ago
  39. bab998d block: convert to idr_alloc() by Tejun Heo · 11 years ago
  40. ce23bba block: fix synchronization and limit check in blk_alloc_devt() by Tejun Heo · 11 years ago
  41. 7b74e91 block: fix ext_devt_idr handling by Tomas Henzl · 11 years ago
  42. 25e823c block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices by Ming Lei · 11 years ago
  43. 12c2bdb block: prevent race/cleanup by Derek Basehore · 11 years ago
  44. aea24a8 block: remove deadlock in disk_clear_events by Derek Basehore · 11 years ago
  45. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  46. 1ad7e89 block: store partition_meta_info.uuid as a string by Stephen Warren · 11 years ago
  47. c304a51 block: use NUMA_NO_NODE instead of -1 by Ezequiel Garcia · 11 years ago
  48. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  49. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  50. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  51. 0676806 block: Don't use static to define "void *p" in show_partition_start() by Jianpeng Ma · 12 years ago
  52. c83f6bf block: add partition resize function to blkpg ioctl by Vivek Goyal · 12 years ago
  53. 05c69d2 block: fix buffer overflow when printing partition UUIDs by Tejun Heo · 12 years ago
  54. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 12 years ago
  55. 9f53d2fe block: fix __blkdev_get and add_disk race condition by Stanislaw Gruszka · 12 years ago
  56. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  57. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 12 years ago
  58. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  59. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  60. 4752bc3 make register_disk() static by Al Viro · 13 years ago
  61. 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 12 years ago
  62. d098539 block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk" by Tejun Heo · 12 years ago
  63. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  64. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  65. 523e1d3 block: make gendisk hold a reference to its queue by Tejun Heo · 13 years ago
  66. a72c5e5 [SCSI] genhd: add a new attribute "alias" in gendisk by Nao Nishijima · 13 years ago
  67. d27769e block: add GENHD_FL_NO_PART_SCAN by Tejun Heo · 13 years ago
  68. f95fe9c block/genhd.c: remove useless cast in diskstats_show() by Herbert Poetzl · 13 years ago
  69. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  70. 57bdfbf block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() by Lai Jiangshan · 13 years ago
  71. 85ef06d block: flush MEDIA_CHANGE from drivers on close(2) by Tejun Heo · 13 years ago
  72. 04bf786 Merge branch 'for-linus' into for-3.1/core by Jens Axboe · 13 years ago
  73. 9f5e486 block:remove some spare spaces in genhd.c by Wanlong Gao · 13 years ago
  74. fdd514e block: make disk_block_events() properly wait for work cancellation by Tejun Heo · 13 years ago
  75. c3af54a block: remove non-syncing __disk_block_events() and fold it into disk_block_events() by Tejun Heo · 13 years ago
  76. a9dce2a block: don't use non-syncing event blocking in disk_check_events() by Tejun Heo · 13 years ago
  77. 75e3f3e block: always allocate genhd->ev if check_events is implemented by Tejun Heo · 13 years ago
  78. 7c88a16 block: don't propagate unlisted DISK_EVENTs to userland by Tejun Heo · 13 years ago
  79. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  80. facc31d block: Don't implicitly trigger event check on disk_unblock_events() by Tejun Heo · 13 years ago
  81. e83a46b Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core by Tejun Heo · 13 years ago
  82. 53f2295 block/genhd: Change some numerals into macros by Liu Yuan · 13 years ago
  83. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 13 years ago
  84. 81c5e2a Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core by Jens Axboe · 13 years ago
  85. 6c23a96 block: add internal hd part table references by Jens Axboe · 13 years ago
  86. 09e099d block: fix accounting bug on cross partition merges by Jerome Marchand · 13 years ago
  87. e61eb2e fs/block: type signature of major_to_index(int) to major_to_index(unsigned) by Yang Zhang · 13 years ago
  88. b9f985b block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p) by Yang Zhang · 13 years ago
  89. 77ea887 implement in-kernel gendisk events handling by Tejun Heo · 13 years ago
  90. d2bf1b6 block: move register_disk() and del_gendisk() to block/genhd.c by Tejun Heo · 13 years ago
  91. dddd9dc block: kill genhd_media_change_notify() by Tejun Heo · 13 years ago
  92. f253b86 Revert "block: fix accounting bug on cross partition merges" by Jens Axboe · 14 years ago
  93. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  94. e52eec1 SYSFS: Allow boot time switching between deprecated and modern sysfs layout by Andi Kleen · 14 years ago
  95. 7681bfe block: fix accounting bug on cross partition merges by Yasuaki Ishimatsu · 14 years ago
  96. 01ea506 block: Fix race during disk initialization by Signed-off-by: Jan Kara · 14 years ago
  97. b5af921 init: add support for root devices specified by partition UUID by Will Drewry · 14 years ago
  98. 6d1d805 block, partition: add partition_meta_info to hd_struct by Will Drewry · 14 years ago
  99. f1ac2502 block: remove all rcu head initializations by Paul E. McKenney · 14 years ago
  100. b6ac23af blkio: fix for modular blk-cgroup build by Divyesh Shah · 14 years ago