summaryrefslogtreecommitdiffstats
path: root/fs/ceph/snap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-11-101-86/+106
|\
| * ceph: print cluster fsid and client global_id in all debug logsXiubo Li2023-11-031-79/+95
| * ceph: rename _to_client() to _to_fs_client()Xiubo Li2023-11-031-1/+1
| * ceph: pass the mdsc to several helpersXiubo Li2023-11-031-6/+10
* | ceph: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
|/
* Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-061-4/+6
|\
| * ceph: drop messages from MDS when unmountingXiubo Li2023-08-241-4/+6
* | ceph: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
|/
* ceph: trigger to flush the buffer when making snapshotXiubo Li2023-06-301-3/+6
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-081-1/+3
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-181-0/+13
* ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-021-2/+34
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-11-141-1/+2
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-4/+4
* ceph: misc fix for code style and logsXiubo Li2022-03-011-60/+62
* ceph: allocate capsnap memory outside of ceph_queue_cap_snap()Xiubo Li2022-03-011-18/+28
* ceph: do not release the global snaprealm until unmountingXiubo Li2022-03-011-2/+11
* ceph: eliminate the recursion when rebuilding the snap contextXiubo Li2022-03-011-9/+48
* ceph: do not update snapshot context when there is no new snapshotXiubo Li2022-03-011-9/+19
* ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li2022-03-011-2/+3
* ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-021-20/+39
* ceph: correctly handle releasing an embedded cap flushXiubo Li2021-08-251-0/+3
* ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton2021-08-041-17/+17
* ceph: eliminate ceph_async_iput()Jeff Layton2021-06-291-11/+5
* ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2021-06-291-4/+1
* ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton2021-06-291-4/+4
* ceph: add some lockdep assertions around snaprealm handlingJeff Layton2021-06-291-0/+16
* ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton2021-06-291-1/+1
* ceph: make ceph_queue_cap_snap staticJeff Layton2021-06-281-1/+1
* ceph: fix up some bare fetches of i_sizeJeff Layton2021-04-271-1/+1
* ceph: defer flushing the capsnap if the Fb is usedXiubo Li2021-02-161-0/+10
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-041-1/+1
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-1/+1
* ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques2020-03-231-0/+1
* ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-08-221-1/+3
* ceph: handle change_attr in cap messagesJeff Layton2019-07-081-0/+2
* ceph: handle btime in cap messagesJeff Layton2019-07-081-0/+1
* ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-051-5/+11
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-04-231-1/+6
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-051-2/+154
* ceph: split large reconnect into multiple messagesYan, Zheng2019-03-051-0/+3
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-181-1/+2
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-021-3/+3
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+3
* ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-021-0/+2
* ceph: fix incorrect snaprealm when adding capsYan, Zheng2018-01-291-2/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: properly queue cap snap for newly created snap realmYan, Zheng2017-10-021-5/+3
* 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