2009-04-20 |
Sage Weil | config: set g_daemon flag; only create pid file is... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | cosd.conf: more disks |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | mkcephfs: modprobe btrfs; create mount point earlier |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | spinlock: pass 0, not NULL |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | kclient: drop i_lock over dput in dcache_readdir |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | kclient: preserve dentry readdir offset during a rename |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | todo |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | mds: avoid journal flush on max_size decrease; clean... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | mds: make is_waiter_for() efficient, maskable |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | mds: kill unused purging xlist |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | mds: move leases to dentry only; use map instead of... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | debug: fix memory leak |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | logger: fix memory leak (kill timer on shutdown) |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | kclient: move igrab, __mark_inode_dirty into __ceph_mar... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | buffer: cleanups |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | atomic: use a spinlock instead of a mutex |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Sage Weil | spinlock: add support for pthread spinlocks |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Sage Weil | vstart: valgrind select components; make tool + args... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Sage Weil | mds: kill unused cap updating field |
commit | commitdiff | tree | snapshot |
2009-04-19 |
Sage Weil | mds: delete mds on shutdown |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Sage Weil | journaler: put magic in journal headers |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Sage Weil | mds: fix root fullbit memory leak |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Sage Weil | buffer: make hexdump non-inline |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Yehuda Sadeh | kclient: fix blob size initalization |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: add/remove inodes to/from open file list based... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: fix file_excl() call preconditions |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: avoid dup locallock wrlocks |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Yehuda Sadeh | kclient: reorder setxattr to avoid race |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Yehuda Sadeh | kclient: removexattr marks inode dirty when required |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | kclient: break I_NODELAY into NODELAY and FLUSH |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: rewrite scatter_tempsync |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | vstart: selectively run mds through valgrind |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: drop unused mdr->cap |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: remove debug msg |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | kclient: helpers for mount options |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | kclient: fix dcache readdir bug; add mount option to... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: init var |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | kclient: setxattr cleanups |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: issue all caps we can (except RD|WR on dirs) |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: fix snap.c debug prefix |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | kclient: drop RD, WR caps on file lock setattr |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: use actual cap wanted, not requested |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: allow request_release to update wanted; do so... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | kclient: fix up cap timeouts |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds, kclient: fix issue_seq vs seq, limit dup cap messages |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sage Weil | mds: consolidate calls to issue_caps |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: silence down log messages |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: add missing initialization |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: fix xattrs cap message |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: merge asyncxattr |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: refactor setxattr, listxattr |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: fix removexattr |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: fix some leaks |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: xattrs, selective rb erasing, fix tree tear... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: make listxattr actually work |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: xattr name length fixes |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: initialize xattrs version |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: send xattr name on setxattr |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: verbose xattrs |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: list, get cached xattrs |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: don't copy null xattrs blob |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: send xattrs blob when dropping xattr rdcache |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: preallocated buffer for the xattr blob |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: xattrs cleanup, preallocate xattr structure |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: don't rebuild xattr rbtree if exists |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: fix some more xattr stuff, basic stuff works |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: some more xattr fixes |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: xattr initalization and bug fixes |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Yehuda Sadeh | kclient: xattr uses rbtree for indexing |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Sage Weil | mds: fix CInode::get_caps_wanted to do the shift on... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Sage Weil | mds: move simplelocks (auth, xattr) to EXCL in simple_eval |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | kclient: assign meaningful readdir offset to client... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | mds: add mds_max_mem conf item, hook to check memory... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | mds: trim cache during tick, not every request |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | mds: put mds format magic in root inode, journal; check... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | context: return error from C_Gather |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | mds: kill rdcaps code |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | mds: count caps, inodes with caps |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | todo |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | kclient: fix up dcache readdir |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Yehuda Sadeh | kclient: initialize xattrs version |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Yehuda Sadeh | kclient: send xattr name in setxattr |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Sage Weil | uclient: make O_CREAT work |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | kclient: do readdir from dcache when possible |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | filestore: clean up attr name, path buffer lengths |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | filestore: make path buffers longer |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | scripts: fix mds and osd request latency checkers |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | mds: flush log in do_cap_update if there are unissued... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | mds: issue caps as needed in xlock_finish |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | debug: make log symlinks relative if dirs match |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | mds: eval_gather on cap removal |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | mds: never issue caps in file_eval |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sage Weil | mds: hide stray dentries and inodes that are purging |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Sage Weil | mds: reorder some code |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Sage Weil | mds: use rdlock_path_* for rename; fix helper paths |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Sage Weil | mds: make dn vec accurate after rdlock_path_xlock_dentry |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Sage Weil | mds: store up to two paths in MDRequest; generalize... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Sage Weil | mds: kill mdr->ref_snapdiri |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Sage Weil | mds: move done_locking into acquire_locks |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Sage Weil | mds: acquire_locks in callers, not rdlock_path_* helpers |
commit | commitdiff | tree | snapshot |
next |