summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-17ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7
2013-01-17ceph: Fix infinite loop in __wake_requestsYan, Zheng1-2/+7
2013-01-17ceph: Don't update i_max_size when handling non-auth capYan, Zheng1-1/+1
2013-01-17rbd: do not allow remove of mounted-on imageAlex Elder1-0/+13
2013-01-17rbd: fix bug in rbd_dev_id_put()Alex Elder1-2/+2
2013-01-17rbd: BUG on invalid layoutSage Weil1-2/+3
2013-01-17rbd: remove linger unconditionallyAlex Elder1-1/+1
2013-01-17ceph: don't reference req after putAlex Elder1-1/+1
2013-01-17libceph: remove 'osdtimeout' optionSage Weil4-49/+5
2013-01-17rbd: kill notify_timeout optionAlex Elder1-8/+0
2013-01-17rbd: add read_only rbd map optionAlex Elder1-4/+24
2013-01-17rbd: kill create_snap sysfs entryAlex Elder2-169/+2
2013-01-17libceph: avoid using freed osd in __kick_osd_requests()Alex Elder1-1/+2
2013-01-17libceph: fix osdmap decode error pathsSage Weil1-11/+20
2013-01-17libceph: fix protocol feature mismatch failure pathSage Weil1-10/+4
2013-01-17libceph: WARN, don't BUG on unexpected connection statesAlex Elder1-6/+5
2013-01-17libceph: always reset osds when kickingAlex Elder1-2/+2
2013-01-17libceph: move linger requests sooner in kick_requests()Alex Elder1-11/+19
2013-01-17libceph: register request before unregister lingerAlex Elder1-1/+1
2013-01-17libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder1-0/+1
2013-01-17libceph: init event->node in ceph_osdc_create_event()Alex Elder1-0/+1
2013-01-17libceph: init osd->o_node in create_osd()Alex Elder1-0/+1
2013-01-17libceph: report connection fault with warningAlex Elder1-1/+1
2013-01-17libceph: socket can close in any connection stateAlex Elder1-17/+30
2013-01-17ceph: propagate layout error on osd request creationSage Weil3-12/+15
2013-01-17rbd: drop dev reference on error in rbd_open()Alex Elder1-4/+3
2013-01-17ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil1-5/+10
2013-01-17rbd: send header version when notifyingJosh Durgin1-2/+5
2013-01-17rbd: use reference counting for the snap contextJosh Durgin1-18/+17
2013-01-17rbd: set image size when header is updatedJosh Durgin1-0/+1
2013-01-17rbd: expose the correct size of the device in sysfsJosh Durgin1-3/+8
2013-01-17rbd: only reset capacity when pointing to headJosh Durgin1-1/+6
2013-01-17rbd: return errors for mapped but deleted snapshotJosh Durgin1-2/+30
2013-01-17ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2013-01-17Revert "drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13"Daniel Vetter1-8/+0
2013-01-17drm/i915: Flush the pending flips on the CRTC before modificationChris Wilson1-2/+22
2013-01-17drm/i915: call drm_handle_vblank before finish_page_flipDaniel Vetter1-12/+12
2013-01-17drm/i915: Fix GT_MODE default valueBen Widawsky2-0/+8
2013-01-17drm/i915: prevent possible pin leak on error pathEugeni Dodonov1-1/+1
2013-01-17drm/i915: Reduce a pin-leak BUG into a WARNChris Wilson1-1/+2
2013-01-17drm/i915: only enable sdvo hotplug irq if neededJani Nikula1-9/+6
2013-01-17drm/radeon: fix ordering in pll picking on dce4+Alex Deucher1-4/+4
2013-01-17drm/i915: SDVO hotplug have different interrupt status bits for i915/i965/g4xChris Wilson3-10/+37
2013-01-17drm/i915: add some barriers when changing DIPsPaulo Zanoni1-1/+10
2013-01-17drm/radeon: fix up pll selection on DCE5/6Alex Deucher1-1/+5
2013-01-17drm/i915: don't pwrite tiled objects through the gttDaniel Vetter1-0/+1
2013-01-17drm/i915: Wait for all pending operations to the fb before disabling the pipeChris Wilson1-23/+4
2013-01-17drm/i915: Add wait_for in init_ring_commonSean Paul1-3/+3
2013-01-17drm/i915: Check VBIOS value for determining LVDS dual channel mode, tooTakashi Iwai3-6/+62
2013-01-17drm/i915: hold forcewake around ring hw initDaniel Vetter3-4/+21