summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-0714-80/+99
| * dm: pass dm stats data dir instead of bi_rwMike Christie2016-06-072-14/+16
| * pm: use bio op accessorsMike Christie2016-06-071-12/+18
| * ocfs2: use bio op accessorsMike Christie2016-06-071-4/+6
| * nilfs: use bio op accessorsMike Christie2016-06-071-8/+9
| * mpage: use bio op accessorsMike Christie2016-06-071-20/+20
| * hfsplus: use bio op accessorsMike Christie2016-06-074-11/+16
| * xfs: use bio op accessorsMike Christie2016-06-072-20/+18
| * gfs2: use bio op accessorsMike Christie2016-06-075-14/+16
| * f2fs: use bio op accessorsMike Christie2016-06-079-54/+81
| * btrfs: use bio fields for op and flagsMike Christie2016-06-079-67/+54
| * btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie2016-06-074-29/+34
| * btrfs: use bio op accessorsMike Christie2016-06-077-40/+47
| * btrfs: have submit_one_bio users use bio op accessorsMike Christie2016-06-071-45/+43
| * direct-io: use bio set/get op accessorsMike Christie2016-06-073-19/+25
| * block discard: use bio set op accessorMike Christie2016-06-073-8/+10
| * block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-0724-61/+65
| * 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-077-11/+11
| * fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-0721-38/+40
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-0730-96/+102
| * block: add REQ_OP definitions and helpersMike Christie2016-06-074-3/+60
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-0753-148/+221
* | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-07-2624-153/+314
|\ \
| * | 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-193-49/+23
| * | libata: remove ATA_PROT_FLAG_DATAChristoph Hellwig2016-07-191-2/+1
| * | libata: remove ata_is_nodataChristoph Hellwig2016-07-192-6/+1
| * | ata: make lba_{28,48}_ok() use ATA_MAX_SECTORS{,_LBA48}Tom Yan2016-07-191-3/+3
| * | 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-156-2/+12
| * | 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: return boolean values from ata_is_*Christoph Hellwig2016-07-141-8/+8
| * | libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan2016-07-122-5/+6
| * | 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