aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/snap.c
AgeCommit message (Expand)Author
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-07-26ceph: only queue capsnap if caps are dirtySage Weil
2011-07-26ceph: fix snap writeback when racing with writesSage Weil
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-11ceph: fix list_add in ceph_put_snap_realmHenry C Chang
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner
2011-02-04ceph: queue cap_snaps once per realmSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil
2010-09-16ceph: fix cap_snap and realm splitSage Weil
2010-09-14ceph: correctly set 'follows' in flushsnap messagesSage Weil
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil
2010-08-22ceph: queue cap snap writeback for realm children on snap updateSage Weil
2010-08-22ceph: include dirty xattrs state in snapped capsSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-03ceph: fix snap realm splitsSage Weil
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-04-13ceph: queue_cap_snap should always queue dirty contextSage Weil
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: fix snap rebuild conditionSage Weil
2010-03-20ceph: add missing locking to protect i_snap_realm_item during splitSage Weil
2010-02-23ceph: drop messages on unregistered mds sessions; cleanupSage Weil
2010-02-16ceph: use rbtree for snap_realmsSage Weil
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil
2009-11-21ceph: remove useless IS_ERR checksSage Weil
2009-10-06ceph: snapshot managementSage Weil