index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
2013-04-19
2
-2
/
+2
*
[iscsi] Include 802.1Q VLAN identifier in iBFT
Stefan Hajnoczi
2013-03-01
1
-0
/
+3
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
2
-2
/
+4
*
[scsi] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-6
/
+13
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-5
/
+8
*
[iscsi] Change default initiator IQN
Michael Brown
2011-03-03
1
-5
/
+6
*
[iscsi] Fix minor typo in ibft_set_ipaddr()
Michael Brown
2011-02-25
1
-1
/
+1
*
[iscsi] Include both DNS addresses in iBFT, if available
Michael Brown
2010-12-09
1
-9
/
+17
*
[scsi] Wait for a successful TEST UNIT READY command
Michael Brown
2010-10-19
1
-3
/
+132
*
[infiniband] Include the SRP login rejection reason in the error number
Michael Brown
2010-09-22
1
-5
/
+50
*
[ata] Add support for describing an ATA device using EDD
Michael Brown
2010-09-22
1
-0
/
+19
*
[infiniband] Add support for identifying the underlying hardware device
Michael Brown
2010-09-22
1
-2
/
+3
*
[scsi] Include sense key within error number reported to user
Michael Brown
2010-09-15
1
-1
/
+62
*
[block] Replace gPXE block-device API with an iPXE asynchronous interface
Michael Brown
2010-09-14
5
-717
/
+2242
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-32
/
+14
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-0
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
4
-13
/
+13
*
[infiniband] Allow SRP reconnection attempts even after reporting failures
Michael Brown
2009-08-10
1
-12
/
+5
*
[infiniband] Add support for SRP over Infiniband
Michael Brown
2009-08-10
1
-0
/
+530
*
[scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()
Michael Brown
2009-08-10
1
-0
/
+30
*
[scsi] Generalise iscsi_detached_command() to scsi_detached_command()
Michael Brown
2009-08-10
1
-0
/
+12
*
[ata] Make ATA command issuing partially asynchronous
Michael Brown
2009-07-18
1
-1
/
+24
*
[scsi] Improve SCSI debugging
Michael Brown
2009-07-18
1
-9
/
+26
*
[scsi] Make SCSI command issuing partially asynchronous
Michael Brown
2009-07-18
1
-3
/
+15
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
3
-0
/
+6
*
[scsi] Fix DBG() message reporting of error number
Michael Brown
2009-02-19
1
-2
/
+2
*
[scsi] Cope with targets that send multiple CHECK CONDITIONS at power-on
Michael Brown
2009-01-30
1
-5
/
+19
*
[blockdev] Move block device operations to structure block_device_operations
Laurent Vivier
2008-11-19
3
-8
/
+24
*
Split bootsector execution code out into bootsector.c.
Michael Brown
2007-01-29
1
-0
/
+91
*
Automatically select between the "10" and "16" variants of command set,
Michael Brown
2006-12-12
1
-31
/
+72
*
Catch SCSI errors, and work around the start-of-day CHECK CONDITION
Michael Brown
2006-12-12
1
-1
/
+32
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Updated debug message to reflect change in data structure.
Michael Brown
2006-06-12
1
-2
/
+3
*
Backing out last change; no immediate plans to make the whole block-device
Michael Brown
2006-06-01
1
-2
/
+1
*
ATA devices are now asynchronous. The ATA layer itself now performs the
Michael Brown
2006-05-31
1
-1
/
+2
*
Added generic asynchronous operations code.
Michael Brown
2006-05-31
1
-5
/
+4
*
Use separate data-in and data-out buffers.
Michael Brown
2006-05-29
1
-40
/
+30
*
Fixed debug code
Michael Brown
2006-05-21
1
-3
/
+3
*
Added (untested) support for ATA devices. This code should be generic
Michael Brown
2006-05-21
1
-0
/
+169
*
READ CAPACITY (16) turns out to be an optional command (even though
Michael Brown
2006-05-19
1
-2
/
+57
*
Add the concept of a "user pointer" (similar to the void __user * in
Michael Brown
2006-05-19
1
-7
/
+9
*
Defined SCSI device interface, and added SCSI block device
Michael Brown
2006-05-13
1
-0
/
+142