aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/blkback
Commit message (Expand)AuthorAgeFilesLines
* sys/xen: Use __printflike() instead of format(printf)Alex Richardson2026-01-041-1/+1
* xen/blk{front,back}: fix usage of sector sizes different than 512bRoger Pau Monné2024-10-151-7/+15
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix unused variable warning in xen's blkback.cDimitry Andric2022-07-261-3/+0
* xen/blkback: do not use x86 CPUID in generic codeRoger Pau Monné2022-06-281-6/+1
* xen/blkback: remove bounce buffering modeRoger Pau Monné2022-06-071-178/+22
* xen/blkback: fix tear-down issuesRoger Pau Monné2022-06-071-33/+30
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-071-3/+3
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-151-3/+1
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* xen/blkback: fix reconnection of backendRoger Pau Monné2021-05-111-35/+48
* xen-blkback: fix leak of grant maps on ring setup failureRoger Pau Monné2021-02-221-0/+21
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2020-12-301-0/+6
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+2
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-29/+5
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-4/+4
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* xen-blkback: don't unbind the interrupt while holding the lockRoger Pau Monné2018-05-241-2/+1
* xen-blkback: do not use state 3 (XenbusStateInitialised)Roger Pau Monné2018-05-221-6/+13
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-3/+3
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-3/+3
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-3/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* xen-blkback: fix error path on failed attachRoger Pau Monné2016-06-031-4/+5
* blkback: add support for hotplug scriptsRoger Pau Monné2016-06-031-56/+104
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-8/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-7/+7
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-2/+0
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-12/+1
* xen-blk{front/back}: remove broken FreeBSD extensionsRoger Pau Monné2015-06-121-168/+54
* xen: introduce a newbus function to allocate unused memoryRoger Pau Monné2015-05-081-7/+4
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-13/+0
* xen: fix blkback pushing responses before releasing internal resourcesRoger Pau Monné2014-09-301-27/+90
* xen: fix incorrectly accounted freeRoger Pau Monné2014-08-221-3/+3
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-6/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.Justin T. Gibbs2013-09-041-12/+4
* sys/dev/xen/blkback/blkback.c:Justin T. Gibbs2013-09-031-1/+1
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-26/+26
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+2
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-14/+0
* Fix regression in the handling of blkback close events forJustin T. Gibbs2012-02-171-6/+2
* Fix typo in a printf string: "specificed" -> "specified".Justin T. Gibbs2012-02-161-4/+4
* Enhance documentation, improve interoperability, and fix defects inJustin T. Gibbs2012-02-151-55/+152
* Xen netback driver rewrite.Kenneth D. Merry2012-01-261-0/+4