summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng3-82/+146
2014-01-21ceph: add open export target session helperYan, Zheng2-15/+38
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng2-28/+62
2014-01-21ceph: handle session flush messageYan, Zheng3-0/+23
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng3-3/+21
2014-01-21ceph: handle -ESTALE replyYan, Zheng1-20/+11
2014-01-21ceph: fix trim capsYan, Zheng1-6/+11
2014-01-21ceph: fix cache revoke raceYan, Zheng3-4/+8
2014-01-21ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng1-1/+1
2014-01-21ceph: handle cap export race in try_flush_caps()Yan, Zheng1-8/+8
2014-01-17ceph: trivial comment fixJ. Bruce Fields1-3/+3
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov2-4/+3
2014-01-14libceph: rename front to front_len in get_reply()Ilya Dryomov1-4/+5
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov3-8/+8
2013-12-31libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov1-1/+3
2013-12-31crush: support new indep mode and SET_* steps (crush v2) by defaultIlya Dryomov1-1/+2
2013-12-31crush: fix crush_choose_firstn commentIlya Dryomov1-1/+5
2013-12-31crush: attempts -> triesIlya Dryomov1-8/+8
2013-12-31crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov2-5/+25
2013-12-31crush: generalize descend_onceIlya Dryomov1-11/+14
2013-12-31crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov2-8/+8
2013-12-31crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov2-1/+7
2013-12-31crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov2-5/+14
2013-12-31crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov2-10/+23
2013-12-31crush: pass parent r value for indep callIlya Dryomov1-4/+6
2013-12-31crush: clarify numrep vs endposIlya Dryomov1-8/+8
2013-12-31crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov1-55/+33
2013-12-31crush: add note about r in recursive chooseIlya Dryomov1-0/+8
2013-12-31crush: use breadth-first search for indep modeIlya Dryomov2-10/+165
2013-12-31crush: return CRUSH_ITEM_UNDEF for failed placements with indepIlya Dryomov2-3/+8
2013-12-31crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov4-9/+21
2013-12-31crush: fix some commentsIlya Dryomov1-1/+1
2013-12-31crush: reduce scope of some local variablesIlya Dryomov1-3/+3
2013-12-31crush: factor out (trivial) crush_destroy_rule()Ilya Dryomov2-2/+6
2013-12-31crush: pass weight vector size to map functionIlya Dryomov3-7/+14
2013-12-31libceph: update ceph_features.hIlya Dryomov2-33/+67
2013-12-31libceph: all features fields must be u64Ilya Dryomov6-22/+22
2013-12-31rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov1-0/+6
2013-12-31rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov1-13/+22
2013-12-31MAINTAINERS: update an e-mail addressAlex Elder1-1/+1
2013-12-31rbd: enable extended devt in single-major modeIlya Dryomov1-4/+9
2013-12-31ceph fscache: Uncaching no data page from fscache in readpage()Li Wang1-0/+1
2013-12-31ceph fscache: Introduce a routine for uncaching single no data page from fscacheLi Wang1-0/+13
2013-12-31ceph: add acl for cephfsGuangliang Zhao9-13/+451
2013-12-31ceph: check caps in filemap_fault and page_mkwriteYan, Zheng1-12/+77
2013-12-31rbd: add support for single-major device number allocation schemeIlya Dryomov2-20/+134
2013-12-31rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov1-1/+12
2013-12-31rbd: add 'minor' sysfs rbd device attributeIlya Dryomov2-1/+16
2013-12-31rbd: switch to ida for rbd id assignmentsIlya Dryomov1-46/+23
2013-12-31rbd: refactor rbd_init() a bitIlya Dryomov1-4/+8