summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ceph: make object hash a pg_pool propertySage Weil2009-11-069-81/+137
* ceph: use strong hash function for mapping objects to pgsSage Weil2009-11-062-24/+71
* ceph: make CRUSH hash functions non-inlineSage Weil2009-11-066-96/+107
* ceph: clean up 'osd%d down' console msgSage Weil2009-11-061-1/+1
* ceph: convert port endiannessSage Weil2009-11-041-2/+2
* ceph: fix sparse endian warningSage Weil2009-11-042-2/+2
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-045-55/+75
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-037-8/+40
* ceph: init/destroy bdi in client create/destroy helpersSage Weil2009-11-021-6/+9
* crush: always return a value from crush_bucket_chooseSage Weil2009-11-011-1/+1
* ceph: fix uninitialized err variableSage Weil2009-11-011-1/+1
* ceph: fix intra strip unit length calculationNoah Watkins2009-10-301-5/+10
* ceph: fix object striping calculation for non-default striping schemesSage Weil2009-10-281-4/+7
* ceph: correct comment to match striping calculationSage Weil2009-10-281-1/+1
* ceph: remove redundant use of le32_to_cpuNoah Watkins2009-10-281-1/+1
* ceph: replace list_entry with container_ofNoah Watkins2009-10-281-1/+1
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-278-74/+105
* ceph: fix, clean up string mount arg parsingSage Weil2009-10-271-2/+9
* ceph: silence uninitialized variable warningSage Weil2009-10-261-1/+1
* ceph: reduce parse_mount_args stack usageSage Weil2009-10-261-8/+17
* ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil2009-10-222-4/+2
* ceph: move directory size logic to ceph_getattrSage Weil2009-10-211-3/+5
* ceph: v0.17 of clientSage Weil2009-10-191-2/+2
* ceph: include preferred osd in placement seedSage Weil2009-10-192-1/+3
* ceph: enable readaheadSage Weil2009-10-162-1/+2
* ceph: move dirty caps code aroundSage Weil2009-10-151-33/+37
* ceph: warn on allocation from msgpool with larger front_lenSage Weil2009-10-154-9/+26
* ceph: correct subscribe_ack msgpool payload sizeSage Weil2009-10-152-4/+12
* ceph: flush dirty caps via the cap_dirty listSage Weil2009-10-153-29/+59
* ceph: move generic flushing code into helperSage Weil2009-10-141-22/+21
* ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_superSage Weil2009-10-141-1/+3
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-146-132/+137
* ceph: add version field to message headerSage Weil2009-10-131-1/+2
* ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAPSage Weil2009-10-122-4/+0
* ceph: ignore trailing data in monampSage Weil2009-10-121-3/+0
* ceph: add file layout validationSage Weil2009-10-092-0/+26
* ceph: update to mon client protocol v15Sage Weil2009-10-093-10/+19
* ceph: cancel osd requests before resending themSage Weil2009-10-091-1/+4
* ceph: reset osd session on fault, not peer_resetSage Weil2009-10-091-5/+2
* ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil2009-10-091-5/+10
* ceph: revoke osd request message on request completionSage Weil2009-10-091-4/+9
* ceph: fix osd request submission raceSage Weil2009-10-091-11/+19
* ceph: renew mon subscription before it expiresSage Weil2009-10-081-2/+2
* ceph: fix mdsmap decoding when multiple mds's are presentSage Weil2009-10-071-5/+5
* ceph: gracefully avoid empty crush bucketsSage Weil2009-10-071-2/+7
* ceph: include preferred_osd in file layout virtual xattrSage Weil2009-10-071-1/+8
* ceph: show meaningful version on module loadSage Weil2009-10-072-8/+3
* ceph: document shared files in READMESage Weil2009-10-061-0/+17
* ceph: Kconfig, MakefileSage Weil2009-10-065-0/+73
* ceph: debugfsSage Weil2009-10-061-0/+425
OpenPOWER on IntegriCloud