summaryrefslogtreecommitdiffstats
path: root/fs/ceph/snap.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: queue cap snap only when snap realm's context changesYan, Zheng2017-09-061-21/+16
* ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova2017-05-041-1/+1
* ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-121-0/+2
* ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-281-3/+1
* ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-281-0/+2
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-281-3/+1
* ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng2016-07-281-1/+1
* ceph: kill ceph_empty_snapcIlya Dryomov2016-03-251-16/+0
* ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng2015-09-081-7/+0
* ceph: make sure syncfs flushes all cap snapsYan, Zheng2015-06-251-0/+2
* ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng2015-06-251-12/+37
* ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng2015-06-251-60/+66
* ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng2015-06-251-9/+9
* ceph: improve reference tracking for snaprealmYan, Zheng2015-02-191-16/+38
* ceph: flush inline versionYan, Zheng2014-12-171-0/+2
* ceph: introduce global empty snap contextYan, Zheng2014-12-171-1/+25
* ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-171-6/+3
* ceph: use ceph_create_snap_context()Alex Elder2013-05-011-2/+1
* ceph: define snap counts as u32 everywhereAlex Elder2012-07-301-8/+10
* introduce SIZE_MAXXi Wang2012-05-311-1/+1
* ceph: fix overflow check in build_snap_context()Xi Wang2012-03-221-1/+1
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-8/+8
* ceph: only queue capsnap if caps are dirtySage Weil2011-07-261-4/+2
* ceph: fix snap writeback when racing with writesSage Weil2011-07-261-3/+20
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-1/+1
* ceph: fix list_add in ceph_put_snap_realmHenry C Chang2011-05-111-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: don't use igrab() while holding i_lockDave Chinner2011-03-291-2/+2
* ceph: queue cap_snaps once per realmSage Weil2011-02-041-4/+10
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-4/+6
* ceph: only send one flushsnap per cap_snap per mds sessionSage Weil2010-09-171-1/+1
* ceph: fix cap_snap and realm splitSage Weil2010-09-161-59/+29
* ceph: correctly set 'follows' in flushsnap messagesSage Weil2010-09-141-1/+1
* ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-241-1/+5
* ceph: queue cap snap writeback for realm children on snap updateSage Weil2010-08-221-23/+37
* ceph: include dirty xattrs state in snapped capsSage Weil2010-08-221-7/+16
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-1/+1
* ceph: fix snap realm splitsSage Weil2010-05-031-10/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-141-13/+13
|\
| * ceph: queue_cap_snap should always queue dirty contextSage Weil2010-04-131-9/+7
| * ceph: fix leaked inode ref due to snap metadata writeback raceSage Weil2010-04-011-4/+6
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ceph: fix snap rebuild conditionSage Weil2010-03-231-2/+2
* ceph: add missing locking to protect i_snap_realm_item during splitSage Weil2010-03-201-0/+2
* ceph: drop messages on unregistered mds sessions; cleanupSage Weil2010-02-231-15/+2
* ceph: use rbtree for snap_realmsSage Weil2010-02-161-11/+40
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-211-0/+1
* ceph: remove useless IS_ERR checksSage Weil2009-11-211-10/+0
* ceph: snapshot managementSage Weil2009-10-061-0/+897