summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: if LUNs are already allocated fix returnRakesh Pandit2017-06-271-2/+3
* lightnvm: pblk: fail gracefully on irrec. errorJavier González2017-06-2611-114/+332
* lightnvm: pblk: set mempool and workqueue params.Javier González2017-06-264-20/+44
* lightnvm: pblk: redesign GC algorithmJavier González2017-06-266-278/+368
* lightnvm: pblk: add lock assertions on helpersJavier González2017-06-261-0/+4
* lightnvm: pblk: cleanup unnecessary codeJavier González2017-06-262-7/+0
* lightnvm: pblk: set metadata list for all I/OsJavier González2017-06-262-38/+54
* lightnvm: pblk: choose optimal victim GC lineJavier González2017-06-261-1/+15
* lightnvm: pblk: decouple bad block from line allocJavier González2017-06-261-16/+37
* lightnvm: pblk: simplify meta. memory allocationJavier González2017-06-264-8/+8
* lightnvm: pblk: issue multiplane reads if possibleJavier González2017-06-264-12/+51
* lightnvm: pblk: delete redundant buffer pointerJavier González2017-06-267-41/+11
* lightnvm: pblk: delete redundant debug line statJavier González2017-06-261-5/+3
* lightnvm: pblk: sched. metadata on write threadJavier González2017-06-268-285/+673
* lightnvm: pblk: rename read request poolJavier González2017-06-265-37/+38
* lightnvm: pblk: generalize erase pathJavier González2017-06-266-90/+116
* lightnvm: pblk: expose max sec per write on sysfsJavier González2017-06-264-1/+48
* lightnvm: pblk: add debug stat for read cache hitsJavier González2017-06-264-1/+10
* lightnvm: pblk: spare double cpu_to_le64 calc.Javier González2017-06-262-4/+5
* lightnvm: propagate right error code to targetJavier González2017-06-261-1/+1
* lightnvm: re-convert ppa format on I/O failureJavier González2017-06-261-1/+7
* mtip32xx: fix up the checking for internal command failureJens Axboe2017-06-231-17/+4
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-229-65/+74
|\
| * Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-06-203-41/+26
| |\
| | * xen-blkback: don't leak stack data via response ringJan Beulich2017-06-132-31/+17
| | * xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-132-4/+0
| | * xen/blkback: don't free be structure too earlyJuergen Gross2017-06-131-4/+3
| | * xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-132-2/+6
| * | Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-06-132-2/+2
| |\ \
| | * | xtensa: don't use linux IRQ #0Max Filippov2017-06-052-2/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-06-134-22/+46
| |\ \ \
| | * | | s390/zcrypt: Fix blocking queue device after unbind/bind.Harald Freudenberger2017-06-023-16/+40
| | * | | Merge tag 'vfio-ccw-20170522' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2017-05-231-6/+6
| | |\ \ \
| | | * | | s390/vfio_ccw: make some symbols staticSebastian Ott2017-05-221-6/+6
* | | | | | block: Change argument type of scsi_req_init()Bart Van Assche2017-06-203-3/+5
* | | | | | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-2021-28/+19
* | | | | | null_blk: add support for shared tagsJens Axboe2017-06-201-42/+70
* | | | | | nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei2017-06-181-0/+6
* | | | | | blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-183-4/+4
* | | | | | block: remove bio_clone() and all references.NeilBrown2017-06-181-1/+1
* | | | | | bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
* | | | | | xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3
* | | | | | lightnvm/pblk-read: use bio_clone_fast()NeilBrown2017-06-183-2/+13
* | | | | | pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-2/+10
* | | | | | drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-183-1/+13
* | | | | | rbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-1/+15
* | | | | | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-185-7/+16
* | | | | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-1812-13/+13
* | | | | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-1810-11/+11
* | | | | | loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown2017-06-181-1/+7