2008-07-11 |
Sage Weil | ceph.spec for building RPMS |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Sage Weil | autotools crap |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Sage Weil | use orig_source for MClientRequest, MOSDOp |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Sage Weil | convert more off_t to loff_t |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Sage Weil | ebofs: use lseek64 in blockdev |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Sage Weil | fix PAGE_MASK |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Sage Weil | mds: fix file purging vs delayed cap release |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | ebofs: reduce commit interval to increase (single)... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | client: fix occasional segfault |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | client: adjust readahead default |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | client: show read throughput in csyn read_file |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | client: don't readhead past eof |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | kclient: debug info |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | objectcacher: insert new buffers at top (not middle... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | client: align readahead with object boundaries |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Sage Weil | osdc: don't set RETRY flag on all reads |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Sage Weil | client: readahead |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Sage Weil | msgr: fix RESETSESSION handling |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Sage Weil | msgr: fix up global_seq handling a bit |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Sage Weil | mon: use orig_src in clientmon, elsewhere |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Sage Weil | mon: skip osdmap update if max_osd is too small |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Sage Weil | kclient: handle potential splice_dentry failure |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Sage Weil | mon: use forward_message, orig_source_inst throughout |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Sage Weil | msgr: introduce orig_src, forward_message() |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Sage Weil | msgr: add global_seq to disambiguate reset and slow... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Sage Weil | Revert "msgr: half-assed fix to msgr race vs reset... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | msgr: half-assed fix to msgr race vs reset issue |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | mon: reset new_value(); cancel_timers() cleanup |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | mds: i missed a take_diff caller |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | mon: forgot paxos_pgmap |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | paxos: remove old 'HI MOM' |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | mds: avoid touching dir utimes()'d mtime unless dirfrag... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | Merge branch 'filltrace' into unstable |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | test with multiple monitors |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | mon: elector fixes |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | mon: fix pgstat for multiple monitors |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | mds: fix dir mtime/ctime |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | kclient: fix up dentry if we can take i_mutex, but... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | kclient: fill_trace takes i_mutex, avoids dentry if... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Sage Weil | osd: check if osd exists such that pg_layout=linear... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Sage Weil | kclient: pass in flag indicating whether dir i_mutex... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Sage Weil | msgr: fix need_addr public/private |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Sage Weil | fill_trace todos |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Sage Weil | mds: fix dn lease issue in base/root dir |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Sage Weil | kclient: ensure materialised dentry is hashed |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Sage Weil | vstart.sh |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Sage Weil | kclient: ignore ICONTENT on root inode |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Sage Weil | mds: issue per-dentry leases on base inodes, despite... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Sage Weil | mds: verify src and dest paths are non-empty in rename |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | Revert "mds: fixed rename ancestor thing.. again" |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: set min depth for ceph_build_path_dentry ... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: improve osdmap decoding, error reporting |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: typos |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: make ceph_lookup_open return spliced dentry... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: be less noisy about dn splicing |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: disable open intents, for now |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | mds: wait_for_sync for predirty/dirty cycle in try_subt... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: typo |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | mds: fixed rename ancestor thing.. again |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: more helpful info for bad ceph_msg_put |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | mds: add parent before child dentries to metablob in... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: norbytes mount option; rbytes on by default |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: kick mds requests on mds status change |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | osd: ack ops that drop out of replica set |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | mds: fix rename ancestor check and locking |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | mds: more robust rename path check |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: msgr state bit cleanup |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: small msgr fixup |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | mds: fix trimmable_at logic in try_to_expire |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: clean up setup/shutdown; merge ktcp.c into... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Sage Weil | kclient: multithread |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | kclient: fix up socket handling in msgr |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | kclient: use single thread for messenger |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | kclient: use d_time to track dir version |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | mds: fix dir projection on truncate |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | mds: debug try_to_expire |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | synclient: observe data flag on import_find |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | Makefile.am, configure.ac updates for v0.3 |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | disable string table for now |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | cfuse: warn on 32-bit kernels |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | client: fix init() with multiple clients in proc |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | msgr: fix ip discovery with multiple entities in proc... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | missing include |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | objectcacher: fix writeback logic to be less braindead |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | dstartnew.sh |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | msgr: fix ip address discovery when using -m monip... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | msgr: initialize need_addr in rank.bind() instead of... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | mds: be more verbose when not found in mdsmap |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | osd: clean up pg creation state |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | objectcacher: avoid unnecessary flush_set calls |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | client: bigger default objectcacher size |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | synclient: show writefile progress |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | crush: fix warning |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Sage Weil | osd: clean up pg_t printing |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Sage Weil | osd: fix up osd_auto_weight |
commit | commitdiff | tree | snapshot |
next |