aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/snap.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-86/+106
2023-11-03ceph: print cluster fsid and client global_id in all debug logsGravatar Xiubo Li 1-79/+95
2023-11-03ceph: rename _to_client() to _to_fs_client()Gravatar Xiubo Li 1-1/+1
2023-11-03ceph: pass the mdsc to several helpersGravatar Xiubo Li 1-6/+10
2023-10-18ceph: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-4/+6
2023-08-24ceph: drop messages from MDS when unmountingGravatar Xiubo Li 1-4/+6
2023-07-13ceph: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-06-30ceph: trigger to flush the buffer when making snapshotGravatar Xiubo Li 1-3/+6
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsGravatar Xiubo Li 1-1/+3
2023-05-18ceph: force updating the msg pointer in non-split caseGravatar Xiubo Li 1-0/+13
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceGravatar Xiubo Li 1-2/+34
2022-11-14ceph: avoid putting the realm twice when decoding snaps failsGravatar Xiubo Li 1-1/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-4/+4
2022-03-01ceph: misc fix for code style and logsGravatar Xiubo Li 1-60/+62
2022-03-01ceph: allocate capsnap memory outside of ceph_queue_cap_snap()Gravatar Xiubo Li 1-18/+28
2022-03-01ceph: do not release the global snaprealm until unmountingGravatar Xiubo Li 1-2/+11
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextGravatar Xiubo Li 1-9/+48
2022-03-01ceph: do not update snapshot context when there is no new snapshotGravatar Xiubo Li 1-9/+19
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapGravatar Xiubo Li 1-2/+3
2021-09-02ceph: add ceph_change_snap_realm() helperGravatar Jeff Layton 1-20/+39
2021-08-25ceph: correctly handle releasing an embedded cap flushGravatar Xiubo Li 1-0/+3
2021-08-04ceph: take snap_empty_lock atomically with snaprealm refcount changeGravatar Jeff Layton 1-17/+17
2021-06-29ceph: eliminate ceph_async_iput()Gravatar Jeff Layton 1-11/+5
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsGravatar Jeff Layton 1-4/+1
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Gravatar Jeff Layton 1-4/+4
2021-06-29ceph: add some lockdep assertions around snaprealm handlingGravatar Jeff Layton 1-0/+16
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOGravatar Jeff Layton 1-1/+1
2021-06-28ceph: make ceph_queue_cap_snap staticGravatar Jeff Layton 1-1/+1
2021-04-27ceph: fix up some bare fetches of i_sizeGravatar Jeff Layton 1-1/+1
2021-02-16ceph: defer flushing the capsnap if the Fb is usedGravatar Xiubo Li 1-0/+10
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