1. 26d7e28 s390/dasd: remove ioctl_by_bdev calls by Stefan Haberland · 4 years, 8 months ago
  2. 9353848 dasd: refactor dasd_ioctl_information by Christoph Hellwig · 4 years, 8 months ago
  3. 3448914 loop: Add LOOP_CONFIGURE ioctl by Martijn Coenen · 4 years, 8 months ago
  4. faf1d25 loop: Clean up LOOP_SET_STATUS lo_flags handling by Martijn Coenen · 4 years, 8 months ago
  5. 571fae6 loop: Rework lo_ioctl() __user argument casting by Martijn Coenen · 4 years, 8 months ago
  6. 62ab466 loop: Move loop_set_status_from_info() and friends up by Martijn Coenen · 4 years, 8 months ago
  7. 0c3796c loop: Factor out configuring loop from status by Martijn Coenen · 4 years, 8 months ago
  8. 0a6ed1b loop: Remove figure_loop_size() by Martijn Coenen · 4 years, 8 months ago
  9. b0bd158 loop: Refactor loop_set_status() size calculation by Martijn Coenen · 4 years, 8 months ago
  10. 716ad09 loop: Switch to set_capacity_revalidate_and_notify() by Martijn Coenen · 4 years, 8 months ago
  11. 5795b6f loop: Factor out setting loop device size by Martijn Coenen · 4 years, 8 months ago
  12. 083a6a5 loop: Remove sector_t truncation checks by Martijn Coenen · 4 years, 8 months ago
  13. 7c5014b loop: Call loop_config_discard() only after new config is applied by Martijn Coenen · 4 years, 8 months ago
  14. c651656 block/swim3: use set_current_state macro by Xu Wang · 4 years, 8 months ago
  15. 8fd2b98 Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.8/drivers by Jens Axboe · 4 years, 8 months ago
  16. 358369f md/raid1: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  17. 3f99980 md: add a newline when printing parameter 'start_ro' by sysfs by Xiongfeng Wang · 4 years, 8 months ago
  18. e4fc5a7 md: stop using ->queuedata by Christoph Hellwig · 4 years, 8 months ago
  19. c91114c md/raid1: release pending accounting for an I/O only after write-behind is also finished by David Jeffery · 5 years ago
  20. 3024ba2 md: remove redundant memalloc scope API usage by Coly Li · 4 years, 9 months ago
  21. 7f8a30e raid5: update code comment of scribble_alloc() by Coly Li · 4 years, 9 months ago
  22. ba54d4d raid5: remove gfp flags from scribble_alloc() by Coly Li · 4 years, 9 months ago
  23. 78f57ef md: use memalloc scope APIs in mddev_suspend()/mddev_resume() by Coly Li · 4 years, 9 months ago
  24. 3f79cc2 md: remove the extra line for ->hot_add_disk by Guoqing Jiang · 4 years, 9 months ago
  25. 78b990c md: flush md_rdev_misc_wq for HOT_ADD_DISK case by Guoqing Jiang · 4 years, 9 months ago
  26. f6766ff md: don't flush workqueue unconditionally in md_open by Guoqing Jiang · 4 years, 9 months ago
  27. cc1ffe6 md: add new workqueue for delete rdev by Guoqing Jiang · 4 years, 9 months ago
  28. 21e0958 md: add checkings before flush md_misc_wq by Guoqing Jiang · 4 years, 9 months ago
  29. 91bf5ec Merge tag 'floppy-for-5.8' of https://github.com/evdenis/linux-floppy into for-5.8/drivers by Jens Axboe · 4 years, 8 months ago
  30. 0836275 floppy: suppress UBSAN warning in setup_rw_floppy() by Denis Efremov · 4 years, 8 months ago
  31. bd10a5f floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd by Denis Efremov · 4 years, 8 months ago
  32. 9c4c5a2 floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params by Denis Efremov · 4 years, 8 months ago
  33. 29ac676 floppy: use print_hex_dump() in setup_DMA() by Denis Efremov · 4 years, 8 months ago
  34. ca1b409 floppy: cleanup: make set_fdc() always set current_drive and current_fd by Willy Tarreau · 4 years, 9 months ago
  35. 99ba6cc floppy: cleanup: get rid of current_reqD in favor of current_drive by Willy Tarreau · 4 years, 9 months ago
  36. 6111a4f floppy: make sure to reset all FDCs upon resume() by Willy Tarreau · 4 years, 9 months ago
  37. 05f5e31 floppy: cleanup: do not iterate on current_fdc in do_floppy_init() by Willy Tarreau · 4 years, 9 months ago
  38. 12aebfa floppy: cleanup: add a few comments about expectations in certain functions by Willy Tarreau · 4 years, 9 months ago
  39. 82a6301 floppy: cleanup: do not iterate on current_fdc in DMA grab/release functions by Willy Tarreau · 4 years, 9 months ago
  40. e5a9c95 floppy: cleanup: make get_fdc_version() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  41. 43d81bb floppy: cleanup: make next_valid_format() not rely on current_drive anymore by Willy Tarreau · 4 years, 9 months ago
  42. c7af70b floppy: cleanup: make check_wp() not rely on current_{fdc,drive} anymore by Willy Tarreau · 4 years, 9 months ago
  43. 3631a67 floppy: cleanup: make fdc_specify() not rely on current_{fdc,drive} anymore by Willy Tarreau · 4 years, 9 months ago
  44. d5da6fa floppy: cleanup: make fdc_configure() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  45. 197c7ff floppy: cleanup: make perpendicular_mode() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  46. 3ab12a1 floppy: cleanup: make need_more_output() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  47. 96dad77 floppy: cleanup: make result() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  48. f8a8e0f floppy: cleanup: make output_byte() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  49. 5ea00bf floppy: cleanup: make wait_til_ready() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  50. 6d494ed0 floppy: cleanup: make show_floppy() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  51. f3e0dc1 floppy: cleanup: make reset_fdc_info() not rely on current_fdc anymore by Willy Tarreau · 4 years, 9 months ago
  52. c1f710b floppy: cleanup: make twaddle() not rely on current_{fdc,drive} anymore by Willy Tarreau · 4 years, 9 months ago
  53. 38ede90 floppy: use symbolic register names in the x86 port by Willy Tarreau · 4 years, 9 months ago
  54. 6cb7e69 floppy: use symbolic register names in the sparc64 port by Willy Tarreau · 4 years, 9 months ago
  55. 6d36201 floppy: use symbolic register names in the sparc32 port by Willy Tarreau · 4 years, 9 months ago
  56. 7fd3463 floppy: use symbolic register names in the powerpc port by Willy Tarreau · 4 years, 9 months ago
  57. 40b7d1b floppy: use symbolic register names in the parisc port by Willy Tarreau · 4 years, 9 months ago
  58. 76373fc floppy: use symbolic register names in the m68k port by Willy Tarreau · 4 years, 9 months ago
  59. 7d33850 floppy: add references to 82077's extra registers by Willy Tarreau · 4 years, 9 months ago
  60. e72e8bf floppy: split the base port from the register in I/O accesses by Willy Tarreau · 4 years, 9 months ago
  61. 92decf1 nvme: define constants for identification values by Keith Busch · 4 years, 9 months ago
  62. d02abd1 nvmet: align addrfam list to spec by Chaitanya Kulkarni · 4 years, 8 months ago
  63. 3ecb5fa nvmet: centralize port enable access for configfs by Chaitanya Kulkarni · 4 years, 8 months ago
  64. 87628e2 nvmet: use type-name map for address treq by Chaitanya Kulkarni · 4 years, 8 months ago
  65. 84b8d0d nvmet: use type-name map for ana states by Chaitanya Kulkarni · 4 years, 8 months ago
  66. 7e76417 nvmet: use type-name map for address family by Chaitanya Kulkarni · 4 years, 8 months ago
  67. 45e2f3c nvmet: add generic type-name mapping by Chaitanya Kulkarni · 4 years, 8 months ago
  68. 7890b97 nvme-multipath: stop using ->queuedata by Christoph Hellwig · 4 years, 9 months ago
  69. db5ad6b nvme-tcp: try to send request in queue_rq context by Sagi Grimberg · 4 years, 8 months ago
  70. 72e5d75 nvme-tcp: avoid scheduling io_work if we are already polling by Sagi Grimberg · 4 years, 8 months ago
  71. 386e5e6 nvme-tcp: use bh_lock in data_ready by Sagi Grimberg · 4 years, 8 months ago
  72. 2a5bcfdd nvme-pci: align io queue count with allocted nvme_queue in nvme_probe by Weiping Zhang · 4 years, 8 months ago
  73. 54b2fce nvme-pci: remove last_sq_tail by Keith Busch · 4 years, 8 months ago
  74. 74943d4 nvme-pci: remove volatile cqes by Keith Busch · 4 years, 8 months ago
  75. b04df85 nvme: flush scan work on passthrough commands by Keith Busch · 4 years, 8 months ago
  76. 6623c5b nvme: clean up error handling in nvme_init_ns_head by Christoph Hellwig · 4 years, 8 months ago
  77. 3add1d9 nvme-fc: avoid gcc-10 zero-length-bounds warning by Arnd Bergmann · 4 years, 8 months ago
  78. e8cd1ff nvmet: add ns revalidation support by Anthony Iliopoulos · 4 years, 9 months ago
  79. 31fdad7 nvme: consolodate io settings by Keith Busch · 4 years, 9 months ago
  80. bc1af00 nvme: revalidate namespace stream parameters by Keith Busch · 4 years, 9 months ago
  81. 38adf94 nvme: consolidate chunk_sectors settings by Keith Busch · 4 years, 9 months ago
  82. b2b2de7 nvme: revalidate after verifying identifiers by Keith Busch · 4 years, 9 months ago
  83. b2ce4d9 nvme-multipath: set bdi capabilities once by Keith Busch · 4 years, 9 months ago
  84. 0c284db nvme: check namespace head shared property by Keith Busch · 4 years, 9 months ago
  85. 9ad1927 nvme: always search for namespace head by Keith Busch · 4 years, 9 months ago
  86. ac26250 nvme: release namespace head reference on error by Keith Busch · 4 years, 9 months ago
  87. d567572 nvme: unlink head after removing last namespace by Keith Busch · 4 years, 9 months ago
  88. aec459b nvme: remove the magic 1024 constant in nvme_scan_ns_list by Christoph Hellwig · 4 years, 9 months ago
  89. 4005f28 nvme: avoid an Identify Controller command for each namespace scan by Christoph Hellwig · 4 years, 9 months ago
  90. 4450ba3 nvme: factor out a nvme_ns_remove_by_nsid helper by Christoph Hellwig · 4 years, 9 months ago
  91. 25dcaa9 nvme: clean up nvme_scan_work by Christoph Hellwig · 4 years, 9 months ago
  92. b9a5c3d nvme: refine the Qemu Identify CNS quirk by Christoph Hellwig · 4 years, 9 months ago
  93. e4fcc72 nvmet-fc: slight cleanup for kbuild test warnings by James Smart · 4 years, 9 months ago
  94. b0012dd nvmet-rdma: use SRQ per completion vector by Max Gurtovoy · 8 years ago
  95. 03f8ceb nvme: remove unused parameter by Keith Busch · 4 years, 9 months ago
  96. 71fb90e nvme: provide num dword helper by Keith Busch · 4 years, 9 months ago
  97. 54840be lpfc: nvmet: Add Send LS Request and Abort LS Request support by James Smart · 4 years, 9 months ago
  98. 4c2805a lpfc: nvmet: Add support for NVME LS request hosthandle by James Smart · 4 years, 9 months ago
  99. 9aa09e9 lpfc: nvme: Add Receive LS Request and Send LS Response support to nvme by James Smart · 4 years, 9 months ago
  100. fe1bede lpfc: Refactor Send LS Response support by James Smart · 4 years, 9 months ago