summaryrefslogtreecommitdiff
path: root/sys/dev/xen/blkback
AgeCommit message (Expand)Author
2025-12-28sys/xen: Use __printflike() instead of format(printf)Alex Richardson
2024-10-08xen/blk{front,back}: fix usage of sector sizes different than 512bRoger Pau Monné
2023-11-28xen/dev: switch to DEVMETHOD_ENDElliott Mitchell
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-26Fix unused variable warning in xen's blkback.cDimitry Andric
2022-06-28xen/blkback: do not use x86 CPUID in generic codeRoger Pau Monné
2022-06-07xen/blkback: remove bounce buffering modeRoger Pau Monné
2022-06-07xen/blkback: fix tear-down issuesRoger Pau Monné
2022-05-06xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-03-24vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik
2022-02-07xen: switch to use headers in contribElliott Mitchell
2021-12-15xen: plug some of set-but-not-used varsMateusz Guzik
2021-11-25vfs: remove the unused thread argument from NDINIT*Mateusz Guzik
2021-05-11xen/blkback: fix reconnection of backendRoger Pau Monné
2021-02-22xen-blkback: fix leak of grant maps on ring setup failureRoger Pau Monné
2020-12-30xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-01dev/xen: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-19vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik
2020-01-03vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik
2019-12-08vfs: introduce v_irflag and make v_type smallerMateusz Guzik
2018-05-24xen-blkback: don't unbind the interrupt while holding the lockRoger Pau Monné
2018-05-22xen-blkback: do not use state 3 (XenbusStateInitialised)Roger Pau Monné
2018-02-23Correct pseudo misspelling in sys/ commentsEd Maste
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-06-03xen-blkback: fix error path on failed attachRoger Pau Monné
2016-06-03blkback: add support for hotplug scriptsRoger Pau Monné
2016-05-04Improve performance and functionality of the bitstring(3) apiAlan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-10-21xen: Code cleanup and small bug fixesRoger Pau Monné
2015-08-25Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo
2015-07-11Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik
2015-06-12xen-blk{front/back}: remove broken FreeBSD extensionsRoger Pau Monné
2015-05-08xen: introduce a newbus function to allocate unused memoryRoger Pau Monné
2015-04-30Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin
2014-09-30xen: fix blkback pushing responses before releasing internal resourcesRoger Pau Monné
2014-08-22xen: fix incorrectly accounted freeRoger Pau Monné
2013-11-26dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2013-09-04Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.Justin T. Gibbs
2013-09-03sys/dev/xen/blkback/blkback.c:Justin T. Gibbs
2013-08-29Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs
2013-08-07Replace kernel virtual address space allocation with vmem. This providesJeff Roberson
2012-10-22Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov
2012-02-17Fix regression in the handling of blkback close events forJustin T. Gibbs
2012-02-16Fix typo in a printf string: "specificed" -> "specified".Justin T. Gibbs
2012-02-15Enhance documentation, improve interoperability, and fix defects inJustin T. Gibbs