summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil1-8/+8
2009-12-23ceph: do not touch_caps while iterating over caps listSage Weil1-3/+8
2009-12-22ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+1
2009-12-04ceph: whitespace cleanupSage Weil1-1/+1
2009-11-13ceph: fix page invalidation deadlockSage Weil1-2/+2
2009-11-11ceph: remove recon_gen logicSage Weil1-11/+1
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil1-5/+15
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-2/+2
2009-10-16ceph: move dirty caps code aroundSage Weil1-33/+37
2009-10-16ceph: flush dirty caps via the cap_dirty listSage Weil1-23/+53
2009-10-15ceph: move generic flushing code into helperSage Weil1-22/+21
2009-10-06ceph: capability managementSage Weil1-0/+2830