1. fceca5e futex: avoid wake_futex() for a PI futex_q by Darren Hart · 14 years ago
  2. f42513b dm: fix deadlock with request based dm and queue request_fn recursion by Jens Axboe · 14 years ago
  3. ecf049c md/raid10: decrement correct pending counter when writing to replacement. by NeilBrown · 14 years ago
  4. 8c98fba md: Avoid write invalid address if read_seqretry returned true. by majianpeng · 14 years ago
  5. 45bc5c6 md: Reassigned the parameters if read_seqretry returned true in func md_is_badblock. by majianpeng · 14 years ago
  6. 262a70e jffs2: Fix lock acquisition order bug in jffs2_write_begin by Thomas Betker · 14 years ago
  7. 11371ec mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions() by Sachin Kamat · 14 years ago
  8. 02bbebe mtd: slram: invalid checking of absolute end address by Jiri Engelthaler · 14 years ago
  9. e939e24 PARISC: fix user-triggerable panic on parisc by Al Viro · 14 years ago
  10. 7c06237 PARISC: fix virtual aliasing issue in get_shared_area() by James Bottomley · 14 years ago
  11. de13405 ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker by David Henningsson · 14 years ago
  12. 75c23fc ALSA: ua101, usx2y: fix broken MIDI output by Clemens Ladisch · 14 years ago
  13. 9cbecb4 drm/radeon: add new SI pci id by Alex Deucher · 14 years ago
  14. 6417635 SCSI: isci: copy fis 0x34 response into proper buffer by Maciej Patelczyk · 14 years ago
  15. 8d8c210 mwifiex: fix system hang issue in cmd timeout error case by Bing Zhao · 14 years ago
  16. 6966e1b mwifiex: report error to MMC core if we cannot suspend by Bing Zhao · 14 years ago
  17. 3830720 rtlwifi: rtl8192cu: Add new USB ID by Albert Pool · 14 years ago
  18. 82c0aba x86, microcode, AMD: Add support for family 16h processors by Boris Ostrovsky · 14 years ago
  19. 8433fcc x86, efi: Fix processor-specific memcpy() build error by Matt Fleming · 14 years ago
  20. 9d4f962 x86-32: Fix invalid stack address while in softirq by Robert Richter · 14 years ago
  21. 3ec1dc2 rtlwifi: rtl8192se: Fix gcc 4.7.x warning by Larry Finger · 14 years ago
  22. 6df5eea scsi: aha152x: Fix sparse warning and make printing pointer address more portable. by Krzysztof Wilczynski · 14 years ago
  23. cbe6d9b mvsas: remove unused variable in mvs_task_exec() by Dan Carpenter · 14 years ago
  24. 896c631 drivers/leds/leds-lp5521.c: fix lp5521_read() error handling by Dan Carpenter · 14 years ago
  25. d4cad86 ALSA: snd-usb-caiaq: initialize card pointer by Daniel Mack · 14 years ago
  26. 2214cc8 Bluetooth: Fix using uninitialized option in RFCMode by Szymon Janc · 14 years ago
  27. 4f442c5 NVMe: Fix uninitialized iod compiler warning by Keith Busch · 14 years ago
  28. 32e11d5 UBIFS: fix compilation warning by Alexandre Pereira da Silva · 14 years ago
  29. 0f4475c Linux 3.4.20 by Greg Kroah-Hartman · 14 years ago
  30. d0e85e0 libceph: drop declaration of ceph_con_get() by Alex Elder · 14 years ago
  31. 51b8318 Revert "serial: omap: fix software flow control" by Felipe Balbi · 14 years ago
  32. 8217df0 ACPI video: Ignore errors after _DOD evaluation. by Igor Murzov · 14 years ago
  33. b7d68a7 ceph: avoid 32-bit page index overflow by Alex Elder · 14 years ago
  34. dfae3b3 libceph: check for invalid mapping by Sage Weil · 14 years ago
  35. 73bba6f ceph: Fix oops when handling mdsmap that decreases max_mds by Yan, Zheng · 14 years ago
  36. 631015e libceph: avoid NULL kref_put when osd reset races with alloc_msg by Sage Weil · 14 years ago
  37. a872024 rbd: reset BACKOFF if unable to re-queue by Alex Elder · 14 years ago
  38. 21e292e libceph: only kunmap kmapped pages by Alex Elder · 14 years ago
  39. 76cb692 libceph: avoid truncation due to racing banners by Jim Schutt · 14 years ago
  40. 5236930 libceph: delay debugfs initialization until we learn global_id by Sage Weil · 14 years ago
  41. b8e03e3 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 14 years ago
  42. 5923892 libceph: recheck con state after allocating incoming message by Sage Weil · 14 years ago
  43. 7389a76 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 14 years ago
  44. 328677c2 libceph: avoid dropping con mutex before fault by Sage Weil · 14 years ago
  45. 900fbd9 libceph: verify state after retaking con lock after dispatch by Sage Weil · 14 years ago
  46. da75ae3 libceph: revoke mon_client messages on session restart by Sage Weil · 14 years ago
  47. 6cdaef1 libceph: fix handling of immediate socket connect failure by Sage Weil · 14 years ago
  48. 8992551 libceph: clear all flags on con_close by Sage Weil · 14 years ago
  49. 63c1362 libceph: clean up con flags by Sage Weil · 14 years ago
  50. 265fb7c libceph: replace connection state bits with states by Sage Weil · 14 years ago
  51. cb9f885 libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 14 years ago
  52. 3b5a9ea libceph: close socket directly from ceph_con_close() by Sage Weil · 14 years ago
  53. 1c5b33b libceph: drop gratuitous socket close calls in con_work by Sage Weil · 14 years ago
  54. 5d0f354 libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 14 years ago
  55. 67c6fc1 libceph: move msgr clear_standby under con mutex protection by Sage Weil · 14 years ago
  56. da6a81e libceph: fix fault locking; close socket on lossy fault by Sage Weil · 14 years ago
  57. ed447f0 libceph: reset connection retry on successfully negotiation by Sage Weil · 14 years ago
  58. eea8ed9 libceph: protect ceph_con_open() with mutex by Sage Weil · 14 years ago
  59. 175c4c2 libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 14 years ago
  60. d43841e libceph: resubmit linger ops when pg mapping changes by Sage Weil · 14 years ago
  61. 7621822 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 14 years ago
  62. b3fd00b libceph: report socket read/write error message by Sage Weil · 14 years ago
  63. 59d0272 libceph: prevent the race of incoming work during teardown by Guanjun He · 14 years ago
  64. 9beb73f libceph: initialize msgpool message types by Sage Weil · 14 years ago
  65. d92d11d libceph: allow sock transition from CONNECTING to CLOSED by Sage Weil · 14 years ago
  66. a5b0662 libceph: initialize mon_client con only once by Sage Weil · 14 years ago
  67. 638ba17 libceph: set peer name on con_open, not init by Sage Weil · 14 years ago
  68. db90f99 libceph: add some fine ASCII art by Alex Elder · 14 years ago
  69. a865127 libceph: small changes to messenger.c by Alex Elder · 14 years ago
  70. 8a0566f libceph: distinguish two phases of connect sequence by Alex Elder · 14 years ago
  71. 05a24ec libceph: separate banner and connect writes by Alex Elder · 14 years ago
  72. a94af04 libceph: define and use an explicit CONNECTED state by Alex Elder · 14 years ago
  73. abb46df libceph: clear NEGOTIATING when done by Alex Elder · 14 years ago
  74. 2a281c7 libceph: clear CONNECTING in ceph_con_close() by Alex Elder · 14 years ago
  75. 8a62c33 libceph: don't touch con state in con_close_socket() by Alex Elder · 14 years ago
  76. 70b0604 libceph: just set SOCK_CLOSED when state changes by Alex Elder · 14 years ago
  77. 54942c5 libceph: don't change socket state on sock event by Alex Elder · 14 years ago
  78. eb8c564 libceph: SOCK_CLOSED is a flag, not a state by Alex Elder · 14 years ago
  79. f892064 libceph: don't use bio_iter as a flag by Alex Elder · 14 years ago
  80. 67e5007 libceph: move init of bio_iter by Alex Elder · 14 years ago
  81. ec53635 libceph: move init_bio_*() functions up by Alex Elder · 14 years ago
  82. 3b17b0b libceph: don't mark footer complete before it is by Alex Elder · 14 years ago
  83. 3c968ed libceph: encapsulate advancing msg page by Alex Elder · 14 years ago
  84. 4ecff48 libceph: encapsulate out message data setup by Alex Elder · 14 years ago
  85. 9021a42 libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 14 years ago
  86. 1c623b0 libceph: use con get/put methods by Sage Weil · 14 years ago
  87. 8124d55 libceph: fix NULL dereference in reset_connection() by Dan Carpenter · 14 years ago
  88. fccbf06 libceph: transition socket state prior to actual connect by Sage Weil · 14 years ago
  89. f4d29a9 libceph: fix overflow in osdmap_apply_incremental() by Xi Wang · 14 years ago
  90. 6b71f61 libceph: fix overflow in osdmap_decode() by Xi Wang · 14 years ago
  91. c66a9c7 libceph: fix overflow in __decode_pool_names() by Xi Wang · 14 years ago
  92. ce4516f libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 14 years ago
  93. ae04853 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 14 years ago
  94. bfd3572 libceph: have messages take a connection reference by Alex Elder · 14 years ago
  95. e84e066 libceph: have messages point to their connection by Alex Elder · 14 years ago
  96. 35067a2 libceph: tweak ceph_alloc_msg() by Alex Elder · 14 years ago
  97. 6880138 libceph: fully initialize connection in con_init() by Alex Elder · 14 years ago
  98. 9403ae3 libceph: init monitor connection when opening by Alex Elder · 14 years ago
  99. a2b8761 libceph: drop connection refcounting for mon_client by Sage Weil · 14 years ago
  100. 31a84d8 libceph: embed ceph connection structure in mon_client by Alex Elder · 14 years ago