aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov1-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-05crush: remove redundant local variableIlya Dryomov1-3/+2
2016-10-05crush: don't normalize input of crush_ln iterativelyIlya Dryomov1-3/+9
2016-10-03libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov1-3/+1
2016-10-03libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov1-1/+1
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov1-0/+6
2016-08-24rbd: support for exclusive-lock featureIlya Dryomov1-0/+1
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov1-0/+1
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov1-3/+4
2016-08-24libceph: support for blacklisting clientsDouglas Fuller1-0/+82
2016-08-24libceph: support for lock.lock_infoDouglas Fuller1-0/+145
2016-08-24libceph: support for advisory locking on RADOS objectsDouglas Fuller2-0/+181
2016-08-24libceph: add ceph_osdc_call() single-page helperDouglas Fuller1-0/+51
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller1-0/+117
2016-08-24libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov2-3/+6
2016-08-08libceph: using kfree_rcu() to simplify the codeWei Yongjun1-7/+1
2016-08-08libceph: make cancel_generic_request() staticWei Yongjun1-1/+1
2016-08-08libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun1-1/+1
2016-07-28libceph: fsmap.user subscription supportYan, Zheng1-1/+3
2016-07-28libceph: make sure redirect does not change namespaceYan, Zheng1-0/+15
2016-07-28libceph: rados pool namespace supportYan, Zheng3-15/+81
2016-07-28libceph: introduce reference counted stringYan, Zheng3-1/+114
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng3-8/+32
2016-07-28libceph: fix some missing includesIlya Dryomov1-0/+1
2016-07-22libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-43/+113
2016-05-30libceph: use %s instead of %pE in dout()sIlya Dryomov2-5/+5
2016-05-30libceph: put request only if it's done in handle_reply()Ilya Dryomov1-3/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov1-20/+19
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu1-1/+1
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2-5/+14
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2-14/+7
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov1-5/+5
2016-05-26libceph: pool deletion detectionIlya Dryomov1-6/+242
2016-05-26libceph: async MON client generic requestsIlya Dryomov1-106/+210
2016-05-26libceph: support for checking on status of watchIlya Dryomov1-1/+51
2016-05-26libceph: support for sending notifiesIlya Dryomov2-11/+226
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov3-249/+951
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 Dryomov2-611/+587
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov1-11/+18
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 Dryomov2-56/+138
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov2-16/+29
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 Dryomov1-153/+209
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-2/+2
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov2-200/+216
2016-05-26libceph: switch to calc_target(), part 1Ilya Dryomov2-97/+24
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2-2/+276
2016-05-26libceph: pi->min_size, pi->last_force_request_resendIlya Dryomov2-5/+53
2016-05-26libceph: make pgid_cmp() globalIlya Dryomov1-11/+12
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov1-4/+5
2016-05-26libceph: ceph_osds, ceph_pg_to_up_acting_osds()Ilya Dryomov2-143/+197
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov2-17/+18
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov2-131/+18
2016-05-26libceph: open-code remove_{all,old}_osds()Ilya Dryomov1-30/+21
2016-05-26libceph: nuke unused fields and functionsIlya Dryomov3-17/+2
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov3-8/+103
2016-05-26libceph: change how osd_op_reply message size is calculatedIlya Dryomov1-10/+4
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-38/+50
2016-05-26libceph: grab snapc in ceph_osdc_alloc_request()Ilya Dryomov1-2/+4
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov1-3/+5
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov6-55/+55
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov3-20/+20
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-272/+344
2016-03-25libceph: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25libceph: use sizeof_footer() moreIlya Dryomov1-16/+3
2016-03-25libceph: add helper that duplicates last extent operationYan, Zheng1-0/+22
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov1-15/+28
2016-03-25libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov1-2/+2
2016-03-25libceph: make r_request msg_size calculation clearerIlya Dryomov1-10/+11
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng1-2/+2
2016-03-25libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov1-6/+6
2016-03-25libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov1-14/+9
2016-03-25libceph: reschedule tick in mon_fault()Ilya Dryomov1-4/+4
2016-03-25libceph: introduce and switch to reopen_session()Ilya Dryomov1-17/+16
2016-03-25libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov1-9/+16
2016-03-25libceph: monc ping rate is 10sIlya Dryomov2-7/+2
2016-03-25libceph: pick a different monitor when reconnectingIlya Dryomov1-28/+57
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov3-83/+147
2016-03-25libceph: decouple hunting and subs managementIlya Dryomov1-9/+22
2016-03-25libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov2-51/+4
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-45/+56
2016-02-24libceph: don't spam dmesg with stray reply warningsIlya Dryomov1-2/+2
2016-02-24libceph: use the right footer size when skipping a messageIlya Dryomov1-2/+9
2016-02-24libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-1/+1
2016-02-04libceph: MOSDOpReply v7 encodingIlya Dryomov1-0/+10
2016-02-04crush: decode and initialize chooseleaf_stableIlya Dryomov1-5/+14
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov1-4/+14
2016-02-04crush: ensure take bucket value is validIlya Dryomov1-1/+2
2016-02-04crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov1-2/+10
2016-01-27libceph: Remove unnecessary ivsize variablesIlya Dryomov1-12/+8
2016-01-27libceph: Use skcipherHerbert Xu1-41/+56
2016-01-21libceph: remove outdated commentIlya Dryomov1-4/+0
2016-01-21libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov2-5/+2
2016-01-21libceph: invalidate AUTH in addition to a service ticketIlya Dryomov1-2/+14
2016-01-21libceph: fix authorizer invalidation, take 2Ilya Dryomov2-5/+23
2016-01-21libceph: clear messenger auth_retry flag if we faultIlya Dryomov1-3/+7
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov1-18/+58
2016-01-21libceph: use list_for_each_entry_safeGeliang Tang1-9/+3
2016-01-21libceph: use list_next_entry instead of list_entry_nextGeliang Tang1-5/+2
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-87/+93
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-4/+4
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov2-28/+20
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov3-1/+20
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov2-22/+10
2015-11-02libceph: drop authorizer check from cephx msg signing routinesIlya Dryomov1-4/+1
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov2-8/+10
2015-11-02libceph: evaluate osd_req_op_data() arguments only onceIoana Ciornei1-5/+7
2015-11-02libceph: introduce ceph_x_authorizer_cleanup()Ilya Dryomov2-12/+20
2015-11-02libceph: use local variable cursor instead of &msg->cursorShraddha Barke1-6/+5
2015-11-02libceph: remove con argument in handle_reply()Shraddha Barke1-3/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells2-4/+4
2015-10-16rbd: use writefull op for object size writesIlya Dryomov1-4/+9
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov1-4/+5
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-66/+111
2015-09-09libceph: check data_len in ->alloc_msg()Ilya Dryomov2-40/+18
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng3-13/+84
2015-09-08libceph: set 'exists' flag for newly up osdYan, Zheng1-1/+1
2015-09-08libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov1-3/+3
2015-09-08libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoît Canet1-5/+5
2015-09-08libceph: remove the unused macro AES_KEY_SIZENicholas Krause1-4/+0
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+5
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov1-7/+7
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov2-7/+19
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-119/+197
2015-07-01crush: fix a bug in tree bucket decodeIlya Dryomov1-1/+1
2015-06-29libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet1-1/+1
2015-06-25libceph: Remove spurious kunmap() of the zero pageBenoît Canet1-1/+0
2015-06-25crush: sync up with userspaceIlya Dryomov4-75/+115
2015-06-25crush: fix crash from invalid 'take' argumentIlya Dryomov1-2/+9
2015-06-25libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo1-1/+1
2015-06-25libceph: a couple tweaks for wait loopsIlya Dryomov2-5/+4
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov3-20/+47
2015-06-25libceph: use kvfree() instead of open-coding itIlya Dryomov1-4/+1
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng1-9/+15
2015-06-25libceph: properly release STAT request's raw_data_inYan, Zheng1-0/+3
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+20
2015-05-20Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov1-2/+0
2015-05-20libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov1-11/+20
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov4-0/+306
2015-04-22crush: ensuring at most num-rep osds are selectedIlya Dryomov1-4/+12
2015-04-22crush: drop unnecessary include from mapper.cIlya Dryomov1-1/+0
2015-04-20libceph: expose client options through debugfsIlya Dryomov1-0/+24
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-0/+37
2015-04-20libceph: don't overwrite specific con error msgsIlya Dryomov1-12/+13
2015-04-07Revert "libceph: use memalloc flags for net IO"Ilya Dryomov1-8/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-162/+54
2015-02-19libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov1-2/+3
2015-02-19libceph: fix double __remove_osd() problemIlya Dryomov1-8/+18
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol2-2/+28
2015-02-19libceph: use mon_client.c/put_generic_request() moreIlya Dryomov1-2/+2
2015-02-19libceph: nuke pool op infrastructureIlya Dryomov3-148/+3
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli1-4/+2
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov2-2/+2
2014-12-17libceph: specify position of extent operationYan, Zheng1-13/+6
2014-12-17libceph: add CREATE osd operation supportYan, Zheng1-20/+22
2014-12-17libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng1-0/+47
2014-12-17libceph: require cephx message signature by defaultYan, Zheng1-0/+13
2014-12-17libceph: message signature supportYan, Zheng3-3/+103
2014-12-17libceph: store session key in cephx authorizerYan, Zheng2-7/+12
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov3-11/+3
2014-11-13libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov1-2/+2
2014-11-13libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov1-0/+2
2014-11-13libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov1-0/+1
2014-11-13libceph: do not crash on large auth ticketsIlya Dryomov1-37/+132
2014-10-31libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov1-15/+10
2014-10-30libceph: use memalloc flags for net IOMike Christie1-1/+9
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-228/+153
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+5
2014-10-14libceph: separate multiple ops with commas in debugfs outputIlya Dryomov1-1/+2
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov2-132/+8
2014-10-14libceph: reference counting pagelistYan, Zheng2-5/+6
2014-10-14libceph: don't try checking queue_work() return valueIlya Dryomov1-10/+5
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches5-37/+39
2014-10-14libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing1-16/+16
2014-10-14libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov1-0/+1
2014-10-14libceph: resend lingering requests with a new tidIlya Dryomov1-19/+54
2014-10-14libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov1-7/+17
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+0
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-1/+0
2014-09-10libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-09-10libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2014-09-10libceph: gracefully handle large reply messages from the monSage Weil1-0/+8
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-55/+121
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov1-1/+1
2014-07-22KEYS: Ceph: Use user_match()David Howells1-6/+2
2014-07-22KEYS: Ceph: Use key preparsingDavid Howells1-9/+15
2014-07-08libceph: drop osd ref when canceling con workIlya Dryomov1-4/+10
2014-07-08libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov1-10/+0
2014-07-08libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov1-6/+25