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