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