aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/snap.c
AgeCommit message (Expand)Author
2023-06-14ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li
2023-05-30ceph: force updating the msg pointer in non-split caseXiubo Li
2022-12-08ceph: avoid putting the realm twice when decoding snaps failsXiubo Li
2022-12-08ceph: do not update snapshot context when there is no new snapshotXiubo Li
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-05-02ceph: fix ci->i_head_snapc leakYan, Zheng
2019-02-27ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques
2018-01-29ceph: fix incorrect snaprealm when adding capsYan, Zheng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-02ceph: properly queue cap snap for newly created snap realmYan, Zheng
2017-09-06ceph: queue cap snap only when snap realm's context changesYan, Zheng
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov
2015-09-08ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng
2014-12-17ceph: flush inline versionYan, Zheng
2014-12-17ceph: introduce global empty snap contextYan, Zheng
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring
2013-05-01ceph: use ceph_create_snap_context()Alex Elder
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder
2012-05-31introduce SIZE_MAXXi Wang
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang
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