summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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 tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-062-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-201-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-121-1/+1
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-127-19/+29
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-5/+7
| |/ |/|
* | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-082-35/+46
|\ \
| * | nbd: set discard_alignment to the granularityJosef Bacik2018-06-051-0/+3
| * | nbd: Consistently use request pointer in debug messages.Kevin Vigor2018-06-051-5/+5
| * | loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o2018-06-051-30/+38
* | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-0/+3
|\ \ \
| * | | fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+3
* | | | zram: introduce zram memory trackingMinchan Kim2018-06-073-14/+139
* | | | zram: record accessed secondMinchan Kim2018-06-072-0/+17
* | | | zram: mark incompressible page as ZRAM_HUGEMinchan Kim2018-06-072-3/+16
* | | | zram: correct flag name of ZRAM_ACCESSMinchan Kim2018-06-072-13/+13
| |/ / |/| |
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-046-106/+12
|\ \ \
| * | | drbd: switch to proc_create_singleChristoph Hellwig2018-05-163-35/+4
| * | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-163-71/+9
* | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-0428-229/+226
|\ \ \ \ | |_|_|/ |/| | |
| * | | pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-25/+25
| * | | drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-59/+38
| * | | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-302-14/+3
| * | | nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor2018-05-301-6/+15
OpenPOWER on IntegriCloud