aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2010-08-02ceph: support v2 client_caps encodingSage Weil
2010-08-01ceph: warn on missing snap realmSage Weil
2010-08-01ceph: add ceph_get_cap_for_mds function.Greg Farnum
2010-08-01ceph: connect to export targets on cap exportSage Weil
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh
2010-08-01ceph: code cleanupYehuda Sadeh
2010-08-01ceph: skip if no auth cap in flush_snapsSage Weil
2010-08-01ceph: simplify caps revocation, fix for multimdsSage Weil
2010-08-01ceph: drop unused argumentSage Weil
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil
2010-08-01ceph: perform lazy writes when file mode and caps permitSage Weil
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh
2010-07-23ceph: fix dentry lease releaseSage Weil
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