summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02132-2130/+1199
|\
| * blk: Fix bio_io_vec index when checking bvec gapsKeith Busch2015-09-011-1/+1
| * block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-197-42/+43
| * block: bump BLK_DEF_MAX_SECTORS to 2560Jeff Moyer2015-08-181-1/+1
| * Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-183-2/+5
| * blk-mq: fix race between timeout and freeing requestMing Lei2015-08-155-18/+35
| * blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei2015-08-151-7/+18
| * Documentation: update notes in biovecs about arbitrarily sized biosDongsu Park2015-08-131-1/+9
| * block: remove bio_get_nr_vecs()Kent Overstreet2015-08-1316-74/+18
| * fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-133-20/+9
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-1332-859/+9
| * md/raid5: get rid of bio_fits_rdev()Kent Overstreet2015-08-131-22/+1
| * md/raid5: split bio for chunk_aligned_readMing Lin2015-08-131-5/+32
| * block: remove split code in blkdev_issue_{discard,write_same}Ming Lin2015-08-131-36/+11
| * btrfs: remove bio splitting and merge_bvec_fn() callsKent Overstreet2015-08-131-72/+0
| * bcache: remove driver private bio splitting codeKent Overstreet2015-08-137-162/+18
| * block: simplify bio_add_page()Kent Overstreet2015-08-131-80/+55
| * block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-1316-22/+192
| * blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-131-1/+1
| * block: don't access bio->bi_error after bio_put()Sasha Levin2015-08-114-6/+14
| * block: shrink struct bio down to 2 cache lines againJens Axboe2015-07-292-6/+6
| * block: manipulate bio->bi_flags through helpersJens Axboe2015-07-2911-20/+33
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-2995-682/+622
| * block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe2015-07-174-2/+53
| * block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-1712-15/+15
| * block: partition: convert percpu refMing Lei2015-07-173-15/+27
| * block: partition: introduce hd_free_part()Ming Lei2015-07-173-4/+8
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-0270-1327/+9177
|\ \
| * | aic94xx: set an error code on failureDan Carpenter2015-08-261-0/+1
| * | storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan2015-08-261-3/+9
| * | storvsc: Allow write_same when host is windows 10Keith Mange2015-08-261-1/+5
| * | storvsc: use storage protocol version to determine storage capabilitiesKeith Mange2015-08-261-4/+4
| * | storvsc: use correct defaults for values determined by protocol negotiationKeith Mange2015-08-261-14/+19
| * | storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...Keith Mange2015-08-261-22/+86
| * | storvsc: Use a single value to track protocol versionsKeith Mange2015-08-261-26/+9
| * | storvsc: Rather than look for sets of specific protocol versions, make decisi...Keith Mange2015-08-261-8/+3
| * | cxlflash: Remove unused variable from queuecommandMatthew R. Ochs2015-08-261-3/+4
| * | cxlflash: shift wrapping bug in afu_link_reset()Dan Carpenter2015-08-261-2/+2
| * | cxlflash: off by one bug in cxlflash_show_port_status()Dan Carpenter2015-08-261-1/+1
| * | cxlflash: Virtual LUN supportMatthew R. Ochs2015-08-2611-17/+1550
| * | cxlflash: Superpipe supportMatthew R. Ochs2015-08-2611-4/+2868
| * | cxlflash: Base error recovery supportMatthew R. Ochs2015-08-265-16/+177
| * | qla2xxx: Update driver version to 8.07.00.26-kHimanshu Madhani2015-08-261-1/+1
| * | qla2xxx: Add pci device id 0x2261.Sawan Chandak2015-08-262-3/+15
| * | qla2xxx: Fix missing device login retries.Arun Easi2015-08-261-1/+2
| * | qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani2015-08-261-6/+0
| * | qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis2015-08-261-7/+2
| * | qla2xxx: Add support to show MPI and PEP FW version for ISP27xx.Sawan Chandak2015-08-263-2/+31
| * | qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis2015-08-261-7/+1
| * | qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis2015-08-263-11/+15
OpenPOWER on IntegriCloud