aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: carry explicit msg reference for currently sending messageSage Weil2009-12-212-4/+19
| * ceph: fix leak of monc mutexSage Weil2009-12-111-2/+3
| * ceph: do not feed bad device ids to crushSage Weil2009-12-091-0/+5
| * ceph: use kref for ceph_msgSage Weil2009-12-073-35/+27
| * ceph: use kref for ceph_osd_requestSage Weil2009-12-072-22/+26
| * ceph: use kref for struct ceph_mds_requestSage Weil2009-12-072-38/+42
| * ceph: simplify ceph_buffer interfaceSage Weil2009-12-075-29/+35
| * ceph: use kref for ceph_bufferSage Weil2009-12-072-12/+20
| * ceph: mark v0.18 releaseSage Weil2009-12-041-1/+1
| * ceph: update MAINTAINERS entry with correct git URLSage Weil2009-12-031-1/+1
| * ceph: allow preferred osd to be get/set via layout ioctlSage Weil2009-12-032-1/+5
| * ceph: hide /.ceph from readdir resultsSage Weil2009-12-032-0/+9
| * ceph: whitespace cleanupSage Weil2009-12-035-9/+9
| * ceph: plug leak of request_mutexSage Weil2009-12-011-0/+1
| * ceph: remove useless IS_ERR checksSage Weil2009-11-211-10/+0
| * fs/ceph: Move a dereference below a NULL testJulia Lawall2009-11-211-1/+2
| * fs/ceph: introduce missing kfreeJulia Lawall2009-11-211-2/+4
| * ceph: remove dead codeSage Weil2009-11-201-21/+0
| * ceph: reset msgr backoff during open, not after successful handshakeSage Weil2009-11-201-2/+1
| * ceph: reset requested max_size after mds reconnectSage Weil2009-11-201-4/+17
| * ceph: mount fails immediately on errorYehuda Sadeh2009-11-202-1/+10
| * ceph: decode updated mdsmap formatSage Weil2009-11-203-7/+11
| * ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-206-140/+51
| * ceph: small cleanup in hash functionSage Weil2009-11-201-1/+1
| * ceph: move mempool creation to ceph_create_clientSage Weil2009-11-181-11/+12
| * ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-1820-76/+888
| * ceph: handle errors during osd client initSage Weil2009-11-184-7/+19
| * ceph: remove unnecessary ceph_con_shutdownSage Weil2009-11-181-12/+1
| * ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-183-16/+19
| * ceph: fix page invalidation deadlockSage Weil2009-11-121-2/+2
| * ceph: build cleanly without CONFIG_DEBUG_FSSage Weil2009-11-125-0/+31
| * ceph: pr_info when mds reconnect completesSage Weil2009-11-111-0/+1
| * ceph: initialize i_size/i_rbytes on snapdirSage Weil2009-11-111-1/+3
| * ceph: exclude snapdir from readdir resultsSage Weil2009-11-111-0/+1
| * ceph: remove recon_gen logicSage Weil2009-11-104-28/+2
| * ceph: separate banner and connect during handshake into distinct stagesSage Weil2009-11-102-44/+77
| * ceph: do not confuse stale and dead (unreconnected) capsSage Weil2009-11-094-9/+26
| * ceph: make CRUSH hash function a bucket propertySage Weil2009-11-075-21/+93
| * 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