summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2017-09-15libceph: NULL deref on crush_decode() error pathDan Carpenter1-0/+1
2017-03-16libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2015-08-12crush: fix a bug in tree bucket decodeIlya Dryomov1-1/+1
2015-05-10libceph: fix double __remove_osd() problemIlya Dryomov1-7/+18
2014-12-14libceph: do not crash on large auth ticketsIlya Dryomov1-37/+132
2014-12-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+6
2014-11-05libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-11-05libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2014-11-05libceph: gracefully handle large reply messages from the monSage Weil1-0/+8
2014-11-05libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2-7/+7
2014-06-09libceph: fix corruption when using page_count 0 page in rbdChunwei Chen1-1/+19
2014-06-09libceph: only call kernel_sendpage() via helperAlex Elder1-6/+15
2013-10-27libceph: unregister request in __map_request failed and nofail == falsemajianpeng1-0/+2
2013-07-27libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-22/+13
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil1-22/+13
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+1
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis1-1/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-26libceph: force resend of osd requests if we skip an osdmapSage Weil1-10/+16
2011-10-26ceph: use kernel DNS resolverNoah Watkins2-12/+116
2011-10-26ceph: fix ceph_monc_init memory leakNoah Watkins1-3/+7
2011-10-26libceph: warn on msg allocation failuresSage Weil1-0/+1
2011-10-26libceph: don't complain on msgpool alloc failuresSage Weil4-19/+32
2011-10-26libceph: always preallocate mon connectionSage Weil1-25/+22
2011-10-26libceph: create messenger with clientSage Weil1-23/+24
2011-09-30Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-clientLinus Torvalds4-42/+48
2011-09-28libceph: fix pg_temp mapping updateSage Weil1-26/+24
2011-09-28libceph: fix pg_temp mapping calculationSage Weil1-13/+21
2011-09-16libceph: fix linger request requeuingSage Weil1-3/+1
2011-09-16libceph: fix parse options memory leakNoah Watkins1-0/+1
2011-09-16libceph: initialize ack_stamp to avoid unnecessary connection resetJim Schutt1-0/+1
2011-09-10Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-16/+46
2011-09-01libceph: fix leak of osd structs during shutdownSage Weil1-5/+17
2011-08-10libceph: fix msgpoolSage Weil1-11/+29
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-7/+11
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil2-7/+11
2011-07-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+10
2011-07-19ceph: fix file mode calculationSage Weil1-7/+10
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+6
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+10
2011-06-17net: Remove casts of void *Joe Perches1-1/+1
2011-06-14libceph: fix page calculation for non-page-aligned ioSage Weil1-4/+6
2011-06-08ceph: fix sync vs canceled writeSage Weil1-5/+10
2011-05-24libceph: subscribe to osdmap when cluster is fullSage Weil1-0/+9
2011-05-24libceph: handle new osdmap down/state change encodingSage Weil1-3/+8
2011-05-19ceph: check return value for start_request in writepagesSage Weil1-1/+7
2011-05-19libceph: add missing breaks in addr_set_portSage Weil1-0/+2
2011-05-19libceph: fix TAG_WAIT caseSage Weil1-1/+3
2011-05-19libceph: fix osdmap timestamp assignmentSage Weil1-1/+1