summaryrefslogtreecommitdiffstats
path: root/block/as-iosched.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-14ceph: remove unused erank fieldSage Weil4-32/+15
2010-01-14ceph: change dentry offset and position after splice_dentryYehuda Sadeh1-0/+29
2010-01-07ceph: fix copy_user_to_page_vector()Yehuda Sadeh1-4/+4
2009-12-23ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol ...Sage Weil2-101/+57
2009-12-23ceph: support ceph_pagelist for message payloadSage Weil5-5/+130
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil4-17/+53
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil7-27/+20
2009-12-23ceph: more informative msgpool errorsSage Weil1-1/+2
2009-12-23ceph: control access to page vector for incoming dataSage Weil4-10/+67
2009-12-23ceph: use connection mutex to protect read and write stagesSage Weil2-19/+33
2009-12-23ceph: unregister canceled/timed out osd requestsSage Weil1-1/+2
2009-12-23ceph: only unregister registered bdiSage Weil1-1/+2
2009-12-23ceph: do not touch_caps while iterating over caps listSage Weil3-7/+19
2009-12-22ceph: fix incremental osdmap pg_temp decoding bugSage Weil1-2/+1
2009-12-22ceph: fix error paths for corrupt osdmap messagesSage Weil2-5/+8
2009-12-22ceph: do not drop lease during revalidateSage Weil1-2/+0
2009-12-22ceph: ensure rename target dentry fails revalidationSage Weil1-0/+4
2009-12-22ceph: writeback congestion controlYehuda Sadeh4-2/+105
2009-12-22ceph: writepage grabs and releases inodeYehuda Sadeh1-1/+6
2009-12-22ceph: remove unaccessible codeYehuda Sadeh1-4/+0
2009-12-22ceph: include link to bdi in debugfsSage Weil2-0/+8
2009-12-22ceph: make mds ops interruptibleSage Weil1-6/+9
2009-12-22ceph: plug leak of incoming message during connection fault/closeSage Weil1-2/+8
2009-12-22ceph: hex dump corrupt server data to KERN_DEBUGSage Weil10-7/+41
2009-12-22ceph: fix msgpool reservation leakYehuda Sadeh2-1/+5
2009-12-22ceph: don't save sent messages on lossy connectionsSage Weil1-3/+7
2009-12-22ceph: detect lossy state of connectionSage Weil1-2/+4
2009-12-22ceph: plug msg leak in con_faultSage Weil1-2/+7
2009-12-22ceph: carry explicit msg reference for currently sending messageSage Weil2-4/+19
2009-12-11ceph: fix leak of monc mutexSage Weil1-2/+3
2009-12-10ceph: do not feed bad device ids to crushSage Weil1-0/+5
2009-12-08ceph: use kref for ceph_msgSage Weil3-35/+27
2009-12-07ceph: use kref for ceph_osd_requestSage Weil2-22/+26
2009-12-07ceph: use kref for struct ceph_mds_requestSage Weil2-38/+42
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil5-29/+35
2009-12-07ceph: use kref for ceph_bufferSage Weil2-12/+20
2009-12-04ceph: mark v0.18 releaseSage Weil1-1/+1
2009-12-04ceph: update MAINTAINERS entry with correct git URLSage Weil1-1/+1
2009-12-03ceph: allow preferred osd to be get/set via layout ioctlSage Weil2-1/+5
2009-12-03ceph: hide /.ceph from readdir resultsSage Weil2-0/+9
2009-12-03ceph: whitespace cleanupSage Weil5-9/+9
2009-12-01ceph: plug leak of request_mutexSage Weil1-0/+1
2009-11-21ceph: remove useless IS_ERR checksSage Weil1-10/+0
2009-11-21fs/ceph: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-11-21fs/ceph: introduce missing kfreeJulia Lawall1-2/+4
2009-11-21ceph: remove dead codeSage Weil1-21/+0
2009-11-21ceph: reset msgr backoff during open, not after successful handshakeSage Weil1-2/+1
2009-11-20ceph: reset requested max_size after mds reconnectSage Weil1-4/+17
2009-11-20ceph: mount fails immediately on errorYehuda Sadeh2-1/+10
2009-11-20ceph: decode updated mdsmap formatSage Weil3-7/+11