summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2019-06-05mtip32xx: also set max_segment_size in the deviceChristoph Hellwig-0/+1
2019-06-05rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 349Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 348Thomas Gleixner-2/+1
2019-06-04block: aoe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-14/+2
2019-06-03xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne-19/+19
2019-06-02Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-31/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-120/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-25/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Thomas Gleixner-2/+1
2019-05-27signal/drbd: Use send_sig not force_sigEric W. Biederman-3/+3
2019-05-27loop: Don't change loop device under exclusive openerJan Kara-1/+17
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner-169/+13
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 30Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+5
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+8
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