summaryrefslogtreecommitdiffstats
path: root/fs/ceph/snap.c
AgeCommit message (Expand)Author
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-04ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton
2021-02-16ceph: defer flushing the capsnap if the Fb is usedXiubo Li
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li
2020-03-23ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-07-08ceph: handle change_attr in cap messagesJeff Layton
2019-07-08ceph: handle btime in cap messagesJeff Layton
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng
2019-04-23ceph: fix ci->i_head_snapc leakYan, Zheng
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng
2019-02-18ceph: 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