| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: fix kick_requests() | Yan, Zheng | 2014-08-07 | 1 | -2/+3 |
* | ceph: fix append mode write | Yan, Zheng | 2014-07-28 | 1 | -6/+5 |
* | ceph: fix sizeof(struct tYpO *) typo | Ilya Dryomov | 2014-07-28 | 1 | -1/+1 |
* | ceph: remove redundant memset(0) | Ilya Dryomov | 2014-07-28 | 1 | -1/+1 |
* | rbd: take snap_id into account when reading in parent info | Ilya Dryomov | 2014-07-25 | 1 | -1/+1 |
* | rbd: do not read in parent info before snap context | Ilya Dryomov | 2014-07-25 | 1 | -33/+27 |
* | rbd: update mapping size only on refresh | Ilya Dryomov | 2014-07-25 | 1 | -12/+7 |
* | rbd: harden rbd_dev_refresh() and callers a bit | Ilya Dryomov | 2014-07-25 | 1 | -5/+16 |
* | rbd: split rbd_dev_spec_update() into two functions | Ilya Dryomov | 2014-07-25 | 1 | -31/+48 |
* | rbd: remove unnecessary asserts in rbd_dev_image_probe() | Ilya Dryomov | 2014-07-25 | 1 | -2/+0 |
* | rbd: introduce rbd_dev_header_info() | Ilya Dryomov | 2014-07-25 | 1 | -10/+14 |
* | rbd: show the entire chain of parent images | Ilya Dryomov | 2014-07-25 | 2 | -35/+25 |
* | ceph: replace comma with a semicolon | Himangi Saraogi | 2014-07-24 | 1 | -1/+1 |
* | rbd: use rbd_segment_name_free() instead of kfree() | Himangi Saraogi | 2014-07-24 | 1 | -8/+8 |
* | ceph: check zero length in ceph_sync_read() | Yan, Zheng | 2014-07-21 | 1 | -0/+3 |
* | ceph: reset r_resend_mds after receiving -ESTALE | Yan, Zheng | 2014-07-14 | 1 | -0/+1 |
* | ceph: properly apply umask when ACL is enabled | Yan, Zheng | 2014-07-08 | 1 | -2/+12 |
* | ceph: pass proper page offset to copy_page_to_iter() | Yan, Zheng | 2014-07-08 | 1 | -2/+5 |
* | ceph: include time stamp in replayed MDS requests | Yan, Zheng | 2014-07-08 | 1 | -2/+8 |
* | rbd: do not leak image_id in rbd_dev_v2_parent_info() | Ilya Dryomov | 2014-07-08 | 1 | -0/+2 |
* | ceph: check unsupported fallocate mode | Yan, Zheng | 2014-07-08 | 1 | -0/+3 |
* | libceph: drop osd ref when canceling con work | Ilya Dryomov | 2014-07-08 | 1 | -4/+10 |
* | libceph: nuke ceph_osdc_unregister_linger_request() | Ilya Dryomov | 2014-07-08 | 2 | -12/+0 |
* | rbd: use rbd_obj_watch_request_helper() helper | Ilya Dryomov | 2014-07-08 | 1 | -98/+17 |
* | rbd: add rbd_obj_watch_request_helper() helper | Ilya Dryomov | 2014-07-08 | 1 | -0/+53 |
* | rbd: rbd_obj_request_wait() should cancel the request if interrupted | Ilya Dryomov | 2014-07-08 | 1 | -11/+28 |
* | libceph: introduce ceph_osdc_cancel_request() | Ilya Dryomov | 2014-07-08 | 2 | -6/+26 |
* | libceph: fix linger request check in __unregister_request() | Ilya Dryomov | 2014-07-08 | 1 | -1/+1 |
* | libceph: unregister only registered linger requests | Ilya Dryomov | 2014-07-08 | 1 | -5/+14 |
* | libceph: assert both regular and lingering lists in __remove_osd() | Ilya Dryomov | 2014-07-08 | 1 | -0/+2 |
* | libceph: harden ceph_osdc_request_release() a bit | Ilya Dryomov | 2014-07-08 | 1 | -0/+7 |
* | libceph: move and add dout()s to ceph_osdc_request_{get,put}() | Ilya Dryomov | 2014-07-08 | 2 | -13/+24 |
* | libceph: move and add dout()s to ceph_msg_{get,put}() | Ilya Dryomov | 2014-07-08 | 2 | -21/+24 |
* | libceph: add maybe_move_osd_to_lru() and switch to it | Ilya Dryomov | 2014-07-08 | 1 | -12/+14 |
* | libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item | Ilya Dryomov | 2014-07-08 | 2 | -5/+5 |
* | Linux 3.16-rc4v3.16-rc4 | Linus Torvalds | 2014-07-06 | 1 | -1/+1 |
* | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2014-07-06 | 1 | -0/+15 |
|\ |
|
| * | of: Check for phys_addr_t overflows in early_init_dt_add_memory_arch | Laura Abbott | 2014-06-26 | 1 | -0/+15 |
* | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-07-06 | 13 | -43/+86 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linus | James Bottomley | 2014-07-03 | 11 | -32/+75 |
| |\ \ |
|
| | * | | virtio-scsi: fix various bad behavior on aborted requests | Paolo Bonzini | 2014-06-25 | 1 | -0/+22 |
| | * | | virtio-scsi: avoid cancelling uninitialized work items | Paolo Bonzini | 2014-06-25 | 1 | -1/+3 |
| | * | | ibmvscsi: Add memory barriers for send / receive | Brian King | 2014-06-25 | 1 | -0/+10 |
| | * | | ibmvscsi: Abort init sequence during error recovery | Brian King | 2014-06-25 | 1 | -1/+2 |
| | * | | qla2xxx: Fix sparse warning in qla_target.c. | Quinn Tran | 2014-06-25 | 2 | -8/+13 |
| | * | | bnx2fc: Improve stats update mechanism | Neil Horman | 2014-06-25 | 1 | -12/+4 |
| | * | | bnx2fc: do not scan uninitialized lists in case of error. | Maurizio Lombardi | 2014-06-25 | 1 | -0/+2 |
| | * | | fc: ensure scan_work isn't active when freeing fc_rport | Neil Horman | 2014-06-25 | 1 | -0/+1 |
| | * | | pm8001: Fix potential null pointer dereference and memory leak. | Maurizio Lombardi | 2014-06-25 | 1 | -3/+10 |
| | * | | MAINTAINERS: Update LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) maintainers Emai... | Reddy, Sreekanth | 2014-06-25 | 1 | -4/+5 |