1. ff4a88b dm raid: avoid superfluous memory barriers on static metadata by Heinz Mauelshagen · 9 years ago
  2. 7193a9d dm rq: check kthread_run return for .request_fn request-based DM by Mike Snitzer · 9 years ago
  3. 602d165 dm verity fec: fix block calculation by Sami Tolvanen · 9 years ago
  4. 028b39e dm ioctl: Simplify parameter buffer management code by Bart Van Assche · 9 years ago
  5. 350b539 dm crypt: Fix sparse complaints by Bart Van Assche · 9 years ago
  6. 68c1c4d dm raid: don't use 'const' in function return by Arnd Bergmann · 9 years ago
  7. 6e20902 dm raid: fix failed takeover/reshapes by keeping raid set frozen by Heinz Mauelshagen · 9 years ago
  8. 4257e08 dm raid: support to change bitmap region size by Heinz Mauelshagen · 9 years ago
  9. d41bfed dm raid: update Documentation about reshaping/takeover/additonal RAID types by Heinz Mauelshagen · 9 years ago
  10. 9dbd1aa dm raid: add reshaping support to the target by Heinz Mauelshagen · 9 years ago
  11. 40ba37e dm raid: add prerequisite functions and definitions for reshaping by Heinz Mauelshagen · 9 years ago
  12. a30cbc0 dm raid: inverse check for flags from invalid to valid flags by Heinz Mauelshagen · 9 years ago
  13. e6ca5e1 dm raid: various code cleanups by Mike Snitzer · 9 years ago
  14. bfcee0e dm raid: rename functions that alloc and free struct raid_set by Mike Snitzer · 9 years ago
  15. 4286325 dm raid: remove all the bitops wrappers by Mike Snitzer · 9 years ago
  16. bb91a63 dm raid: rename _in_range to __within_range by Mike Snitzer · 9 years ago
  17. ef9b85a dm raid: add missing "dm-raid0" module alias by Mike Snitzer · 9 years ago
  18. 3fa6cf3 dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag by Mike Snitzer · 9 years ago
  19. 9b6e542 dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it by Mike Snitzer · 9 years ago
  20. bd83a4c dm raid: remove ti_error_* wrappers by Mike Snitzer · 9 years ago
  21. 4315784 dm raid: tabify appropriate whitespace by Mike Snitzer · 9 years ago
  22. 3a1c1ef dm raid: enhance status interface and fixup takeover/raid0 by Heinz Mauelshagen · 9 years ago
  23. ecbfb9f dm raid: add raid level takeover support by Heinz Mauelshagen · 9 years ago
  24. 7b34df7 dm raid: enhance super_sync() to support new superblock members by Heinz Mauelshagen · 9 years ago
  25. 4763e54 dm raid: add new reshaping/raid10 format table line options to parameter parser by Heinz Mauelshagen · 9 years ago
  26. 33e53f0 dm raid: introduce extended superblock and new raid types to support takeover/reshaping by Heinz Mauelshagen · 9 years ago
  27. 676fa5a dm raid: use rt_is_raid*() in all appropriate checks by Heinz Mauelshagen · 9 years ago
  28. ad51d7f dm raid: more use of flag testing wrappers by Heinz Mauelshagen · 9 years ago
  29. f090279 dm raid: check constructor arguments for invalid raid level/argument combinations by Heinz Mauelshagen · 9 years ago
  30. 702108d dm raid: cleanup / provide infrastructure by Heinz Mauelshagen · 9 years ago
  31. 92c83d7 dm raid: use dm_arg_set API in constructor by Heinz Mauelshagen · 9 years ago
  32. 73c6f23 dm raid: rename variable 'ret' to 'r' to conform to other dm code by Heinz Mauelshagen · 9 years ago
  33. e83068a dm mpath: add optional "queue_mode" feature by Mike Snitzer · 9 years ago
  34. bf661be dm mpath: remove bio-based bloat from struct dm_mpath_io by Mike Snitzer · 9 years ago
  35. 76e33fe dm mpath: reinstate bio-based support by Mike Snitzer · 9 years ago
  36. 4cc9613 dm: move request-based code out to dm-rq.[hc] by Mike Snitzer · 9 years ago
  37. 1a89694 block: bio: kill BIO_MAX_SIZE by Ming Lei · 9 years ago
  38. b8269db cfq-iosched: temporarily boost queue priority for idle classes by Jens Axboe · 9 years ago
  39. 8bf223c block: drbd: avoid to use BIO_MAX_SIZE by Ming Lei · 9 years ago
  40. 30ac460 block: bio: remove BIO_MAX_SECTORS by Ming Lei · 9 years ago
  41. c908e38 fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES by Ming Lei · 9 years ago
  42. 1bdc76a iov_iter: use bvec iterator to implement iterate_bvec() by Ming Lei · 9 years ago
  43. 80f162f block: mark 1st parameter of bvec_iter_advance as const by Ming Lei · 9 years ago
  44. 0781e79 block: move two bvec structure into bvec.h by Ming Lei · 9 years ago
  45. 8fc5545 block: move bvec iterator into include/linux/bvec.h by Ming Lei · 9 years ago
  46. 52b9c33 blk-mq: actually hook up defer list when running requests by Omar Sandoval · 9 years ago
  47. ca93e45 block: better packing for struct request by Christoph Hellwig · 9 years ago
  48. 60a4009 ext4: use bio op helprs in ext4 crypto code by Mike Christie · 9 years ago
  49. 9114832 cfq-iosched: Convert to use highres timers by Jan Kara · 9 years ago
  50. d2d481d cfq-iosched: Expose microsecond interfaces by Jeff Moyer · 9 years ago
  51. 9a7f38c cfq-iosched: Convert from jiffies to nanoseconds by Jeff Moyer · 9 years ago
  52. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
  53. a418090 block: do not use REQ_FLUSH for tracking flush support by Mike Christie · 9 years ago
  54. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 9 years ago
  55. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 9 years ago
  56. 6296b96 block, drivers, fs: shrink bi_rw from long to int by Mike Christie · 9 years ago
  57. 43b62ce block: move bio io prio to a new field by Mike Christie · 9 years ago
  58. 8e45c6f ide cd: do not set REQ_WRITE on requests. by Mike Christie · 9 years ago
  59. 1b9a9ab blktrace: use op accessors by Mike Christie · 9 years ago
  60. c2df40d drivers: use req op accessor by Mike Christie · 9 years ago
  61. d9d8c5c block: convert is_sync helpers to use REQ_OPs. by Mike Christie · 9 years ago
  62. 8fe0d47 block: convert merge/insert code to check for REQ_OPs. by Mike Christie · 9 years ago
  63. 63a4cc2 blkg_rwstat: separate op from flags by Mike Christie · 9 years ago
  64. ba568ea block: prepare elevator to use REQ_OPs. by Mike Christie · 9 years ago
  65. cc6e3b1 block: prepare mq request creation to use REQ_OPs by Mike Christie · 9 years ago
  66. e6a40b0 block: prepare request creation/destruction code to use REQ_OPs by Mike Christie · 9 years ago
  67. 4993b77 block: copy bio op to request op by Mike Christie · 9 years ago
  68. a022606 xen: use bio op accessors by Mike Christie · 9 years ago
  69. e742fc3 target: use bio op accessors by Mike Christie · 9 years ago
  70. 796a5cf md: use bio op accessors by Mike Christie · 9 years ago
  71. bb3cc85 drbd: use bio op accessors by Mike Christie · 9 years ago
  72. ad0d9e7 bcache: use bio op accessors by Mike Christie · 9 years ago
  73. e604714 dm: use bio op accessors by Mike Christie · 9 years ago
  74. 528ec5a dm: pass dm stats data dir instead of bi_rw by Mike Christie · 9 years ago
  75. 162b99e pm: use bio op accessors by Mike Christie · 9 years ago
  76. 0d16dcf ocfs2: use bio op accessors by Mike Christie · 9 years ago
  77. b2d4586 nilfs: use bio op accessors by Mike Christie · 9 years ago
  78. eed25cd mpage: use bio op accessors by Mike Christie · 9 years ago
  79. 67ed259 hfsplus: use bio op accessors by Mike Christie · 9 years ago
  80. 50bfcd0 xfs: use bio op accessors by Mike Christie · 9 years ago
  81. e1b1afa gfs2: use bio op accessors by Mike Christie · 9 years ago
  82. 04d328d f2fs: use bio op accessors by Mike Christie · 9 years ago
  83. 81a75f6 btrfs: use bio fields for op and flags by Mike Christie · 9 years ago
  84. b3d3fa5 btrfs: update __btrfs_map_block for REQ_OP transition by Mike Christie · 9 years ago
  85. 37226b2 btrfs: use bio op accessors by Mike Christie · 9 years ago
  86. 1f7ad75 btrfs: have submit_one_bio users use bio op accessors by Mike Christie · 9 years ago
  87. 8a4c1e4 direct-io: use bio set/get op accessors by Mike Christie · 9 years ago
  88. 469e321 block discard: use bio set op accessor by Mike Christie · 9 years ago
  89. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  90. c8d9324 bcache: use op_is_write instead of checking for REQ_WRITE by Mike Christie · 9 years ago
  91. 5111166 dm: use op_is_write instead of checking for REQ_WRITE by Mike Christie · 9 years ago
  92. a8ebb05 block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE by Mike Christie · 9 years ago
  93. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 9 years ago
  94. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  95. f215082 block: add REQ_OP definitions and helpers by Mike Christie · 9 years ago
  96. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  97. af8c34c Linux 4.7-rc2 by Linus Torvalds · 9 years ago
  98. 5975b2c Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  99. d834502 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  100. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 9 years ago