summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ceph: remove exported caps when handling cap import messageYan, Zheng2014-01-212-28/+62
| * | | ceph: handle session flush messageYan, Zheng2014-01-213-0/+23
| * | | ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-213-3/+21
| * | | ceph: handle -ESTALE replyYan, Zheng2014-01-211-20/+11Star
| * | | ceph: fix trim capsYan, Zheng2014-01-211-6/+11
| * | | ceph: fix cache revoke raceYan, Zheng2014-01-213-4/+8
| * | | ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng2014-01-211-1/+1
| * | | ceph: handle cap export race in try_flush_caps()Yan, Zheng2014-01-211-8/+8
| * | | ceph: trivial comment fixJ. Bruce Fields2014-01-171-3/+3
| * | | libceph: fix preallocation check in get_reply()Ilya Dryomov2014-01-142-4/+3Star
| * | | libceph: rename front to front_len in get_reply()Ilya Dryomov2014-01-141-4/+5
| * | | libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-01-143-8/+8
| * | | libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov2013-12-311-1/+3
| * | | crush: support new indep mode and SET_* steps (crush v2) by defaultIlya Dryomov2013-12-311-1/+2
| * | | crush: fix crush_choose_firstn commentIlya Dryomov2013-12-311-1/+5
| * | | crush: attempts -> triesIlya Dryomov2013-12-311-8/+8
| * | | crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov2013-12-312-5/+25
| * | | crush: generalize descend_onceIlya Dryomov2013-12-311-11/+14
| * | | crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov2013-12-312-8/+8
| * | | crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov2013-12-312-1/+7
| * | | crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov2013-12-312-5/+14
| * | | crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov2013-12-312-10/+23
| * | | crush: pass parent r value for indep callIlya Dryomov2013-12-311-4/+6
| * | | crush: clarify numrep vs endposIlya Dryomov2013-12-311-8/+8
| * | | crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov2013-12-311-55/+33Star
| * | | crush: add note about r in recursive chooseIlya Dryomov2013-12-311-0/+8
| * | | crush: use breadth-first search for indep modeIlya Dryomov2013-12-312-10/+165
| * | | crush: return CRUSH_ITEM_UNDEF for failed placements with indepIlya Dryomov2013-12-312-3/+8
| * | | crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov2013-12-314-9/+21
| * | | crush: fix some commentsIlya Dryomov2013-12-311-1/+1
| * | | crush: reduce scope of some local variablesIlya Dryomov2013-12-311-3/+3
| * | | crush: factor out (trivial) crush_destroy_rule()Ilya Dryomov2013-12-312-2/+6
| * | | crush: pass weight vector size to map functionIlya Dryomov2013-12-313-7/+14
| * | | libceph: update ceph_features.hIlya Dryomov2013-12-312-33/+67
| * | | libceph: all features fields must be u64Ilya Dryomov2013-12-316-22/+22
| * | | rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov2013-12-311-0/+6
| * | | rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov2013-12-311-13/+22
| * | | MAINTAINERS: update an e-mail addressAlex Elder2013-12-311-1/+1
| * | | rbd: enable extended devt in single-major modeIlya Dryomov2013-12-311-4/+9
| * | | ceph fscache: Uncaching no data page from fscache in readpage()Li Wang2013-12-311-0/+1
| * | | ceph fscache: Introduce a routine for uncaching single no data page from fscacheLi Wang2013-12-311-0/+13
| * | | ceph: add acl for cephfsGuangliang Zhao2013-12-319-13/+451
| * | | ceph: check caps in filemap_fault and page_mkwriteYan, Zheng2013-12-311-12/+77
| * | | rbd: add support for single-major device number allocation schemeIlya Dryomov2013-12-312-20/+134
| * | | rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov2013-12-311-1/+12
| * | | rbd: add 'minor' sysfs rbd device attributeIlya Dryomov2013-12-312-1/+16
| * | | rbd: switch to ida for rbd id assignmentsIlya Dryomov2013-12-311-46/+23Star
| * | | rbd: refactor rbd_init() a bitIlya Dryomov2013-12-311-4/+8
| * | | rbd: tweak "loaded" message and module descriptionIlya Dryomov2013-12-311-4/+2Star
| * | | rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov2013-12-311-4/+2Star