aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner5-0/+5
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner8-0/+8
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-10/+14
2019-05-09brd: add cond_resched to brd_free_pagesMikulas Patocka1-0/+6
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-15/+34
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds17-125/+45
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds4-4/+5
2019-05-07rbd: don't assert on writes to snapshotsIlya Dryomov1-2/+6
2019-05-07rbd: client_mutex is never nestedIlya Dryomov1-1/+1
2019-05-07rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann1-6/+6
2019-05-07rbd: avoid clang -Wuninitialized warningArnd Bergmann1-1/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds2-6/+6
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-3/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+13
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg2-5/+10
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2-6/+6
2019-04-26nbd: add tracepoints for send/receive timingAndrew Hall1-0/+8
2019-04-26nbd: trace sending nbd requestsMatt Mullins1-0/+5
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-04-25mtip32xx: remove trim supportChristoph Hellwig2-106/+0
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers2-3/+0
2019-04-22brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao1-6/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe5-2/+33
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck9-0/+9
2019-04-12block: genhd: remove async_events fieldMartin Wilck1-1/+0
2019-04-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang1-0/+2
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva4-4/+5
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2-6/+6
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+31
2019-04-08virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->mapDongli Zhang1-1/+2
2019-04-06xsysace: Fix error handling in ace_setupGuenter Roeck1-0/+2
2019-04-06null_blk: prevent crash from bad home_node valueJohn Pittman1-0/+5
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig2-7/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+6
2019-04-05paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing1-1/+13
2019-04-03paride/pf: Fix potential NULL pointer dereferenceYueHaibing1-1/+11
2019-04-01block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei1-4/+12
2019-04-01loop: properly observe rotational flag of underlying deviceHolger Hoffstätte1-0/+19
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim1-26/+6
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-71/+80
2019-03-23Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+17
2019-03-22genetlink: make policy common to familyJohannes Berg1-4/+1
2019-03-20rbd: drop wait_for_latest_osdmap()Ilya Dryomov1-18/+2
2019-03-18rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov1-4/+4
2019-03-18loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang1-1/+1
2019-03-18paride/pcd: cleanup queues when detection failsJens Axboe1-1/+5