summaryrefslogtreecommitdiff
path: root/fs/ceph/snap.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-21ceph: factor out libceph from Ceph file systemYehuda Sadeh1-4/+6
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil1-1/+1
2010-09-17ceph: fix cap_snap and realm splitSage Weil1-59/+29
2010-09-15ceph: correctly set 'follows' in flushsnap messagesSage Weil1-1/+1
2010-08-25ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil1-1/+5
2010-08-23ceph: queue cap snap writeback for realm children on snap updateSage Weil1-23/+37
2010-08-23ceph: include dirty xattrs state in snapped capsSage Weil1-7/+16
2010-05-18ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-1/+1
2010-05-03ceph: fix snap realm splitsSage Weil1-10/+14
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-13/+13
2010-04-13ceph: queue_cap_snap should always queue dirty contextSage Weil1-9/+7
2010-04-01ceph: fix leaked inode ref due to snap metadata writeback raceSage Weil1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23ceph: fix snap rebuild conditionSage Weil1-2/+2
2010-03-21ceph: add missing locking to protect i_snap_realm_item during splitSage Weil1-0/+2
2010-02-24ceph: drop messages on unregistered mds sessions; cleanupSage Weil1-15/+2
2010-02-17ceph: use rbtree for snap_realmsSage Weil1-11/+40
2009-12-22ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-0/+1
2009-11-22ceph: remove useless IS_ERR checksSage Weil1-10/+0
2009-10-06ceph: snapshot managementSage Weil1-0/+897