summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25ceph: SetPageError() for writeback pages if writepages failsYan, Zheng
2016-05-25ceph: handle interrupted ceph_writepage()Yan, Zheng
2016-05-25ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng
2016-05-25libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng
2016-05-25ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng
2016-05-25ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng
2016-05-25ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng
2016-05-25ceph: make logical calculation functions return boolZhang Zhuoyu
2016-05-25ceph: tolerate bad i_size for symlink inodeYan, Zheng
2016-05-25ceph: improve fragtree change detectionYan, Zheng
2016-05-25ceph: keep leaf frag when updating fragtreeYan, Zheng
2016-05-25ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng
2016-05-25ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng
2016-05-25ceph: fix inode reference leakYan, Zheng
2016-05-25ceph: using hash value to compose dentry offsetYan, Zheng
2016-05-25ceph: don't forbid marking directory complete after forward seekYan, Zheng
2016-05-25ceph: record 'offset' for each entry of readdir resultYan, Zheng
2016-05-25ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng
2016-05-25ceph: define struct for dir entry in readdir replyYan, Zheng
2016-05-25ceph: simplify 'offset in frag'Yan, Zheng
2016-05-25ceph: remove unnecessary checks in __dcache_readdirYan, Zheng
2016-05-25ceph: search cache postion for dcache readdirYan, Zheng
2016-05-25ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng
2016-05-25ceph: report mount root in session metadataYan, Zheng
2016-05-25ceph: don't show symlink target in debugfs/mdscYan, Zheng
2016-05-25ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng
2016-05-25ceph: renew caps for read/write if mds session got killed.Yan, Zheng
2016-05-25ceph: CEPH_FEATURE_MDSENC supportYan, Zheng
2016-05-25ceph: multiple filesystem supportYan, Zheng
2016-05-25libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov
2016-05-25libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov
2016-05-25libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov
2016-05-25libceph: pool deletion detectionIlya Dryomov
2016-05-25libceph: async MON client generic requestsIlya Dryomov
2016-05-25libceph: support for checking on status of watchIlya Dryomov
2016-05-25libceph: support for sending notifiesIlya Dryomov
2016-05-25libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov
2016-05-25rbd: rbd_dev_header_unwatch_sync() variantIlya Dryomov
2016-05-25libceph: wait_request_timeout()Ilya Dryomov
2016-05-25libceph: request_init() and request_release_checks()Ilya Dryomov
2016-05-25libceph: a major OSD client updateIlya Dryomov
2016-05-25libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov
2016-05-25libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov
2016-05-25libceph: osd_init() and osd_cleanup()Ilya Dryomov
2016-05-25libceph: handle_one_map()Ilya Dryomov
2016-05-25libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov
2016-05-25libceph: schedule tick from ceph_osdc_init()Ilya Dryomov
2016-05-25libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov
2016-05-25libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov
2016-05-25libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov