summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-11ceph: fix leak of monc mutexSage Weil1-2/+3
2009-12-10ceph: do not feed bad device ids to crushSage Weil1-0/+5
2009-12-08ceph: use kref for ceph_msgSage Weil3-35/+27
2009-12-07ceph: use kref for ceph_osd_requestSage Weil2-22/+26
2009-12-07ceph: use kref for struct ceph_mds_requestSage Weil2-38/+42
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil5-29/+35
2009-12-07ceph: use kref for ceph_bufferSage Weil2-12/+20
2009-12-04ceph: mark v0.18 releaseSage Weil1-1/+1
2009-12-04ceph: update MAINTAINERS entry with correct git URLSage Weil1-1/+1
2009-12-03ceph: allow preferred osd to be get/set via layout ioctlSage Weil2-1/+5
2009-12-03ceph: hide /.ceph from readdir resultsSage Weil2-0/+9
2009-12-03ceph: whitespace cleanupSage Weil5-9/+9
2009-12-01ceph: plug leak of request_mutexSage Weil1-0/+1
2009-11-21ceph: remove useless IS_ERR checksSage Weil1-10/+0
2009-11-21fs/ceph: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-11-21fs/ceph: introduce missing kfreeJulia Lawall1-2/+4
2009-11-21ceph: remove dead codeSage Weil1-21/+0
2009-11-21ceph: reset msgr backoff during open, not after successful handshakeSage Weil1-2/+1
2009-11-20ceph: reset requested max_size after mds reconnectSage Weil1-4/+17
2009-11-20ceph: mount fails immediately on errorYehuda Sadeh2-1/+10
2009-11-20ceph: decode updated mdsmap formatSage Weil3-7/+11
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil6-140/+51
2009-11-20ceph: small cleanup in hash functionSage Weil1-1/+1
2009-11-19ceph: move mempool creation to ceph_create_clientSage Weil1-11/+12
2009-11-19ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil20-76/+888
2009-11-19ceph: handle errors during osd client initSage Weil4-7/+19
2009-11-18ceph: remove unnecessary ceph_con_shutdownSage Weil1-12/+1
2009-11-18ceph: remove bad calls to ceph_con_shutdownSage Weil3-16/+19
2009-11-13ceph: fix page invalidation deadlockSage Weil1-2/+2
2009-11-13ceph: build cleanly without CONFIG_DEBUG_FSSage Weil5-0/+31
2009-11-12ceph: pr_info when mds reconnect completesSage Weil1-0/+1
2009-11-12ceph: initialize i_size/i_rbytes on snapdirSage Weil1-1/+3
2009-11-12ceph: exclude snapdir from readdir resultsSage Weil1-0/+1
2009-11-11ceph: remove recon_gen logicSage Weil4-28/+2
2009-11-10ceph: separate banner and connect during handshake into distinct stagesSage Weil2-44/+77
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil4-9/+26
2009-11-08ceph: make CRUSH hash function a bucket propertySage Weil5-21/+93
2009-11-07ceph: make object hash a pg_pool propertySage Weil9-81/+137
2009-11-07ceph: use strong hash function for mapping objects to pgsSage Weil2-24/+71
2009-11-07ceph: make CRUSH hash functions non-inlineSage Weil6-96/+107
2009-11-06ceph: clean up 'osd%d down' console msgSage Weil1-1/+1
2009-11-05ceph: convert port endiannessSage Weil1-2/+2
2009-11-05ceph: fix sparse endian warningSage Weil2-2/+2
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