| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: fix caps usage accounting for import (non-reserved) case | Sage Weil | 2010-06-29 | 1 | -2/+8 |
* | ceph: only release clean, unused caps with mds requests | Sage Weil | 2010-06-29 | 1 | -5/+6 |
* | ceph: try to send partial cap release on cap message on missing inode | Sage Weil | 2010-06-10 | 1 | -0/+1 |
* | ceph: release cap on import if we don't have the inode | Sage Weil | 2010-06-10 | 1 | -35/+55 |
* | ceph: fix misleading/incorrect debug message | Sage Weil | 2010-06-10 | 1 | -1/+1 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 1 | -2/+2 |
* | ceph: all allocation functions should get gfp_mask | Yehuda Sadeh | 2010-05-17 | 1 | -1/+1 |
* | ceph: cleanup: remove unused assignement | Dan Carpenter | 2010-05-17 | 1 | -2/+1 |
* | ceph: simplify ceph_msg_new | Sage Weil | 2010-05-17 | 1 | -1/+1 |
* | ceph: make ceph_msg_new return NULL on failure; clean up, fix callers | Sage Weil | 2010-05-17 | 1 | -2/+2 |
* | ceph: use ceph_sb_to_client instead of ceph_client | Cheng Renquan | 2010-05-17 | 1 | -6/+9 |
* | ceph: fix cap removal races | Sage Weil | 2010-05-11 | 1 | -7/+12 |
* | ceph: fix leaked spinlock during mds reconnect | Sage Weil | 2010-05-03 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2010-04-14 | 1 | -10/+32 |
|\ |
|
| * | ceph: fix leaked inode ref due to snap metadata writeback race | Sage Weil | 2010-04-01 | 1 | -10/+32 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | ceph: only release unused caps with mds requests | Sage Weil | 2010-03-23 | 1 | -3/+10 |
* | ceph: clean up handle_cap_grant, handle_caps wrt session mutex | Sage Weil | 2010-03-23 | 1 | -32/+25 |
* | ceph: fix session locking in handle_caps, ceph_check_caps | Sage Weil | 2010-03-23 | 1 | -5/+9 |
* | ceph: drop unnecessary WARN_ON in caps migration | Sage Weil | 2010-03-23 | 1 | -2/+1 |
* | ceph: implemented caps should always be superset of issued caps | Sage Weil | 2010-03-20 | 1 | -0/+2 |
* | ceph: update for write_inode API change | Stephen Rothwell | 2010-03-05 | 1 | -1/+3 |
* | ceph: fix flush_dirty_caps race with caps migration | Sage Weil | 2010-03-01 | 1 | -7/+38 |
* | ceph: include migrating caps in issued set | Sage Weil | 2010-03-01 | 1 | -1/+1 |
* | ceph: return EBADF if waiting for caps on closed file | Sage Weil | 2010-03-01 | 1 | -3/+6 |
* | ceph: fix snaptrace decoding on cap migration between mds | Sage Weil | 2010-03-01 | 1 | -2/+3 |
* | ceph: drop messages on unregistered mds sessions; cleanup | Sage Weil | 2010-02-23 | 1 | -1/+1 |
* | ceph: fix comments, locking in destroy_inode | Sage Weil | 2010-02-23 | 1 | -7/+4 |
* | ceph: cleanup redundant code in handle_cap_grant | Yehuda Sadeh | 2010-02-19 | 1 | -5/+1 |
* | ceph: fix check for invalidate_mapping_pages success | Sage Weil | 2010-02-19 | 1 | -32/+50 |
* | ceph: fix iterate_caps removal race | Sage Weil | 2010-02-17 | 1 | -23/+24 |
* | ceph: clean up readdir caps reservation | Sage Weil | 2010-02-17 | 1 | -6/+17 |
* | ceph: remove bogus invalidate_mapping_pages | Sage Weil | 2010-02-11 | 1 | -6/+0 |
* | ceph: invalidate pages even if truncate is pending | Sage Weil | 2010-02-11 | 1 | -1/+0 |
* | ceph: cleanup async writeback, truncation, invalidate helpers | Sage Weil | 2010-02-11 | 1 | -17/+8 |
* | ceph: do not retain caps that are being revoked | Sage Weil | 2010-02-11 | 1 | -4/+6 |
* | ceph: cap revocation fixes | Sage Weil | 2010-02-11 | 1 | -5/+17 |
* | ceph: include transaction id in ceph_msg_header (protocol change) | Sage Weil | 2009-12-23 | 1 | -8/+8 |
* | ceph: do not touch_caps while iterating over caps list | Sage Weil | 2009-12-23 | 1 | -3/+8 |
* | ceph: hex dump corrupt server data to KERN_DEBUG | Sage Weil | 2009-12-21 | 1 | -0/+1 |
* | ceph: whitespace cleanup | Sage Weil | 2009-12-03 | 1 | -1/+1 |
* | ceph: fix page invalidation deadlock | Sage Weil | 2009-11-12 | 1 | -2/+2 |
* | ceph: remove recon_gen logic | Sage Weil | 2009-11-10 | 1 | -11/+1 |
* | ceph: do not confuse stale and dead (unreconnected) caps | Sage Weil | 2009-11-09 | 1 | -5/+15 |
* | ceph: allocate and parse mount args before client instance | Sage Weil | 2009-10-27 | 1 | -2/+2 |
* | ceph: move dirty caps code around | Sage Weil | 2009-10-15 | 1 | -33/+37 |
* | ceph: flush dirty caps via the cap_dirty list | Sage Weil | 2009-10-15 | 1 | -23/+53 |
* | ceph: move generic flushing code into helper | Sage Weil | 2009-10-14 | 1 | -22/+21 |
* | ceph: capability management | Sage Weil | 2009-10-06 | 1 | -0/+2830 |