summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2009-12-07ceph: use kref for ceph_msgSage Weil
2009-12-07ceph: use kref for ceph_osd_requestSage Weil
2009-12-07ceph: use kref for struct ceph_mds_requestSage Weil
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil
2009-12-07ceph: use kref for ceph_bufferSage Weil
2009-12-04ceph: mark v0.18 releaseSage Weil
2009-12-03ceph: allow preferred osd to be get/set via layout ioctlSage Weil
2009-12-03ceph: hide /.ceph from readdir resultsSage Weil
2009-12-03ceph: whitespace cleanupSage Weil
2009-12-01ceph: plug leak of request_mutexSage Weil
2009-11-21ceph: remove useless IS_ERR checksSage Weil
2009-11-21fs/ceph: Move a dereference below a NULL testJulia Lawall
2009-11-21fs/ceph: introduce missing kfreeJulia Lawall
2009-11-20ceph: remove dead codeSage Weil
2009-11-20ceph: reset msgr backoff during open, not after successful handshakeSage Weil
2009-11-20ceph: reset requested max_size after mds reconnectSage Weil
2009-11-20ceph: mount fails immediately on errorYehuda Sadeh
2009-11-20ceph: decode updated mdsmap formatSage Weil
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil
2009-11-20ceph: small cleanup in hash functionSage Weil
2009-11-18ceph: move mempool creation to ceph_create_clientSage Weil
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil
2009-11-18ceph: handle errors during osd client initSage Weil
2009-11-18ceph: remove unnecessary ceph_con_shutdownSage Weil
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil
2009-11-12ceph: fix page invalidation deadlockSage Weil
2009-11-12ceph: build cleanly without CONFIG_DEBUG_FSSage Weil
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