summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+6
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-10/+14
2019-05-09brd: add cond_resched to brd_free_pagesMikulas Patocka-0/+6
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-15/+34
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds-125/+45
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+5
2019-05-07rbd: don't assert on writes to snapshotsIlya Dryomov-2/+6
2019-05-07rbd: client_mutex is never nestedIlya Dryomov-1/+1
2019-05-07rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann-6/+6
2019-05-07rbd: avoid clang -Wuninitialized warningArnd Bergmann-1/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-6/+6
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+13
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+4
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-5/+10
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-6/+6
2019-04-26nbd: add tracepoints for send/receive timingAndrew Hall-0/+8
2019-04-26nbd: trace sending nbd requestsMatt Mullins-0/+5
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse-2/+3
2019-04-25mtip32xx: remove trim supportChristoph Hellwig-106/+0
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-3/+0
2019-04-22brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao-6/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe-2/+33
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck-0/+9
2019-04-12block: genhd: remove async_events fieldMartin Wilck-1/+0
2019-04-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang-0/+2
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva-4/+5
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-6/+6
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+31
2019-04-08virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->mapDongli Zhang-1/+2
2019-04-06xsysace: Fix error handling in ace_setupGuenter Roeck-0/+2
2019-04-06null_blk: prevent crash from bad home_node valueJohn Pittman-0/+5
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig-7/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-26/+6
2019-04-05paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing-1/+13
2019-04-03paride/pf: Fix potential NULL pointer dereferenceYueHaibing-1/+11
2019-04-01block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei-4/+12
2019-04-01loop: properly observe rotational flag of underlying deviceHolger Hoffstätte-0/+19
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim-26/+6
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-71/+80
2019-03-23Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+17
2019-03-22genetlink: make policy common to familyJohannes Berg-4/+1
2019-03-20rbd: drop wait_for_latest_osdmap()Ilya Dryomov-18/+2
2019-03-18rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov-4/+4
2019-03-18loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang-1/+1
2019-03-18paride/pcd: cleanup queues when detection failsJens Axboe-1/+5
2019-03-18paride/pf: cleanup queues when detection failsJens Axboe-5/+11
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds-42/+57