summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * libceph: Convert pr_warning to pr_warnJoe Perches2014-10-145-37/+39
| * libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing2014-10-141-16/+16
| * libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov2014-10-141-0/+1
| * libceph: resend lingering requests with a new tidIlya Dryomov2014-10-141-19/+54
| * libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov2014-10-141-7/+17
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+0
|\ \ | |/ |/|
| * KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* | libceph: do not hard code max auth ticket lenIlya Dryomov2014-09-101-35/+29
* | libceph: add process_one_ticket() helperIlya Dryomov2014-09-101-104/+124
* | libceph: gracefully handle large reply messages from the monSage Weil2014-09-101-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-08-132-55/+121
|\ \ | |/ |/|
| * libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov2014-08-091-1/+1
| * libceph: drop osd ref when canceling con workIlya Dryomov2014-07-081-4/+10
| * libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov2014-07-081-10/+0
| * libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov2014-07-081-6/+25
| * libceph: fix linger request check in __unregister_request()Ilya Dryomov2014-07-081-1/+1
| * libceph: unregister only registered linger requestsIlya Dryomov2014-07-081-5/+14
| * libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2014-07-081-0/+2
| * libceph: harden ceph_osdc_request_release() a bitIlya Dryomov2014-07-081-0/+7
| * libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov2014-07-081-4/+22
| * libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov2014-07-081-9/+22
| * libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov2014-07-081-12/+14
| * libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov2014-07-081-4/+4
* | KEYS: Ceph: Use user_match()David Howells2014-07-221-6/+2
* | KEYS: Ceph: Use key preparsingDavid Howells2014-07-221-9/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-123-7/+153
|\
| * libceph: add ceph_monc_wait_osdmap()Ilya Dryomov2014-06-061-0/+27
| * libceph: mon_get_version request infrastructureIlya Dryomov2014-06-063-5/+122
| * libceph: recognize poolop requests in debugfsIlya Dryomov2014-06-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\ \
| * | ceph: remove bogus externstephen hemminger2014-06-111-1/+1
| |/
* | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-1/+24
|\ \ | |/
| * crush: decode and initialize chooseleaf_vary_rIlya Dryomov2014-05-161-0/+5
| * libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-05-161-1/+19
* | ceph_sync_read: stop poking into iov_iter gutsAl Viro2014-05-061-31/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-05-051-4/+5
|\
| * libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov2014-04-281-4/+5
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-04-075-316/+864
|\ \ | |/
| * libceph: dump pool {read,write}_tier to debugfsIlya Dryomov2014-04-041-3/+3
| * libceph: output primary affinity values on osdmap updatesIlya Dryomov2014-04-041-0/+2
| * libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov2014-04-041-75/+4
| * libceph: add support for osd primary affinityIlya Dryomov2014-04-041-0/+68
| * libceph: add support for primary_temp mappingsIlya Dryomov2014-04-041-1/+6
| * libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-042-14/+16
| * libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov2014-04-041-13/+38
| * libceph: introduce apply_temps() helperIlya Dryomov2014-04-041-0/+52
| * libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov2014-04-041-0/+76
| * libceph: primary_affinity decode bitsIlya Dryomov2014-04-041-0/+72
| * libceph: primary_affinity infrastructureIlya Dryomov2014-04-042-2/+50
OpenPOWER on IntegriCloud