index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-scsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libata: Some drives failing on SCT Write Same
Shaun Tancheff
2016-09-09
1
-3
/
+3
*
libata: SCT Write Same handle ATA_DFLAG_PIO
Shaun Tancheff
2016-08-25
1
-0
/
+2
*
libata: SCT Write Same / DSM Trim
Shaun Tancheff
2016-08-25
1
-28
/
+57
*
libata: Add support for SCT Write Same
Shaun Tancheff
2016-08-25
1
-29
/
+170
*
libata: Safely overwrite attached page in WRITE SAME xlat
Shaun Tancheff
2016-08-25
1
-5
/
+51
*
libata-scsi: fix MODE SELECT translation for Control mode page
Tom Yan
2016-08-09
1
-2
/
+2
*
libata-scsi: use u8 array to store mode page copy
Tom Yan
2016-08-09
1
-2
/
+2
*
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
1
-1
/
+1
|
\
|
*
block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
Mike Christie
2016-06-07
1
-1
/
+1
*
|
libata-scsi: better style in ata_msense_*()
Tom Yan
2016-07-20
1
-6
/
+13
*
|
libata-scsi: minor cleanup for ata_scsi_zbc_out_xlat
Damien Le Moal
2016-07-15
1
-4
/
+4
*
|
libata-scsi: Fix ZBC management out command translation
Damien Le Moal
2016-07-15
1
-2
/
+2
*
|
libata-scsi: Fix translation of REPORT ZONES command
Damien Le Moal
2016-07-15
1
-2
/
+2
*
|
ata: Handle ATA NCQ NO-DATA commands correctly
Hannes Reinecke
2016-07-15
1
-1
/
+4
*
|
libata: use ata_is_ncq() accessors
Hannes Reinecke
2016-07-14
1
-2
/
+2
*
|
libata-scsi: avoid repeated calculation of number of TRIM ranges
Tom Yan
2016-07-12
1
-3
/
+3
*
|
libata-scsi: reject WRITE SAME (16) with n_block that exceeds limit
Tom Yan
2016-07-12
1
-1
/
+7
*
|
libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control()
Tom Yan
2016-07-12
1
-5
/
+5
*
|
libata-scsi: fix D_SENSE bit relection in control mode page
Tom Yan
2016-07-12
1
-1
/
+1
*
|
libata-scsi: correct SPC version descriptor
Tom Yan
2016-07-12
1
-2
/
+2
*
|
libata-scsi: set CmdQue bit in standard INQUIRY data to 1
Tom Yan
2016-07-12
1
-1
/
+4
*
|
libata-scsi: set correct VERSION field for ZAC devices
Tom Yan
2016-07-12
1
-1
/
+3
*
|
libata-scsi: correct cbd to CDB in comment
Tom Yan
2016-07-06
1
-1
/
+1
*
|
libata-scsi: do not respond with "invalid field" for FORMAT UNIT
Tom Yan
2016-07-06
1
-5
/
+0
|
/
*
Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2016-05-23
1
-136
/
+616
|
\
|
*
libata: support host-aware and host-managed ZAC devices
Hannes Reinecke
2016-05-09
1
-2
/
+36
|
*
libata: support device-managed ZAC devices
Hannes Reinecke
2016-05-09
1
-9
/
+10
|
*
libata: NCQ encapsulation for ZAC MANAGEMENT OUT
Hannes Reinecke
2016-05-09
1
-5
/
+13
|
*
libata: Implement ZBC OUT translation
Hannes Reinecke
2016-05-09
1
-0
/
+67
|
*
libata: implement ZBC IN translation
Hannes Reinecke
2016-05-09
1
-0
/
+157
|
*
libata-scsi: Generate sense code for disabled devices
Hannes Reinecke
2016-05-09
1
-0
/
+6
|
*
libata-scsi: Set information sense field for invalid parameter
Hannes Reinecke
2016-04-04
1
-20
/
+61
|
*
libata-scsi: set bit pointer for sense code information
Hannes Reinecke
2016-04-04
1
-11
/
+19
|
*
libata-scsi: Set field pointer in sense code
Hannes Reinecke
2016-04-04
1
-47
/
+108
|
*
libata: Implement control mode page to select sense format
Hannes Reinecke
2016-04-04
1
-30
/
+86
|
*
libata-scsi: generate correct ATA pass-through sense
Hannes Reinecke
2016-04-04
1
-34
/
+59
|
*
libata-scsi: use ata_scsi_set_sense()
Hannes Reinecke
2016-04-04
1
-10
/
+8
|
*
libata-eh: Set 'information' field for autosense
Hannes Reinecke
2016-04-04
1
-0
/
+17
|
*
libata-scsi: use scsi_set_sense_information()
Hannes Reinecke
2016-04-04
1
-13
/
+1
|
*
libata: sanitize ata_tf_read_block()
Hannes Reinecke
2016-04-04
1
-0
/
+2
|
*
libata-scsi: sanitize ata_gen_ata_sense()
Hannes Reinecke
2016-04-04
1
-0
/
+6
|
*
libata: Implement NCQ autosense
Hannes Reinecke
2016-04-04
1
-1
/
+6
*
|
libata-scsi: use %*ph to dump small buffers
Andy Shevchenko
2016-05-09
1
-5
/
+2
*
|
treewide: Fix typos in libata.xml
Masanari Iida
2016-04-13
1
-1
/
+1
|
/
*
libata: fix unbalanced spin_lock_irqsave/spin_unlock_irq() in ata_scsi_park_s...
Tejun Heo
2016-02-18
1
-2
/
+2
*
libata: fix HDIO_GET_32BIT ioctl
Arnd Bergmann
2016-02-11
1
-6
/
+5
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-11-13
1
-3
/
+0
|
\
|
*
scsi: use host wide tags by default
Christoph Hellwig
2015-11-09
1
-3
/
+0
*
|
libata: enable LBA flag in taskfile for ata_scsi_pass_thru()
Vinayak Kale
2015-10-27
1
-0
/
+3
*
|
libata: add support for NCQ commands for SG interface
Vinayak Kale
2015-10-27
1
-1
/
+7
[next]