| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() | Luis Henriques | 2019-08-22 | 1 | -1/+3 |
* | ceph: handle change_attr in cap messages | Jeff Layton | 2019-07-08 | 1 | -0/+2 |
* | ceph: handle btime in cap messages | Jeff Layton | 2019-07-08 | 1 | -0/+1 |
* | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 2019-06-05 | 1 | -5/+11 |
* | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 2019-04-23 | 1 | -1/+6 |
* | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 2019-03-05 | 1 | -2/+154 |
* | ceph: split large reconnect into multiple messages | Yan, Zheng | 2019-03-05 | 1 | -0/+3 |
* | ceph: avoid repeatedly adding inode to mdsc->snap_flush_list | Yan, Zheng | 2019-02-18 | 1 | -1/+2 |
* | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 2018-08-02 | 1 | -3/+3 |
* | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-05 | 1 | -3/+3 |
* | ceph: quota: cache inode pointer in ceph_snap_realm | Luis Henriques | 2018-04-02 | 1 | -0/+2 |
* | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng | 2018-01-29 | 1 | -2/+6 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: properly queue cap snap for newly created snap realm | Yan, Zheng | 2017-10-02 | 1 | -5/+3 |
* | ceph: queue cap snap only when snap realm's context changes | Yan, Zheng | 2017-09-06 | 1 | -21/+16 |
* | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -1/+1 |
* | ceph: record truncate size/seq for snap data writeback | Yan, Zheng | 2016-12-12 | 1 | -0/+2 |
* | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 2016-07-28 | 1 | -3/+1 |
* | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 2016-07-28 | 1 | -0/+2 |
* | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 1 | -3/+1 |
* | ceph: fix NULL dereference in ceph_queue_cap_snap() | Yan, Zheng | 2016-07-28 | 1 | -1/+1 |
* | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 | 1 | -16/+0 |
* | ceph: fix queuing inode to mdsdir's snaprealm | Yan, Zheng | 2015-09-08 | 1 | -7/+0 |
* | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 2015-06-25 | 1 | -0/+2 |
* | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 2015-06-25 | 1 | -12/+37 |
* | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 2015-06-25 | 1 | -60/+66 |
* | ceph: use empty snap context for uninline_data and get_pool_perm | Yan, Zheng | 2015-06-25 | 1 | -9/+9 |
* | ceph: improve reference tracking for snaprealm | Yan, Zheng | 2015-02-19 | 1 | -16/+38 |
* | ceph: flush inline version | Yan, Zheng | 2014-12-17 | 1 | -0/+2 |
* | ceph: introduce global empty snap context | Yan, Zheng | 2014-12-17 | 1 | -1/+25 |
* | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | 2014-12-17 | 1 | -6/+3 |
* | ceph: use ceph_create_snap_context() | Alex Elder | 2013-05-01 | 1 | -2/+1 |
* | ceph: define snap counts as u32 everywhere | Alex Elder | 2012-07-30 | 1 | -8/+10 |
* | introduce SIZE_MAX | Xi Wang | 2012-05-31 | 1 | -1/+1 |
* | ceph: fix overflow check in build_snap_context() | Xi Wang | 2012-03-22 | 1 | -1/+1 |
* | ceph: use i_ceph_lock instead of i_lock | Sage Weil | 2011-12-07 | 1 | -8/+8 |
* | ceph: only queue capsnap if caps are dirty | Sage Weil | 2011-07-26 | 1 | -4/+2 |
* | ceph: fix snap writeback when racing with writes | Sage Weil | 2011-07-26 | 1 | -3/+20 |
* | ceph: use ihold when we already have an inode ref | Sage Weil | 2011-06-07 | 1 | -1/+1 |
* | ceph: fix list_add in ceph_put_snap_realm | Henry C Chang | 2011-05-11 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | fs: don't use igrab() while holding i_lock | Dave Chinner | 2011-03-29 | 1 | -2/+2 |
* | ceph: queue cap_snaps once per realm | Sage Weil | 2011-02-04 | 1 | -4/+10 |
* | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 2010-10-20 | 1 | -4/+6 |
* | ceph: only send one flushsnap per cap_snap per mds session | Sage Weil | 2010-09-17 | 1 | -1/+1 |
* | ceph: fix cap_snap and realm split | Sage Weil | 2010-09-16 | 1 | -59/+29 |
* | ceph: correctly set 'follows' in flushsnap messages | Sage Weil | 2010-09-14 | 1 | -1/+1 |
* | ceph: maintain i_head_snapc when any caps are dirty, not just for data | Sage Weil | 2010-08-24 | 1 | -1/+5 |
* | ceph: queue cap snap writeback for realm children on snap update | Sage Weil | 2010-08-22 | 1 | -23/+37 |
* | ceph: include dirty xattrs state in snapped caps | Sage Weil | 2010-08-22 | 1 | -7/+16 |