1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
ceph (0.14-1) unstable; urgency=low
* mds: dir backpointers updated on rename (for fsck)
* uclient: many bugs fixed
* msgr: many messenger protocol changes... much more client-server like
* mon: subscriptions for osd, mds maps
* libceph: lots of fixes
* kclient: cleanups, new msgr. no msgpools (for now)
* deb packages fixed up
-- sage <sage@newdream.net> Mon, 8 Sep 2009 14:48:00 -0800
ceph (0.13-1) unstable; urgency=low
* osd: stay active during backlog generation
* osdmap: override mappings (pg_temp)
* kclient: some improvements in kmalloc, memory preallocation
* [ku]lcient: fix sync read vs eof, lseek(..., SEEK_END)
* mds: misc bugfixes for multiclient file access
-- sage <sage@newdream.net> Mon, 24 Aug 2009 10:43:00 -0800
ceph (0.12-1) unstable; urgency=low
* kclient: mapping_set_error in writepage, layout ioctl, writeback mempools, cap writeback, fsync
* mds: various clustering fixes
* uclient: misc fixes
* msgr: fixed bad fd close (causing spurious EBADF errors)
-- sage <sage@newdream.net> Wed, 5 Aug 2009 13:58:00 -0800
ceph (0.11-1) unstable; urgency=low
* kclient fixes, clean (lkml review)
* improved encoding of on-wire types
* mount.ceph now updates /etc/mtab
* uclient: fix rename() refcount bug
-- sage <sage@newdream.net> Tue, 12 Jul 2009 12:36:00 -0800
ceph (0.10-1) unstable; urgency=low
* uclient fixes
* libceph
* mds: trivialmap encoding (efficient dir updates)
* mds: reconnect fixes
* osd: recovery, corruption fixes
* kclient: unaligned access fixes
-- sage <sage@newdream.net> Tue, 15 Jul 2009 13:26:00 -0800
ceph (0.9-1) unstable; urgency=low
* mds exherts memory pressure on clients
* initial version of librados
* object classes
* a few critical crush bugfixes
* osd recovery fixes
* objects are strings
* improved metadata to eventually aid in disaster recovery
* kclient: fixed snap vs truncate bug
* kclient: readdir fixes
-- sage <sage@newdream.net> Thu, 18 Jun 2009 13:18:00 -0800
ceph (0.8-1) unstable; urgency=low
* mount error reporting
* fix mds file size/mtime recovery
* crush fixes
* mds cap fixes
* support Linux 2.6.30
-- sage <sage@newdream.net> Tue, 19 May 2009 13:57:22 -0800
ceph (0.7.3-1) unstable; urgency=low
* new caps strategy
* simplier mds<->client protocol
* lots of mds cleanups (locking, caps, path_traverse)
* kclient: dcache readdir
* kclient: async xattrs
* fixed lots of memory leaks
* metadata format version on disk
* adjustable object replication
-- sage <sage@newdream.net> Fri, 1 May 2009 13:57:22 -0800
ceph (0.7.2-1) unstable; urgency=low
* osd ack+sync handling in kclient
* rdcap renewal
* better mon logging
* mds clustering fixes
* better tunables on kclient
-- sage <sage@newdream.net> Tue, 2 Apr 2009 13:57:22 -0800
ceph (0.7.1-1) unstable; urgency=low
* O_DIRECT
* single configuration file
* lease renewal
-- sage <sage@newdream.net> Mon, 16 Mar 2009 13:57:22 -0800
ceph (0.7-1) unstable; urgency=low
* smart osd sync
* osd bug fixes
* fast truncate
* improved start/stop scripts
* new cluster configuration files, framework
* /proc/fs/ceph -> /sys/fs/ceph on kclient
-- sage <sage@newdream.net> Thu, 5 Mar 2009 13:57:22 -0800
ceph (0.6-1) unstable; urgency=low
* OSD scrub, fixes
* async metadata ops
-- sage <sage@newdream.net> Thu, 1 Jan 2009 13:57:22 -0800
ceph (0.5-1) unstable; urgency=low
* OSD bug fixes
* btrfs ioctl interface
* efficient snap recovery
* throttled osd recovery
* forced unmount
-- sage <sage@newdream.net> Thu, 13 Nov 2008 13:57:22 -0800
ceph (0.4-1) unstable; urgency=low
* Snapshots.
-- sage <sage@newdream.net> Thu, 9 Oct 2008 13:57:22 -0800
ceph (0.3-1) unstable; urgency=low
* Initial release (Closes: #506040)
-- sage <sage@newdream.net> Mon, 28 Jan 2008 15:09:44 -0800
|