summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix use after free on mds __unregister_requestSage Weil2010-03-281-1/+2
* ceph: fix session check on mds replySage Weil2010-03-231-1/+1
* ceph: handle kmalloc() failureDan Carpenter2010-03-231-0/+2
* ceph: propagate mds session allocation failures to callerSage Weil2010-03-231-1/+6
* ceph: prevent dup stale messages to console for restarting mdsSage Weil2010-03-231-1/+1
* ceph: fix mds sync() race with completing requestsSage Weil2010-03-231-7/+20
* ceph: remove bogus mds forward warningSage Weil2010-02-261-5/+1
* ceph: fix client_request_forward decodingSage Weil2010-02-231-8/+2
* ceph: drop messages on unregistered mds sessions; cleanupSage Weil2010-02-231-43/+42
* ceph: fix iterate_caps removal raceSage Weil2010-02-171-9/+42
* ceph: use rbtree for snap_realmsSage Weil2010-02-161-11/+5
* ceph: use rbtree for mds requestsSage Weil2010-02-161-59/+90
* ceph: allow renewal of auth credentialsSage Weil2010-02-101-0/+13
* ceph: include type in ceph_entity_addr, filepathSage Weil2010-01-291-1/+1
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-251-2/+0
* ceph: properly handle aborted mds requestsSage Weil2010-01-251-5/+23
* ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol ...Sage Weil2009-12-231-100/+56
* ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil2009-12-231-2/+3
* ceph: do not touch_caps while iterating over caps listSage Weil2009-12-231-4/+10
* ceph: make mds ops interruptibleSage Weil2009-12-211-6/+9
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-211-0/+4
* ceph: use kref for struct ceph_mds_requestSage Weil2009-12-071-35/+34
* ceph: reset requested max_size after mds reconnectSage Weil2009-11-201-4/+17
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-201-10/+2
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-181-4/+65
* ceph: handle errors during osd client initSage Weil2009-11-181-1/+2
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-181-12/+18
* ceph: pr_info when mds reconnect completesSage Weil2009-11-111-0/+1
* ceph: remove recon_gen logicSage Weil2009-11-101-14/+1
* ceph: do not confuse stale and dead (unreconnected) capsSage Weil2009-11-091-3/+6
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-271-3/+3
* ceph: flush dirty caps via the cap_dirty listSage Weil2009-10-151-3/+3
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-141-10/+10
* ceph: MDS clientSage Weil2009-10-061-0/+2912
OpenPOWER on IntegriCloud