ceph: implemented caps should always be superset of issued caps
[safe/jmp/linux-2.6] / fs / ceph / caps.c
2010-03-21 Sage Weilceph: implemented caps should always be superset of...
2010-03-05 Stephen Rothwellceph: update for write_inode API change
2010-03-01 Sage Weilceph: fix flush_dirty_caps race with caps migration
2010-03-01 Sage Weilceph: include migrating caps in issued set
2010-03-01 Sage Weilceph: return EBADF if waiting for caps on closed file
2010-03-01 Sage Weilceph: fix snaptrace decoding on cap migration between mds
2010-02-23 Sage Weilceph: drop messages on unregistered mds sessions; cleanup
2010-02-23 Sage Weilceph: fix comments, locking in destroy_inode
2010-02-19 Yehuda Sadehceph: cleanup redundant code in handle_cap_grant
2010-02-19 Sage Weilceph: fix check for invalidate_mapping_pages success
2010-02-17 Sage Weilceph: fix iterate_caps removal race
2010-02-17 Sage Weilceph: clean up readdir caps reservation
2010-02-11 Sage Weilceph: remove bogus invalidate_mapping_pages
2010-02-11 Sage Weilceph: invalidate pages even if truncate is pending
2010-02-11 Sage Weilceph: cleanup async writeback, truncation, invalidate...
2010-02-11 Sage Weilceph: do not retain caps that are being revoked
2010-02-11 Sage Weilceph: cap revocation fixes
2009-12-23 Sage Weilceph: include transaction id in ceph_msg_header (protoc...
2009-12-23 Sage Weilceph: do not touch_caps while iterating over caps list
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-03 Sage Weilceph: whitespace cleanup
2009-11-12 Sage Weilceph: fix page invalidation deadlock
2009-11-11 Sage Weilceph: remove recon_gen logic
2009-11-09 Sage Weilceph: do not confuse stale and dead (unreconnected...
2009-10-27 Sage Weilceph: allocate and parse mount args before client instance
2009-10-16 Sage Weilceph: move dirty caps code around
2009-10-16 Sage Weilceph: flush dirty caps via the cap_dirty list
2009-10-14 Sage Weilceph: move generic flushing code into helper
2009-10-06 Sage Weilceph: capability management