summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix leak of monc mutexSage Weil2009-12-111-2/+3
* ceph: do not feed bad device ids to crushSage Weil2009-12-101-0/+5
* ceph: use kref for ceph_msgSage Weil2009-12-083-35/+27Star
* 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: 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/+0Star
* 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-211-21/+0Star
* ceph: reset msgr backoff during open, not after successful handshakeSage Weil2009-11-211-2/+1Star
* 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/+51Star
* ceph: small cleanup in hash functionSage Weil2009-11-201-1/+1
* ceph: move mempool creation to ceph_create_clientSage Weil2009-11-191-11/+12
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-1920-76/+888
* ceph: handle errors during osd client initSage Weil2009-11-194-7/+19
* ceph: remove unnecessary ceph_con_shutdownSage Weil2009-11-181-12/+1Star
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-183-16/+19
* ceph: fix page invalidation deadlockSage Weil2009-11-131-2/+2
* ceph: build cleanly without CONFIG_DEBUG_FSSage Weil2009-11-135-0/+31
* ceph: pr_info when mds reconnect completesSage Weil2009-11-121-0/+1
* ceph: initialize i_size/i_rbytes on snapdirSage Weil2009-11-121-1/+3
* ceph: exclude snapdir from readdir resultsSage Weil2009-11-121-0/+1
* ceph: remove recon_gen logicSage Weil2009-11-114-28/+2Star
* 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-085-21/+93
* ceph: make object hash a pg_pool propertySage Weil2009-11-079-81/+137
* ceph: use strong hash function for mapping objects to pgsSage Weil2009-11-072-24/+71
* ceph: make CRUSH hash functions non-inlineSage Weil2009-11-076-96/+107
* ceph: clean up 'osd%d down' console msgSage Weil2009-11-061-1/+1
* ceph: convert port endiannessSage Weil2009-11-051-2/+2
* ceph: fix sparse endian warningSage Weil2009-11-052-2/+2
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-055-55/+75
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-047-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-021-1/+1
* ceph: fix uninitialized err variableSage Weil2009-11-021-1/+1
* ceph: fix intra strip unit length calculationNoah Watkins2009-10-301-5/+10
* ceph: fix object striping calculation for non-default striping schemesSage Weil2009-10-291-4/+7
* ceph: correct comment to match striping calculationSage Weil2009-10-291-1/+1