index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rbd.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rbd: add a command to delete all snapshots of an image
Josh Durgin
2012-01-05
1
-3
/
+45
*
authx -> cephx everywhere it's used
Josh Durgin
2011-12-15
1
-1
/
+1
*
rbd: the showmapped command shouldn't connect to the cluster
Josh Durgin
2011-12-06
1
-1
/
+3
*
rbd, mount.ceph: use pre-stored secret if available
Josh Durgin
2011-12-06
1
-6
/
+10
*
rbd: allow snapshots to be mapped
Josh Durgin
2011-12-06
1
-3
/
+10
*
rbd: Fix the showmapped cmd usage
Stratos Psomadakis
2011-11-09
1
-0
/
+3
*
monmap: simplify constructor
Sage Weil
2011-11-08
1
-1
/
+1
*
rbd: Document the rbd showmapped cmd
Stratos Psomadakis
2011-11-07
1
-0
/
+2
*
rbd: document --order and list required args where they're necessary
Josh Durgin
2011-11-03
1
-4
/
+4
*
Merge branch 'master' into wip-freebsd
Sage Weil
2011-10-25
1
-13
/
+15
|
\
|
*
rbd: remove unnecessary condition
Josh Durgin
2011-10-25
1
-1
/
+1
|
*
rbd: let all commands use the pool/image@snapshot format
Josh Durgin
2011-10-25
1
-7
/
+4
|
*
rbd: specify which commands take --snap in usage
Josh Durgin
2011-10-25
1
-4
/
+4
|
*
rbd: check command before opening the image
Josh Durgin
2011-10-25
1
-4
/
+9
*
|
First cut of FreeBSD support. This patch allowes ceph to compile successfully
Stanislav Sedov
2011-10-05
1
-0
/
+8
|
/
*
Use cpp_strerror or strerror_r when appropriate.
Josh Durgin
2011-09-27
1
-21
/
+21
*
rbd: init counter to 0 so errors don't say '-1% done'
Josh Durgin
2011-09-27
1
-1
/
+1
*
rbd: improve error messages
Josh Durgin
2011-09-27
1
-3
/
+3
*
rbd: set default pool when none is specified
Josh Durgin
2011-09-23
1
-0
/
+2
*
rbd: fix progress redraw
Sage Weil
2011-09-22
1
-0
/
+1
*
rbd: error out gracefully when snapname specified for command that doesn't us...
Sage Weil
2011-09-21
1
-3
/
+11
*
rbd: show progress
Sage Weil
2011-09-11
1
-27
/
+79
*
rbd: --size is megabytes, not bytes
Sage Weil
2011-09-08
1
-2
/
+2
*
rbd: fix command option parsing, honor --
Colin Patrick McCabe
2011-09-07
1
-54
/
+63
*
rbd.cc: use new argument parsing stuff
Colin Patrick McCabe
2011-09-07
1
-32
/
+44
*
rbd: fix shared_ptr usage
Colin Patrick McCabe
2011-08-24
1
-1
/
+7
*
do_kernel_showmapped: fix resource leak
Colin Patrick McCabe
2011-08-24
1
-4
/
+5
*
librbd: specify copy src image as image handle
Sage Weil
2011-08-23
1
-6
/
+6
*
Makefile.am: always #define __STDC_FORMAT_MACROS
Colin Patrick McCabe
2011-08-01
1
-1
/
+0
*
rados: encode bufferlist in watch-notify
Yehuda Sadeh
2011-06-28
1
-2
/
+2
*
rbd: --help/-h
Sage Weil
2011-06-22
1
-1
/
+4
*
Convert g_ceph_context to a pointer.
Colin Patrick McCabe
2011-06-21
1
-4
/
+4
*
MonClient: deglobalize
Colin Patrick McCabe
2011-06-21
1
-1
/
+1
*
move common_init to global_init
Colin Patrick McCabe
2011-06-21
1
-2
/
+2
*
mon/MonMap: deglobalize
Colin Patrick McCabe
2011-06-21
1
-1
/
+1
*
librads, libceph: store CephContext
Colin Patrick McCabe
2011-05-24
1
-1
/
+1
*
Add CephContext
Colin Patrick McCabe
2011-05-24
1
-1
/
+1
*
Split common_init_daemonize from common_init_finish
Colin Patrick McCabe
2011-05-24
1
-1
/
+1
*
common_init: don't init crypto until after fork
Colin Patrick McCabe
2011-05-21
1
-1
/
+1
*
rbd: make showmapped output a bit prettier
Sage Weil
2011-04-26
1
-2
/
+2
*
rbd: showmapped
Sage Weil
2011-04-26
1
-1
/
+74
*
rbd: rename kernel add/remove to map/unmap
Josh Durgin
2011-04-23
1
-63
/
+62
*
rbd: add commands for manipulating the kernel sysfs interface
Josh Durgin
2011-04-22
1
-8
/
+218
*
rbd: use rados' init_with_config because we already called common_init
Josh Durgin
2011-04-22
1
-3
/
+2
*
common: rename old argument parsing macros
Colin Patrick McCabe
2011-03-29
1
-23
/
+23
*
Merge remote branch 'origin/stable'
Sage Weil
2011-03-16
1
-2
/
+2
|
\
|
*
librbd: ssize_t return values for read, write
Sage Weil
2011-03-15
1
-1
/
+1
|
*
rbd: int -> int64_t on do_export
Sage Weil
2011-03-15
1
-1
/
+1
*
|
cfuse: set proper defaults
Colin Patrick McCabe
2011-03-14
1
-1
/
+1
*
|
Merge branch 'stable'
Sage Weil
2011-03-14
1
-3
/
+3
|
\
|
[next]