Commit Graph

2717 Commits

Author SHA1 Message Date
Sage Weil
0e8e2731b6 more autoconf- and automake-fu 2008-01-28 11:05:29 -08:00
Sage Weil
5f218c22da minor fixups 2008-01-28 11:04:46 -08:00
Sage Weil
0cf797106e copy of old Makefile 2008-01-28 09:03:43 -08:00
Sage Weil
7469f26a33 first pass at autoconf and automake 2008-01-27 20:45:29 -08:00
Sage Weil
a1b68dced0 smarter start.sh 2008-01-26 18:44:09 -08:00
Sage Weil
b2badc849f startup: adjust out/* symlinks after forking (from call to daemon()) 2008-01-26 18:33:18 -08:00
Sage Weil
a8d7999b8d -d to daemonize, other startup cleanup 2008-01-26 09:33:13 -08:00
Sage Weil
13eb18fcd7 allow client to initially bind to INADDR_ANY and learn its ip from the monitor 2008-01-26 08:41:15 -08:00
Sage Weil
48616a7548 misc style cleanup 2008-01-25 14:46:40 -08:00
Sage Weil
72c9d8b83f build with 2.6.24 or earlier (well, 2.6.23, at least) 2008-01-25 14:14:29 -08:00
Sage Weil
7a2f41330a some x86 cleanups 2008-01-25 21:47:06 -08:00
Yehuda Sadeh-Weinraub
e8ee2f5111 Merge branch 'rados' of ssh://yehudasa@ceph.newdream.net/git/ceph into myrados 2008-01-25 23:40:02 +02:00
Yehuda Sadeh-Weinraub
9aa743989a some reduction in stack space 2008-01-25 23:25:44 +02:00
Yehuda Sadeh-Weinraub
003f022ede protecting inode's i_block 2008-01-25 22:39:06 +02:00
Sage Weil
fda82195db quieter startup 2008-01-25 12:10:45 -08:00
Sage Weil
1e4215e942 write output to default/* by default 2008-01-25 12:04:31 -08:00
Sage Weil
ef671007ce kernel: cleaned up mds_client locking, reconnect 2008-01-25 12:01:58 -08:00
Sage Weil
83700ff186 map u64 ceph inos into ino_t on <64bit platforms 2008-01-24 21:25:15 -08:00
Sage Weil
c24a2288be ebofs: journal replay working; better journal validation on mount 2008-01-25 00:25:27 -08:00
Sage Weil
3e7d710cb9 ebofs: avoid buffer cow bug 2008-01-25 00:15:54 -08:00
Sage Weil
5fe44f34e7 journal replay, makefile cleanup 2008-01-24 21:59:38 -08:00
Sage Weil
0e77815a00 ebofs: journal cleanup, tuning params in g_conf 2008-01-24 20:38:15 -08:00
Sage Weil
219710e1c0 roll directio into FileJournal 2008-01-24 16:33:32 -08:00
Patience Warnick
8d4c8e79e4 Added STANDBY state 2008-01-24 11:10:29 -08:00
Patience Warnick
f99bee740a Added STANDBY state for a connection 2008-01-24 11:10:09 -08:00
Sage Weil
78d363f1d7 hacked dio journal 2008-01-24 02:12:48 -08:00
Sage Weil
8a104be73b simplified FileJournal, journal interface 2008-01-24 01:47:03 -08:00
Sage Weil
611ca711f7 some small cleanups 2008-01-23 12:59:31 -08:00
Sage Weil
e988d85d5c osd: write sanity check 2008-01-23 11:02:58 -08:00
Sage Weil
80a079640b streamtest.ebofs 2008-01-23 10:49:54 -08:00
Yehuda Sadeh-Weinraub
83b4a0abe2 cleanup 2008-01-23 12:59:06 +02:00
Yehuda Sadeh-Weinraub
02241264fb cleanup 2008-01-23 10:05:28 +02:00
Yehuda Sadeh-Weinraub
fb4ed9ef33 fixed a crash when doing lookup 2008-01-23 09:57:32 +02:00
Sage Weil
5ddab7b087 mdsc: more locking cleanup (not done yet) 2008-01-22 15:47:43 -08:00
Sage Weil
896a84572f rework request alloc in mds_client; use radix_tree_preload 2008-01-22 14:08:55 -08:00
Sage Weil
f977804b5d msgr: use radix_tree_preload, and lookup_slot for replacement 2008-01-22 14:08:38 -08:00
Sage Weil
43df670399 msgr: no kmalloc under spinlocks, except make radix tree GFP_ATOMIC 2008-01-22 14:08:38 -08:00
Sage Weil
f059015a97 clean up msgr in/out debug output 2008-01-22 14:08:38 -08:00
Sage Weil
4f558d2b4f simplify do_open_request args 2008-01-22 14:08:38 -08:00
Yehuda Sadeh-Weinraub
937a368257 atomic lookup+open 2008-01-22 23:23:45 +02:00
Sage Weil
e76abb9fc7 comments 2008-01-22 11:46:48 -08:00
Sage Weil
5ffcd84f61 more open refactoring 2008-01-22 11:38:07 -08:00
Sage Weil
3764e1cbcf refactor open a bit; initial pass at ceph_lookup_open 2008-01-22 11:32:43 -08:00
Sage Weil
8b218a5595 msgr: check for failure to resolve hostname 2008-01-22 08:17:58 -08:00
Sage Weil
c13bee42a1 vfs create() is just OP_MKNOD with rdev=0... make OP_CREATE openc (mknod+open), even tho linux won't use it (yet?) 2008-01-21 21:46:13 -08:00
Sage Weil
e793742680 mdsc: dput after d_find_alias 2008-01-21 21:26:33 -08:00
Sage Weil
85af7284b2 kernel msgr: fix connection lookup radix tree bucketing bugs 2008-01-21 21:13:45 -08:00
Sage Weil
d3d1da2e27 a few client/mds reconnect fixes 2008-01-21 20:34:24 -08:00
Sage Weil
0aa46ac093 mon,msg: small fd cleanups 2008-01-21 20:06:34 -08:00
Sage Weil
d6ebc26215 silly_write 2008-01-21 19:07:02 -08:00