summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-03scsi: aha152x: Fix sparse warning and make printing pointer address more port...Krzysztof Wilczynski
2012-12-03mvsas: remove unused variable in mvs_task_exec()Dan Carpenter
2012-12-03drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter
2012-12-03ALSA: snd-usb-caiaq: initialize card pointerDaniel Mack
2012-12-03Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc
2012-12-03NVMe: Fix uninitialized iod compiler warningKeith Busch
2012-12-03UBIFS: fix compilation warningAlexandre Pereira da Silva
2012-11-26Linux 3.4.20v3.4.20Greg Kroah-Hartman
2012-11-26libceph: drop declaration of ceph_con_get()Alex Elder
2012-11-26Revert "serial: omap: fix software flow control"Felipe Balbi
2012-11-26ACPI video: Ignore errors after _DOD evaluation.Igor Murzov
2012-11-26ceph: avoid 32-bit page index overflowAlex Elder
2012-11-26libceph: check for invalid mappingSage Weil
2012-11-26ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng
2012-11-26libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil
2012-11-26rbd: reset BACKOFF if unable to re-queueAlex Elder
2012-11-26libceph: only kunmap kmapped pagesAlex Elder
2012-11-26libceph: avoid truncation due to racing bannersJim Schutt
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil
2012-11-26libceph: fix crypto key null deref, memory leakSylvain Munaut
2012-11-26libceph: recheck con state after allocating incoming messageSage Weil
2012-11-26libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil
2012-11-26libceph: avoid dropping con mutex before faultSage Weil
2012-11-26libceph: verify state after retaking con lock after dispatchSage Weil
2012-11-26libceph: revoke mon_client messages on session restartSage Weil
2012-11-26libceph: fix handling of immediate socket connect failureSage Weil
2012-11-26libceph: clear all flags on con_closeSage Weil
2012-11-26libceph: clean up con flagsSage Weil
2012-11-26libceph: replace connection state bits with statesSage Weil
2012-11-26libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil
2012-11-26libceph: close socket directly from ceph_con_close()Sage Weil
2012-11-26libceph: drop gratuitous socket close calls in con_workSage Weil
2012-11-26libceph: move ceph_con_send() closed check under the con mutexSage Weil
2012-11-26libceph: move msgr clear_standby under con mutex protectionSage Weil
2012-11-26libceph: fix fault locking; close socket on lossy faultSage Weil
2012-11-26libceph: reset connection retry on successfully negotiationSage Weil
2012-11-26libceph: protect ceph_con_open() with mutexSage Weil
2012-11-26libceph: (re)initialize bio_iter on start of message receiveSage Weil
2012-11-26libceph: resubmit linger ops when pg mapping changesSage Weil
2012-11-26libceph: fix mutex coverage for ceph_con_closeSage Weil
2012-11-26libceph: report socket read/write error messageSage Weil
2012-11-26libceph: prevent the race of incoming work during teardownGuanjun He
2012-11-26libceph: initialize msgpool message typesSage Weil
2012-11-26libceph: allow sock transition from CONNECTING to CLOSEDSage Weil
2012-11-26libceph: initialize mon_client con only onceSage Weil
2012-11-26libceph: set peer name on con_open, not initSage Weil
2012-11-26libceph: add some fine ASCII artAlex Elder
2012-11-26libceph: small changes to messenger.cAlex Elder
2012-11-26libceph: distinguish two phases of connect sequenceAlex Elder
2012-11-26libceph: separate banner and connect writesAlex Elder