summaryrefslogtreecommitdiffstats
path: root/fs/ceph/msgpool.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-181-2/+2
* ceph: name msgpools; useful error messagesSage Weil2010-05-181-4/+9
* ceph: simplify ceph_msg_newSage Weil2010-05-181-2/+2
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-181-11/+2Star
* ceph: rewrite msgpool using mempool_tSage Weil2010-05-181-145/+27Star
* ceph: update for removal of kref_setStephen Rothwell2010-05-181-1/+1
* ceph: reset front len on return to msgpool; BUG on mismatched front iovSage Weil2010-03-021-0/+4
* ceph: more informative msgpool errorsSage Weil2009-12-231-1/+2
* ceph: use kref for ceph_msgSage Weil2009-12-081-1/+1
* ceph: warn on allocation from msgpool with larger front_lenSage Weil2009-10-161-3/+17
* ceph: message poolsSage Weil2009-10-061-0/+167