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.16.1
v0.16.1
Sage Weil
2009-10-06
3
-3
/
+10
*
rgw: fix build errors on i386
Sage Weil
2009-10-06
1
-2
/
+4
*
Makefile: include buffer.c in tarball, kclient package
Sage Weil
2009-10-06
1
-0
/
+1
*
rgw: encode time_t, size_t using fixed-size types
Sage Weil
2009-10-06
1
-5
/
+11
*
test_ioctls: add missing open arg
Sage Weil
2009-10-06
1
-1
/
+1
*
kclient: include fs/{Kconfig,Makefile} in patchset
Sage Weil
2009-10-06
1
-0
/
+2
*
mds: Don't perform proper rebalancing if set to thrash
Greg Farnum
2009-10-06
1
-276
/
+294
*
mds: rename do_rebalance to prep_rebalance
Greg Farnum
2009-10-06
2
-6
/
+7
*
uclient: Only connect to offload targets if the mds goes down.
Greg Farnum
2009-10-06
2
-26
/
+21
*
kclient: checkpatch cleanups
Sage Weil
2009-10-06
3
-11
/
+13
*
mds: fix default layout settings
Sage Weil
2009-10-06
2
-5
/
+2
*
v0.16
v0.16
Sage Weil
2009-10-05
3
-2
/
+15
*
uclient: fix null deref in unlink() on null dn
Sage Weil
2009-10-03
1
-5
/
+7
*
todo
Sage Weil
2009-10-03
1
-2
/
+2
*
mon: fix offload_targets
Sage Weil
2009-10-03
3
-4
/
+18
*
uclient: Put some guards up around the Inode->cap map accesses
Greg Farnum
2009-10-03
1
-3
/
+12
*
msg: handle MMDSLoadTargets
Greg Farnum
2009-10-03
1
-0
/
+4
*
mon: Handle MMDSLoadTarget messages
Greg Farnum
2009-10-03
3
-4
/
+23
*
mds/message: MMDSLoadTargets should use a set<int32_t> not a map
Greg Farnum
2009-10-03
2
-3
/
+8
*
mds: Pull my_target checking out into a function targets_safe
Greg Farnum
2009-10-03
2
-11
/
+25
*
mds: Don't do rebalancing until the target mds' are in the MDSMap.
Greg Farnum
2009-10-03
3
-6
/
+34
*
messages: Add a completely useless and unused MMDSOffloadComplete message.
Greg Farnum
2009-10-03
1
-0
/
+46
*
mon: Put in placeholder code to handle MDS target messages
Greg Farnum
2009-10-03
1
-0
/
+6
*
mds: Break apart rebalance function into prepwork and offload
Greg Farnum
2009-10-03
2
-15
/
+22
*
messages: Add an MMDSLoadTargets message for mds->monitor info.
Greg Farnum
2009-10-03
2
-0
/
+47
*
Message: add constants for MDS offload messages, and clean up the alignment
Greg Farnum
2009-10-03
1
-8
/
+10
*
Check for invalid layout input in uclient and MDS, replace with sane if needed
Greg Farnum
2009-10-03
3
-7
/
+20
*
libceph: Actually implement ceph_get_local_osd so that libhadoop works!
Greg Farnum
2009-10-03
1
-0
/
+5
*
kclient: add missing include for in[46]_pton
Sage Weil
2009-10-02
1
-3
/
+4
*
msgr: use getnameinfo to format socket addresses
Sage Weil
2009-10-02
2
-57
/
+14
*
use sockaddr_storage; and some ipv6 support groundwork
Sage Weil
2009-10-02
18
-246
/
+414
*
kclient: don't choke on missing snaprealm
Sage Weil
2009-10-02
1
-2
/
+2
*
kclient: no system.* xattrs, yet
Sage Weil
2009-10-02
1
-2
/
+1
*
kclient: kill generic_*xattr calls until we implement xattr_handler
Sage Weil
2009-10-02
1
-6
/
+0
*
kclient: clean up module startup
Sage Weil
2009-10-02
2
-9
/
+3
*
Merge branch 'unstable' of ceph.newdream.net:/git/ceph into unstable
Sage Weil
2009-10-01
5
-45
/
+32
|
\
|
*
kclient: fix ra_pages setup after bdi initiation
Sage Weil
2009-10-01
1
-12
/
+6
|
*
kclient: single thread wq for invalidate, truncate
Sage Weil
2009-10-01
1
-2
/
+2
|
*
kclient: use KMEM_CACHE macro where possible
Sage Weil
2009-10-01
1
-20
/
+11
|
*
kclient: mark initialization functions __init
Sage Weil
2009-10-01
4
-4
/
+4
|
*
kclient: fix maintainers record
Sage Weil
2009-10-01
1
-7
/
+9
*
|
kclient: backport sync_page_range change
Sage Weil
2009-10-01
1
-0
/
+4
|
/
*
todo
Sage Weil
2009-10-01
1
-12
/
+15
*
kclient: add to MAINTAINERS
Sage Weil
2009-10-01
2
-1
/
+33
*
kclient: sync_page_range gone in 2.6.32; use vfs_fsync_range
Sage Weil
2009-10-01
1
-4
/
+5
*
kclient: current_is_pdflush() gone in 2.6.32
Sage Weil
2009-10-01
1
-2
/
+2
*
todo
Sage Weil
2009-10-01
2
-6
/
+3
*
Revert "kclient: add smp_mb to sensitive bitops in msgr"
Sage Weil
2009-10-01
1
-2
/
+0
*
kclient: use smp_mb in place of spinlock for testing flag bit
Sage Weil
2009-10-01
1
-2
/
+1
*
kclient: add smp_mb to sensitive bitops in msgr
Sage Weil
2009-10-01
1
-0
/
+2
[next]