summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-228/+153
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov-1/+5
2014-10-14libceph: separate multiple ops with commas in debugfs outputIlya Dryomov-1/+2
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov-132/+8
2014-10-14libceph: reference counting pagelistYan, Zheng-5/+6
2014-10-14libceph: don't try checking queue_work() return valueIlya Dryomov-10/+5
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches-37/+39
2014-10-14libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing-16/+16
2014-10-14libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov-0/+1
2014-10-14libceph: resend lingering requests with a new tidIlya Dryomov-19/+54
2014-10-14libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov-7/+17
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+0
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells-1/+0
2014-09-10libceph: do not hard code max auth ticket lenIlya Dryomov-35/+29
2014-09-10libceph: add process_one_ticket() helperIlya Dryomov-104/+124
2014-09-10libceph: gracefully handle large reply messages from the monSage Weil-0/+8
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-55/+121
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov-1/+1
2014-07-22KEYS: Ceph: Use user_match()David Howells-6/+2
2014-07-22KEYS: Ceph: Use key preparsingDavid Howells-9/+15
2014-07-08libceph: drop osd ref when canceling con workIlya Dryomov-4/+10
2014-07-08libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov-10/+0
2014-07-08libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov-6/+25
2014-07-08libceph: fix linger request check in __unregister_request()Ilya Dryomov-1/+1
2014-07-08libceph: unregister only registered linger requestsIlya Dryomov-5/+14
2014-07-08libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov-0/+2
2014-07-08libceph: harden ceph_osdc_request_release() a bitIlya Dryomov-0/+7
2014-07-08libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov-4/+22
2014-07-08libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov-9/+22
2014-07-08libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov-12/+14
2014-07-08libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov-4/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-7/+153
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro-1/+24
2014-06-11ceph: remove bogus externstephen hemminger-1/+1
2014-06-06libceph: add ceph_monc_wait_osdmap()Ilya Dryomov-0/+27
2014-06-06libceph: mon_get_version request infrastructureIlya Dryomov-5/+122
2014-06-06libceph: recognize poolop requests in debugfsIlya Dryomov-2/+4
2014-05-16crush: decode and initialize chooseleaf_vary_rIlya Dryomov-0/+5
2014-05-16libceph: fix corruption when using page_count 0 page in rbdChunwei Chen-1/+19
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro-31/+4
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-4/+5
2014-04-28libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov-4/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-316/+864
2014-04-04libceph: dump pool {read,write}_tier to debugfsIlya Dryomov-3/+3
2014-04-04libceph: output primary affinity values on osdmap updatesIlya Dryomov-0/+2
2014-04-04libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov-75/+4
2014-04-04libceph: add support for osd primary affinityIlya Dryomov-0/+68
2014-04-04libceph: add support for primary_temp mappingsIlya Dryomov-1/+6