summaryrefslogtreecommitdiff
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* libceph: force resend of osd requests if we skip an osdmapSage Weil2011-10-251-10/+16
* ceph: use kernel DNS resolverNoah Watkins2011-10-252-12/+116
* ceph: fix ceph_monc_init memory leakNoah Watkins2011-10-251-3/+7
* libceph: warn on msg allocation failuresSage Weil2011-10-251-0/+1
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-254-19/+32
* libceph: always preallocate mon connectionSage Weil2011-10-251-25/+22
* libceph: create messenger with clientSage Weil2011-10-251-23/+24
* Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-clientLinus Torvalds2011-09-294-42/+48
|\
| * libceph: fix pg_temp mapping updateSage Weil2011-09-281-26/+24
| * libceph: fix pg_temp mapping calculationSage Weil2011-09-281-13/+21
| * libceph: fix linger request requeuingSage Weil2011-09-161-3/+1
| * libceph: fix parse options memory leakNoah Watkins2011-09-161-0/+1
| * libceph: initialize ack_stamp to avoid unnecessary connection resetJim Schutt2011-09-161-0/+1
* | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-092-16/+46
|\ \ | |/
| * libceph: fix leak of osd structs during shutdownSage Weil2011-08-311-5/+17
| * libceph: fix msgpoolSage Weil2011-08-091-11/+29
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-262-7/+11
|\ \ | |/
| * libceph: don't time out osd requests that haven't been receivedSage Weil2011-07-262-7/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-7/+10
|\ \ | |/
| * ceph: fix file mode calculationSage Weil2011-07-191-7/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-4/+6
|\ \ | |/
| * libceph: fix page calculation for non-page-aligned ioSage Weil2011-06-131-4/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-5/+10
|\ \ | |/
| * ceph: fix sync vs canceled writeSage Weil2011-06-071-5/+10
* | net: Remove casts of void *Joe Perches2011-06-161-1/+1
|/
* libceph: subscribe to osdmap when cluster is fullSage Weil2011-05-241-0/+9
* libceph: handle new osdmap down/state change encodingSage Weil2011-05-241-3/+8
* ceph: check return value for start_request in writepagesSage Weil2011-05-191-1/+7
* libceph: add missing breaks in addr_set_portSage Weil2011-05-191-0/+2
* libceph: fix TAG_WAIT caseSage Weil2011-05-191-1/+3
* libceph: fix osdmap timestamp assignmentSage Weil2011-05-191-1/+1
* libceph: use snprintf for unknown addrsSage Weil2011-05-191-1/+2
* libceph: use snprintf for formatting object nameSage Weil2011-05-191-1/+1
* libceph: fix uninitialized value when no get_authorizer method is setSage Weil2011-05-191-5/+6
* libceph: handle connection reopen race with callbacksSage Weil2011-05-191-13/+51
* libceph: fix ceph_osdc_alloc_request error checksSage Weil2011-05-031-2/+2
* libceph: fix ceph_msg_new error pathHenry C Chang2011-05-031-13/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-04-141-3/+9
|\
| * libceph: fix linger request requeueingSage Weil2011-04-061-3/+9
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | libceph: Create a new key type "ceph".Tommi Virtanen2011-03-293-8/+77
* | libceph: Get secret from the kernel keys api when mounting with key=NAME.Tommi Virtanen2011-03-292-0/+59
* | ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-296-15/+59
* | libceph: fix null dereference when unregistering linger requestsSage Weil2011-03-291-3/+3
* | ceph: unlock on error in ceph_osdc_start_request()Dan Carpenter2011-03-291-1/+3
* | ceph: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-261-1/+1
* | ceph: flush msgr_wq during mds_client shutdownSage Weil2011-03-251-2/+2
|/
* libceph: add lingering request and watch/notify event frameworkYehuda Sadeh2011-03-222-12/+374