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