aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-23/+17
2010-05-17ceph: handle kzalloc() failureCheng Renquan1-0/+4
2010-05-17ceph: reduce build_path debug outputSage Weil1-6/+4
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil1-1/+6
2010-05-17ceph: fix race between aborted requests and fill_traceSage Weil1-0/+11
2010-05-17ceph: clean up mds reply, error handlingSage Weil1-57/+54
2010-05-11ceph: fix cap removal racesSage Weil1-2/+3
2010-05-11ceph: fix locking for waking session requests after reconnectSage Weil1-13/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-28ceph: fix use after free on mds __unregister_requestSage Weil1-1/+2
2010-03-23ceph: fix session check on mds replySage Weil1-1/+1
2010-03-23ceph: handle kmalloc() failureDan Carpenter1-0/+2
2010-03-23ceph: propagate mds session allocation failures to callerSage Weil1-1/+6
2010-03-23ceph: prevent dup stale messages to console for restarting mdsSage Weil1-1/+1
2010-03-23ceph: fix mds sync() race with completing requestsSage Weil1-7/+20
2010-02-26ceph: remove bogus mds forward warningSage Weil1-5/+1
2010-02-23ceph: fix client_request_forward decodingSage Weil1-8/+2
2010-02-23ceph: drop messages on unregistered mds sessions; cleanupSage Weil1-43/+42
2010-02-17ceph: fix iterate_caps removal raceSage Weil1-9/+42
2010-02-16ceph: use rbtree for snap_realmsSage Weil1-11/+5
2010-02-16ceph: use rbtree for mds requestsSage Weil1-59/+90
2010-02-10ceph: allow renewal of auth credentialsSage Weil1-0/+13
2010-01-29ceph: include type in ceph_entity_addr, filepathSage Weil1-1/+1
2010-01-25ceph: allocate middle of message before stating to readYehuda Sadeh1-2/+0
2010-01-25ceph: properly handle aborted mds requestsSage Weil1-5/+23
2009-12-23ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol change)Sage Weil1-100/+56
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil1-2/+3
2009-12-23ceph: do not touch_caps while iterating over caps listSage Weil1-4/+10
2009-12-21ceph: make mds ops interruptibleSage Weil1-6/+9
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+4
2009-12-07ceph: use kref for struct ceph_mds_requestSage Weil1-35/+34
2009-11-20ceph: reset requested max_size after mds reconnectSage Weil1-4/+17
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil1-10/+2
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-4/+65
2009-11-18ceph: handle errors during osd client initSage Weil1-1/+2
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil1-12/+18
2009-11-11ceph: pr_info when mds reconnect completesSage Weil1-0/+1
2009-11-10ceph: remove recon_gen logicSage Weil1-14/+1
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil1-3/+6
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-3/+3
2009-10-15ceph: flush dirty caps via the cap_dirty listSage Weil1-3/+3
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil1-10/+10
2009-10-06ceph: MDS clientSage Weil1-0/+2912