summaryrefslogtreecommitdiffstats
path: root/fs/ceph/msgpool.c
AgeCommit message (Expand)AuthorLines
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh-2/+2
2010-05-17ceph: name msgpools; useful error messagesSage Weil-4/+9
2010-05-17ceph: simplify ceph_msg_newSage Weil-2/+2
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil-11/+2
2010-05-17ceph: rewrite msgpool using mempool_tSage Weil-145/+27
2010-05-17ceph: update for removal of kref_setStephen Rothwell-1/+1
2010-03-01ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil-0/+4
2009-12-23ceph: more informative msgpool errorsSage Weil-1/+2
2009-12-07ceph: use kref for ceph_msgSage Weil-1/+1
2009-10-15ceph: warn on allocation from msgpool with larger front_lenSage Weil-3/+17
2009-10-06ceph: message poolsSage Weil-0/+167