summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov-7/+7
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov-7/+19
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-119/+197
2015-07-01crush: fix a bug in tree bucket decodeIlya Dryomov-1/+1
2015-06-29libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet-1/+1
2015-06-25libceph: Remove spurious kunmap() of the zero pageBenoît Canet-1/+0
2015-06-25crush: sync up with userspaceIlya Dryomov-75/+115
2015-06-25crush: fix crash from invalid 'take' argumentIlya Dryomov-2/+9
2015-06-25libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo-1/+1
2015-06-25libceph: a couple tweaks for wait loopsIlya Dryomov-5/+4
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov-20/+47
2015-06-25libceph: use kvfree() instead of open-coding itIlya Dryomov-4/+1
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng-9/+15
2015-06-25libceph: properly release STAT request's raw_data_inYan, Zheng-0/+3
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+20
2015-05-20Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov-2/+0
2015-05-20libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov-11/+20
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman-2/+2
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov-0/+306
2015-04-22crush: ensuring at most num-rep osds are selectedIlya Dryomov-4/+12
2015-04-22crush: drop unnecessary include from mapper.cIlya Dryomov-1/+0
2015-04-20libceph: expose client options through debugfsIlya Dryomov-0/+24
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov-0/+37
2015-04-20libceph: don't overwrite specific con error msgsIlya Dryomov-12/+13
2015-04-07Revert "libceph: use memalloc flags for net IO"Ilya Dryomov-8/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-162/+54
2015-02-19libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov-2/+3
2015-02-19libceph: fix double __remove_osd() problemIlya Dryomov-8/+18
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol-2/+28
2015-02-19libceph: use mon_client.c/put_generic_request() moreIlya Dryomov-2/+2
2015-02-19libceph: nuke pool op infrastructureIlya Dryomov-148/+3
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli-4/+2
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov-2/+2
2014-12-17libceph: specify position of extent operationYan, Zheng-13/+6
2014-12-17libceph: add CREATE osd operation supportYan, Zheng-20/+22
2014-12-17libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng-0/+47
2014-12-17libceph: require cephx message signature by defaultYan, Zheng-0/+13
2014-12-17libceph: message signature supportYan, Zheng-3/+103
2014-12-17libceph: store session key in cephx authorizerYan, Zheng-7/+12
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov-11/+3
2014-11-13libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov-2/+2
2014-11-13libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov-0/+2
2014-11-13libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov-0/+1
2014-11-13libceph: do not crash on large auth ticketsIlya Dryomov-37/+132
2014-10-31libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov-15/+10
2014-10-30libceph: use memalloc flags for net IOMike Christie-1/+9
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