1. 4b9e043 s390: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 5 months ago
  2. 0b707e5 Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
  3. a8e5d49 s390/dasd: fix possibly missed path verification by Stefan Haberland · 3 years, 5 months ago
  4. 9dffede s390/dasd: fix missing path conf_data after failed allocation by Stefan Haberland · 3 years, 5 months ago
  5. 542e30c s390/dasd: summarize dasd configuration data in a separate structure by Stefan Haberland · 3 years, 5 months ago
  6. 74e2f21 s390/dasd: move dasd_eckd_read_fc_security by Stefan Haberland · 3 years, 5 months ago
  7. 2359696 s390/dasd: split up dasd_eckd_read_conf by Stefan Haberland · 3 years, 5 months ago
  8. 10c78e5 s390/dasd: fix kernel doc comment by Heiko Carstens · 3 years, 5 months ago
  9. 169bbda s390/dasd: handle request magic consistently as unsigned int by Heiko Carstens · 3 years, 5 months ago
  10. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 5 months ago
  11. b81e0c2 block: drop unused includes in <linux/genhd.h> by Christoph Hellwig · 3 years, 6 months ago
  12. f367c7d s390/block/scm_blk: add error handling support for add_disk() by Luis Chamberlain · 3 years, 6 months ago
  13. 1a5db70 s390/block/dcssblk: add error handling support for add_disk() by Gerald Schaefer · 3 years, 6 months ago
  14. 11dfe19 s390/block/dasd_genhd: add error handling support for add_disk() by Luis Chamberlain · 3 years, 6 months ago
  15. f154c80 Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 6 months ago
  16. 68c32eb s390: remove xpram device driver by Heiko Carstens · 3 years, 6 months ago
  17. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 6 months ago
  18. 6793691 Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  19. c7a5238 Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 7 months ago
  20. 4a1fa41 block: pass a request_queue to __blk_alloc_disk by Christoph Hellwig · 3 years, 7 months ago
  21. a58bd76 block: remove the minors argument to __alloc_disk_node by Christoph Hellwig · 3 years, 7 months ago
  22. 9c2b9db block: remove alloc_disk and alloc_disk_node by Christoph Hellwig · 3 years, 7 months ago
  23. 2b7a811 dcssblk: use bvec_virt by Christoph Hellwig · 3 years, 7 months ago
  24. bf5fb87 dasd: use bvec_virt by Christoph Hellwig · 3 years, 7 months ago
  25. bd935a7 Merge 5.14-rc5 into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
  26. 6bbf591 Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  27. 952835e s390/dasd: fix use after free in dasd path handling by Stefan Haberland · 3 years, 7 months ago
  28. 1487f59 s390/dasd: remove debug printk by Heiko Carstens · 3 years, 8 months ago
  29. 15f83bb s390/scm: Make struct scm_driver::remove return void by Uwe Kleine-König · 3 years, 8 months ago
  30. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  31. 2bb919b Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 8 months ago
  32. 2b7a8dc s390/dasd: Avoid field over-reading memcpy() by Kees Cook · 3 years, 9 months ago
  33. 299f2b5 dasd: unexport dasd_set_target_state by Christoph Hellwig · 3 years, 9 months ago
  34. df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  35. d4a0190 s390/dasd: use register pair instead of register asm by Heiko Carstens · 3 years, 9 months ago
  36. 0384264 block: pass a gendisk to bdev_disk_changed by Christoph Hellwig · 3 years, 9 months ago
  37. 28ac9b1 s390/xpram: Remove power management support by Peter Oberparleiter · 3 years, 9 months ago
  38. e2f4d7b s390/dcssblk: Remove power management support by Peter Oberparleiter · 3 years, 9 months ago
  39. c06cf06 scm_blk: use blk_mq_alloc_disk and blk_cleanup_disk by Christoph Hellwig · 3 years, 9 months ago
  40. a869870 block: move bd_mutex to struct gendisk by Christoph Hellwig · 3 years, 10 months ago
  41. ef35885 xpram: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 10 months ago
  42. 0692ef2 dcssblk: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 10 months ago
  43. c0c8a83 s390/dasd: add missing discipline function by Stefan Haberland · 3 years, 10 months ago
  44. be4f361 s390: dasd: Mundane spelling fixes by Bhaskar Chowdhury · 3 years, 11 months ago
  45. fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 months ago
  46. b896fa8 dasd: use bdev_disk_changed instead of blk_drop_partitions by Christoph Hellwig · 4 years ago
  47. 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 4 years ago
  48. 1987c55 s390/dasd: let driver core manage the sysfs attributes by Julian Wiedmann · 4 years ago
  49. 86f0a01 s390/dasd: remove dasd_fba_probe() wrapper by Julian Wiedmann · 4 years ago
  50. 66f669a s390/dasd: fix hanging IO request during DASD driver unbind by Stefan Haberland · 4 years ago
  51. 7d365bd s390/dasd: fix hanging DASD driver unbind by Stefan Haberland · 4 years ago
  52. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  53. ac55ad2 s390/dasd: Fix inconsistent kobject removal by Jan Höppner · 4 years, 2 months ago
  54. bc359d0 block: add a disk_uevent helper by Christoph Hellwig · 4 years, 2 months ago
  55. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years, 2 months ago
  56. cf9a978 dcssblk: remove the end of device check in dcssblk_submit_bio by Christoph Hellwig · 4 years, 2 months ago
  57. 53a7f65 s390/dasd: fix list corruption of lcu list by Stefan Haberland · 4 years, 3 months ago
  58. 0ede91f s390/dasd: fix list corruption of pavgroup group list by Stefan Haberland · 4 years, 3 months ago
  59. a29ea01 s390/dasd: prevent inconsistent LCU device data by Stefan Haberland · 4 years, 3 months ago
  60. 658a337 s390/dasd: fix hanging device offline processing by Stefan Haberland · 4 years, 3 months ago
  61. 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  62. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  63. 58659247 Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 3 months ago
  64. 127fca6 s390/dasd: remove unused pm related functions by Vineeth Vijayan · 4 years, 4 months ago
  65. 977115c block: stop using bdget_disk for partition 0 by Christoph Hellwig · 4 years, 4 months ago
  66. ad1eaa5 block: switch disk_part_iter_* to use a struct block_device by Christoph Hellwig · 4 years, 4 months ago
  67. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 4 months ago
  68. 6f117cb s390/dasd: fix null pointer dereference for ERP requests by Stefan Haberland · 4 years, 4 months ago
  69. 4d063e6 s390/dasd: Process FCES path event notification by Jan Höppner · 4 years, 5 months ago
  70. b729493 s390/dasd: Prepare for additional path event handling by Jan Höppner · 4 years, 5 months ago
  71. 19508b2 s390/dasd: Display FC Endpoint Security information via sysfs by Jan Höppner · 4 years, 5 months ago
  72. 9e34c8b s390/dasd: Fix operational path inconsistency by Jan Höppner · 4 years, 5 months ago
  73. 4601812 s390/dasd: Store path configuration data during path handling by Jan Höppner · 4 years, 5 months ago
  74. d2a5275 s390/dasd: Move duplicate code to separate function by Jan Höppner · 4 years, 5 months ago
  75. e03c594 s390/dasd: Remove unused parameter from dasd_generic_probe() by Jan Höppner · 4 years, 5 months ago
  76. 2c1b6ec dasd: implement ->set_read_only to hook into BLKROSET processing by Christoph Hellwig · 4 years, 4 months ago
  77. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  78. fa01b1e block: add a bdev_is_partition helper by Christoph Hellwig · 4 years, 6 months ago
  79. 841ab72 dasd: cleanup dasd_scan_partitions by Christoph Hellwig · 4 years, 6 months ago
  80. 709192d s390/dasd: Fix zero write for FBA devices by Jan Höppner · 4 years, 6 months ago
  81. c2b4bb8 block: fix locking for struct block_device size updates by Christoph Hellwig · 4 years, 7 months ago
  82. 10321aa s390/dasd: Use struct_size() helper by Gustavo A. R. Silva · 4 years, 8 months ago
  83. 9f4aa52 s390/dasd: fix inability to use DASD with DIAG driver by Stefan Haberland · 4 years, 8 months ago
  84. 9011495 dcssblk: don't set bd_block_size in ->open by Christoph Hellwig · 4 years, 9 months ago
  85. c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 9 months ago
  86. f695ca3 block: remove the request_queue argument from blk_queue_split by Christoph Hellwig · 4 years, 9 months ago
  87. 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 9 months ago
  88. 26d7e28 s390/dasd: remove ioctl_by_bdev calls by Stefan Haberland · 4 years, 10 months ago
  89. 9353848 dasd: refactor dasd_ioctl_information by Christoph Hellwig · 4 years, 10 months ago
  90. 21be6cd dasd: use blk_drop_partitions instead of badly reimplementing it by Christoph Hellwig · 5 years ago
  91. 3dceecf s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig by Stefan Haberland · 5 years ago
  92. 9b06860 Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  93. ad0bf4e Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  94. 4e4ced9 dax: Move mandatory ->zero_page_range() check in alloc_dax() by Vivek Goyal · 5 years ago
  95. 79fa974 s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver by Vivek Goyal · 5 years ago
  96. 69c1fd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 5 years ago
  97. 10f36b1 Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  98. 3d745ea block: simplify queue allocation by Christoph Hellwig · 5 years ago
  99. 816dddc s390/dasd: Fix comment spelling by Geert Uytterhoeven · 5 years ago
  100. 5e6bdd3 s390/dasd: fix data corruption for thin provisioned devices by Stefan Haberland · 5 years ago