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