summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-1424-188/+434
|\
| * null_blk: add lock drop/acquire annotationJens Axboe2018-08-091-1/+3
| * block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva2018-08-091-0/+2
| * drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang2018-08-081-8/+4
| * drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang2018-08-081-2/+2
| * drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang2018-08-081-2/+1
| * xen-blkfront: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-2/+2
| * cdrom: Use struct scsi_sense_hdr internallyKees Cook2018-08-021-1/+1
| * block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook2018-08-021-18/+18
| * aoe: mark expected switch fall-throughGustavo A. R. Silva2018-08-021-0/+1
| * pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park2018-07-281-1/+3
| * xen/blkfront: remove unused macrosJuergen Gross2018-07-251-5/+0
| * block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche2018-07-242-3/+3
| * block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-183-8/+7
| * block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-182-5/+2
| * block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-182-15/+15
| * pktcdvd: remove assignment in if conditionRAGHU Halharvi2018-07-181-23/+46
| * block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller2018-07-121-8/+8
| * block/DAC960.c: fix defined but not used build warningsRandy Dunlap2018-07-091-3/+6
| * null_blk: add zone supportMatias Bjørling2018-07-094-3/+227
| * null_blk: move shared definitions to header fileMatias Bjørling2018-07-092-75/+81
| * null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb deviceLiu Bo2018-07-091-0/+1
| * block/loop: mark expected switch fall-throughGustavo A. R. Silva2018-07-091-0/+1
| * drbd: mark expected switch fall-throughsGustavo A. R. Silva2018-07-091-0/+3
| * paride: remove redundant variable nColin Ian King2018-07-091-2/+1
| * loop: remove redundant pointer inodeColin Ian King2018-07-091-2/+0
| * block/floppy: remove redundant variable dflagsColin Ian King2018-07-091-3/+0
| * drbd: Do not redefine __must_hold()Bart Van Assche2018-07-091-2/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-1/+1
|\ \
| * | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-175-12/+39
| |\|
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* | | zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim2018-08-111-1/+14
* | | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-271-17/+79
|\ \ \ | |_|/ |/| |
| * | nbd: handle unexpected replies betterJosef Bacik2018-07-161-14/+61
| * | nbd: don't requeue the same request twice.Josef Bacik2018-07-161-3/+18
* | | Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-072-1/+2
|\| |
| * | loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green2018-07-031-0/+1
| * | drbd: fix access after freeLars Ellenberg2018-07-021-1/+1
* | | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-301-2/+2
|\| |
| * | drbd: Fix drbd_request_prepare() discard handlingBart Van Assche2018-06-291-2/+2
* | | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-242-9/+35
|\| | | |/ |/|
| * nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-06-211-8/+34
| * block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-191-1/+1
* | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-151-4/+7
|\ \
| * | rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang2018-06-041-1/+1
| * | libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-3/+6
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-137-19/+29
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-5/+7
| |/ |/|
* | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-082-35/+46
|\ \