summaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)AuthorFilesLines
2020-12-15libceph: drop ac->ops->name fieldIlya Dryomov1-2/+0
2020-12-15libceph: amend cephx init_protocol() and build_request()Ilya Dryomov1-0/+1
2020-12-15libceph, ceph: incorporate nautilus cephx changesIlya Dryomov1-4/+12
2020-12-15libceph: move msgr1 protocol specific fields to its own structIlya Dryomov1-35/+41
2020-12-15libceph: move msgr1 protocol implementation to its own fileIlya Dryomov1-0/+1
2020-12-15libceph: separate msgr1 protocol implementationIlya Dryomov1-0/+8
2020-12-15libceph: export remaining protocol independent infrastructureIlya Dryomov1-1/+38
2020-12-15libceph: export zero_pageIlya Dryomov1-0/+1
2020-12-15libceph: rename and export con->flags bitsIlya Dryomov1-1/+12
2020-12-15libceph: rename and export con->state statesIlya Dryomov1-1/+11
2020-12-15libceph: make con->state an intIlya Dryomov1-1/+1
2020-12-15libceph: drop msg->ack_stamp fieldIlya Dryomov1-1/+0
2020-12-15libceph: lower exponential backoff delayIlya Dryomov1-2/+2
2020-12-15ceph: implement updated ceph_mds_request_head structureJeff Layton1-1/+31
2020-12-15ceph: set osdmap epoch for setxattrXiubo Li1-0/+1
2020-12-15libceph: remove unused port macrosLiu, Changcheng1-9/+0
2020-12-15ceph: add new RECOVER mount_state when recovering sessionJeff Layton1-0/+1
2020-10-12libceph: fix ENTITY_NAME format suggestionIlya Dryomov1-1/+1
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2-2/+2
2020-10-12libceph: multiple workspaces for CRUSH computationsIlya Dryomov1-2/+12
2020-08-24libceph: add __maybe_unused to DEFINE_CEPH_FEATUREIlya Dryomov1-4/+4
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton1-0/+1
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap1-1/+1
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li1-0/+1
2020-08-03libceph: just have osd_req_op_init() return a pointerJeff Layton1-1/+1
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov1-2/+2
2020-06-02libceph: support for alloc hint flagsIlya Dryomov2-1/+17
2020-06-01libceph: read_from_replica optionIlya Dryomov1-0/+2
2020-06-01libceph: support for balanced and localized readsIlya Dryomov2-0/+4
2020-06-01libceph: crush_location infrastructureIlya Dryomov2-1/+16
2020-06-01libceph: add non-asserting rbtree insertion helperIlya Dryomov1-2/+8
2020-06-01libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-01ceph: add read/write latency metric supportXiubo Li1-0/+3
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-0/+1
2020-03-30ceph: attempt to do async create when possibleJeff Layton1-0/+3
2020-03-30ceph: cap tracking for async directory operationsJeff Layton1-0/+6
2020-03-30ceph: track primary dentry linkJeff Layton1-0/+3
2020-03-30ceph: add flag to designate that a request is asynchronousJeff Layton1-2/+3
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton1-0/+1
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li1-17/+0
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov1-14/+0
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov1-3/+4
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2-2/+8
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro1-2/+3
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques2-0/+3
2020-01-27ceph: add possible_max_rank and make the code more readableXiubo Li1-5/+5
2020-01-27ceph: fix mdsmap cluster available check based on laggy numberXiubo Li1-2/+3
2019-11-28libceph, rbd, ceph: convert to use the new mount APIDavid Howells1-4/+6
2019-09-16libceph: add function that clears osd client's abort_errYan, Zheng1-0/+1