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