aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-17pktcdvd: remove assignment in if conditionRAGHU Halharvi1-23/+46
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar5-12/+39
2018-07-16nbd: handle unexpected replies betterJosef Bacik1-14/+61
2018-07-16nbd: don't requeue the same request twice.Josef Bacik1-3/+18
2018-07-12block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller1-8/+8
2018-07-09block/DAC960.c: fix defined but not used build warningsRandy Dunlap1-3/+6
2018-07-09null_blk: add zone supportMatias Bjørling4-3/+227
2018-07-09null_blk: move shared definitions to header fileMatias Bjørling2-75/+81
2018-07-09null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb deviceLiu Bo1-0/+1
2018-07-09block/loop: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-09drbd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-07-09paride: remove redundant variable nColin Ian King1-2/+1
2018-07-09loop: remove redundant pointer inodeColin Ian King1-2/+0
2018-07-09block/floppy: remove redundant variable dflagsColin Ian King1-3/+0
2018-07-09drbd: Do not redefine __must_hold()Bart Van Assche1-2/+0
2018-07-06Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+2
2018-07-03loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlEvan Green1-0/+1
2018-07-02drbd: fix access after freeLars Ellenberg1-1/+1
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche1-2/+2
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+35
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-20nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes1-8/+34
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig1-1/+1
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+7
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook7-19/+29
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-5/+7
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2-35/+46
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2018-06-07zram: introduce zram memory trackingMinchan Kim3-14/+139
2018-06-07zram: record accessed secondMinchan Kim2-0/+17
2018-06-07zram: mark incompressible page as ZRAM_HUGEMinchan Kim2-3/+16
2018-06-07zram: correct flag name of ZRAM_ACCESSMinchan Kim2-13/+13
2018-06-05nbd: set discard_alignment to the granularityJosef Bacik1-0/+3
2018-06-05nbd: Consistently use request pointer in debug messages.Kevin Vigor1-5/+5
2018-06-05loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o1-30/+38
2018-06-04rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang1-1/+1
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-3/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-106/+12
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds28-229/+226
2018-05-31fs: Add aio iopriority supportAdam Manzanares1-0/+3
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet1-25/+25
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet6-59/+38
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2-14/+3
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor1-6/+15
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig1-2/+4
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig1-1/+2
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1