aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osdmap.c
Commit message (Expand)AuthorAge
* ceph: whitespace cleanupSage Weil2010-08-03
* ceph: fix decoding of pool snap infoSage Weil2010-08-02
* ceph: print useful error message when crush rule not foundSage Weil2010-08-01
* ceph: code cleanupYehuda Sadeh2010-08-01
* ceph: fix pg_mapping leak on pg_temp updatesSage Weil2010-07-23
* ceph: add kfree() to error pathDan Carpenter2010-07-08
* ceph: fix crush map update decodingSage Weil2010-06-17
* fs/ceph: Use ERR_CASTJulia Lawall2010-05-29
* ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil2010-05-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-14
|\
| * ceph: decode v5 of osdmap (pool names) [protocol change]Sage Weil2010-04-09
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* ceph: fix pg pool decoding from incremental osdmap updateSage Weil2010-03-23
* ceph: fix osdmap decoding when pools include (removed) snapsSage Weil2010-03-01
* ceph: use rbtree for pg pools; decode new osdmap formatSage Weil2010-02-17
* ceph: fix memory leak when destroying osdmap with pg_temp mappingsSage Weil2010-02-17
* ceph: add uid field to ceph_pg_poolSage Weil2010-02-11
* ceph: precede encoded ceph_pg_pool struct with versionSage Weil2010-01-25
* ceph: fix incremental osdmap pg_temp decoding bugSage Weil2009-12-21
* ceph: fix error paths for corrupt osdmap messagesSage Weil2009-12-21
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-21
* ceph: do not feed bad device ids to crushSage Weil2009-12-09
* ceph: make CRUSH hash function a bucket propertySage Weil2009-11-07
* ceph: make object hash a pg_pool propertySage Weil2009-11-07
* ceph: clean up 'osd%d down' console msgSage Weil2009-11-06
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-04
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-03
* ceph: fix intra strip unit length calculationNoah Watkins2009-10-30
* ceph: fix object striping calculation for non-default striping schemesSage Weil2009-10-28
* ceph: correct comment to match striping calculationSage Weil2009-10-28
* ceph: remove redundant use of le32_to_cpuNoah Watkins2009-10-28
* ceph: include preferred osd in placement seedSage Weil2009-10-19
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-14
* ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil2009-10-09
* ceph: OSD clientSage Weil2009-10-06