| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 2016-05-26 | 6 | -9/+9 |
* | ceph: tolerate bad i_size for symlink inode | Yan, Zheng | 2016-05-26 | 1 | -7/+15 |
* | ceph: improve fragtree change detection | Yan, Zheng | 2016-05-26 | 2 | -4/+21 |
* | ceph: keep leaf frag when updating fragtree | Yan, Zheng | 2016-05-26 | 1 | -5/+23 |
* | ceph: fix dir_auth check in ceph_fill_dirfrag() | Yan, Zheng | 2016-05-26 | 1 | -0/+3 |
* | ceph: don't assume frag tree splits in mds reply are sorted | Yan, Zheng | 2016-05-26 | 1 | -0/+13 |
* | ceph: fix inode reference leak | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
* | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 6 | -47/+136 |
* | ceph: don't forbid marking directory complete after forward seek | Yan, Zheng | 2016-05-26 | 1 | -5/+0 |
* | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 5 | -29/+59 |
* | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-26 | 4 | -3/+20 |
* | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 4 | -52/+50 |
* | ceph: simplify 'offset in frag' | Yan, Zheng | 2016-05-26 | 2 | -13/+4 |
* | ceph: remove unnecessary checks in __dcache_readdir | Yan, Zheng | 2016-05-26 | 1 | -2/+0 |
* | ceph: search cache postion for dcache readdir | Yan, Zheng | 2016-05-26 | 1 | -46/+83 |
* | ceph: use CEPH_MDS_OP_RMXATTR request to remove xattr | Yan, Zheng | 2016-05-26 | 1 | -6/+11 |
* | ceph: report mount root in session metadata | Yan, Zheng | 2016-05-26 | 3 | -15/+23 |
* | ceph: don't show symlink target in debugfs/mdsc | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
* | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 2016-05-26 | 3 | -9/+38 |
* | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-05-26 | 4 | -11/+93 |
* | ceph: CEPH_FEATURE_MDSENC support | Yan, Zheng | 2016-05-26 | 2 | -12/+36 |
* | ceph: multiple filesystem support | Yan, Zheng | 2016-05-26 | 2 | -0/+10 |
* | libceph: support for subscribing to "mdsmap.<id>" maps | Ilya Dryomov | 2016-05-26 | 4 | -5/+17 |
* | libceph: replace ceph_monc_request_next_osdmap() | Ilya Dryomov | 2016-05-26 | 5 | -16/+9 |
* | libceph: take osdc->lock in osdmap_show() and dump flags in hex | Ilya Dryomov | 2016-05-26 | 1 | -5/+5 |
* | libceph: pool deletion detection | Ilya Dryomov | 2016-05-26 | 2 | -6/+248 |
* | libceph: async MON client generic requests | Ilya Dryomov | 2016-05-26 | 3 | -111/+228 |
* | libceph: support for checking on status of watch | Ilya Dryomov | 2016-05-26 | 2 | -1/+55 |
* | libceph: support for sending notifies | Ilya Dryomov | 2016-05-26 | 4 | -11/+249 |
* | libceph, rbd: ceph_osd_linger_request, watch/notify v2 | Ilya Dryomov | 2016-05-26 | 7 | -431/+1067 |
* | rbd: rbd_dev_header_unwatch_sync() variant | Ilya Dryomov | 2016-05-26 | 1 | -4/+9 |
* | libceph: wait_request_timeout() | Ilya Dryomov | 2016-05-26 | 1 | -13/+21 |
* | libceph: request_init() and request_release_checks() | Ilya Dryomov | 2016-05-26 | 1 | -17/+27 |
* | libceph: a major OSD client update | Ilya Dryomov | 2016-05-26 | 5 | -630/+602 |
* | libceph: protect osdc->osd_lru list with a spinlock | Ilya Dryomov | 2016-05-26 | 2 | -11/+19 |
* | libceph: allocate ceph_osd with GFP_NOFAIL | Ilya Dryomov | 2016-05-26 | 1 | -4/+1 |
* | libceph: osd_init() and osd_cleanup() | Ilya Dryomov | 2016-05-26 | 1 | -9/+37 |
* | libceph: handle_one_map() | Ilya Dryomov | 2016-05-26 | 4 | -56/+141 |
* | libceph: allocate dummy osdmap in ceph_osdc_init() | Ilya Dryomov | 2016-05-26 | 3 | -16/+30 |
* | libceph: schedule tick from ceph_osdc_init() | Ilya Dryomov | 2016-05-26 | 1 | -28/+9 |
* | libceph: move schedule_delayed_work() in ceph_osdc_init() | Ilya Dryomov | 2016-05-26 | 1 | -3/+3 |
* | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 2016-05-26 | 4 | -157/+215 |
* | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 2016-05-26 | 5 | -16/+12 |
* | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2016-05-26 | 7 | -255/+247 |
* | libceph: switch to calc_target(), part 1 | Ilya Dryomov | 2016-05-26 | 3 | -107/+29 |
* | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 2016-05-26 | 7 | -4/+340 |
* | libceph: pi->min_size, pi->last_force_request_resend | Ilya Dryomov | 2016-05-26 | 3 | -8/+59 |
* | libceph: make pgid_cmp() global | Ilya Dryomov | 2016-05-26 | 2 | -11/+14 |
* | libceph: rename ceph_calc_pg_primary() | Ilya Dryomov | 2016-05-26 | 3 | -7/+8 |
* | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov | 2016-05-26 | 3 | -146/+215 |