1. 8e53624 lightnvm: eliminate nvm_lun abstraction in mm by Javier González · 8 years ago
  2. 2a02e62 lightnvm: eliminate nvm_block abstraction on mm by Javier González · 8 years ago
  3. eec4456 lightnvm: remove debug lun statistics from gennvm by Javier González · 8 years ago
  4. 0ac4072 lightnvm: remove get_lun operation on gennvm by Javier González · 8 years ago
  5. 8e79b5c lightnvm: move block provisioning to targets by Javier González · 8 years ago
  6. 8176117 lightnvm: manage lun partitions internally in mm by Javier González · 8 years ago
  7. de93434 lightnvm: remove gen_lun abstraction by Javier González · 8 years ago
  8. 0e5c324 lightnvm: make address conversion functions global by Javier González · 8 years ago
  9. 7e4f64a lightnvm: cleanup unused target operations by Javier González · 8 years ago
  10. 402ab9a lightnvm: add ECC error codes by Javier González · 8 years ago
  11. a24ba46 lightnvm: export set bad block table by Javier González · 8 years ago
  12. bb31497 lightnvm: enable to send hint to erase command by Javier González · 8 years ago
  13. 3dc87dd nvme: lightnvm: attach lightnvm sysfs to nvme block device by Matias Bjørling · 8 years ago
  14. 63db89e nbd: move multi-connection bit to unused value by Jens Axboe · 8 years ago
  15. 9561a7a nbd: add multi-connection support by Josef Bacik · 8 years ago
  16. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  17. 93c5bdf block: clear all of bi_opf in bio_set_op_attrs by Christoph Hellwig · 8 years ago
  18. 9a05e75 block: Change extern inline to static inline by Tobias Klauser · 8 years ago
  19. 64f1c21 blk-mq: make the polling code adaptive by Jens Axboe · 8 years ago
  20. 06426ad blk-mq: implement hybrid poll mode for sync O_DIRECT by Jens Axboe · 8 years ago
  21. bbd7bb7 block: move poll code to blk-mq by Jens Axboe · 8 years ago
  22. 87760e5 block: hook up writeback throttling by Jens Axboe · 8 years ago
  23. e34cbd3 blk-wbt: add general throttling mechanism by Jens Axboe · 8 years ago
  24. cf43e6b block: add scalable completion tracking of requests by Jens Axboe · 8 years ago
  25. d49187e nvme: introduce struct nvme_request by Christoph Hellwig · 8 years ago
  26. b57d74a writeback: track if we're sleeping on progress in balance_dirty_pages() by Jens Axboe · 9 years ago
  27. d278d4a block: add code to track actual device queue depth by Jens Axboe · 9 years ago
  28. 50d24c3 block: immediately dispatch big size request by Shaohua Li · 8 years ago
  29. 2b053ac blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() by Bart Van Assche · 8 years ago
  30. 6a83e74 blk-mq: Introduce blk_mq_quiesce_queue() by Bart Van Assche · 8 years ago
  31. 9b7dd57 blk-mq: Remove blk_mq_cancel_requeue_work() by Bart Van Assche · 8 years ago
  32. fd00144 blk-mq: Introduce blk_mq_queue_stopped() by Bart Van Assche · 8 years ago
  33. 2cefe4d block: add bio_iov_iter_get_pages() by Kent Overstreet · 8 years ago
  34. 13edd5e writeback: mark background writeback as such by Jens Axboe · 8 years ago
  35. 7637241 writeback: add wbc_to_write_flags() by Jens Axboe · 8 years ago
  36. 1d796d6 block: add REQ_BACKGROUND by Jens Axboe · 8 years ago
  37. 7281b45 block: remove the CONFIG_BLOCK ifdef in blk_types.h by Christoph Hellwig · 8 years ago
  38. be29796 mm: only include blk_types in swap.h if CONFIG_SWAP is enabled by Christoph Hellwig · 8 years ago
  39. 9f08217 ceph: don't include blk_types.h in messenger.h by Christoph Hellwig · 8 years ago
  40. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  41. 1e3914d block, fs: move submit_bio to bio.h by Christoph Hellwig · 8 years ago
  42. d384995 fs: decouple READ and WRITE from the block layer ops by Christoph Hellwig · 8 years ago
  43. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  44. a2b8096 block: replace REQ_NOIDLE with REQ_IDLE by Christoph Hellwig · 8 years ago
  45. b685d3d block: treat REQ_FUA and REQ_PREFLUSH as synchronous by Christoph Hellwig · 8 years ago
  46. 6f6b291 block: don't use REQ_SYNC in the READ_SYNC definition by Christoph Hellwig · 8 years ago
  47. d71d9ae blk-cgroup: use op_is_sync to check for synchronous requests by Christoph Hellwig · 8 years ago
  48. 8737417 block: add a proper block layer data direction encoding by Christoph Hellwig · 8 years ago
  49. ef295ec block: better op and flags encoding by Christoph Hellwig · 8 years ago
  50. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  51. 8d2bbd4 block: replace REQ_THROTTLED with a bio flag by Christoph Hellwig · 8 years ago
  52. 188bd2b block: move REQ_RAHEAD to common flags by Christoph Hellwig · 8 years ago
  53. bd1c1c2 block: REQ_NOMERGE is common to the bio and request by Christoph Hellwig · 8 years ago
  54. c4aebd0 block: remove bio_is_rw by Christoph Hellwig · 8 years ago
  55. 89d9475 sd: Implement support for ZBC devices by Hannes Reinecke · 8 years ago
  56. 3ed05a9 blk-zoned: implement ioctls by Shaun Tancheff · 8 years ago
  57. 6a0cb1b block: Implement support for zoned block devices by Hannes Reinecke · 8 years ago
  58. 2d25344 block: Define zoned block device operations by Shaun Tancheff · 8 years ago
  59. 797476b block: Add 'zoned' queue limit by Damien Le Moal · 8 years ago
  60. 7175790 generic syscalls: kill cruft from removed pkey syscalls by Dave Hansen · 8 years ago
  61. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  62. d3304ca Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  63. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  64. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  65. d4d24d2 Merge tag 'docs-4.9-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  66. ac9ef8c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  67. b41d037 Merge tag 'acpi-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  68. ef98988 Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  69. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  70. cecbcdd qedr: Add support for QP verbs by Ram Amrani · 8 years ago
  71. a7efd77 qedr: Add support for PD,PKEY and CQ verbs by Ram Amrani · 8 years ago
  72. ac1b36e qedr: Add support for user context verbs by Ram Amrani · 8 years ago
  73. 2e0cbc4 qedr: Add RoCE driver framework by Ram Amrani · 8 years ago
  74. b6daa51 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  75. f96ed26 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  76. 4960634 pkeys: Remove easily triggered WARN by Dave Jones · 8 years ago
  77. d8bfb96 Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  78. 3f62d52 Merge branches 'device-properties' and 'acpi-misc' by Rafael J. Wysocki · 8 years ago
  79. 383731d Merge branches 'pm-cpufreq' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  80. d60874c vfs: add vfs_get_link() helper by Miklos Szeredi · 8 years ago
  81. 29fbff8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  82. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  83. 2778556 Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  84. 35a891b Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  85. e3799a2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 8 years ago
  86. 6104e11 net: ipv4: Do not drop to make_route if oif is l3mdev by David Ahern · 8 years ago
  87. b8a4ddb net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ON by Tom Herbert · 8 years ago
  88. 899bb66 cpufreq: skip invalid entries when searching the frequency by Aaro Koskinen · 8 years ago
  89. b67be92 Merge tag 'pwm/for-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  90. 2d2474a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  91. 084165a Merge tag 'fbdev-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 8 years ago
  92. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. 6b25e21 Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  94. a379f71 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  95. 819bf59 docs-rst: sphinxify 802.11 documentation by Johannes Berg · 8 years ago
  96. 9c5d760 mm: split gfp_mask and mapping flags into separate fields by Michal Hocko · 8 years ago
  97. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  98. e154ccc kthread: add kerneldoc for kthread_create() by Jonathan Corbet · 8 years ago
  99. dbf5268 kthread: better support freezable kthread workers by Petr Mladek · 8 years ago
  100. 9a6b06c kthread: allow to modify delayed kthread work by Petr Mladek · 8 years ago