summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-11-05ceph: fix endian conversions for ceph_pgSage Weil5-55/+75
2009-11-04ceph: use fixed endian encoding for ceph_entity_addrSage Weil7-8/+40
2009-11-02ceph: init/destroy bdi in client create/destroy helpersSage Weil1-6/+9
2009-11-02crush: always return a value from crush_bucket_chooseSage Weil1-1/+1
2009-11-02ceph: fix uninitialized err variableSage Weil1-1/+1
2009-10-30ceph: fix intra strip unit length calculationNoah Watkins1-5/+10
2009-10-29ceph: fix object striping calculation for non-default striping schemesSage Weil1-4/+7
2009-10-29ceph: correct comment to match striping calculationSage Weil1-1/+1
2009-10-29ceph: remove redundant use of le32_to_cpuNoah Watkins1-1/+1
2009-10-29ceph: replace list_entry with container_ofNoah Watkins1-1/+1
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil8-74/+105
2009-10-27ceph: fix, clean up string mount arg parsingSage Weil1-2/+9
2009-10-27ceph: silence uninitialized variable warningSage Weil1-1/+1
2009-10-27ceph: reduce parse_mount_args stack usageSage Weil1-8/+17
2009-10-22ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil2-4/+2
2009-10-21ceph: move directory size logic to ceph_getattrSage Weil1-3/+5
2009-10-20ceph: v0.17 of clientSage Weil1-2/+2
2009-10-19ceph: include preferred osd in placement seedSage Weil2-1/+3
2009-10-17ceph: enable readaheadSage Weil2-1/+2
2009-10-16ceph: move dirty caps code aroundSage Weil1-33/+37
2009-10-16ceph: warn on allocation from msgpool with larger front_lenSage Weil4-9/+26
2009-10-16ceph: correct subscribe_ack msgpool payload sizeSage Weil2-4/+12
2009-10-16ceph: flush dirty caps via the cap_dirty listSage Weil3-29/+59
2009-10-15ceph: move generic flushing code into helperSage Weil1-22/+21
2009-10-15ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_superSage Weil1-1/+3
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil6-132/+137
2009-10-13ceph: add version field to message headerSage Weil1-1/+2
2009-10-12ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAPSage Weil2-4/+0
2009-10-12ceph: ignore trailing data in monampSage Weil1-3/+0
2009-10-10ceph: add file layout validationSage Weil2-0/+26
2009-10-10ceph: update to mon client protocol v15Sage Weil3-10/+19
2009-10-09ceph: cancel osd requests before resending themSage Weil1-1/+4
2009-10-09ceph: reset osd session on fault, not peer_resetSage Weil1-5/+2
2009-10-09ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil1-5/+10
2009-10-09ceph: revoke osd request message on request completionSage Weil1-4/+9
2009-10-09ceph: fix osd request submission raceSage Weil1-11/+19
2009-10-08ceph: renew mon subscription before it expiresSage Weil1-2/+2
2009-10-08ceph: fix mdsmap decoding when multiple mds's are presentSage Weil1-5/+5
2009-10-07ceph: gracefully avoid empty crush bucketsSage Weil1-2/+7
2009-10-07ceph: include preferred_osd in file layout virtual xattrSage Weil1-1/+8
2009-10-07ceph: show meaningful version on module loadSage Weil2-8/+3
2009-10-06ceph: document shared files in READMESage Weil1-0/+17
2009-10-06ceph: Kconfig, MakefileSage Weil4-0/+64
2009-10-06ceph: debugfsSage Weil1-0/+425
2009-10-06ceph: ioctlsSage Weil2-0/+196
2009-10-06ceph: nfs re-export supportSage Weil1-0/+223
2009-10-06ceph: message poolsSage Weil2-0/+193
2009-10-06ceph: messenger librarySage Weil3-0/+2398
2009-10-06ceph: snapshot managementSage Weil1-0/+897
2009-10-06ceph: capability managementSage Weil1-0/+2830