summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling2015-09-031-2/+1
* null_blk: fix memory leak on cleanupMatias Bjørling2015-09-031-16/+17
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-0210-57/+12
|\
| * scatterlist: use sg_phys()Dan Williams2015-08-173-5/+5
| * crypto/omap-sham: remove an open coded access to ->page_linkChristoph Hellwig2015-08-171-1/+1
| * scatterlist: remove open coded sg_unmark_end instancesDan Williams2015-08-171-2/+2
| * crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-174-5/+4
| * target/rd: always chain S/G listChristoph Hellwig2015-08-171-44/+0
* | Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-022-145/+484
|\ \
| * | NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey2015-08-261-5/+8
| * | NVMe:Remove unreachable code in nvme_abort_reqSunad Bhandary2015-08-191-15/+9
| * | NVMe: Add nvme subsystem reset IOCTLJon Derrick2015-08-181-0/+11
| * | NVMe: Add nvme subsystem reset supportKeith Busch2015-08-181-1/+10
| * | NVMe: removed unused nn var from nvme_dev_addMatias Bjørling2015-08-181-2/+0
| * | NVMe: Set queue max segmentsKeith Busch2015-08-171-1/+4
| * | nbd: flags is a u32 variableMarkus Pargmann2015-08-171-1/+1
| * | nbd: Rename functions for clearness of recv/send pathMarkus Pargmann2015-08-171-6/+6
| * | nbd: Change 'disconnect' to be booleanMarkus Pargmann2015-08-171-4/+4
| * | nbd: Add debugfs entriesMarkus Pargmann2015-08-171-1/+177
| * | nbd: Remove variable 'pid'Markus Pargmann2015-08-171-10/+9
| * | nbd: Move clear queue debug messageMarkus Pargmann2015-08-171-1/+1
| * | nbd: Remove 'harderror' and propagate error properlyMarkus Pargmann2015-08-171-14/+14
| * | nbd: restructure sock_shutdownMarkus Pargmann2015-08-171-6/+7
| * | nbd: sock_shutdown, remove conditional lockMarkus Pargmann2015-08-171-8/+8
| * | nbd: Fix timeout detectionMarkus Pargmann2015-08-171-28/+70
| * | nvme: Fixes u64 division which breaks i386 buildsJon Derrick2015-07-211-2/+3
| * | NVMe: Use CMB for the IO SQes if availableJon Derrick2015-07-211-5/+117
| * | NVMe: Unify SQ entry writing and doorbell ringingJon Derrick2015-07-211-45/+35
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-0275-1386/+446
|\ \ \
| * | | block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-192-14/+1
| * | | Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-181-1/+1
| | |/ | |/|
| * | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-1/+1
| * | block: kill merge_bvec_fn() completelyKent Overstreet2015-08-1328-809/+6
| * | 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
| * | bcache: remove driver private bio splitting codeKent Overstreet2015-08-137-162/+18
| * | block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-1311-2/+24
| * | block: don't access bio->bi_error after bio_put()Sasha Levin2015-08-113-5/+10
| * | block: manipulate bio->bi_flags through helpersJens Axboe2015-07-293-6/+6
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-2954-363/+342
| |/
| * block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-1712-15/+15
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-0263-1325/+8679
|\ \
| * | aic94xx: set an error code on failureDan Carpenter2015-08-271-0/+1
| * | storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan2015-08-271-3/+9
| * | storvsc: Allow write_same when host is windows 10Keith Mange2015-08-271-1/+5
| * | storvsc: use storage protocol version to determine storage capabilitiesKeith Mange2015-08-271-4/+4
| * | storvsc: use correct defaults for values determined by protocol negotiationKeith Mange2015-08-271-14/+19
| * | storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...Keith Mange2015-08-271-22/+86
| * | storvsc: Use a single value to track protocol versionsKeith Mange2015-08-271-26/+9
| * | storvsc: Rather than look for sets of specific protocol versions, make decisi...Keith Mange2015-08-271-8/+3