summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore gtags(1) generated filesLoic Dachary2013-09-231-1/+7
| | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* .gitignore: ignore test-driverSage Weil2013-08-201-0/+1
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* .gitignore: add directory from coverity toolsDanny Al-Gaaf2013-05-311-0/+3
| | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* .gitignore: cleanup and sort entriesDanny Al-Gaaf2013-02-101-42/+38
| | | | | | | | Cleanup old entries and sort the existing entries. Remove no longer existing entries/files. Move some entries from top level .gitignore files down to the correct subdir .gitignore file. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* ceph-test: give binaries from ceph-test package useful namesDanny Al-Gaaf2013-02-101-2/+3
| | | | | | | | | | | The files from the ceph-test subpackage are installed to /usr/bin, give them more useful names to make sure that the user know they belong to ceph. add a 'ceph_' prefix and change some test* binaries to ceph_test_*. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* test/bench: add rbd backend to smalliobenchJosh Durgin2013-01-221-4/+0
| | | | | | | Only supports format 1 images to start, and does not issue flushes, so it's best used with caching off. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* test/bench: add tp benchSamuel Just2012-10-301-0/+1
| | | | Signed-off-by: Samuel Just <sam.just@inktank.com>
* test/bench: small io benchmarkerSamuel Just2012-10-301-0/+3
| | | | | | | | | Precreates objects and does writes to random offsets within random objects. Includes rados, filestore, and vanilla fs variants Signed-off-by: Samuel Just <sam.just@inktank.com>
* Makefiles: Add ar-lib to .gitignore.Gary Lowell2012-10-151-0/+1
|
* Makefiles: ignore the m4 macro directoryGary Lowell2012-10-151-0/+4
|
* gitignore: Remove "nbproject", no idea what that even is.Tommi Virtanen2012-09-061-1/+0
| | | | | | | Looks like this line was accidentally introduced in commit af4d8db55f7268ab68ee5a7e17ac58c993528566. Signed-off-by: Tommi Virtanen <tv@inktank.com>
* test, key_value_store: added distributed flat btree key-value storeEleanor Cawthon2012-09-021-1/+2
| | | | | | | | | | | Uses one index object and many sub objects to store key-value pairs. The pairs are stored in the omaps of librados objects. The index contains keys corresponding to the highest key in an object, and values that contain the name of the object where the key range is stored. The tree guarantees that the number of pairs in an object will be > k and < 2k for a user-specified k. KvStoreBench contains benchmarking tests. Signed-off-by: Eleanor Cawthon <eleanor.cawthon@inktank.com>
* crushtool: allow user to select output reporting in blockscaleb miles2012-06-061-0/+1
| | | | Signed-off-by: caleb miles <caleb.miles@inktank.com>
* test/: Added object map benchmarking toolEleanor Cawthon2012-06-011-0/+1
| | | | | | | omap_bench writes configurable objectmaps to a configurable number of objects and generates latency statistics. Signed-off-by: Eleanor Cawthon <eleanor.cawthon@inktank.com>
* .gitignore: src/ocf/rbdSage Weil2012-03-061-0/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* .gitignore: *.tar.bz2Sage Weil2012-03-021-0/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* .gitignore: src/ocf/cephSage Weil2011-12-301-0/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* doc: Add peering state diagramSamuel Just2011-11-291-0/+1
| | | | Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
* gitignore: just ignore all test_ filesGreg Farnum2011-11-031-2/+1
| | | | | | We don't want to add a new ignore for each test! Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
* .gitignore: add test_filestore_idempotentJosh Durgin2011-10-191-1/+2
| | | | Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
* .gitignore: test_libhadoopcephfs buildGreg Farnum2011-10-101-0/+1
| | | | Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
* .gitignore: distcheck temporary directory.Tommi Virtanen2011-09-231-0/+3
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* Add object store architecture overview pictureColin Patrick McCabe2011-08-311-0/+1
| | | | | | | It requires graphviz / dot to be installed. It generates a nice graph of the dependencies between classes in the object store. Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* First draft of the documentation overhaul.Tommi Virtanen2011-08-291-0/+1
| | | | | | | | | | | To build the docs, run ./admin/build-doc. To browse them, either get them on any static website, or just run ./admin/serve-doc to serve them quickly off of port 8080. build-doc sets up a virtualenv to avoid needing Sphinx installed system-wide. serve-doc needs thttpd installed. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* gitignore: ignore Eclipse files/foldersGreg Farnum2011-07-181-0/+3
| | | | Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
* .gitignore man/MakefileSage Weil2011-06-141-0/+1
| | | | | | blech Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* qa: do not use automake for workunit makefilesSage Weil2011-06-141-1/+1
| | | | Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* configure: add option for building with gcov coverage supportJosh Durgin2011-06-071-0/+2
| | | | Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
* Make git ignore stamp files from debian build.Tommi Virtanen2011-03-071-0/+2
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* Make git ignore core files.Tommi Virtanen2011-02-281-0/+1
|
* Make git ignore python generated files.Tommi Virtanen2011-02-281-0/+2
|
* .gitignore: py-compileSage Weil2011-02-111-0/+1
| | | | Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* gitignore: ignore eclipse metadataSage Weil2011-01-311-0/+1
| | | | Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* Git ignored files cleanup.Tommi Virtanen2011-01-111-20/+0
| | | | | | | | | | | | | | Make gitignore entries not match recursively. I wanted to introduce a directory "osdmaptool" to contain cli tests for that tool, but all the files there were ignored because of these rules. Better be explicit about what you want ignored. Move all ignores for generated binaries to be together. Fixed "testecph" typo. Added ignores for: testdout_streambuf testsignal_handlers testtimers.
* gitignore: Ignore cscope and vim temporary filesColin P. McCabe2010-09-301-0/+4
| | | | Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
* add files to .gitignoreThomas Mueller2010-07-301-0/+6
| | | | | | | add generated files to gitignore. Signed-off-by: Thomas Mueller <thomas@chaschperli.ch> Signed-off-by: Sage Weil <sage@newdream.net>
* mkmonfs: remove all tracesSage Weil2010-07-021-1/+0
| | | | | | | It's been replaced by 'cmon --mkfs' Reported-by: Thomas Mueller <thomas@chaschperli.ch> Signed-off-by: Sage Weil <sage@newdream.net>
* add executables to .gitignoreGreg Farnum2010-04-161-0/+22
|
* debian: new release, push, build, publish scriptsSage Weil2010-02-281-0/+1
|
* .gitignore updateSage Weil2009-05-141-0/+9
|
* debian: fix kernel module in source packageSage Weil2008-10-161-1/+1
|
* more automake funSage Weil2008-01-281-1/+13
|
* make mdsmon be a bit more robust/simpleSage Weil2007-12-201-0/+2
|
* .gitignoresSage Weil2007-12-201-0/+6