1. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 14 years ago
  2. 3d42b36 drbd: This is now equivalent to drbd release 8.3.8rc1 by Philipp Reisner · 14 years ago
  3. 4e23a59 drbd: Do not free p_uuid early, this is done in the exit code of the receiver by Philipp Reisner · 14 years ago
  4. 23ce422 drbd: Null pointer deref fix to the large "multi bio rewrite" by Philipp Reisner · 14 years ago
  5. fc8ce19 drbd: Fix: Do not detach, if a bio with a barrier fails by Philipp Reisner · 14 years ago
  6. 4604d63 drbd: Ensure to not trigger late-new-UUID creation multiple times by Philipp Reisner · 14 years ago
  7. 31a31dc drbd: Do not Oops when C_STANDALONE when uuid gets generated by Philipp Reisner · 14 years ago
  8. df96e96 writeback: fix mixed up arguments to bdi_start_writeback() by Jens Axboe · 14 years ago
  9. c2c4986 writeback: fix problem with !CONFIG_BLOCK compilation by Jens Axboe · 14 years ago
  10. b403a98 block: improve automatic native capacity unlocking by Tejun Heo · 14 years ago
  11. 1493bf2 block: use struct parsed_partitions *state universally in partition check code by Tejun Heo · 14 years ago
  12. c3e33e0 block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity() by Tejun Heo · 14 years ago
  13. 56bca01 block: restart partition scan after resizing a device by Tejun Heo · 14 years ago
  14. fa4b907 buffer: make invalidate_bdev() drain all percpu LRU add caches by Tejun Heo · 14 years ago
  15. f1ac2502 block: remove all rcu head initializations by Paul E. McKenney · 14 years ago
  16. 6423104 writeback: fixups for !dirty_writeback_centisecs by Jens Axboe · 14 years ago
  17. f9eadbb writeback: bdi_writeback_task() must set task state before calling schedule() by Jens Axboe · 14 years ago
  18. 7c8a355 writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync by Jens Axboe · 14 years ago
  19. 2db4e42 drivers/block/drbd: Use kzalloc by Julia Lawall · 14 years ago
  20. 0c3f345 drbd: Create new current UUID as late as possible by Philipp Reisner · 14 years ago
  21. 9a25a04 drbd: If we detect late that IO got frozen, retry after we thawed. by Philipp Reisner · 14 years ago
  22. a1c88d0 drbd: always use_bmbv, ignore setting by Lars Ellenberg · 14 years ago
  23. bb3d000 drbd: allow resync requests to be larger than max_segment_size by Lars Ellenberg · 14 years ago
  24. 45bb912 drbd: Allow drbd_epoch_entries to use multiple bios. by Lars Ellenberg · 14 years ago
  25. 708d740 drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning members by Lars Ellenberg · 14 years ago
  26. 162f3ec drbd: Fixes to the new delay_probes code by Philipp Reisner · 14 years ago
  27. a8cdfd8 drbd: A fixes to the new resync speed code by Philipp Reisner · 14 years ago
  28. eedf386 drbd: Proc bits of new resync speed stuff by Philipp Reisner · 14 years ago
  29. cdd67a7 drbd: Control the actual resync rate based on the queuing delay of data packets by Philipp Reisner · 14 years ago
  30. bd26bfc drbd: Actually send delay probes by Philipp Reisner · 14 years ago
  31. 67c7ddd drbd: Four new configuration settings for resync speed control by Philipp Reisner · 14 years ago
  32. 7237bc4 drbd: Sending of delay_probes by Philipp Reisner · 14 years ago
  33. 0ced55a drbd: Receiving of delay_probes by Philipp Reisner · 14 years ago
  34. 5223671 drbd: Fixed bitmap in case of online-grow without resync by Philipp Reisner · 14 years ago
  35. 6b4388a drbd: Added transmission faults to the fault injection code by Philipp Reisner · 14 years ago
  36. 087c249 drbd: bugfix: Make resize work, if remote's size was limiting and increased in the meantime by Philipp Reisner · 14 years ago
  37. 6495d2c drbd: Implemented the --assume-clean option for drbdsetup resize by Philipp Reisner · 14 years ago
  38. b4ee79d drbd: Added some missing statics by Philipp Reisner · 14 years ago
  39. fd76438 drbd: Make sure to resync all of the new storage upon online resize by Philipp Reisner · 14 years ago
  40. e89b591 drbd: Implemented flags for the resize packet by Philipp Reisner · 14 years ago
  41. 02d9a94 drbd: Implemented the set_new_bits parameter for drbd_bm_resize() by Philipp Reisner · 14 years ago
  42. d845030 drbd: made determin_dev_size's parameter an flag enum by Philipp Reisner · 14 years ago
  43. 3a11a48 drbd: New handler: initial-split-brain by Adam Gandelman · 14 years ago
  44. 979f5c7 drbd: fail_requests_early: remove incorrect and unnecessary optimization by Lars Ellenberg · 14 years ago
  45. 6666032 drbd: check for corrupt or malicous sector addresses when receiving data by Lars Ellenberg · 14 years ago
  46. c3fe30b drbd: cleanup: This code path to trigger a resync is no longer needed by Philipp Reisner · 14 years ago
  47. 8d4ce82 drbd: don't start a resync without access to up-to-date Data by Lars Ellenberg · 14 years ago
  48. c3470cd drbd: fix potential protocol error by Lars Ellenberg · 14 years ago
  49. 8d1894e drbd: remove bogus ASSERT by Lars Ellenberg · 14 years ago
  50. e0f8301 drbd: fix regression: attach while connected failed by Lars Ellenberg · 14 years ago
  51. e4f925e drbd: Do not upgrade state to Outdated if already Inconsistent [Bugz 277] by Philipp Reisner · 14 years ago
  52. 8c484ee drbd: use proc_create_data with explicit NULL argument by Lars Ellenberg · 14 years ago
  53. 5547e8a writeback: Update dirty flags in two steps by Dmitry Monakhov · 14 years ago
  54. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 14 years ago
  55. 69b62d0 writeback: disable periodic old data writeback for !dirty_writeback_centisecs by Jens Axboe · 14 years ago
  56. 2395e46 paride: fix menu indentation by Randy Dunlap · 14 years ago
  57. 01effb0 block: allow initialization of previously allocated request_queue by Mike Snitzer · 14 years ago
  58. 0f3942a block: kill some useless goto's in blk-cgroup.c by Jens Axboe · 14 years ago
  59. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  60. 6a47dc1 nilfs: fix breakage caused by barrier flag changes by Stephen Rothwell · 14 years ago
  61. 0341aaf block: fix bad use of min() on different types by Jens Axboe · 14 years ago
  62. 79dba2e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  63. d9e80b7 nfs d_revalidate() is too trigger-happy with d_drop() by Al Viro · 14 years ago
  64. 1d16b0f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  65. 032b734 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  66. e41c11e sfc: Change falcon_probe_board() to fail for unsupported boards by Ben Hutchings · 14 years ago
  67. f49a458 sfc: Always close net device at the end of a disabling reset by Ben Hutchings · 14 years ago
  68. aabc564 sfc: Wait at most 10ms for the MC to finish reading out MAC statistics by Ben Hutchings · 14 years ago
  69. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 14 years ago
  70. a8170c3 sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set by Wei Yongjun · 14 years ago
  71. 81419d8 sctp: per_cpu variables should be in bh_disabled section by Vlad Yasevich · 14 years ago
  72. 0c42749 sctp: fix potential reference of a freed pointer by Vlad Yasevich · 14 years ago
  73. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  74. 8d238b2 Revert "tcp: bind() fix when many ports are bound" by David S. Miller · 14 years ago
  75. 50eaeb3 cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GROUP_IOSCHED=n by Dmitry Monakhov · 14 years ago
  76. 3f14d79 blkdev: add blkdev_issue_zeroout helper function by Dmitry Monakhov · 14 years ago
  77. f31e7e4 blkdev: move blkdev_issue helper functions to separate file by Dmitry Monakhov · 14 years ago
  78. f17e232 blkdev: allow async blkdev_issue_flush requests by Dmitry Monakhov · 14 years ago
  79. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  80. 48728e0 x86/PCI: compute Address Space length rather than using _LEN by Bjorn Helgaas · 14 years ago
  81. 3fb938b Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  82. 970b064 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  83. 696e65c Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  84. 4b99fef regulator: fix enabling regulator issue on max8925 by Haojian Zhuang · 14 years ago
  85. 33f60e9 coda: move backing-dev.h kernel include inside __KERNEL__ by Jens Axboe · 14 years ago
  86. eb4fd8c net/usb: add sierra_net.c driver by Elina Pasheva · 14 years ago
  87. 55964d7 cdc_ether: fix autosuspend for mbm devices by Torgny Johansson · 14 years ago
  88. 477fffb bluetooth: handle l2cap_create_connless_pdu() errors by Dan Carpenter · 14 years ago
  89. 761ed01b gianfar: Wait for both RX and TX to stop by Andy Fleming · 14 years ago
  90. 1600f9d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  91. 11e39d9 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  92. 03449cd keys: the request_key() syscall should link an existing key to the dest keyring by David Howells · 14 years ago
  93. a2cb9ae gpio: fix pca953x set_type 'scheduling while atomic' bug by Marc Zyngier · 14 years ago
  94. 3835541 procfs: fix tid fdinfo by Jerome Marchand · 14 years ago
  95. 9e584fb arch/avr32: fix build failure caused by wrong prototype by Peter Huewe · 14 years ago
  96. b59ec78 keys: don't need to use RCU in keyring_read() as semaphore is held by David Howells · 14 years ago
  97. d87ff58 ipheth: potential null dereferences on error path by Dan Carpenter · 14 years ago
  98. 2a91515 smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt() by Ken Kawasaki · 14 years ago
  99. dacf4fc drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Adapter" by Andreas Hartmann · 14 years ago
  100. 587611d bnx2: Update version to 2.0.9. by Michael Chan · 14 years ago