summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-2413-335/+768
|\
| * md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li2017-02-231-4/+11
| * md/raid1: handle flush request correctlyShaohua Li2017-02-231-3/+7
| * md/linear: shutup lockdep warnningShaohua Li2017-02-231-1/+2
| * md/raid1: fix a use-after-free bugShaohua Li2017-02-201-1/+2
| * RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2017-02-202-66/+130
| * RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2017-02-202-236/+294
| * md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park2017-02-161-4/+2
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-156-22/+14
| * md: remove unnecessary check on mddevMing Lei2017-02-151-3/+0
| * md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei2017-02-151-5/+15
| * md: fail if mddev->bio_set can't be createdMing Lei2017-02-151-1/+4
| * md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-144-0/+10
| * md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-133-2/+16
| * md/raid5-cache: stripe reclaim only counts valid stripesShaohua Li2017-02-131-2/+2
| * md: ensure md devices are freed before module is unloaded.NeilBrown2017-02-131-0/+7
| * md/r5cache: improve journal device efficiencySong Liu2017-02-132-20/+58
| * md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-133-24/+168
| * raid5: only dispatch IO from raid5d for harddisk raidShaohua Li2017-02-132-2/+57
| * md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-02-132-5/+35
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-2420-349/+583
|\ \
| * | dm-rq: don't dereference request payload after ending requestJens Axboe2017-02-241-2/+4
| * | nvme/pci: re-check security protocol support after resetScott Bauer2017-02-231-7/+10
| * | nvme: detect NVMe controller in recent MacBooksDaniel Roschka2017-02-221-0/+1
| * | nvme-rdma: add support for host_traddrMax Gurtovoy2017-02-221-2/+21
| * | nvmet-rdma: Fix error handlingChristophe JAILLET2017-02-221-1/+1
| * | nvmet-rdma: use nvme cm status helperMax Gurtovoy2017-02-221-2/+3
| * | nvme-rdma: move nvme cm status helper to .h fileMax Gurtovoy2017-02-221-22/+0
| * | nvme-fc: don't bother to validate ioccsz and iorcszJames Smart2017-02-221-12/+0
| * | nvme/pci: No special case for queue busy on IOKeith Busch2017-02-221-4/+1
| * | nvme/core: Fix race kicking freed request_queueKeith Busch2017-02-221-3/+3
| * | nvme/pci: Disable on removal when disconnectedKeith Busch2017-02-221-1/+3
| * | nvme: Enable autonomous power state transitionsAndy Lutomirski2017-02-222-0/+165
| * | nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski2017-02-222-0/+65
| * | nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-225-8/+10
| * | nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit2017-02-223-5/+6
| * | nvme: add semicolon in nvme_command settingMax Gurtovoy2017-02-221-2/+2
| * | nvmet: avoid dereferencing nvmet_reqMax Gurtovoy2017-02-221-1/+1
| * | nvme: Make controller state visible via sysfsSagi Grimberg2017-02-221-0/+24
| * | nvmet: Make cntlid globally uniqueSagi Grimberg2017-02-223-9/+6
| * | nvmet_fc: cleanup of abort flag processing in fcp_op_doneJames Smart2017-02-221-5/+3
| * | nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Colin Ian King2017-02-221-1/+1
| * | cciss: Remove kmalloc castTobin C. Harding2017-02-221-2/+1
| * | cciss: Fix checkpatch OPEN_BRACETobin C. Harding2017-02-221-10/+5
| * | cciss: Fix checkpatch TRAILING_WHITESPACETobin C. Harding2017-02-221-85/+85
| * | scsi_transport_sas: fix BSG ioctl memory corruptionOmar Sandoval2017-02-211-8/+16
| * | nbd: cleanup workqueue on error properlyJosef Bacik2017-02-211-1/+3
| * | nbd: set the logical and physical blocksize properlyJosef Bacik2017-02-211-23/+15
| * | nbd: cleanup ioctl handlingJosef Bacik2017-02-211-137/+132
| * | scsi: zero per-cmd driver data before each I/OChristoph Hellwig2017-02-211-1/+1