summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg2015-09-113-0/+39
* block: Check for gaps on front and back mergesJens Axboe2015-09-032-13/+26
* null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling2015-09-021-2/+1
* null_blk: fix memory leak on cleanupMatias Bjørling2015-09-021-16/+17
* block: fix bogus compiler warnings in blk-merge.cJens Axboe2015-09-021-8/+7
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-0221-81/+234
|\
| * lib: scatterlist: add sg splitting functionRobert Jarzmik2015-08-244-0/+215
| * scatterlist: use sg_phys()Dan Williams2015-08-175-8/+7
| * 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-172-3/+3
| * crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-178-21/+12
| * target/rd: always chain S/G listChristoph Hellwig2015-08-171-44/+0
| * scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig2015-08-172-8/+0
* | Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-024-146/+506
|\ \
| * | 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-183-1/+13
| * | NVMe: Add nvme subsystem reset supportKeith Busch2015-08-182-1/+13
| * | 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-212-5/+134
| * | 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-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