summary refs log tree commit diff
AgeCommit message (Expand)Author
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques
2018-04-02ceph: fix root quota realm checkYan, Zheng
2018-04-02ceph: don't check quota for snap inodeYan, Zheng
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques
2018-04-02rbd: remove VLA usageKyle Spiers
2018-04-02rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King
2018-04-02ceph: rename function drop_leases() to a more descriptive nameYan, Zheng
2018-04-02ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu
2018-04-02ceph: return proper bool type to caller instead of pointerChengguang Xu
2018-04-02ceph: optimize memory usageChengguang Xu
2018-04-02ceph: optimize mds session registerChengguang Xu
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu
2018-04-02ceph: filter out used flags when printing unused open flagsChengguang Xu
2018-04-02ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng
2018-04-02ceph: mark the cap cache as unreclaimableChengguang Xu
2018-04-02ceph: change variable name to follow common ruleChengguang Xu
2018-04-02ceph: optimizing cap reservationChengguang Xu
2018-04-02ceph: release unreserved caps if having enough available capsChengguang Xu
2018-04-02ceph: optimizing cap allocationChengguang Xu
2018-04-02ceph: adding protection for showing cap reservation infoChengguang Xu
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu
2018-04-02rbd: get the latest osdmap when using an existing clientIlya Dryomov
2018-04-02rbd: move rbd_get_client() below rbd_put_client()Ilya Dryomov
2018-04-02rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov
2018-04-02ceph: use seq_show_option for string type optionsChengguang Xu
2018-04-02libceph: fix misjudgement of maximum monitor numberChengguang Xu
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu
2018-04-02ceph: keep consistent semantic in fscache related option combinationChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-04-02rbd: allow "fancy" stripingIlya Dryomov
2018-04-02rbd: introduce OWN_BVECS data typeIlya Dryomov
2018-04-02rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov
2018-04-02rbd: get rid of img_req->{offset,length}Ilya Dryomov
2018-04-02rbd: remove rbd_img_request_fill() and helpersIlya Dryomov
2018-04-02rbd: switch to common striping frameworkIlya Dryomov
2018-04-02rbd: create+truncate for whole-object layered discardsIlya Dryomov
2018-04-02rbd: move to obj_req->img_extentsIlya Dryomov
2018-04-02rbd: incorporate ceph_object_extentIlya Dryomov
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov
2018-04-02libceph: striping framework implementationIlya Dryomov
2018-04-02rbd: store data_type in img_req instead of obj_reqIlya Dryomov
2018-04-02rbd: remove obj_req->flags fieldIlya Dryomov
2018-04-02rbd: remove old request completion codeIlya Dryomov