aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-22libceph: isolate kmap() call in write_partial_msg_pages()Alex Elder1-11/+2
2012-03-22libceph: rename "page_shift" variable to something sensibleAlex Elder1-5/+6
2012-03-22libceph: get rid of zero_page_addressAlex Elder1-9/+2
2012-03-22libceph: only call kernel_sendpage() via helperAlex Elder1-6/+2
2012-03-22libceph: use kernel_sendpage() for sending zeroesAlex Elder1-5/+15
2012-03-22libceph: fix inverted crc option logicAlex Elder1-10/+10
2012-03-22libceph: some simple changesAlex Elder1-4/+9
2012-03-22libceph: small refactor in write_partial_kvec()Alex Elder1-11/+12
2012-03-22libceph: do crc calculations outside loopAlex Elder1-14/+12
2012-03-22libceph: separate CRC calculation from byte swappingAlex Elder1-14/+17
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder1-20/+20
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder1-0/+10
2012-03-22libceph: a few small changesAlex Elder1-14/+18
2012-03-22libceph: make ceph_tcp_connect() return intAlex Elder1-8/+6
2012-03-22libceph: encapsulate some messenger cleanup codeAlex Elder1-18/+20
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder1-1/+1
2012-03-22libceph: encapsulate connection kvec operationsAlex Elder1-61/+56
2012-03-22libceph: move prepare_write_banner()Alex Elder1-3/+4
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-8/+8
2012-03-22ceph: eliminate some abusive castsAlex Elder1-4/+4
2012-03-22ceph: eliminate some needless castsAlex Elder1-11/+10
2012-03-22ceph: kill addr_str_lock spinlock; use atomic insteadAlex Elder1-11/+10
2012-03-22ceph: make use of "else" where appropriateAlex Elder1-7/+4
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder1-14/+29
2012-03-22libceph: fix overflow check in crush_decode()Xi Wang1-1/+2
2012-03-22net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socket bufferJim Schutt1-6/+12
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-3/+12
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil2-3/+12
2012-01-10libceph: remove useless return value for osd_client __send_request()Sage Weil1-15/+6
2012-01-10crush: fix force for non-root TAKESage Weil1-3/+8
2012-01-10ceph: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-22/+13
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil1-22/+13
2011-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+1
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-25libceph: force resend of osd requests if we skip an osdmapSage Weil1-10/+16
2011-10-25ceph: use kernel DNS resolverNoah Watkins2-12/+116
2011-10-25ceph: fix ceph_monc_init memory leakNoah Watkins1-3/+7
2011-10-25libceph: warn on msg allocation failuresSage Weil1-0/+1
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil4-19/+32
2011-10-25libceph: always preallocate mon connectionSage Weil1-25/+22
2011-10-25libceph: create messenger with clientSage Weil1-23/+24
2011-09-29Merge 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-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-16/+46