1. cc356f8 drbd: debugfs: add per device data_gen_id by Lars Ellenberg · 11 years ago
  2. 3d299f4 drbd: debugfs: add per connection oldest requests by Lars Ellenberg · 11 years ago
  3. b44e118 drbd: debugfs: add version tag to debugfs files by Lars Ellenberg · 11 years ago
  4. 54e6fc3 drbd: debugfs: add per volume oldest_requests by Lars Ellenberg · 11 years ago
  5. 944410e drbd: debugfs: add callback_history by Lars Ellenberg · 11 years ago
  6. f418815 drbd: debugfs: Add in_flight_summary by Lars Ellenberg · 11 years ago
  7. 4a521cc drbd: debugfs: deal with destructor racing with open of debugfs file by Lars Ellenberg · 11 years ago
  8. db1866ff drbd: debugfs: add in_flight_summary data by Lars Ellenberg · 11 years ago
  9. 4d3d5aa drbd: debugfs: add basic hierarchy by Lars Ellenberg · 11 years ago
  10. 4ce4926 drbd: track details of bitmap IO by Lars Ellenberg · 11 years ago
  11. c5a2c15 drbd: register peer requests on read_ee early by Lars Ellenberg · 11 years ago
  12. 21ae5d7 drbd: track timing details of peer_requests by Lars Ellenberg · 11 years ago
  13. ad3fee7 drbd: improve throttling decisions of background resynchronisation by Lars Ellenberg · 11 years ago
  14. 7753a4c1 drbd: add caching oldest request pointers for replication stages by Lars Ellenberg · 11 years ago
  15. 844a6ae drbd: add lists to find oldest pending requests by Lars Ellenberg · 11 years ago
  16. e5f891b drbd: gather detailed timing statistics for drbd_requests by Lars Ellenberg · 11 years ago
  17. e37d243 drbd: track meta data IO intent, start and submit time by Lars Ellenberg · 11 years ago
  18. a8ba0d6 drbd: fix drbd_destroy_device reference count updates by Lars Ellenberg · 11 years ago
  19. c2258ff drbd: poison free'd device, resource and connection structs by Lars Ellenberg · 11 years ago
  20. 45d2933 drbd: also keep track of trim -> zero-out fallback peer_requests by Lars Ellenberg · 11 years ago
  21. b9ed708 drbd: consistently use list_add_tail for peer_request tracking by Lars Ellenberg · 11 years ago
  22. 41d9f7c drbd: drop drbd_md_flush by Lars Ellenberg · 11 years ago
  23. 15e26f6 drbd: add drbd_queue_work_if_unqueued helper by Lars Ellenberg · 11 years ago
  24. 7f34f61 drbd: drbd_rs_number_requests: fix unit mismatch in comparison by Lars Ellenberg · 11 years ago
  25. f88c5d9 drbd: cosmetic: change all printk(level, ...) to pr_<level>(...) by Lars Ellenberg · 11 years ago
  26. 2f2abea drbd: clear CRASHED_PRIMARY only after successful resync by Lars Ellenberg · 11 years ago
  27. 506afb6 drbd: improve resync request throttling due to sendbuf size by Lars Ellenberg · 11 years ago
  28. 659b2e3 block: Convert last uses of __FUNCTION__ to __func__ by Joe Perches · 11 years ago
  29. ccdd6a9 drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.c by Monam Agarwal · 11 years ago
  30. 0c066bc drbd: short-circuit in maybe_pull_ahead by Lars Ellenberg · 11 years ago
  31. 08d0dab drbd: application writes may set-in-sync in protocol != C by Lars Ellenberg · 11 years ago
  32. 5d0b17f drbd: New net configuration option socket-check-timeout by Philipp Reisner · 11 years ago
  33. 4920e37 drbd: Limit the time we are waiting for the first packet on an accepted socket by Philipp Reisner · 11 years ago
  34. aaaba34 drbd: implement csums-after-crash-only by Lars Ellenberg · 11 years ago
  35. 6a8d68b drbd: don't implicitly resize Diskless node beyond end of device by Lars Ellenberg · 11 years ago
  36. a5655da drbd: fix bogus resync stats in /proc/drbd by Lars Ellenberg · 11 years ago
  37. caa3db0 drbd: Remove unnecessary/unused code by Andreas Gruenbacher · 11 years ago
  38. 8ce953a drbd: silence -Wmissing-prototypes warnings by Lars Ellenberg · 11 years ago
  39. 3e0c78d drbd: drop wrong debugging aid by Lars Ellenberg · 11 years ago
  40. 4dd726f drbd: get rid of drbd_queue_work_front by Lars Ellenberg · 11 years ago
  41. ac0acb9 drbd: use drbd_device_post_work() in more places by Lars Ellenberg · 11 years ago
  42. e334f55 drbd: make sure disk cleanup happens in worker context by Lars Ellenberg · 11 years ago
  43. ba3c6fb drbd: close race when detaching from disk by Lars Ellenberg · 11 years ago
  44. 2ed912e drbd: explicitly submit meta data requests with REQ_NOIDLE by Lars Ellenberg · 11 years ago
  45. 720979f drbd: move set_disk_ro() to after we persisted the new role by Lars Ellenberg · 11 years ago
  46. 123ff12 drbd: trigger tcp_push_pending_frames() for PING and PING_ACK by Lars Ellenberg · 11 years ago
  47. 66ce6db drbd: re-add lost conf_mutex protection in drbd_set_role by Lars Ellenberg · 11 years ago
  48. fcb0967 drbd: stop the meta data sync timer before open coded meta data sync by Lars Ellenberg · 11 years ago
  49. 5ab7d2c drbd: fix resync finished detection by Lars Ellenberg · 11 years ago
  50. a80ca1a drbd: fix a race stopping the worker thread by Lars Ellenberg · 11 years ago
  51. c7a58db drbd: get rid of atomic update on disk bitmap works by Lars Ellenberg · 11 years ago
  52. 70df709 drbd: allow write-ordering policy to be bumped up again by Lars Ellenberg · 11 years ago
  53. 44a4d55 drbd: refactor use of first_peer_device() by Lars Ellenberg · 11 years ago
  54. 35b5ed5 drbd: reduce number of spinlock drop/re-aquire cycles by Lars Ellenberg · 11 years ago
  55. 28995af drbd: rename drbd_free_bc() to drbd_free_ldev() by Philipp Reisner · 11 years ago
  56. 8fe39aa drbd: device->ldev is not guaranteed on an D_ATTACHING disk by Philipp Reisner · 11 years ago
  57. e952658 drbd: Move write_ordering from connection to resource by Philipp Reisner · 11 years ago
  58. 6a27b65 block: virtio-blk: support multi virt queues per virtio-blk device by Ming Lei · 10 years ago
  59. cb55321 include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ by Ming Lei · 10 years ago
  60. d151561 block SG_IO: add SG_FLAG_Q_AT_HEAD flag by Douglas Gilbert · 10 years ago
  61. 9b4231b block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is huge by Akinobu Mita · 10 years ago
  62. 63f2649 block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAX by Akinobu Mita · 10 years ago
  63. 16e1556 block/partitions/efi.c: kerneldoc fixing by Fabian Frederick · 10 years ago
  64. dce14c2 block/partitions/msdos.c: code clean-up by Fabian Frederick · 10 years ago
  65. 600ffc5 block/partitions/amiga.c: replace nolevel printk by pr_err by Fabian Frederick · 10 years ago
  66. 472d5e2 block/partitions/aix.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  67. cbcd1054 bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload by Gu Zheng · 10 years ago
  68. add703f blk-mq: use percpu_ref for mq usage count by Tejun Heo · 10 years ago
  69. 72d6f02 blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue() by Tejun Heo · 10 years ago
  70. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  71. 776687b block, blk-mq: draining can't be skipped even if bypass_depth was non-zero by Tejun Heo · 10 years ago
  72. 531ed62 blk-mq: fix a memory ordering bug in blk_mq_queue_enter() by Tejun Heo · 10 years ago
  73. 17737d3 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu into for-3.17/core by Jens Axboe · 10 years ago
  74. 4c83445 Linux 3.16-rc3 by Linus Torvalds · 10 years ago
  75. ef2e039 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  76. 97be078 MAINTAINERS: exceptions for Documentation maintainer by Randy Dunlap · 10 years ago
  77. 7d19e91 Documentation: add section about git to email-clients.txt by Dan Carpenter · 10 years ago
  78. 42309ab ARM: 8087/1: ptrace: reload syscall number after secure_computing() check by Will Deacon · 10 years ago
  79. 6980c3e2 ARM: 8086/1: Set memblock limit for nommu by Laura Abbott · 10 years ago
  80. 3abe742 ARM: 8085/1: sa1100: collie: add top boot mtd partition by Andrea Adami · 10 years ago
  81. 9218310 ARM: 8084/1: sa1100: collie: revert back to cfi_probe by Andrea Adami · 10 years ago
  82. d0ba7cc ARM: 8080/1: mcpm.h: remove unused variable declaration by Nicolas Pitre · 10 years ago
  83. 98ea2db ARM: 8076/1: mm: add support for HW coherent systems in PL310 cache by Thomas Petazzoni · 10 years ago
  84. 24b414d Merge tag 'spi-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  85. 4194976 Merge tag 'regulator-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  86. eb477e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  87. 7216a41 Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/sh-sci' into spi-linus by Mark Brown · 10 years ago
  88. 1176748 Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palmas' and 'regulator/fix/tps65218' into regulator-linus by Mark Brown · 10 years ago
  89. 2d72278 percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero() by Tejun Heo · 10 years ago
  90. 9a1049d percpu-refcount: require percpu_ref to be exited explicitly by Tejun Heo · 10 years ago
  91. 7d74207 percpu-refcount: use unsigned long for pcpu_count pointer by Tejun Heo · 10 years ago
  92. eae7975 percpu-refcount: add helpers for ->percpu_count accesses by Tejun Heo · 10 years ago
  93. d630dc4 percpu-refcount: one bit is enough for REF_STATUS by Tejun Heo · 10 years ago
  94. 55c6c81 percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc() by Tejun Heo · 10 years ago
  95. 81a9c5e iscsi-target: fix iscsit_del_np deadlock on unload by Mikulas Patocka · 10 years ago
  96. 3e7b256 Merge tag 'iommu-fixes-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  97. d1fc98b Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. c9a6066 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  99. 1857a5b Merge tag 'arc-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  100. 8dd68eb Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago