summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-266-9/+9
* ceph: tolerate bad i_size for symlink inodeYan, Zheng2016-05-261-7/+15
* ceph: improve fragtree change detectionYan, Zheng2016-05-262-4/+21
* ceph: keep leaf frag when updating fragtreeYan, Zheng2016-05-261-5/+23
* ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng2016-05-261-0/+3
* ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng2016-05-261-0/+13
* ceph: fix inode reference leakYan, Zheng2016-05-261-1/+1
* ceph: using hash value to compose dentry offsetYan, Zheng2016-05-266-47/+136
* ceph: don't forbid marking directory complete after forward seekYan, Zheng2016-05-261-5/+0
* ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-265-29/+59
* ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng2016-05-264-3/+20
* ceph: define struct for dir entry in readdir replyYan, Zheng2016-05-264-52/+50
* ceph: simplify 'offset in frag'Yan, Zheng2016-05-262-13/+4
* ceph: remove unnecessary checks in __dcache_readdirYan, Zheng2016-05-261-2/+0
* ceph: search cache postion for dcache readdirYan, Zheng2016-05-261-46/+83
* ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng2016-05-261-6/+11
* ceph: report mount root in session metadataYan, Zheng2016-05-263-15/+23
* ceph: don't show symlink target in debugfs/mdscYan, Zheng2016-05-261-1/+1
* ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng2016-05-263-9/+38
* ceph: renew caps for read/write if mds session got killed.Yan, Zheng2016-05-264-11/+93
* ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2016-05-262-12/+36
* ceph: multiple filesystem supportYan, Zheng2016-05-262-0/+10
* libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2016-05-264-5/+17
* libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-265-16/+9
* libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov2016-05-261-5/+5
* libceph: pool deletion detectionIlya Dryomov2016-05-262-6/+248
* libceph: async MON client generic requestsIlya Dryomov2016-05-263-111/+228
* libceph: support for checking on status of watchIlya Dryomov2016-05-262-1/+55
* libceph: support for sending notifiesIlya Dryomov2016-05-264-11/+249
* libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-267-431/+1067
* rbd: rbd_dev_header_unwatch_sync() variantIlya Dryomov2016-05-261-4/+9
* libceph: wait_request_timeout()Ilya Dryomov2016-05-261-13/+21
* libceph: request_init() and request_release_checks()Ilya Dryomov2016-05-261-17/+27
* libceph: a major OSD client updateIlya Dryomov2016-05-265-630/+602
* libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2016-05-262-11/+19
* libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov2016-05-261-4/+1
* libceph: osd_init() and osd_cleanup()Ilya Dryomov2016-05-261-9/+37
* libceph: handle_one_map()Ilya Dryomov2016-05-264-56/+141
* libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov2016-05-263-16/+30
* libceph: schedule tick from ceph_osdc_init()Ilya Dryomov2016-05-261-28/+9
* libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov2016-05-261-3/+3
* libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-264-157/+215
* libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-265-16/+12
* libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-267-255/+247
* libceph: switch to calc_target(), part 1Ilya Dryomov2016-05-263-107/+29
* libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-267-4/+340
* libceph: pi->min_size, pi->last_force_request_resendIlya Dryomov2016-05-263-8/+59
* libceph: make pgid_cmp() globalIlya Dryomov2016-05-262-11/+14
* libceph: rename ceph_calc_pg_primary()Ilya Dryomov2016-05-263-7/+8
* libceph: ceph_osds, ceph_pg_to_up_acting_osds()Ilya Dryomov2016-05-263-146/+215