aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_dev_frontend.c
AgeCommit message (Expand)Author
2019-09-16xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall
2019-05-23fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2018-04-17xen: xenbus_dev_frontend: Really return response stringSimon Gaiser
2018-03-21xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser
2018-03-21xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-04-04xenbus: remove transaction holder from list before freeingJan Beulich
2017-02-27xenbus: Remove duplicate inclusion of linux/init.hMasanari Iida
2017-02-09xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-02-09xen: clean up xenbus internal headersJuergen Gross
2016-12-23xen: return xenstore command failures via response instead of rcJuergen Gross
2016-12-23xen: xenbus driver must not accept invalid transaction idsJuergen Gross
2016-12-12xenbus: fix deadlock on writes to /proc/xen/xenbusDavid Vrabel
2016-10-24Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-24xenbus: prefer list_for_each()Jan Beulich
2016-08-24xenbus: don't look up transaction IDs for ordinary writesJan Beulich
2016-07-07xenbus: don't BUG() on user mode induced conditionJan Beulich
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21drivers/xen: make xenbus_dev_[front/back]end explicitly non-modularPaul Gortmaker
2016-02-15xen: fix potential integer overflow in queue_replyInsu Yun
2015-02-05xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert
2013-06-28xen: Convert printks to pr_<level>Joe Perches
2012-10-30xen/xenbus: fix overflow check in xenbus_file_write()Jan Beulich
2012-02-03xenbus_dev: add missing error check to watch handlingJan Beulich
2012-01-04xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell
2011-12-20xen/xenbus-frontend: Fix compile error with randconfigKonrad Rzeszutek Wilk
2011-12-16xen/xenbus-frontend: Make error message more clearBastian Blank
2011-12-16xen: Add xenbus device driverBastian Blank