summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng1-13/+15
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng1-20/+17
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng1-27/+39
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu6-9/+9
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng1-7/+15
2016-05-26ceph: improve fragtree change detectionYan, Zheng2-4/+21
2016-05-26ceph: keep leaf frag when updating fragtreeYan, Zheng1-5/+23
2016-05-26ceph: fix dir_auth check in ceph_fill_dirfrag()Yan, Zheng1-0/+3
2016-05-26ceph: don't assume frag tree splits in mds reply are sortedYan, Zheng1-0/+13
2016-05-26ceph: fix inode reference leakYan, Zheng1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng6-47/+136
2016-05-26ceph: don't forbid marking directory complete after forward seekYan, Zheng1-5/+0
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng5-29/+59
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng4-3/+20
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng4-52/+50
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng2-13/+4
2016-05-26ceph: remove unnecessary checks in __dcache_readdirYan, Zheng1-2/+0
2016-05-26ceph: search cache postion for dcache readdirYan, Zheng1-46/+83
2016-05-26ceph: use CEPH_MDS_OP_RMXATTR request to remove xattrYan, Zheng1-6/+11
2016-05-26ceph: report mount root in session metadataYan, Zheng3-15/+23
2016-05-26ceph: don't show symlink target in debugfs/mdscYan, Zheng1-1/+1
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng3-9/+38
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng4-11/+93
2016-05-26ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2-12/+36
2016-05-26ceph: multiple filesystem supportYan, Zheng2-0/+10
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov4-5/+17
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov5-16/+9
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov1-5/+5
2016-05-26libceph: pool deletion detectionIlya Dryomov2-6/+248
2016-05-26libceph: async MON client generic requestsIlya Dryomov3-111/+228
2016-05-26libceph: support for checking on status of watchIlya Dryomov2-1/+55
2016-05-26libceph: support for sending notifiesIlya Dryomov4-11/+249
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov7-431/+1067
2016-05-26rbd: rbd_dev_header_unwatch_sync() variantIlya Dryomov1-4/+9
2016-05-26libceph: wait_request_timeout()Ilya Dryomov1-13/+21
2016-05-26libceph: request_init() and request_release_checks()Ilya Dryomov1-17/+27
2016-05-26libceph: a major OSD client updateIlya Dryomov5-630/+602
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2-11/+19
2016-05-26libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov1-4/+1
2016-05-26libceph: osd_init() and osd_cleanup()Ilya Dryomov1-9/+37
2016-05-26libceph: handle_one_map()Ilya Dryomov4-56/+141
2016-05-26Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2016-05-26Merge tag 'acpi-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov3-16/+30
2016-05-26libceph: schedule tick from ceph_osdc_init()Ilya Dryomov1-28/+9
2016-05-26libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov1-3/+3
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov4-157/+215
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov5-16/+12
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov7-255/+247