Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / ceph /
2012-03-22 Alex Elderlibceph: isolate kmap() call in write_partial_msg_pages()
2012-03-22 Alex Elderlibceph: rename "page_shift" variable to something...
2012-03-22 Alex Elderlibceph: get rid of zero_page_address
2012-03-22 Alex Elderlibceph: only call kernel_sendpage() via helper
2012-03-22 Alex Elderlibceph: use kernel_sendpage() for sending zeroes
2012-03-22 Alex Elderlibceph: fix inverted crc option logic
2012-03-22 Alex Elderlibceph: some simple changes
2012-03-22 Alex Elderlibceph: small refactor in write_partial_kvec()
2012-03-22 Alex Elderlibceph: do crc calculations outside loop
2012-03-22 Alex Elderlibceph: separate CRC calculation from byte swapping
2012-03-22 Alex Elderlibceph: use "do" in CRC-related Boolean variables
2012-03-22 Alex Elderceph: ensure Boolean options support both senses
2012-03-22 Alex Elderlibceph: a few small changes
2012-03-22 Alex Elderlibceph: make ceph_tcp_connect() return int
2012-03-22 Alex Elderlibceph: encapsulate some messenger cleanup code
2012-03-22 Alex Elderlibceph: make ceph_msgr_wq private
2012-03-22 Alex Elderlibceph: encapsulate connection kvec operations
2012-03-22 Alex Elderlibceph: move prepare_write_banner()
2012-03-22 Alex Elderrbd: make ceph_parse_options() return a pointer
2012-03-22 Alex Elderceph: eliminate some abusive casts
2012-03-22 Alex Elderceph: eliminate some needless casts
2012-03-22 Alex Elderceph: kill addr_str_lock spinlock; use atomic instead
2012-03-22 Alex Elderceph: make use of "else" where appropriate
2012-03-22 Alex Elderceph: use a shared zero page rather than one per messenger
2012-03-22 Xi Wanglibceph: fix overflow check in crush_decode()
2012-03-22 Jim Schuttnet/ceph: Only clear SOCK_NOSPACE when there is suffici...
2012-02-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-02-02 Sage Weilceph: initialize client debugfs outside of monc->mutex
2012-01-10 Sage Weillibceph: remove useless return value for osd_client...
2012-01-10 Sage Weilcrush: fix force for non-root TAKE
2012-01-10 Thomas Meyerceph: Use kmemdup rather than duplicating its implement...
2011-12-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-12 Sage Weilcrush: fix mapping calculation when force argument...
2011-11-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-11-11 Stratos Psomadakislibceph: Allocate larger oid buffer in request msgs
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-25 Sage Weillibceph: force resend of osd requests if we skip an...
2011-10-25 Noah Watkinsceph: use kernel DNS resolver
2011-10-25 Noah Watkinsceph: fix ceph_monc_init memory leak
2011-10-25 Sage Weillibceph: warn on msg allocation failures
2011-10-25 Sage Weillibceph: don't complain on msgpool alloc failures
2011-10-25 Sage Weillibceph: always preallocate mon connection
2011-10-25 Sage Weillibceph: create messenger with client
2011-09-30 Linus TorvaldsMerge branch 'for-linus' of git://github.com/NewDreamNe...
2011-09-28 Sage Weillibceph: fix pg_temp mapping update
2011-09-28 Sage Weillibceph: fix pg_temp mapping calculation
2011-09-16 Sage Weillibceph: fix linger request requeuing
2011-09-16 Noah Watkinslibceph: fix parse options memory leak
2011-09-16 Jim Schuttlibceph: initialize ack_stamp to avoid unnecessary...
2011-09-09 Linus TorvaldsMerge branch 'for-linus' of git://ceph.newdream.net...
2011-08-31 Sage Weillibceph: fix leak of osd structs during shutdown
2011-08-09 Sage Weillibceph: fix msgpool
2011-07-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-26 Sage Weillibceph: don't time out osd requests that haven't been...
2011-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-19 Sage Weilceph: fix file mode calculation
2011-07-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-17 Joe Perchesnet: Remove casts of void *
2011-06-13 Sage Weillibceph: fix page calculation for non-page-aligned io
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-08 Sage Weilceph: fix sync vs canceled write
2011-05-24 Sage Weillibceph: subscribe to osdmap when cluster is full
2011-05-24 Sage Weillibceph: handle new osdmap down/state change encoding
2011-05-19 Sage Weilceph: check return value for start_request in writepages
2011-05-19 Sage Weillibceph: add missing breaks in addr_set_port
2011-05-19 Sage Weillibceph: fix TAG_WAIT case
2011-05-19 Sage Weillibceph: fix osdmap timestamp assignment
2011-05-19 Sage Weillibceph: use snprintf for unknown addrs
2011-05-19 Sage Weillibceph: use snprintf for formatting object name
2011-05-19 Sage Weillibceph: fix uninitialized value when no get_authorizer...
2011-05-19 Sage Weillibceph: handle connection reopen race with callbacks
2011-05-03 Sage Weillibceph: fix ceph_osdc_alloc_request error checks
2011-05-03 Henry C Changlibceph: fix ceph_msg_new error path
2011-04-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-04-07 Linus TorvaldsMerge branch 'for-linus2' of git://git.profusion.mobi...
2011-04-06 Sage Weillibceph: fix linger request requeueing
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-29 Tommi Virtanenlibceph: Create a new key type "ceph".
2011-03-29 Tommi Virtanenlibceph: Get secret from the kernel keys api when mount...
2011-03-29 Tommi Virtanenceph: Move secret key parsing earlier.
2011-03-29 Sage Weillibceph: fix null dereference when unregistering linger...
2011-03-29 Dan Carpenterceph: unlock on error in ceph_osdc_start_request()
2011-03-26 Mariusz Kozlowskiceph: fix possible NULL pointer dereference
2011-03-25 Sage Weilceph: flush msgr_wq during mds_client shutdown
2011-03-22 Yehuda Sadehlibceph: add lingering request and watch/notify event...
2011-03-21 Sage Weillibceph: fix osd request queuing on osdmap updates
2011-03-15 Tommi Virtanenlibceph: Fix base64-decoding when input ends in newline.
2011-03-04 Sage Weillibceph: fix msgr standby handling
2011-03-04 Sage Weillibceph: fix msgr keepalive flag
2011-03-04 Sage Weillibceph: fix msgr backoff
2011-03-03 Sage Weillibceph: retry after authorization failure
2011-03-03 Sage Weillibceph: fix handling of short returns from get_user_pages
2011-02-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-25 Sage Weillibceph: fix socket write error handling
2011-01-25 Sage Weillibceph: fix socket read error handling
2011-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-01-12 Tejun Heonet/ceph: make ceph_msgr_wq non-reentrant
2011-01-12 Jesper Juhlceph: Always free allocated memory in osdmap_decode()
2011-01-12 Sage Weilceph: add dir_layout to inode
next