| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph: deprecate [no]cephx_require_signatures options | Ilya Dryomov | 2021-02-16 | 1 | -4/+3 |
* | libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE | Ilya Dryomov | 2020-12-28 | 1 | -2/+2 |
* | libceph: drop ceph_auth_{create,update}_authorizer() | Ilya Dryomov | 2020-12-14 | 1 | -6/+0 |
* | libceph, ceph: implement msgr2.1 protocol (crc and secure modes) | Ilya Dryomov | 2020-12-14 | 6 | -6/+231 |
* | libceph: introduce connection modes and ms_mode option | Ilya Dryomov | 2020-12-14 | 3 | -2/+13 |
* | libceph, rbd: ignore addr->type while comparing in some cases | Ilya Dryomov | 2020-12-14 | 1 | -1/+8 |
* | libceph, ceph: get and handle cluster maps with addrvecs | Ilya Dryomov | 2020-12-14 | 4 | -6/+15 |
* | libceph: drop ac->ops->name field | Ilya Dryomov | 2020-12-14 | 1 | -2/+0 |
* | libceph: amend cephx init_protocol() and build_request() | Ilya Dryomov | 2020-12-14 | 1 | -0/+1 |
* | libceph, ceph: incorporate nautilus cephx changes | Ilya Dryomov | 2020-12-14 | 1 | -4/+12 |
* | libceph: move msgr1 protocol specific fields to its own struct | Ilya Dryomov | 2020-12-14 | 1 | -35/+41 |
* | libceph: move msgr1 protocol implementation to its own file | Ilya Dryomov | 2020-12-14 | 1 | -0/+1 |
* | libceph: separate msgr1 protocol implementation | Ilya Dryomov | 2020-12-14 | 1 | -0/+8 |
* | libceph: export remaining protocol independent infrastructure | Ilya Dryomov | 2020-12-14 | 1 | -1/+38 |
* | libceph: export zero_page | Ilya Dryomov | 2020-12-14 | 1 | -0/+1 |
* | libceph: rename and export con->flags bits | Ilya Dryomov | 2020-12-14 | 1 | -1/+12 |
* | libceph: rename and export con->state states | Ilya Dryomov | 2020-12-14 | 1 | -1/+11 |
* | libceph: make con->state an int | Ilya Dryomov | 2020-12-14 | 1 | -1/+1 |
* | libceph: drop msg->ack_stamp field | Ilya Dryomov | 2020-12-14 | 1 | -1/+0 |
* | libceph: lower exponential backoff delay | Ilya Dryomov | 2020-12-14 | 1 | -2/+2 |
* | ceph: implement updated ceph_mds_request_head structure | Jeff Layton | 2020-12-14 | 1 | -1/+31 |
* | ceph: set osdmap epoch for setxattr | Xiubo Li | 2020-12-14 | 1 | -0/+1 |
* | libceph: remove unused port macros | Liu, Changcheng | 2020-12-14 | 1 | -9/+0 |
* | ceph: add new RECOVER mount_state when recovering session | Jeff Layton | 2020-12-14 | 1 | -0/+1 |
* | libceph: fix ENTITY_NAME format suggestion | Ilya Dryomov | 2020-10-12 | 1 | -1/+1 |
* | libceph, rbd, ceph: "blacklist" -> "blocklist" | Ilya Dryomov | 2020-10-12 | 2 | -2/+2 |
* | libceph: multiple workspaces for CRUSH computations | Ilya Dryomov | 2020-10-12 | 1 | -2/+12 |
* | libceph: add __maybe_unused to DEFINE_CEPH_FEATURE | Ilya Dryomov | 2020-08-24 | 1 | -4/+4 |
* | ceph: move sb->wb_pagevec_pool to be a global mempool | Jeff Layton | 2020-08-04 | 1 | -0/+1 |
* | ceph: delete repeated words in fs/ceph/ | Randy Dunlap | 2020-08-03 | 1 | -1/+1 |
* | ceph: periodically send perf metrics to MDSes | Xiubo Li | 2020-08-03 | 1 | -0/+1 |
* | libceph: just have osd_req_op_init() return a pointer | Jeff Layton | 2020-08-03 | 1 | -1/+1 |
* | libceph: move away from global osd_req_flags | Ilya Dryomov | 2020-06-16 | 1 | -2/+2 |
* | libceph: support for alloc hint flags | Ilya Dryomov | 2020-06-01 | 2 | -1/+17 |
* | libceph: read_from_replica option | Ilya Dryomov | 2020-06-01 | 1 | -0/+2 |
* | libceph: support for balanced and localized reads | Ilya Dryomov | 2020-06-01 | 2 | -0/+4 |
* | libceph: crush_location infrastructure | Ilya Dryomov | 2020-06-01 | 2 | -1/+16 |
* | libceph: add non-asserting rbtree insertion helper | Ilya Dryomov | 2020-06-01 | 1 | -2/+8 |
* | libceph, rbd: replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-01 | 1 | -1/+1 |
* | ceph: add read/write latency metric support | Xiubo Li | 2020-06-01 | 1 | -0/+3 |
* | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 2020-03-30 | 1 | -0/+1 |
* | ceph: attempt to do async create when possible | Jeff Layton | 2020-03-30 | 1 | -0/+3 |
* | ceph: cap tracking for async directory operations | Jeff Layton | 2020-03-30 | 1 | -0/+6 |
* | ceph: track primary dentry link | Jeff Layton | 2020-03-30 | 1 | -0/+3 |
* | ceph: add flag to designate that a request is asynchronous | Jeff Layton | 2020-03-30 | 1 | -2/+3 |
* | ceph: move to a dedicated slabcache for mds requests | Jeff Layton | 2020-03-30 | 1 | -0/+1 |
* | ceph: move ceph_osdc_{read,write}pages to ceph.ko | Xiubo Li | 2020-03-30 | 1 | -17/+0 |
* | libceph: drop CEPH_DEFINE_SHOW_FUNC | Ilya Dryomov | 2020-03-30 | 1 | -14/+0 |
* | libceph: fix alloc_msg_with_page_vector() memory leaks | Ilya Dryomov | 2020-03-23 | 1 | -3/+4 |
* | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL | Ilya Dryomov | 2020-03-23 | 2 | -2/+8 |