aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-17/+79
2018-07-16nbd: handle unexpected replies betterGravatar Josef Bacik 1-14/+61
2018-07-16nbd: don't requeue the same request twice.Gravatar Josef Bacik 1-3/+18
2018-07-06Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+2
2018-07-03loop: Add LOOP_SET_BLOCK_SIZE in compat ioctlGravatar Evan Green 1-0/+1
2018-07-02drbd: fix access after freeGravatar Lars Ellenberg 1-1/+1
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2018-06-29drbd: Fix drbd_request_prepare() discard handlingGravatar Bart Van Assche 1-2/+2
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+35
2018-06-20nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Gravatar Doron Roberts-Kedes 1-8/+34
2018-06-19block: fix timeout changes for legacy request driversGravatar Christoph Hellwig 1-1/+1
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-4/+7
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 7-19/+29
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 3-5/+7
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-35/+46
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-0/+3
2018-06-07zram: introduce zram memory trackingGravatar Minchan Kim 3-14/+139
2018-06-07zram: record accessed secondGravatar Minchan Kim 2-0/+17
2018-06-07zram: mark incompressible page as ZRAM_HUGEGravatar Minchan Kim 2-3/+16
2018-06-07zram: correct flag name of ZRAM_ACCESSGravatar Minchan Kim 2-13/+13
2018-06-05nbd: set discard_alignment to the granularityGravatar Josef Bacik 1-0/+3
2018-06-05nbd: Consistently use request pointer in debug messages.Gravatar Kevin Vigor 1-5/+5
2018-06-05loop: add recursion validation to LOOP_CHANGE_FDGravatar Theodore Ts'o 1-30/+38
2018-06-04rbd: flush rbd_dev->watch_dwork after watch is unregisteredGravatar Dongsheng Yang 1-1/+1
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Gravatar Chengguang Xu 1-3/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 6-106/+12
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 28-229/+226
2018-05-31fs: Add aio iopriority supportGravatar Adam Manzanares 1-0/+3
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-25/+25
2018-05-30drbd: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 6-59/+38
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterGravatar Christoph Hellwig 2-14/+3
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Gravatar Kevin Vigor 1-6/+15
2018-05-29null_blk: complete requests from ->timeoutGravatar Christoph Hellwig 1-2/+4
2018-05-29mtip32xx: complete requests from ->timeoutGravatar Christoph Hellwig 1-1/+2
2018-05-29nbd: complete requests from ->timeoutGravatar Christoph Hellwig 1-3/+4
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEGravatar Christoph Hellwig 1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsGravatar Joe Perches 17-83/+81
2018-05-24Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2018-05-23nbd: set discard granularity properlyGravatar Josef Bacik 1-2/+8
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueGravatar Dan Melnic 1-1/+2
2018-05-21loop: clear wb_err in bd_inode when detaching backing fileGravatar Jeff Layton 1-0/+1
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectGravatar Josef Bacik 1-1/+1
2018-05-16nbd: fix how we set bd_invalidatedGravatar Josef Bacik 1-4/+3
2018-05-16nbd: clear_sock on netlink disconnectGravatar Josef Bacik 1-0/+1
2018-05-16nbd: use bd_set_size when updating disk sizeGravatar Josef Bacik 1-1/+9
2018-05-16nbd: update size when connectedGravatar Josef Bacik 1-0/+2
2018-05-16nbd: fix nbd device deletionGravatar Josef Bacik 1-1/+4
2018-05-16drbd: switch to proc_create_singleGravatar Christoph Hellwig 3-35/+4
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 3-71/+9