summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov2015-07-091-7/+7
* libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-092-7/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-07-0210-119/+197
|\
| * crush: fix a bug in tree bucket decodeIlya Dryomov2015-07-011-1/+1
| * libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet2015-06-291-1/+1
| * libceph: Remove spurious kunmap() of the zero pageBenoît Canet2015-06-251-1/+0
| * crush: sync up with userspaceIlya Dryomov2015-06-254-75/+115
| * crush: fix crash from invalid 'take' argumentIlya Dryomov2015-06-251-2/+9
| * libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo2015-06-251-1/+1
| * libceph: a couple tweaks for wait loopsIlya Dryomov2015-06-252-5/+4
| * libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-253-20/+47
| * libceph: use kvfree() instead of open-coding itIlya Dryomov2015-06-251-4/+1
| * libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-251-9/+15
| * libceph: properly release STAT request's raw_data_inYan, Zheng2015-06-251-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-13/+20
|\|
| * Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-05-201-2/+0
| * libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-05-201-11/+20
* | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
|/
* crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov2015-04-224-0/+306
* crush: ensuring at most num-rep osds are selectedIlya Dryomov2015-04-221-4/+12
* crush: drop unnecessary include from mapper.cIlya Dryomov2015-04-221-1/+0
* libceph: expose client options through debugfsIlya Dryomov2015-04-201-0/+24
* libceph, ceph: split ceph_show_options()Ilya Dryomov2015-04-201-0/+37
* libceph: don't overwrite specific con error msgsIlya Dryomov2015-04-201-12/+13
* Revert "libceph: use memalloc flags for net IO"Ilya Dryomov2015-04-071-8/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-196-162/+54
|\
| * libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov2015-02-191-2/+3
| * libceph: fix double __remove_osd() problemIlya Dryomov2015-02-191-8/+18
| * libceph: tcp_nodelay supportChaitanya Huilgol2015-02-192-2/+28
| * libceph: use mon_client.c/put_generic_request() moreIlya Dryomov2015-02-191-2/+2
| * libceph: nuke pool op infrastructureIlya Dryomov2015-02-193-148/+3
* | mm: gup: use get_user_pages_unlockedAndrea Arcangeli2015-02-111-4/+2
|/
* libceph: fix sparse endianness warningsIlya Dryomov2015-01-082-2/+2
* libceph: specify position of extent operationYan, Zheng2014-12-171-13/+6
* libceph: add CREATE osd operation supportYan, Zheng2014-12-171-20/+22
* libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng2014-12-171-0/+47
* libceph: require cephx message signature by defaultYan, Zheng2014-12-171-0/+13
* libceph: message signature supportYan, Zheng2014-12-173-3/+103
* libceph: store session key in cephx authorizerYan, Zheng2014-12-172-7/+12
* libceph: nuke ceph_kvfree()Ilya Dryomov2014-12-173-11/+3
* libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov2014-11-131-2/+2
* libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov2014-11-131-0/+2
* libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov2014-11-131-0/+1
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-131-37/+132
* libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov2014-10-311-15/+10
* libceph: use memalloc flags for net IOMike Christie2014-10-301-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-10-159-228/+153
|\
| * libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-10-141-1/+5
| * libceph: separate multiple ops with commas in debugfs outputIlya Dryomov2014-10-141-1/+2
| * libceph: sync osd op definitions in rados.hIlya Dryomov2014-10-142-132/+8