aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2009-11-11ceph: pr_info when mds reconnect completesSage Weil
2009-11-11ceph: initialize i_size/i_rbytes on snapdirSage Weil
2009-11-11ceph: exclude snapdir from readdir resultsSage Weil
2009-11-10ceph: remove recon_gen logicSage Weil
2009-11-10ceph: separate banner and connect during handshake into distinct stagesSage Weil
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil
2009-11-07ceph: make CRUSH hash function a bucket propertySage Weil
2009-11-06ceph: make object hash a pg_pool propertySage Weil
2009-11-06ceph: use strong hash function for mapping objects to pgsSage Weil
2009-11-06ceph: make CRUSH hash functions non-inlineSage Weil
2009-11-06ceph: clean up 'osd%d down' console msgSage Weil
2009-11-04ceph: convert port endiannessSage Weil
2009-11-04ceph: fix sparse endian warningSage Weil
2009-11-04ceph: fix endian conversions for ceph_pgSage Weil
2009-11-03ceph: use fixed endian encoding for ceph_entity_addrSage Weil
2009-11-02ceph: init/destroy bdi in client create/destroy helpersSage Weil
2009-11-01crush: always return a value from crush_bucket_chooseSage Weil
2009-11-01ceph: fix uninitialized err variableSage Weil
2009-10-30ceph: fix intra strip unit length calculationNoah Watkins
2009-10-28ceph: fix object striping calculation for non-default striping schemesSage Weil
2009-10-28ceph: correct comment to match striping calculationSage Weil
2009-10-28ceph: remove redundant use of le32_to_cpuNoah Watkins
2009-10-28ceph: replace list_entry with container_ofNoah Watkins
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil
2009-10-27ceph: fix, clean up string mount arg parsingSage Weil
2009-10-26ceph: silence uninitialized variable warningSage Weil
2009-10-26ceph: reduce parse_mount_args stack usageSage Weil
2009-10-22ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil
2009-10-21ceph: move directory size logic to ceph_getattrSage Weil
2009-10-19ceph: v0.17 of clientSage Weil
2009-10-19ceph: include preferred osd in placement seedSage Weil
2009-10-16ceph: enable readaheadSage Weil
2009-10-15ceph: move dirty caps code aroundSage Weil
2009-10-15ceph: warn on allocation from msgpool with larger front_lenSage Weil
2009-10-15ceph: correct subscribe_ack msgpool payload sizeSage Weil
2009-10-15ceph: flush dirty caps via the cap_dirty listSage Weil
2009-10-14ceph: move generic flushing code into helperSage Weil
2009-10-14ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_superSage Weil
2009-10-14ceph: convert encode/decode macros to inlinesSage Weil
2009-10-13ceph: add version field to message headerSage Weil
2009-10-12ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAPSage Weil
2009-10-12ceph: ignore trailing data in monampSage Weil
2009-10-09ceph: add file layout validationSage Weil
2009-10-09ceph: update to mon client protocol v15Sage Weil
2009-10-09ceph: cancel osd requests before resending themSage Weil
2009-10-09ceph: reset osd session on fault, not peer_resetSage Weil
2009-10-09ceph: fail gracefully on corrupt osdmap (bad pg_temp mapping)Sage Weil
2009-10-09ceph: revoke osd request message on request completionSage Weil
2009-10-09ceph: fix osd request submission raceSage Weil
2009-10-08ceph: renew mon subscription before it expiresSage Weil