summaryrefslogtreecommitdiffstats
path: root/fs/ceph/snap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-121-0/+2
* ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-281-3/+1
* ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-281-0/+2
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-281-3/+1
* ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng2016-07-281-1/+1
* ceph: kill ceph_empty_snapcIlya Dryomov2016-03-251-16/+0
* ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng2015-09-081-7/+0
* ceph: make sure syncfs flushes all cap snapsYan, Zheng2015-06-251-0/+2
* ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng2015-06-251-12/+37
* ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng2015-06-251-60/+66
* ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng2015-06-251-9/+9
* ceph: improve reference tracking for snaprealmYan, Zheng2015-02-191-16/+38
* ceph: flush inline versionYan, Zheng2014-12-171-0/+2
* ceph: introduce global empty snap contextYan, Zheng2014-12-171-1/+25
* ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-171-6/+3
* ceph: use ceph_create_snap_context()Alex Elder2013-05-011-2/+1
* ceph: define snap counts as u32 everywhereAlex Elder2012-07-301-8/+10
* introduce SIZE_MAXXi Wang2012-05-311-1/+1
* ceph: fix overflow check in build_snap_context()Xi Wang2012-03-221-1/+1
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-8/+8
* ceph: only queue capsnap if caps are dirtySage Weil2011-07-261-4/+2
* ceph: fix snap writeback when racing with writesSage Weil2011-07-261-3/+20
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-1/+1
* ceph: fix list_add in ceph_put_snap_realmHenry C Chang2011-05-111-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: don't use igrab() while holding i_lockDave Chinner2011-03-291-2/+2
* ceph: queue cap_snaps once per realmSage Weil2011-02-041-4/+10
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-4/+6
* ceph: only send one flushsnap per cap_snap per mds sessionSage Weil2010-09-171-1/+1
* ceph: fix cap_snap and realm splitSage Weil2010-09-161-59/+29
* ceph: correctly set 'follows' in flushsnap messagesSage Weil2010-09-141-1/+1
* ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-241-1/+5
* ceph: queue cap snap writeback for realm children on snap updateSage Weil2010-08-221-23/+37
* ceph: include dirty xattrs state in snapped capsSage Weil2010-08-221-7/+16
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-1/+1