Age | Commit message (Expand) | Author | Files | Lines |
2021-09-02 | ceph: add ceph_change_snap_realm() helper | Jeff Layton | 1 | -20/+39 |
2021-08-25 | ceph: correctly handle releasing an embedded cap flush | Xiubo Li | 1 | -0/+3 |
2021-08-04 | ceph: take snap_empty_lock atomically with snaprealm refcount change | Jeff Layton | 1 | -17/+17 |
2021-06-29 | ceph: eliminate ceph_async_iput() | Jeff Layton | 1 | -11/+5 |
2021-06-29 | ceph: don't take s_mutex in ceph_flush_snaps | Jeff Layton | 1 | -4/+1 |
2021-06-29 | ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r... | Jeff Layton | 1 | -4/+4 |
2021-06-29 | ceph: add some lockdep assertions around snaprealm handling | Jeff Layton | 1 | -0/+16 |
2021-06-29 | ceph: decoding error in ceph_update_snap_realm should return -EIO | Jeff Layton | 1 | -1/+1 |
2021-06-28 | ceph: make ceph_queue_cap_snap static | Jeff Layton | 1 | -1/+1 |
2021-04-27 | ceph: fix up some bare fetches of i_size | Jeff Layton | 1 | -1/+1 |
2021-02-16 | ceph: defer flushing the capsnap if the Fb is used | Xiubo Li | 1 | -0/+10 |
2020-11-04 | ceph: check session state after bumping session->s_seq | Jeff Layton | 1 | -1/+1 |
2020-10-12 | ceph: add ceph_sb_to_mdsc helper support to parse the mdsc | Xiubo Li | 1 | -1/+1 |
2020-03-23 | ceph: fix memory leak in ceph_cleanup_snapid_map() | Luis Henriques | 1 | -0/+1 |
2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques | 1 | -1/+3 |
2019-07-08 | ceph: handle change_attr in cap messages | Jeff Layton | 1 | -0/+2 |
2019-07-08 | ceph: handle btime in cap messages | Jeff Layton | 1 | -0/+1 |
2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 1 | -5/+11 |
2019-04-23 | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 1 | -1/+6 |
2019-03-05 | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 1 | -2/+154 |
2019-03-05 | ceph: split large reconnect into multiple messages | Yan, Zheng | 1 | -0/+3 |
2019-02-18 | ceph: avoid repeatedly adding inode to mdsc->snap_flush_list | Yan, Zheng | 1 | -1/+2 |
2018-08-02 | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 1 | -3/+3 |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -3/+3 |
2018-04-02 | ceph: quota: cache inode pointer in ceph_snap_realm | Luis Henriques | 1 | -0/+2 |
2018-01-29 | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng | 1 | -2/+6 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-02 | ceph: properly queue cap snap for newly created snap realm | Yan, Zheng | 1 | -5/+3 |
2017-09-06 | ceph: queue cap snap only when snap realm's context changes | Yan, Zheng | 1 | -21/+16 |
2017-05-04 | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
2016-12-12 | ceph: record truncate size/seq for snap data writeback | Yan, Zheng | 1 | -0/+2 |
2016-07-28 | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 1 | -3/+1 |
2016-07-28 | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 1 | -0/+2 |
2016-07-28 | ceph: unify cap flush and snapcap flush | Yan, Zheng | 1 | -3/+1 |
2016-07-28 | ceph: fix NULL dereference in ceph_queue_cap_snap() | Yan, Zheng | 1 | -1/+1 |
2016-03-25 | ceph: kill ceph_empty_snapc | Ilya Dryomov | 1 | -16/+0 |
2015-09-08 | ceph: fix queuing inode to mdsdir's snaprealm | Yan, Zheng | 1 | -7/+0 |
2015-06-25 | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 1 | -0/+2 |
2015-06-25 | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 1 | -12/+37 |
2015-06-25 | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 1 | -60/+66 |
2015-06-25 | ceph: use empty snap context for uninline_data and get_pool_perm | Yan, Zheng | 1 | -9/+9 |
2015-02-19 | ceph: improve reference tracking for snaprealm | Yan, Zheng | 1 | -16/+38 |
2014-12-17 | ceph: flush inline version | Yan, Zheng | 1 | -0/+2 |
2014-12-17 | ceph: introduce global empty snap context | Yan, Zheng | 1 | -1/+25 |
2014-12-17 | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | 1 | -6/+3 |
2013-05-01 | ceph: use ceph_create_snap_context() | Alex Elder | 1 | -2/+1 |
2012-07-30 | ceph: define snap counts as u32 everywhere | Alex Elder | 1 | -8/+10 |
2012-05-31 | introduce SIZE_MAX | Xi Wang | 1 | -1/+1 |
2012-03-22 | ceph: fix overflow check in build_snap_context() | Xi Wang | 1 | -1/+1 |
2011-12-07 | ceph: use i_ceph_lock instead of i_lock | Sage Weil | 1 | -8/+8 |