summaryrefslogtreecommitdiffstats
path: root/man/cmon.8 (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-09osd: count objects degraded due to degraded pgSage Weil1-1/+7
2010-02-09osd: prevent do_waiters() while _dispatch() is runningSage Weil2-2/+10
2010-02-09ceph: wait for monmapSage Weil3-2/+5
2010-02-09osd: store local osd magic, whoami, and other static bits outside of ObjectStoreSage Weil4-27/+100
2010-02-08osd: print truncate_size signed, and only print at all if _seq > 0Sage Weil1-2/+3
2010-02-08debian: updated debian build scripts, changelogSage Weil4-27/+39
2010-02-08mkcephfs: warn on missing keyring for mds, osdSage Weil1-0/+4
2010-02-08authtool: add -a/--add-key commandSage Weil2-2/+31
2010-02-08buffer: add decode_base64 methodSage Weil2-0/+10
2010-02-08cephx: pipe down about ticket renewalsSage Weil1-2/+1
2010-02-06osd, mds: don't time out authenticate()Sage Weil2-2/+2
2010-02-06filejournal: make io contiguous in write_bl() for directioSage Weil1-7/+6
2010-02-06ceph: error out on authentication failureSage Weil1-1/+3
2010-02-06monc: fix authentication timeoutSage Weil2-3/+15
2010-02-06monclient: kill unused wait_authenticate()Sage Weil2-19/+1
2010-02-06objectstore: include struct_v for TransactionSage Weil1-0/+4
2010-02-05authtool: only create keyring if --create-keyring (or -c)Sage Weil1-0/+1
2010-02-05mkcephfs: misc cephx fixesSage Weil2-8/+7
2010-02-05debian: fix builder; add newish headers to Makefile.amSage Weil2-1/+3
2010-02-05spinlock: make lockdep optional; off by defaultSage Weil1-17/+25
2010-02-05osd: add uid to ceph_pg_pool; move encoding versions of rados.hSage Weil3-19/+19
2010-02-04monclient: return authetnication errorSage Weil3-5/+7
2010-02-04auth: tolerate bad authenticator replies (retry instead of crashing)Sage Weil3-4/+9
2010-02-04mkcephfs: no scp -vSage Weil1-2/+2
2010-02-04auth: fix KeyStore interfaceSage Weil19-49/+75
2010-02-04auth: simplify KeyRing map type, authmon add/importingSage Weil4-48/+52
2010-02-04cephx: separate KeyRing and RotatingKeyRingSage Weil27-160/+208
2010-02-04cephx: add struct_v throughout. some cleanup.Sage Weil12-55/+163
2010-02-04mkcephfs: generate cephx keys during mkfsSage Weil2-5/+85
2010-02-04auth: use KeyRing encode/decodeSage Weil8-142/+199
2010-02-04todoSage Weil1-44/+5
2010-02-04mount: set flags when getting -o syncYehuda Sadeh1-0/+2
2010-02-03mds: fix dumpcacheSage Weil1-2/+4
2010-02-03authtool: only create keyring if --create-keyring (or -c)Sage Weil2-6/+9
2010-02-03config: rename 'keys file' to 'keyring'Sage Weil5-12/+12
2010-02-03journal: make sure max_size is multiple of block_sizeSage Weil1-0/+7
2010-02-03mds: print setattr'd values with MClientRequestSage Weil1-6/+12
2010-02-03mds: only set smaller flag in setattr completion if actually truncatingSage Weil1-13/+19
2010-02-02mds: dump_cache even when debug_mds < 2Sage Weil1-8/+6
2010-02-02journal: allow journal seq #'s to jumpSage Weil1-1/+1
2010-02-02journal: make wrapping simplerSage Weil2-141/+148
2010-02-02osd: increase osdc protocol numberYehuda Sadeh1-1/+1
2010-02-02truncate: don't write beyong truncation with old trunc seqYehuda Sadeh1-0/+8
2010-02-02truncate: initialize truncate_seq, truncate_sizeYehuda Sadeh2-1/+3
2010-02-02truncate: truncate information sent on each read/write opYehuda Sadeh7-144/+50
2010-02-01osd: quiet down about request permsSage Weil1-2/+3
2010-02-01librados: guard against double-release; clean up ref countingSage Weil1-9/+15
2010-02-01rados: fix delete[] vs deleteSage Weil1-2/+2
2010-02-01lockdep: fix use after free; avoid register in unlocked() pathSage Weil5-13/+17
2010-02-01uclient: fix uninitialized varSage Weil1-1/+1