1. bf0ddab blk-mq: fix sysfs inflight counter by Omar Sandoval · 6 years ago
  2. f33ff11 block, char_dev: Use correct format specifier for unsigned ints by Srivatsa S. Bhat · 7 years ago
  3. 56c0908 genhd: Fix BUG in blkdev_open() by Jan Kara · 7 years ago
  4. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  5. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  6. d52987b genhd: Fix leaked module reference for NVME devices by Jan Kara · 7 years ago
  7. fa70d2e block: allow gendisk's request_queue registration to be deferred by Mike Snitzer · 7 years ago
  8. bc8d062 block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDEN by Mike Snitzer · 7 years ago
  9. 7fb5262 block: genhd.c: fix message typo by Randy Dunlap · 7 years ago
  10. 3a92168 block: add WARN_ON if bdi register fail by weiping zhang · 7 years ago
  11. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  12. f0fba39 block: avoid null pointer dereference on null disk by Colin Ian King · 7 years ago
  13. 17eac09 block: create 'slaves' and 'holders' entries for hidden gendisks by Hannes Reinecke · 7 years ago
  14. 8ddcd65 block: introduce GENHD_FL_HIDDEN by Christoph Hellwig · 7 years ago
  15. 517bf3c block: don't look at the struct device dev_t in disk_devt by Christoph Hellwig · 7 years ago
  16. e319e1f block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_completion() by Byungchul Park · 7 years ago
  17. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  18. 807d4af block: add a __disk_get_part helper by Christoph Hellwig · 7 years ago
  19. de65b01 block: reject attempts to allocate more than DISK_MAX_PARTS partitions by Christoph Hellwig · 7 years ago
  20. 6d2cf6f genhd: Annotate all part and part_tbl pointer dereferences by Bart Van Assche · 7 years ago
  21. f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
  22. 0609e0e block: make part_in_flight() take an array of two ints by Jens Axboe · 7 years ago
  23. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
  24. 133d55c block: order /proc/devices by major number by Logan Gunthorpe · 7 years ago
  25. edf8ff5 block: Constify disk_type by Bart Van Assche · 7 years ago
  26. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  27. 9438b3e block: hide badblocks attribute by default by Dan Williams · 7 years ago
  28. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 7 years ago
  29. d01b2dc block: Fix oops scsi_disk_get() by Jan Kara · 7 years ago
  30. c01228d Revert "scsi, block: fix duplicate bdi name registration crashes" by Jan Kara · 8 years ago
  31. 90f16fd block: Make del_gendisk() safer for disks without queues by Jan Kara · 8 years ago
  32. 165a5e2 block: Move bdi_unregister() to del_gendisk() by Jan Kara · 8 years ago
  33. d06e05c block: Unhash also block device inode for the whole device by Jan Kara · 8 years ago
  34. 4b8c861 block: Move bdev_unhash_inode() after invalidate_partition() by Jan Kara · 8 years ago
  35. 0dba131 scsi, block: fix duplicate bdi name registration crashes by Dan Williams · 8 years ago
  36. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  37. f44f1ab block: Unhash block device inodes on gendisk destruction by Jan Kara · 8 years ago
  38. df08c32 block: fix bdi vs gendisk lifetime mismatch by Dan Williams · 8 years ago
  39. 77da160 block: fix use-after-free in seq file by Vegard Nossum · 8 years ago
  40. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  41. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 8 years ago
  42. 52c44d9 block: remove ->driverfs_dev by Dan Williams · 8 years ago
  43. e63a46b block: introduce device_add_disk() by Dan Williams · 8 years ago
  44. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  45. 55f5560 block: kill disk_{check|set|clear|alloc}_badblocks by Dan Williams · 9 years ago
  46. 20a308f block: clarify badblocks lifetime by Dan Williams · 9 years ago
  47. d3b407fb badblocks: rename badblocks_free to badblocks_exit by Dan Williams · 9 years ago
  48. 99e6608 block: Add badblock management for gendisks by Vishal Verma · 9 years ago
  49. ac34f15 block: fix del_gendisk() vs blkdev_ioctl crash by Dan Williams · 9 years ago
  50. 1fe8f34 block: do not initialise statics to 0 or NULL by Wei Tang · 9 years ago
  51. 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
  52. 6c71013 block: partition: convert percpu ref by Ming Lei · 9 years ago
  53. b54e5ed block: partition: introduce hd_free_part() by Ming Lei · 9 years ago
  54. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  55. 4d66e5e block: fix ext_dev_lock lockdep report by Dan Williams · 9 years ago
  56. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  57. aad653a block: discard bdi_unregister() in favour of bdi_destroy() by NeilBrown · 9 years ago
  58. 5fabcb4 genhd: check for int overflow in disk_expand_part_tbl() by Jens Axboe · 10 years ago
  59. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  60. 46f341f genhd: fix leftover might_sleep() in blk_free_devt() by Jens Axboe · 10 years ago
  61. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  62. 2da7809 block: Fix dev_t minor allocation lifetime by Keith Busch · 10 years ago
  63. c1b511e block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  64. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 11 years ago
  65. 695588f block: queue work on power efficient wq by Viresh Kumar · 11 years ago
  66. 4e4098a driver core: handle user namespaces properly with the uid/gid devtmpfs change by Greg Kroah-Hartman · 11 years ago
  67. 3c2670e driver core: add uid and gid to devtmpfs by Kay Sievers · 11 years ago
  68. bab998d block: convert to idr_alloc() by Tejun Heo · 12 years ago
  69. ce23bba block: fix synchronization and limit check in blk_alloc_devt() by Tejun Heo · 12 years ago
  70. 7b74e91 block: fix ext_devt_idr handling by Tomas Henzl · 12 years ago
  71. 25e823c block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices by Ming Lei · 12 years ago
  72. 12c2bdb block: prevent race/cleanup by Derek Basehore · 12 years ago
  73. aea24a8 block: remove deadlock in disk_clear_events by Derek Basehore · 12 years ago
  74. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  75. 1ad7e89 block: store partition_meta_info.uuid as a string by Stephen Warren · 12 years ago
  76. c304a51 block: use NUMA_NO_NODE instead of -1 by Ezequiel Garcia · 12 years ago
  77. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  78. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  79. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  80. 0676806 block: Don't use static to define "void *p" in show_partition_start() by Jianpeng Ma · 12 years ago
  81. c83f6bf block: add partition resize function to blkpg ioctl by Vivek Goyal · 12 years ago
  82. 05c69d2 block: fix buffer overflow when printing partition UUIDs by Tejun Heo · 12 years ago
  83. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 13 years ago
  84. 9f53d2fe block: fix __blkdev_get and add_disk race condition by Stanislaw Gruszka · 13 years ago
  85. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  86. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  87. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  88. ff01bb4 fs: move code out of buffer.c by Al Viro · 13 years ago
  89. 4752bc3 make register_disk() static by Al Viro · 13 years ago
  90. 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 13 years ago
  91. d098539 block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk" by Tejun Heo · 13 years ago
  92. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  93. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  94. 523e1d3 block: make gendisk hold a reference to its queue by Tejun Heo · 13 years ago
  95. a72c5e5 [SCSI] genhd: add a new attribute "alias" in gendisk by Nao Nishijima · 13 years ago
  96. d27769e block: add GENHD_FL_NO_PART_SCAN by Tejun Heo · 13 years ago
  97. f95fe9c block/genhd.c: remove useless cast in diskstats_show() by Herbert Poetzl · 13 years ago
  98. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  99. 57bdfbf block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() by Lai Jiangshan · 13 years ago
  100. 85ef06d block: flush MEDIA_CHANGE from drivers on close(2) by Tejun Heo · 13 years ago