1. 7bfca0c iscsi-target: use common inet_addr_is_any by Sagi Grimberg · 7 years ago
  2. 4c65268 nvmet: don't return "any" ip address in discovery log page by Sagi Grimberg · 7 years ago
  3. a470143 net/utils: Introduce inet_addr_is_any by Sagi Grimberg · 7 years ago
  4. 57678e5 mmc: block: Delete gendisk before cleaning up the request queue by Shawn Lin · 7 years ago
  5. bd5c4fa Fix slab name "biovec-(1<<(21-12))" by Mikulas Patocka · 7 years ago
  6. 6e2fb22 block: use 32-bit blk_status_t on Alpha by Mikulas Patocka · 7 years ago
  7. 818e0fa block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unlock}() by Bart Van Assche · 7 years ago
  8. 5f2b18e bcache: Fix a compiler warning in bcache_device_init() by Bart Van Assche · 7 years ago
  9. 20d3a51 bcache: Reduce the number of sparse complaints about lock imbalances by Bart Van Assche · 7 years ago
  10. 4236146 bcache: Suppress more warnings about set-but-not-used variables by Bart Van Assche · 7 years ago
  11. f0d3814 bcache: Remove an unused variable by Bart Van Assche · 7 years ago
  12. 47344e3 bcache: Fix kernel-doc warnings by Bart Van Assche · 7 years ago
  13. 9dfbdec bcache: Annotate switch fall-through by Bart Van Assche · 7 years ago
  14. 4a4e443 bcache: Add __printf annotation to __bch_check_keys() by Bart Van Assche · 7 years ago
  15. fd01991 bcache: Fix indentation by Bart Van Assche · 7 years ago
  16. c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
  17. 27a40ab bcache: add backing_request_endio() for bi_end_io by Coly Li · 7 years ago
  18. df2b943 bcache: move closure debug file into debug directory by Chengguang Xu · 7 years ago
  19. ca71df3 bcache: fix using of loop variable in memory shrink by Tang Junhui · 7 years ago
  20. f3641c3 bcache: fix error return value in memory shrink by Tang Junhui · 7 years ago
  21. 688892b bcache: fix incorrect sysfs output value of strip size by Tang Junhui · 7 years ago
  22. bc082a5 bcache: fix inaccurate io state for detached bcache devices by Tang Junhui · 7 years ago
  23. 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
  24. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  25. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  26. fadd94e bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set by Coly Li · 7 years ago
  27. 804f3c6 bcache: fix cached_dev->count usage for bch_cache_set_error() by Coly Li · 7 years ago
  28. 52c5e62 block: bio_check_eod() needs to consider partitions by Christoph Hellwig · 7 years ago
  29. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  30. ec6dcf6 blk-mq-debugfs: Show more request state information by Bart Van Assche · 7 years ago
  31. 4c69948 blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir() by Joseph Qi · 7 years ago
  32. 5f990d3 block: sed-opal: fix u64 short atom length by Jonas Rabenstein · 7 years ago
  33. 17cb960 bsg: split handling of SCSI CDBs vs transport requeues by Christoph Hellwig · 7 years ago
  34. ef6fa64 bsg-lib: remove bsg_job.req by Christoph Hellwig · 7 years ago
  35. 31156ec bsg-lib: introduce a timeout field in struct bsg_job by Christoph Hellwig · 7 years ago
  36. ce3077e direct-io: Remove unused DIO_SKIP_DIO_COUNT logic by Nikolay Borisov · 7 years ago
  37. c8f4c36 direct-io: Remove unused DIO_ASYNC_EXTEND flag by Nikolay Borisov · 7 years ago
  38. fc9de9a MAINTAINERS: add coverage for drivers/block by Ross Zwisler · 7 years ago
  39. 56c4bdd block: Suppress kernel-doc warnings triggered by blk-zoned.c by Bart Van Assche · 7 years ago
  40. 2bbea6e cdrom: do not call check_disk_change() inside cdrom_open() by Maurizio Lombardi · 7 years ago
  41. da5ff37 Documentation/cdrom: fix German sharp s in LaTex by Randy Dunlap · 7 years ago
  42. 0a703c1 Documentation/cdrom: update cdrom-standard.tex for kernel changes by Randy Dunlap · 7 years ago
  43. 8a0ac14 block: Move the queue_flag_*() functions from a public into a private header file by Bart Van Assche · 7 years ago
  44. 1db2008 block: Complain if queue_flag_(set|clear)_unlocked() is abused by Bart Van Assche · 7 years ago
  45. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  46. bf3a2b3 target/tcm_loop: Use blk_queue_flag_set() by Bart Van Assche · 7 years ago
  47. bc74c33 iscsi: Use blk_queue_flag_set() by Bart Van Assche · 7 years ago
  48. 44e1ebe bcache: Use the blk_queue_flag_{set,clear}() functions by Bart Van Assche · 7 years ago
  49. 4e699cb mtip32xx: Use the blk_queue_flag_*() functions by Bart Van Assche · 7 years ago
  50. 7dfdbc7 block: Protect queue flag changes with the queue lock by Bart Van Assche · 7 years ago
  51. 8814ce8 block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() by Bart Van Assche · 7 years ago
  52. f78bac2 block: Use the queue_flag_*() functions instead of open-coding these by Bart Van Assche · 7 years ago
  53. 66f9132 block: Reorder the queue flag manipulation function definitions by Bart Van Assche · 7 years ago
  54. d15e1175 block: sed-opal: fix response string extraction by Jonas Rabenstein · 7 years ago
  55. 66231ad block: null_blk: fix 'Invalid parameters' when loading module by Ming Lei · 7 years ago
  56. b5d013b staging: rts5208: rename SG_END macro by Arnd Bergmann · 7 years ago
  57. f16ee7c misc: rtsx: rename SG_END macro by Arnd Bergmann · 7 years ago
  58. a063057 block: Fix a race between request queue removal and the block cgroup controller by Bart Van Assche · 7 years ago
  59. 498f665 block: Fix a race between the cgroup code and request queue initialization by Bart Van Assche · 7 years ago
  60. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  61. 392db38 zram: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  62. d8115c35 md: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  63. 0fa8ebd block/loop: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  64. 24941b9 null_blk: add 'requeue' fault attribute by Jens Axboe · 7 years ago
  65. 4ace53f sbitmap: use test_and_set_bit_lock()/clear_bit_unlock() by Omar Sandoval · 7 years ago
  66. e9a99a6 block: clear ctx pending bit under ctx lock by Omar Sandoval · 7 years ago
  67. 18bc423 blk-mq-debugfs: Show zone locking information by Bart Van Assche · 7 years ago
  68. 1209cb7 blk-mq-debugfs: Reorder queue show and store methods by Bart Van Assche · 7 years ago
  69. 025aecd writeback: remove dead code in wb_blkcg/memcg_offline by Jiufei Xue · 7 years ago
  70. 723fbf5 lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodings by Anshuman Khandual · 7 years ago
  71. 468f0987 Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  72. bffd2b6 nvmet: fix PSDT field check in command format by Max Gurtovoy · 7 years ago
  73. 9bd82b1 nvme-multipath: fix sysfs dangerously created links by Baegjae Sung · 7 years ago
  74. 0979962 nbd: fix return value in error handling path by Gustavo A. R. Silva · 7 years ago
  75. 60eb34e bcache: fix kcrashes with fio in RAID5 backend dev by Tang Junhui · 7 years ago
  76. 02aa8a8 bcache: correct flash only vols (check all uuids) by Coly Li · 7 years ago
  77. 9c72258 blktrace_api.h: fix comment for struct blk_user_trace_setup by Eric Biggers · 7 years ago
  78. 560e7cb blockdev: Avoid two active bdev inodes for one device by Jan Kara · 7 years ago
  79. 56c0908 genhd: Fix BUG in blkdev_open() by Jan Kara · 7 years ago
  80. 8973665 genhd: Fix use after free in __blkdev_get() by Jan Kara · 7 years ago
  81. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  82. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  83. d52987b genhd: Fix leaked module reference for NVME devices by Jan Kara · 7 years ago
  84. d9c10e5 direct-io: Fix sleep in atomic due to sync AIO by Jan Kara · 7 years ago
  85. f25a2df nvme-pci: Fix nvme queue cleanup if IRQ setup fails by Jianchao Wang · 7 years ago
  86. ba989a0 block: kyber: fix domain token leak during requeue by Ming Lei · 7 years ago
  87. 105976f blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch by Ming Lei · 7 years ago
  88. 0bd1ed4 block: pass inclusive 'lend' parameter to truncate_inode_pages_range by Ming Lei · 7 years ago
  89. 0f9da84 MIPS: boot: Define __ASSEMBLY__ for its.S build by Kees Cook · 7 years ago
  90. bae6cfe Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  91. 0bb7816 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  92. 9026e82 fs/signalfd: fix build error for BUS_MCEERR_AR by Randy Dunlap · 7 years ago
  93. a638af0 Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  94. 77f892e Merge tag 'staging-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  95. bb17186 Merge tag 'char-misc-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  96. 004e390 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  97. 24180a6 Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  98. 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  99. bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
  100. 28128c6 kconfig.h: Include compiler types to avoid missed struct attributes by Kees Cook · 7 years ago