2008-05-01 |
Sage Weil | kclient: munging up umount a bit, not real change tho |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | mds: fix stale cap revoke/resume |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: check caps outside mdsc spinlock |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: improved dirty page accounting (supports mmap... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: mucking with dirty page accounting |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | mds: check max size on truncate, in case we truncate... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: ping mds a bit more aggressively when we hit... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: show outgoing msg seq #s |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: zero leftovers for partial page write |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | client: include lease msgs in mds session seq, so that... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | client: cleaned up mds sessions a bit |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | fix cap stale/resume in mds, kclient. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: misc cleanup |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: small mdsc cleanup |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: removed spurious unlock in mdsc forward handler |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: quiet down on unmount |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: put delayed caps on single queue, use existing... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | kclient: fixed some bugs in messenger shutdown |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Sage Weil | mds: fix hang on FileLock transition to LOCK |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: drop s_mutex in __ceph_mdsc_send_cap |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: check for corrupt osd_op_reply |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: typo |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: take spinlock while processing acks in msgr |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | increase default pg_bits |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: fix double mutex unlock in check_caps |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | automagic endian conversions for userland |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | final type munging in ceph_fs.h |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | fix up mds reply types |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: tear down /proc/fs/ceph on exit |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | type hell |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: switch mds sessions s_mutex to struct mutex |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: merged client.c and super.c |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: fix reset_connection |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: remove delay ack hack in msgr |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: use MSG_MORE flag appropriately with sendmsg |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: oops, be quiet |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: fixed various msgr bugs on incoming connections |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | kclient: fix mds reconnect for caps on dentryless inodes |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Sage Weil | simplify mds session caps stale/resume |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: deal with osdc abort vs kick races; revoke... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: some msgr cleanups |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: msgr shutdown fix, warn on enomem |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: disable sysfs for < 2.6.25 |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: beginnings of sysfs |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: cancel work while shutting down |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: osdc tid output |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: proc entry for debug_console |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: fixed do_lookup dentry refcount problem |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: fixed up page revocation |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Sage Weil | kclient: only do footer with data payloads |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | add message footer. kclient safely revokes pages away... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | synclient: fix size print |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: fix calc_pages_for |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: clean up req refcounting in osdc |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: fix up write endoff vs max_size logic |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: rdo_lookup returns dentry |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: fixed dentry lease revocation |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: lots of jiffies fixups |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: drop leases before kill_anon_super |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: drop readdir cache on rewinddir() |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | fakestore: copy if theres no splice |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: i_blocks is _sectors_, not blocks. naturally. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | fakestore: clone, using either btrfs clone or splice |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: d_add only in do_lookup |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: handle traces that dont start at root (e.g... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: lease ttl fix, again |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: fix inode lease revocation bug |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: debug d_move |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: mdsc dentry lease release bug |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Sage Weil | kclient: fix lease time comparison |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Sage Weil | kclient: flush write caps on umount; refactor send_cap... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Sage Weil | client: handle cap msg on missing inode |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Sage Weil | kclient: improved kmap/kunmap behavior |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Sage Weil | kclient: warn in osdc if osd request is interrupted |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Sage Weil | vstart msgs on osds |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Sage Weil | kclient: better |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Sage Weil | kclient: GFP_NOFS on sockets |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Sage Weil | kclient: KERN_ERR for debug_console |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Sage Weil | kclient: adjust debug levels, add debug_console mount... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Sage Weil | objecter: fix tid handling so that we want for ack... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Sage Weil | kclient: some msgr cleanups |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: statfs cleanup |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | client: some cap release cleanup |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: reset session cap seq # on reconnect |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | mds: allow client to carry WRBUFFER during FileLock... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | mds: fix max_allowed_caps_ever, and small issue_caps... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | client: fix default cwd so that relative paths always... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: debug_addr mount option |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: osdc fixed circular lock dependency |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: cleanup mount/umount a bit |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: GFP_NOFS |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: fix lease regression 2 |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: fix lease regression |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | mds: fix cap bit calculation |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Sage Weil | kclient: declare wanted_max_size properly |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Sage Weil | osd: autodetect ebofs vs fakestore by mode bits |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Sage Weil | objectcacher: dont count dirty pages as RDCACHE |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Sage Weil | fakestore: fixed up btrfs ioctls |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Sage Weil | ebofs: fixed up test, mkfs tools |
commit | commitdiff | tree | snapshot |
next |