aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/snap.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04ceph: check session state after bumping session->s_seqGravatar Jeff Layton 1-1/+1
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-1/+1
2020-03-23ceph: fix memory leak in ceph_cleanup_snapid_map()Gravatar Luis Henriques 1-0/+1
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Gravatar Luis Henriques 1-1/+3
2019-07-08ceph: handle change_attr in cap messagesGravatar Jeff Layton 1-0/+2
2019-07-08ceph: handle btime in cap messagesGravatar Jeff Layton 1-0/+1
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadGravatar Yan, Zheng 1-5/+11
2019-04-23ceph: fix ci->i_head_snapc leakGravatar Yan, Zheng 1-1/+6
2019-03-05ceph: map snapid to anonymous bdev IDGravatar Yan, Zheng 1-2/+154
2019-03-05ceph: split large reconnect into multiple messagesGravatar Yan, Zheng 1-0/+3
2019-02-18ceph: avoid repeatedly adding inode to mdsc->snap_flush_listGravatar Yan, Zheng 1-1/+2
2018-08-02ceph: use timespec64 for inode timestampGravatar Arnd Bergmann 1-3/+3
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-3/+3
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmGravatar Luis Henriques 1-0/+2
2018-01-29ceph: fix incorrect snaprealm when adding capsGravatar Yan, Zheng 1-2/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-02ceph: properly queue cap snap for newly created snap realmGravatar Yan, Zheng 1-5/+3
2017-09-06ceph: queue cap snap only when snap realm's context changesGravatar Yan, Zheng 1-21/+16
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2016-12-12ceph: record truncate size/seq for snap data writebackGravatar Yan, Zheng 1-0/+2
2016-07-28ceph: cleanup ceph_flush_snaps()Gravatar Yan, Zheng 1-3/+1
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededGravatar Yan, Zheng 1-0/+2
2016-07-28ceph: unify cap flush and snapcap flushGravatar Yan, Zheng 1-3/+1
2016-07-28ceph: fix NULL dereference in ceph_queue_cap_snap()Gravatar Yan, Zheng 1-1/+1
2016-03-25ceph: kill ceph_empty_snapcGravatar Ilya Dryomov 1-16/+0
2015-09-08ceph: fix queuing inode to mdsdir's snaprealmGravatar Yan, Zheng 1-7/+0
2015-06-25ceph: make sure syncfs flushes all cap snapsGravatar Yan, Zheng 1-0/+2
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageGravatar Yan, Zheng 1-12/+37
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceGravatar Yan, Zheng 1-60/+66
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permGravatar Yan, Zheng 1-9/+9
2015-02-19ceph: improve reference tracking for snaprealmGravatar Yan, Zheng 1-16/+38
2014-12-17ceph: flush inline versionGravatar Yan, Zheng 1-0/+2
2014-12-17ceph: introduce global empty snap contextGravatar Yan, Zheng 1-1/+25
2014-12-17ceph, rbd: delete unnecessary checks before two function callsGravatar SF Markus Elfring 1-6/+3
2013-05-01ceph: use ceph_create_snap_context()Gravatar Alex Elder 1-2/+1
2012-07-30ceph: define snap counts as u32 everywhereGravatar Alex Elder 1-8/+10
2012-05-31introduce SIZE_MAXGravatar Xi Wang 1-1/+1
2012-03-22ceph: fix overflow check in build_snap_context()Gravatar Xi Wang 1-1/+1
2011-12-07ceph: use i_ceph_lock instead of i_lockGravatar Sage Weil 1-8/+8
2011-07-26ceph: only queue capsnap if caps are dirtyGravatar Sage Weil 1-4/+2
2011-07-26ceph: fix snap writeback when racing with writesGravatar Sage Weil 1-3/+20
2011-06-07ceph: use ihold when we already have an inode refGravatar Sage Weil 1-1/+1
2011-05-11ceph: fix list_add in ceph_put_snap_realmGravatar Henry C Chang 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-29fs: don't use igrab() while holding i_lockGravatar Dave Chinner 1-2/+2
2011-02-04ceph: queue cap_snaps once per realmGravatar Sage Weil 1-4/+10
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-4/+6
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionGravatar Sage Weil 1-1/+1
2010-09-16ceph: fix cap_snap and realm splitGravatar Sage Weil 1-59/+29
2010-09-14ceph: correctly set 'follows' in flushsnap messagesGravatar Sage Weil 1-1/+1