summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_dev_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* xen/xenbus: Add __counted_by for struct read_buffer and use struct_size()Gustavo A. R. Silva2023-10-161-2/+2
* xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter2022-08-121-2/+2
* xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-021-2/+18
* xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall2019-05-281-0/+18
* xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()Mao Wenan2019-04-251-2/+0
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-3/+1
* xen: xenbus_dev_frontend: Really return response stringSimon Gaiser2018-04-171-1/+2
* xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser2018-03-211-3/+11
* xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser2018-03-211-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* xenbus: remove transaction holder from list before freeingJan Beulich2017-04-041-1/+3
* xenbus: Remove duplicate inclusion of linux/init.hMasanari Iida2017-02-271-1/+0
* xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross2017-02-091-68/+120
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-13/+8
* xen: clean up xenbus internal headersJuergen Gross2017-02-091-2/+2
* xen: return xenstore command failures via response instead of rcJuergen Gross2016-12-231-20/+27
* xen: xenbus driver must not accept invalid transaction idsJuergen Gross2016-12-231-1/+1
* xenbus: fix deadlock on writes to /proc/xen/xenbusDavid Vrabel2016-12-121-0/+2
* Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-241-2/+2
|\
| * xenbus: prefer list_for_each()Jan Beulich2016-10-241-2/+2
* | xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-08-241-1/+1
|/
* xenbus: don't BUG() on user mode induced conditionJan Beulich2016-07-071-6/+8
* Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-221-11/+2
|\
| * drivers/xen: make xenbus_dev_[front/back]end explicitly non-modularPaul Gortmaker2016-03-211-11/+2
* | xen: fix potential integer overflow in queue_replyInsu Yun2016-02-151-0/+2
|/
* xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert2015-02-051-4/+7
* xen: Convert printks to pr_<level>Joe Perches2013-06-281-1/+3
* xen/xenbus: fix overflow check in xenbus_file_write()Jan Beulich2012-10-301-1/+1
* xenbus_dev: add missing error check to watch handlingJan Beulich2012-02-031-0/+4
* xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell2012-01-041-1/+1
* xen/xenbus-frontend: Fix compile error with randconfigKonrad Rzeszutek Wilk2011-12-201-0/+1
* xen/xenbus-frontend: Make error message more clearBastian Blank2011-12-161-1/+1
* xen: Add xenbus device driverBastian Blank2011-12-161-0/+624