aboutsummaryrefslogtreecommitdiff
path: root/linux/dev/glue/block.c
Commit message (Expand)AuthorAgeFilesLines
* warn about incompatibility between linux disk driver and PAESamuel Thibault2024-12-041-0/+2
* linux: Add noide and noahci kernel optionsSamuel Thibault2024-01-231-1/+4
* linux: DMA32 is now correctly handledSamuel Thibault2023-08-301-1/+0
* Drop spurious changesSamuel Thibault2022-12-221-4/+1
* Warn only once about not being able to recycle pagesSamuel Thibault2022-12-221-1/+4
* linux block: allow loading data up to 4GiB limitSamuel Thibault2021-08-281-1/+8
* linux block: Fix checking block sector.Samuel Thibault2021-08-271-0/+2
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-2/+2
* block: Look out for disk sector number overflowSamuel Thibault2021-08-171-5/+45
* spl: Remove intpri arraySamuel Thibault2019-11-101-2/+0
* linux block: fix outbound access to non-directmap user dataSamuel Thibault2017-11-011-4/+6
* linux-block: Fix calling vm_map_copy_discard on uninitialized variableSamuel Thibault2017-10-311-2/+1
* Update Linux block layer glue codeRichard Braun2016-09-211-15/+16
* Redefine what an external page isRichard Braun2016-09-211-2/+2
* remove unnused disk code and headersFlavio Cruz2016-01-011-35/+0
* fix some compiler warnings in gnumachFlavio Cruz2016-01-011-1/+1
* linux: fix compiler warningJustus Winter2015-02-201-0/+1
* Fix prototypeSamuel Thibault2014-04-041-1/+1
* Add quiet flag to block I/OSamuel Thibault2014-02-101-5/+6
* Fix non-block-aligned-offset readsSamuel Thibault2013-05-021-2/+2
* Fix macro nameSamuel Thibault2013-05-011-1/+1
* Fix CDROM door unlock on closure without device_closeAlexey Dejneka2012-09-231-8/+26
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-241-4/+4
* Fix kern/kalloc.h includesRichard Braun2011-12-171-0/+2
* Raise block device interrupt level to SPL6Samuel Thibault2011-10-101-2/+2
* Do not remap errno codes from E* to LINUX_E*Guillem Jover2011-09-021-10/+10
* Fix declarationsSamuel Thibault2011-08-311-8/+2
* Fix initialization from incompatible pointer typeGuillem Jover2011-08-271-1/+1
* Remove unused variablesGuillem Jover2011-08-271-7/+1
* Route BLKRRPART to partitions layerJeremie Koenig2010-06-251-1/+20
* 2007-12-30 Samuel thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-2/+2
* 2007-03-27 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+3
* 2007-03-01 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+1
* 2007-02-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2005-02-10 Guillem Jover <guillem@hadrons.org>Alfred M. Szmidt2009-06-181-1/+0
* 2004-11-22 Guillem Jover <guillem@hadrons.org>Alfred M. Szmidt2009-06-181-1/+0
* 2004-09-07 Neal H. Walfield <neal@cs.uml.edu>Alfred M. Szmidt2009-06-181-9/+3
* 2004-01-19 Marco Gerards <metgerards@student.han.nl>Roland McGrath2009-06-181-1/+1
* 2004-01-16 Marco Gerards <metgerards@student.han.nl>Roland McGrath2009-06-181-2/+3
* 2001-06-13 Roland McGrath <roland@frob.com>Roland McGrath2001-06-141-7/+8
* 2001-01-09 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-01-091-0/+36
* 2000-09-24 OKUJI Yoshinori <okuji@gnu.org>Yoshinori K. Okuji2000-09-241-28/+14
* 2000-09-19 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-09-191-1/+2
* Mask minor device numbers using MINOR_SHIFT when accessing to partitions.Yoshinori K. Okuji2000-08-171-14/+27
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-271-2/+2
* 1999-05-01 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-05-011-2/+6
* 1999-02-04 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell1999-04-261-0/+1691