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