diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-06 16:11:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-06 16:11:19 -0400 |
commit | 91f8575685e35f3bd021286bc82d26397458f5a9 (patch) | |
tree | 09de8d889758a12071adb9427ed741e27c907aa6 /Documentation/ABI | |
parent | 2e378f3eebd28feefbb1f9953834a5a19482f053 (diff) | |
parent | b5b09be30cf99f9c699e825629f02e3bce555d44 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull Ceph changes from Alex Elder:
"This is a big pull.
Most of it is culmination of Alex's work to implement RBD image
layering, which is now complete (yay!).
There is also some work from Yan to fix i_mutex behavior surrounding
writes in cephfs, a sync write fix, a fix for RBD images that get
resized while they are mapped, and a few patches from me that resolve
annoying auth warnings and fix several bugs in the ceph auth code."
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client: (254 commits)
rbd: fix image request leak on parent read
libceph: use slab cache for osd client requests
libceph: allocate ceph message data with a slab allocator
libceph: allocate ceph messages with a slab allocator
rbd: allocate image object names with a slab allocator
rbd: allocate object requests with a slab allocator
rbd: allocate name separate from obj_request
rbd: allocate image requests with a slab allocator
rbd: use binary search for snapshot lookup
rbd: clear EXISTS flag if mapped snapshot disappears
rbd: kill off the snapshot list
rbd: define rbd_snap_size() and rbd_snap_features()
rbd: use snap_id not index to look up snap info
rbd: look up snapshot name in names buffer
rbd: drop obj_request->version
rbd: drop rbd_obj_method_sync() version parameter
rbd: more version parameter removal
rbd: get rid of some version parameters
rbd: stop tracking header object version
rbd: snap names are pointer to constant data
...
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-rbd | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-rbd b/Documentation/ABI/testing/sysfs-bus-rbd index cd9213ccf3dc..0a306476424e 100644 --- a/Documentation/ABI/testing/sysfs-bus-rbd +++ b/Documentation/ABI/testing/sysfs-bus-rbd | |||
@@ -66,27 +66,7 @@ current_snap | |||
66 | 66 | ||
67 | The current snapshot for which the device is mapped. | 67 | The current snapshot for which the device is mapped. |
68 | 68 | ||
69 | snap_* | ||
70 | |||
71 | A directory per each snapshot | ||
72 | |||
73 | parent | 69 | parent |
74 | 70 | ||
75 | Information identifying the pool, image, and snapshot id for | 71 | Information identifying the pool, image, and snapshot id for |
76 | the parent image in a layered rbd image (format 2 only). | 72 | the parent image in a layered rbd image (format 2 only). |
77 | |||
78 | Entries under /sys/bus/rbd/devices/<dev-id>/snap_<snap-name> | ||
79 | ------------------------------------------------------------- | ||
80 | |||
81 | snap_id | ||
82 | |||
83 | The rados internal snapshot id assigned for this snapshot | ||
84 | |||
85 | snap_size | ||
86 | |||
87 | The size of the image when this snapshot was taken. | ||
88 | |||
89 | snap_features | ||
90 | |||
91 | A hexadecimal encoding of the feature bits for this snapshot. | ||
92 | |||