index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.23.1
v0.23.1
Sage Weil
2010-11-23
2
-2
/
+11
*
client: only encode_cap_releases once per request.
Greg Farnum
2010-11-22
2
-13
/
+17
*
client: Remove the I_COMPLETE flag from the parent directory in relink_inode.
Greg Farnum
2010-11-17
1
-0
/
+3
*
Merge remote branch 'origin/msgr' into testing
Sage Weil
2010-11-13
6
-103
/
+107
|
\
|
*
debug: don't print thread id twice
Sage Weil
2010-11-13
1
-2
/
+2
|
*
msgr: cleanup: make queue_received non-inline; some helpful debug
Sage Weil
2010-11-13
2
-44
/
+58
|
*
msgr: do not clear halt_delivery
Sage Weil
2010-11-13
1
-1
/
+1
|
*
msgr: close enqueue/discard race
Sage Weil
2010-11-12
1
-25
/
+26
|
*
msgr: protect pipe queue_item map with pipe_lock AND dispatch_queue lock
Sage Weil
2010-11-12
2
-9
/
+12
|
*
msgr: add 'ms inject socket failures = foo'
Sage Weil
2010-11-12
3
-0
/
+19
|
*
msgr: only close socket on reconnect or shutdown
Sage Weil
2010-11-12
2
-40
/
+14
|
*
msgr: protect pipe queuing with _both_ pipe and dispatch_queue locks
Sage Weil
2010-11-12
2
-18
/
+11
|
/
*
uclient: insert lssnap results under snapdir, not live dir
Sage Weil
2010-11-12
1
-1
/
+5
*
msg: fix buffer size for IPv6 address parsing
Wido den Hollander
2010-11-12
1
-1
/
+1
*
v0.23
v0.23
Sage Weil
2010-11-11
2
-2
/
+16
*
mds: fix null_snapflush with multiple intervening snaps
Sage Weil
2010-11-11
2
-4
/
+43
*
mds: fix inode->frag rstat projected with snaps
Sage Weil
2010-11-10
2
-8
/
+11
*
osdmap: break up asserts for easier debugging
Sage Weil
2010-11-10
1
-2
/
+4
*
objecter: throttle before looking at lock protected state
Sage Weil
2010-11-10
1
-1
/
+4
*
mon: drop unnecessary state checks
Sage Weil
2010-11-10
1
-3
/
+1
*
debian: don't explicitly depend on libgoogle-perftools0
Sage Weil
2010-11-10
1
-1
/
+1
*
mds: Enable --journal_check mode.
Greg Farnum
2010-11-10
4
-18
/
+32
*
osdc: Fix bad assert in ~ObjectCacher.
Greg Farnum
2010-11-10
1
-1
/
+4
*
uclient: only update inode if version increased
Sage Weil
2010-11-10
1
-46
/
+54
*
gui: add missing #include
Sage Weil
2010-11-10
1
-0
/
+1
*
Makefile: use openssl module check
Kacper Kowalik
2010-11-09
2
-38
/
+41
*
osd: shut down if we do not exist
Sage Weil
2010-11-09
1
-14
/
+17
*
osd: handle osds that no longer exist in prior_set_affected
Sage Weil
2010-11-09
1
-1
/
+7
*
mds: fix inode freeze auth pin allowance
Sage Weil
2010-11-09
1
-1
/
+1
*
osd: handle osds that no longer exist in build_prior
Sage Weil
2010-11-09
1
-17
/
+30
*
ceph.spec.in: don't strip rados classes
Christian Brunner
2010-11-09
2
-1
/
+6
*
mds: add missing Dumper.[h,cc]
Sage Weil
2010-11-08
1
-0
/
+1
*
mds: tolerate/fix negative dir size counts
Sage Weil
2010-11-08
1
-3
/
+29
*
Merge remote branch 'origin/testing' into unstable
Sage Weil
2010-11-07
10
-16
/
+67
|
\
|
*
mds: dump corrupt events; optionally skip them
Sage Weil
2010-11-04
4
-6
/
+23
|
*
mds: wait for last_failure_osd_epoch before starting journal replay
Sage Weil
2010-11-04
1
-4
/
+10
|
*
mon: blacklist and update last_failure_osd_epoch in all failure paths
Sage Weil
2010-11-04
1
-0
/
+19
|
*
mon: update mdsmap.last_failure_osd_epoch when blacklisting
Sage Weil
2010-11-04
3
-3
/
+4
|
*
mds: add last_failure_osd_epoch to extended section of mdsmap
Sage Weil
2010-11-04
2
-3
/
+11
*
|
mds: eval: put scatter in MIX if replicated, otherwise LOCK
Sage Weil
2010-11-07
1
-4
/
+11
*
|
mds: do not scatter_writebehind in MIX state
Sage Weil
2010-11-07
1
-0
/
+6
*
|
Merge branch 'unstable' into mix_stale
Sage Weil
2010-11-07
31
-115
/
+383
|
\
\
|
*
|
mds: ignore done_locking on slave requests' acquire_locks()
Sage Weil
2010-11-07
1
-1
/
+2
|
*
|
mds: don't use helper for rename srcdn
Sage Weil
2010-11-07
1
-5
/
+22
|
*
|
mds: never complete a gather on a flushing lock
Sage Weil
2010-11-07
2
-1
/
+2
|
*
|
Merge branch 'mix_stale' into unstable
Sage Weil
2010-11-06
8
-92
/
+189
|
|
\
\
|
*
|
|
mds: Fix bad inode deref.
Greg Farnum
2010-11-05
1
-1
/
+1
|
*
|
|
Revisit std::multimap decoder
Colin Patrick McCabe
2010-11-05
1
-4
/
+4
|
*
|
|
autogen.sh: check for pkg-config
Colin Patrick McCabe
2010-11-05
1
-0
/
+13
|
*
|
|
PGMonitor::update_from_paxos: check for bad input
Colin Patrick McCabe
2010-11-05
1
-4
/
+20
[next]