summaryrefslogtreecommitdiffstats
path: root/lib/libcrc32c.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques5-7/+51
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques5-15/+19
2018-04-02ceph: fix root quota realm checkYan, Zheng1-8/+8
2018-04-02ceph: don't check quota for snap inodeYan, Zheng2-3/+18
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques3-1/+45
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques4-1/+44
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques3-0/+75
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques4-1/+95
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques11-1/+180
2018-04-02rbd: remove VLA usageKyle Spiers1-4/+4
2018-04-02rbd: fix spelling mistake: "reregisteration" -> "reregistration"Colin Ian King1-1/+1
2018-04-02ceph: rename function drop_leases() to a more descriptive nameYan, Zheng1-4/+3
2018-04-02ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu1-1/+4
2018-04-02ceph: return proper bool type to caller instead of pointerChengguang Xu1-2/+3
2018-04-02ceph: optimize memory usageChengguang Xu5-117/+169
2018-04-02ceph: optimize mds session registerChengguang Xu1-17/+19
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu5-14/+9
2018-04-02ceph: filter out used flags when printing unused open flagsChengguang Xu1-0/+2
2018-04-02ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng1-1/+5
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2-29/+18
2018-04-02ceph: mark the cap cache as unreclaimableChengguang Xu1-2/+1
2018-04-02ceph: change variable name to follow common ruleChengguang Xu3-30/+30
2018-04-02ceph: optimizing cap reservationChengguang Xu1-29/+59
2018-04-02ceph: release unreserved caps if having enough available capsChengguang Xu1-1/+15
2018-04-02ceph: optimizing cap allocationChengguang Xu1-0/+16
2018-04-02ceph: adding protection for showing cap reservation infoChengguang Xu1-0/+4
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu1-0/+5
2018-04-02rbd: get the latest osdmap when using an existing clientIlya Dryomov1-36/+33
2018-04-02rbd: move rbd_get_client() below rbd_put_client()Ilya Dryomov1-20/+20
2018-04-02rbd: remove redundant declaration of rbd_spec_put()Ilya Dryomov1-1/+0
2018-04-02ceph: use seq_show_option for string type optionsChengguang Xu1-5/+2
2018-04-02libceph: fix misjudgement of maximum monitor numberChengguang Xu1-1/+1
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2-9/+9
2018-04-02ceph: keep consistent semantic in fscache related option combinationChengguang Xu1-0/+4
2018-04-02ceph: add newline to end of debug message formatChengguang Xu7-20/+19
2018-04-02rbd: allow "fancy" stripingIlya Dryomov1-27/+2
2018-04-02rbd: introduce OWN_BVECS data typeIlya Dryomov1-7/+149
2018-04-02rbd: remove rbd_parent_request_{create,destroy}()Ilya Dryomov1-68/+6
2018-04-02rbd: get rid of img_req->{offset,length}Ilya Dryomov1-18/+8
2018-04-02rbd: remove rbd_img_request_fill() and helpersIlya Dryomov1-98/+0
2018-04-02rbd: switch to common striping frameworkIlya Dryomov1-23/+168
2018-04-02rbd: create+truncate for whole-object layered discardsIlya Dryomov1-1/+6
2018-04-02rbd: move to obj_req->img_extentsIlya Dryomov1-52/+98
2018-04-02rbd: incorporate ceph_object_extentIlya Dryomov1-37/+34
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov7-44/+43
2018-04-02libceph: striping framework implementationIlya Dryomov3-0/+292
2018-04-02rbd: store data_type in img_req instead of obj_reqIlya Dryomov1-26/+8
2018-04-02rbd: remove obj_req->flags fieldIlya Dryomov1-35/+0
2018-04-02rbd: remove old request completion codeIlya Dryomov1-172/+3
2018-04-02rbd: new request completion codeIlya Dryomov1-13/+55