aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-04-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang1-0/+2
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+31
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-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-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
2019-03-18paride/pf: cleanup queues when detection failsJens Axboe1-5/+11
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+57
2019-03-14zram: default to lzo-rle instead of lzoDave Rodgman1-1/+1
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-103/+297
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+6
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds8-49/+52
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman1-0/+1
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-26/+19
2019-03-06Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-5.1/block-postJens Axboe1-42/+57
2019-03-06virtio-blk: Consider virtio_max_dma_size() for maximum segment sizeJoerg Roedel1-4/+6
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-2/+3
2019-03-05rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov1-0/+2
2019-03-05rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov1-5/+7
2019-03-05rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov1-10/+79
2019-03-05rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov1-33/+43
2019-03-05rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov1-31/+59
2019-03-05rbd: factor out __rbd_osd_req_create()Ilya Dryomov1-7/+12
2019-03-05rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov1-0/+1
2019-03-05rbd: remove experimental designation from kernel layeringIlya Dryomov1-8/+0
2019-03-05rbd: round off and ignore discards that are too smallIlya Dryomov1-6/+55
2019-03-05rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov1-10/+51
2019-03-05rbd: get rid of obj_req->obj_request_countIlya Dryomov1-5/+0
2019-02-28nbd: propagate genlmsg_reply return codeLi RongQing1-2/+1
2019-02-28floppy: remove set but not used variable 'q'YueHaibing1-3/+0
2019-02-28null_blk: fix checking for REQ_FUAHeinz Mauelshagen1-1/+1
2019-02-24xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfrontDongli Zhang1-29/+43