summaryrefslogtreecommitdiffstats
path: root/fs/ceph/osdmap.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix pg_mapping leak on pg_temp updatesSage Weil2010-07-231-11/+15
* ceph: add kfree() to error pathDan Carpenter2010-07-081-0/+1
* ceph: fix crush map update decodingSage Weil2010-06-171-0/+1
* fs/ceph: Use ERR_CASTJulia Lawall2010-05-291-1/+1
* ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil2010-05-111-5/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-151-71/+109
|\
| * ceph: decode v5 of osdmap (pool names) [protocol change]Sage Weil2010-04-101-71/+109
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+3
|/
* ceph: fix pg pool decoding from incremental osdmap updateSage Weil2010-03-231-7/+10
* ceph: fix osdmap decoding when pools include (removed) snapsSage Weil2010-03-021-2/+2
* ceph: use rbtree for pg pools; decode new osdmap formatSage Weil2010-02-171-42/+94
* ceph: fix memory leak when destroying osdmap with pg_temp mappingsSage Weil2010-02-171-16/+33
* ceph: add uid field to ceph_pg_poolSage Weil2010-02-111-0/+20
* ceph: precede encoded ceph_pg_pool struct with versionSage Weil2010-01-261-1/+7
* ceph: fix incremental osdmap pg_temp decoding bugSage Weil2009-12-221-2/+1Star
* ceph: fix error paths for corrupt osdmap messagesSage Weil2009-12-221-5/+6
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-221-0/+3
* ceph: do not feed bad device ids to crushSage Weil2009-12-101-0/+5
* ceph: make CRUSH hash function a bucket propertySage Weil2009-11-081-1/+2
* ceph: make object hash a pg_pool propertySage Weil2009-11-071-1/+1
* ceph: clean up 'osd%d down' console msgSage Weil2009-11-061-1/+1
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-051-39/+61
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-041-0/+3
* ceph: fix intra strip unit length calculationNoah Watkins2009-10-301-5/+10
* ceph: fix object striping calculation for non-default striping schemesSage Weil2009-10-291-4/+7
* ceph: correct comment to match striping calculationSage Weil2009-10-291-1/+1
* ceph: remove redundant use of le32_to_cpuNoah Watkins2009-10-291-1/+1
* ceph: include preferred osd in placement seedSage Weil2009-10-191-0/+2
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-141-35/+35
* ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil2009-10-091-5/+10
* ceph: OSD clientSage Weil2009-10-061-0/+875