summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-066-353/+171
|\
| * mtip32xx: convert internal commands to regular block infrastructureJens Axboe2017-05-032-178/+30
| * mtip32xx: cleanup internal tag assumptionsJens Axboe2017-05-031-10/+9
| * blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-025-28/+16
| * Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe2017-05-021-1/+1
| * mtip32xx: convert internal command issue to block IO pathJens Axboe2017-05-021-30/+73
| * mtip32xx: abstract out "are any commands active" helperJens Axboe2017-05-021-10/+18
| * mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe2017-05-021-15/+5
| * mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe2017-05-021-105/+43
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-052-11/+38
|\ \
| * | brd: fix uninitialized use of brd->dax_devGerald Schaefer2017-05-031-7/+5
| * | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-15/+0
| * | brd: add dax_operations supportDan Williams2017-04-192-11/+55
* | | zram: reduce load operation in page_same_filledSangwoo Park2017-05-031-3/+5
* | | zram: use zram_free_page instead of open-codedMinchan Kim2017-05-031-14/+3
* | | zram: introduce zram data accessorMinchan Kim2017-05-031-11/+22
* | | zram: remove zram_meta structureMinchan Kim2017-05-032-117/+78
* | | zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim2017-05-031-14/+27
* | | zram: partial IO refactoringMinchan Kim2017-05-031-153/+184
* | | zram: handle multiple pages attached bio's bvecMinchan Kim2017-05-031-29/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\ \ \
| * | | Fix dead URLs to ftp.kernel.orgSeongJae Park2017-03-281-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-022-3/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-3/+3
| |\ \ \ \
| * | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
| |/ / / /
* | | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0133-3282/+1487
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | nbd: fix use after free on module unloadJosef Bacik2017-04-281-4/+4
| * | | | mtip32xx: use runtime tag to initialize command headerMing Lei2017-04-271-12/+24
| * | | | virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare2017-04-241-1/+1
| * | | | mtip32xx: fix dereference of stack garbageJens Axboe2017-04-211-0/+1
| * | | | nbd: set the max segments to USHRT_MAXJosef Bacik2017-04-201-0/+1
| * | | | swim3: remove (commented out) printing of req->errorsChristoph Hellwig2017-04-201-2/+2
| * | | | ataflop: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-5/+7
| * | | | floppy: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-2/+4
| * | | | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-206-9/+9
| * | | | xen-blkfront: don't use req->errorsChristoph Hellwig2017-04-201-11/+25
| * | | | mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2017-04-202-7/+10
| * | | | nbd: don't use req->errorsChristoph Hellwig2017-04-201-15/+15
| * | | | null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
| * | | | loop: zero-fill bio on the submitting cpuChristoph Hellwig2017-04-202-16/+15
| * | | | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-203-23/+23
| * | | | virtio_blk: don't use req->errorsChristoph Hellwig2017-04-201-7/+3
| * | | | virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig2017-04-201-3/+3
| * | | | block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+2
| * | | | pd: don't check blk_execute_rq return value.Christoph Hellwig2017-04-201-5/+2
| * | | | null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-191-8/+1
| * | | | block: remove the osdblk driverChristoph Hellwig2017-04-193-710/+0
OpenPOWER on IntegriCloud