summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2677-436/+518
|\
| * block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-203-1/+5
| * block: drbd: avoid to use BIO_MAX_SIZEMing Lei2016-06-091-2/+2
| * block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-0727-51/+54
| * block: do not use REQ_FLUSH for tracking flush supportMike Christie2016-06-071-23/+24
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-0714-24/+24
| * block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-071-1/+1
| * block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-072-4/+4
| * ide cd: do not set REQ_WRITE on requests.Mike Christie2016-06-071-3/+0
| * drivers: use req op accessorMike Christie2016-06-0714-34/+43
| * xen: use bio op accessorsMike Christie2016-06-071-12/+15
| * target: use bio op accessorsMike Christie2016-06-072-16/+15
| * md: use bio op accessorsMike Christie2016-06-0710-84/+88
| * drbd: use bio op accessorsMike Christie2016-06-076-42/+59
| * bcache: use bio op accessorsMike Christie2016-06-077-28/+31
| * dm: use bio op accessorsMike Christie2016-06-0713-79/+97
| * dm: pass dm stats data dir instead of bi_rwMike Christie2016-06-072-14/+16
| * block discard: use bio set op accessorMike Christie2016-06-071-1/+1
| * block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-078-16/+16
| * bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-4/+4
| * dm: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-5/+5
| * block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-074-7/+7
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-2/+2
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-0717-37/+58
* | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-07-2616-85/+212
|\ \
| * | libata-scsi: better style in ata_msense_*()Tom Yan2016-07-201-6/+13
| * | AHCI: Clear GHC.IS to prevent unexpectly asserting INTxPang Raymond2016-07-201-0/+8
| * | ata: sata_dwc_460ex: remove redundant dev_err callWei Yongjun2016-07-191-8/+2
| * | ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_*Christoph Hellwig2016-07-181-1/+1
| * | libata: remove ata_is_nodataChristoph Hellwig2016-07-181-1/+1
| * | libata-scsi: minor cleanup for ata_scsi_zbc_out_xlatDamien Le Moal2016-07-151-4/+4
| * | libata-scsi: Fix ZBC management out command translationDamien Le Moal2016-07-151-2/+2
| * | libata-scsi: Fix translation of REPORT ZONES commandDamien Le Moal2016-07-151-2/+2
| * | ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke2016-07-153-2/+8
| * | libata-eh: decode all taskfile protocolsHannes Reinecke2016-07-141-0/+3
| * | ata: fixup ATA_PROT_NODATAHannes Reinecke2016-07-142-3/+3
| * | libsas: use ata_is_ncq() and ata_has_dma() accessorsHannes Reinecke2016-07-141-9/+2
| * | libata: use ata_is_ncq() accessorsHannes Reinecke2016-07-143-5/+5
| * | libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan2016-07-121-3/+3
| * | libata-scsi: reject WRITE SAME (16) with n_block that exceeds limitTom Yan2016-07-121-1/+7
| * | libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control()Tom Yan2016-07-121-5/+5
| * | libata-scsi: fix D_SENSE bit relection in control mode pageTom Yan2016-07-121-1/+1
| * | ata: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King2016-07-121-1/+1
| * | libata-scsi: correct SPC version descriptorTom Yan2016-07-121-2/+2
| * | libata-scsi: set CmdQue bit in standard INQUIRY data to 1Tom Yan2016-07-121-1/+4
| * | libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching()Tom Yan2016-07-121-1/+3
| * | libata-scsi: set correct VERSION field for ZAC devicesTom Yan2016-07-121-1/+3
| * | libata-scsi: correct cbd to CDB in commentTom Yan2016-07-061-1/+1
| * | libata-scsi: do not respond with "invalid field" for FORMAT UNITTom Yan2016-07-061-5/+0
| * | drivers: ata: pata_arasan_cf: use the same name for the same lockIago Abal2016-06-281-1/+1