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