- bfbcc4e ALSA: ua101, usx2y: fix broken MIDI output by Clemens Ladisch · 13 years ago
- a598a66 drm/radeon: add new SI pci id by Alex Deucher · 13 years ago
- eeded0c SCSI: isci: copy fis 0x34 response into proper buffer by Maciej Patelczyk · 13 years ago
- 5a6ddd6 mwifiex: fix system hang issue in cmd timeout error case by Bing Zhao · 13 years ago
- 41c9a5b mwifiex: report error to MMC core if we cannot suspend by Bing Zhao · 13 years ago
- f7d0506 rtlwifi: rtl8192cu: Add new USB ID by Albert Pool · 13 years ago
- e95c750 x86, microcode, AMD: Add support for family 16h processors by Boris Ostrovsky · 13 years ago
- 6451522 x86, efi: Fix processor-specific memcpy() build error by Matt Fleming · 13 years ago
- 2f4f56a x86-32: Fix invalid stack address while in softirq by Robert Richter · 13 years ago
- 7f276e9 rtlwifi: rtl8192se: Fix gcc 4.7.x warning by Larry Finger · 13 years ago
- cab54d4 scsi: aha152x: Fix sparse warning and make printing pointer address more portable. by Krzysztof Wilczynski · 13 years ago
- 6be9f0b mvsas: remove unused variable in mvs_task_exec() by Dan Carpenter · 13 years ago
- a4438b1 drivers/leds/leds-lp5521.c: fix lp5521_read() error handling by Dan Carpenter · 13 years ago
- e5ad1e4 ALSA: snd-usb-caiaq: initialize card pointer by Daniel Mack · 13 years ago
- eb1e472 NVMe: Fix uninitialized iod compiler warning by Keith Busch · 13 years ago
- e1db910 Linux 3.4.20 by Greg Kroah-Hartman · 13 years ago
- 119bba6 libceph: drop declaration of ceph_con_get() by Alex Elder · 13 years ago
- 30c1269 Revert "serial: omap: fix software flow control" by Felipe Balbi · 13 years ago
- dc87327 ACPI video: Ignore errors after _DOD evaluation. by Igor Murzov · 13 years ago
- 16e773c ceph: avoid 32-bit page index overflow by Alex Elder · 13 years ago
- 9f16f47 libceph: check for invalid mapping by Sage Weil · 13 years ago
- a3973f6 ceph: Fix oops when handling mdsmap that decreases max_mds by Yan, Zheng · 13 years ago
- ded64b2 libceph: avoid NULL kref_put when osd reset races with alloc_msg by Sage Weil · 13 years ago
- 773a6b2 rbd: reset BACKOFF if unable to re-queue by Alex Elder · 13 years ago
- 18cfd85 libceph: only kunmap kmapped pages by Alex Elder · 13 years ago
- 7386740 libceph: avoid truncation due to racing banners by Jim Schutt · 13 years ago
- 1beb5d8 libceph: delay debugfs initialization until we learn global_id by Sage Weil · 13 years ago
- fedbf516 libceph: fix crypto key null deref, memory leak by Sylvain Munaut · 13 years ago
- ee55d8b libceph: recheck con state after allocating incoming message by Sage Weil · 13 years ago
- c032d95 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 13 years ago
- 3e6ccd7 libceph: avoid dropping con mutex before fault by Sage Weil · 13 years ago
- bbdf090 libceph: verify state after retaking con lock after dispatch by Sage Weil · 13 years ago
- e068e58 libceph: revoke mon_client messages on session restart by Sage Weil · 13 years ago
- 42e1fac libceph: fix handling of immediate socket connect failure by Sage Weil · 13 years ago
- fdb9ada libceph: clear all flags on con_close by Sage Weil · 13 years ago
- 5d0fc94 libceph: clean up con flags by Sage Weil · 13 years ago
- adec668 libceph: replace connection state bits with states by Sage Weil · 13 years ago
- edfda78 libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 13 years ago
- 7b159bc libceph: close socket directly from ceph_con_close() by Sage Weil · 13 years ago
- a6315e2 libceph: drop gratuitous socket close calls in con_work by Sage Weil · 13 years ago
- e8a65c2 libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 13 years ago
- 5c8440f libceph: move msgr clear_standby under con mutex protection by Sage Weil · 13 years ago
- 4579d61de libceph: fix fault locking; close socket on lossy fault by Sage Weil · 13 years ago
- 10093e9 libceph: reset connection retry on successfully negotiation by Sage Weil · 13 years ago
- 9b898de libceph: protect ceph_con_open() with mutex by Sage Weil · 13 years ago
- e6ebf2d libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 13 years ago
- b1bfda5 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 13 years ago
- 3f41a38 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 13 years ago
- 36e3b58 libceph: report socket read/write error message by Sage Weil · 13 years ago
- a8e41c7 libceph: prevent the race of incoming work during teardown by Guanjun He · 13 years ago
- 8636dc5 libceph: initialize msgpool message types by Sage Weil · 13 years ago
- 5f677c9 libceph: allow sock transition from CONNECTING to CLOSED by Sage Weil · 13 years ago
- 347654e libceph: initialize mon_client con only once by Sage Weil · 13 years ago
- 69cbd62 libceph: set peer name on con_open, not init by Sage Weil · 13 years ago
- 7648e83 libceph: add some fine ASCII art by Alex Elder · 13 years ago
- 47a727f libceph: small changes to messenger.c by Alex Elder · 13 years ago
- 7306b99 libceph: distinguish two phases of connect sequence by Alex Elder · 13 years ago
- c53a044 libceph: separate banner and connect writes by Alex Elder · 13 years ago
- 16699e8 libceph: define and use an explicit CONNECTED state by Alex Elder · 13 years ago
- eab703f libceph: clear NEGOTIATING when done by Alex Elder · 13 years ago
- 640a221 libceph: clear CONNECTING in ceph_con_close() by Alex Elder · 13 years ago
- 872ada2 libceph: don't touch con state in con_close_socket() by Alex Elder · 13 years ago
- 37fbdde libceph: just set SOCK_CLOSED when state changes by Alex Elder · 13 years ago
- 8927e1c libceph: don't change socket state on sock event by Alex Elder · 13 years ago
- abe3565 libceph: SOCK_CLOSED is a flag, not a state by Alex Elder · 13 years ago
- 7f9abe3 libceph: don't use bio_iter as a flag by Alex Elder · 13 years ago
- 19b9c1d libceph: move init of bio_iter by Alex Elder · 13 years ago
- a37b809 libceph: move init_bio_*() functions up by Alex Elder · 13 years ago
- 8a08de2 libceph: don't mark footer complete before it is by Alex Elder · 13 years ago
- 11e8690 libceph: encapsulate advancing msg page by Alex Elder · 13 years ago
- 5c5d2ce libceph: encapsulate out message data setup by Alex Elder · 13 years ago
- 5d76477 libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 13 years ago
- 4590b6a libceph: use con get/put methods by Sage Weil · 13 years ago
- 845764c libceph: fix NULL dereference in reset_connection() by Dan Carpenter · 13 years ago
- 03eb0c9 libceph: transition socket state prior to actual connect by Sage Weil · 13 years ago
- 66d0d89 libceph: fix overflow in osdmap_apply_incremental() by Xi Wang · 13 years ago
- 867dea1 libceph: fix overflow in osdmap_decode() by Xi Wang · 13 years ago
- 35e08c3 libceph: fix overflow in __decode_pool_names() by Xi Wang · 13 years ago
- 2e58f8c libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 13 years ago
- 8d72ff7 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 13 years ago
- 0955b32 libceph: have messages take a connection reference by Alex Elder · 13 years ago
- d3f32ca libceph: have messages point to their connection by Alex Elder · 13 years ago
- 692f0e5 libceph: tweak ceph_alloc_msg() by Alex Elder · 13 years ago
- 16ab8cd libceph: fully initialize connection in con_init() by Alex Elder · 13 years ago
- a5e05d6 libceph: init monitor connection when opening by Alex Elder · 13 years ago
- f1599ff libceph: drop connection refcounting for mon_client by Sage Weil · 13 years ago
- 3fb8b35 libceph: embed ceph connection structure in mon_client by Alex Elder · 13 years ago
- 2c2070e libceph: set CLOSED state bit in con_init by Alex Elder · 13 years ago
- 816dd4f libceph: provide osd number when creating osd by Alex Elder · 13 years ago
- 7502e04 libceph: start tracking connection socket state by Alex Elder · 13 years ago
- 85ff442 libceph: start separating connection flags from state by Alex Elder · 13 years ago
- 1b37a53 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 13 years ago
- 8f405e5 libceph: rename kvec_reset and kvec_add functions by Alex Elder · 13 years ago
- c751b67 libceph: rename socket callbacks by Alex Elder · 13 years ago
- 4c299b9 libceph: kill bad_proto ceph connection op by Alex Elder · 13 years ago
- 3b25167 libceph: eliminate connection state "DEAD" by Alex Elder · 13 years ago
- 4fefdb9 ceph: check PG_Private flag before accessing page->private by Yan, Zheng · 13 years ago
- 3ff32f8 rbd: Fix ceph_snap_context size calculation by Yan, Zheng · 13 years ago
- 73fe581 rbd: store snapshot id instead of index by Josh Durgin · 14 years ago
- ea5e9e9 rbd: protect read of snapshot sequence number by Josh Durgin · 14 years ago