aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2010-06-29ceph: fix caps usage accounting for import (non-reserved) caseSage Weil
2010-06-29ceph: only release clean, unused caps with mds requestsSage Weil
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil
2010-06-10ceph: fix misleading/incorrect debug messageSage Weil
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh
2010-05-17ceph: cleanup: remove unused assignementDan Carpenter
2010-05-17ceph: simplify ceph_msg_newSage Weil
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-11ceph: fix cap removal racesSage Weil
2010-05-03ceph: fix leaked spinlock during mds reconnectSage Weil
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-04-01ceph: fix leaked inode ref due to snap metadata writeback raceSage Weil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23ceph: only release unused caps with mds requestsSage Weil
2010-03-23ceph: clean up handle_cap_grant, handle_caps wrt session mutexSage Weil
2010-03-23ceph: fix session locking in handle_caps, ceph_check_capsSage Weil
2010-03-23ceph: drop unnecessary WARN_ON in caps migrationSage Weil
2010-03-20ceph: implemented caps should always be superset of issued capsSage Weil
2010-03-05ceph: update for write_inode API changeStephen Rothwell
2010-03-01ceph: fix flush_dirty_caps race with caps migrationSage Weil
2010-03-01ceph: include migrating caps in issued setSage Weil
2010-03-01ceph: return EBADF if waiting for caps on closed fileSage Weil
2010-03-01ceph: fix snaptrace decoding on cap migration between mdsSage Weil
2010-02-23ceph: drop messages on unregistered mds sessions; cleanupSage Weil
2010-02-23ceph: fix comments, locking in destroy_inodeSage Weil
2010-02-19ceph: cleanup redundant code in handle_cap_grantYehuda Sadeh
2010-02-19ceph: fix check for invalidate_mapping_pages successSage Weil
2010-02-17ceph: fix iterate_caps removal raceSage Weil
2010-02-17ceph: clean up readdir caps reservationSage Weil
2010-02-11ceph: remove bogus invalidate_mapping_pagesSage Weil
2010-02-11ceph: invalidate pages even if truncate is pendingSage Weil
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil
2010-02-11ceph: do not retain caps that are being revokedSage Weil
2010-02-11ceph: cap revocation fixesSage Weil
2009-12-23ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil
2009-12-23ceph: do not touch_caps while iterating over caps listSage Weil
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil
2009-12-03ceph: whitespace cleanupSage Weil
2009-11-12ceph: fix page invalidation deadlockSage Weil
2009-11-10ceph: remove recon_gen logicSage Weil
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil
2009-10-15ceph: move dirty caps code aroundSage Weil
2009-10-15ceph: flush dirty caps via the cap_dirty listSage Weil
2009-10-14ceph: move generic flushing code into helperSage Weil
2009-10-06ceph: capability managementSage Weil