summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-31rbd: tweak "loaded" message and module descriptionIlya Dryomov1-4/+2
2013-12-31rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov1-4/+2
2013-12-13libceph: resend all writes after the osdmap loses the full flagJosh Durgin1-6/+22
2013-12-13libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin2-2/+28
2013-12-13fs: ceph: new helper: file_inode(file)Libo Chen1-1/+1
2013-12-13ceph: Add necessary clean up if invalid reply received in handle_reply()Li Wang1-0/+7
2013-12-13ceph: Clean up if error occurred in finish_read()Li Wang1-0/+3
2013-12-13ceph: implement readv/preadv for sync operationmajianpeng1-46/+116
2013-12-13ceph: Implement writev/pwritev for sync operation.majianpeng1-80/+193
2013-12-13ceph: drop unconnected inodesYan, Zheng3-0/+12
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang1-2/+6