serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / net / ceph /
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-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
2010-12-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-12-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-12-17 Henry C Changceph: handle partial result from get_user_pages
2010-12-17 Henry C Changceph: mark user pages dirty on direct-io reads
2010-12-14 Sage Weilceph: fix msgr_init error path
2010-12-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-11-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-11-28 Tracey DentNet: ceph: Makefile: Remove unnessary code
2010-11-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-11-22 Tracey DentNet: ceph: Makefile: remove deprecated kbuild goal...
2010-11-21 Eric Dumazetnet: allow GFP_HIGHMEM in __vmalloc()
2010-11-09 Sage Weilceph: explicitly specify page alignment in network...
2010-11-09 Sage Weilceph: make page alignment explicit in osd interface
2010-11-09 Sage Weilceph: fix comment, remove extraneous args
2010-11-01 Sage Weilceph: fix small seq message skipping
2010-10-20 Sage Weilceph: fix num_pages_free accounting in pagelist
2010-10-20 Yehuda Sadehceph: don't crash when passed bad mount options
2010-10-20 Greg Farnumceph: add pagelist_reserve, pagelist_truncate, pagelist...
2010-10-20 Yehuda Sadehrbd: introduce rados block device (rbd), based on libceph
2010-10-20 Yehuda Sadehceph: factor out libceph from Ceph file system