summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bdi: Fix another oops in wb_workfn()Jan Kara2018-06-222-14/+8
* lightnvm: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-221-1/+1
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-226-45/+88
|\
| * nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe2018-06-213-5/+39
| * nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang2018-06-211-1/+1
| * nvme-fc: release io queues to allow fast failJames Smart2018-06-211-3/+3
| * nvmet: reset keep alive timer in controller enableMax Gurtuvoy2018-06-201-0/+8
| * nvme-rdma: don't override opts->queue_sizeSagi Grimberg2018-06-201-11/+10
| * nvme-rdma: Fix command completion race at error recoveryIsrael Rukshin2018-06-201-2/+6
| * nvme-rdma: fix possible free of a non-allocated async event bufferSagi Grimberg2018-06-201-13/+11
| * nvme-rdma: fix possible double free condition when failing to create a contro...Sagi Grimberg2018-06-201-10/+10
* | nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-06-202-8/+37
* | block: sed-opal: Fix a couple off by one bugsDan Carpenter2018-06-201-2/+2
* | blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter2018-06-201-1/+1
|/
* Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche2018-06-192-10/+1
* block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-193-2/+3
* bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
* block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-153-38/+1
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-1511-224/+154
|\
| * nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19
| * nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2
| * nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-155-50/+45
| * blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-142-31/+0
| * nvme: remove nvme_reinit_tagsetChristoph Hellwig2018-06-142-12/+0
| * nvme-fc: fix nulling of queue data on reconnectJames Smart2018-06-141-6/+5
| * nvme-fc: remove reinit_request routineJames Smart2018-06-141-20/+0
| * nvme-fc: change controllers first connect to use reconnect pathJames Smart2018-06-141-57/+47
| * nvme: don't rely on the changed namespace list logChristoph Hellwig2018-06-131-25/+11
| * nvmet: free smart-log buffer after useChaitanya Kulkarni2018-06-111-1/+3
| * nvme-rdma: fix error flow during mapping request dataMax Gurtovoy2018-06-111-7/+24
| * nvme: add bio remapping tracepointHannes Reinecke2018-06-111-0/+4
| * nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin2018-06-111-1/+1
* | blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-142-0/+7
* | blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen2018-06-111-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1037-129/+301
|\ \
| * | tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
| * | net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado2018-06-101-6/+29
| * | socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2018-06-101-3/+15
| * | net: bridge: Fix locking in br_fdb_find_port()Petr Machata2018-06-081-1/+3
| * | udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-086-8/+21
| * | cdc_ncm: avoid padding beyond end of skbBjørn Mork2018-06-081-2/+2
| * | net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-081-9/+6
| * | net: fddi: fix a possible null-ptr-derefYueHaibing2018-06-081-27/+28
| * | net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King2018-06-081-6/+5
| * | net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe2018-06-081-5/+5
| * | bpfilter: fix race in pipe accessAlexei Starovoitov2018-06-071-3/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-077-26/+118
| |\ \
| | * | bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann2018-06-071-2/+4
| | * | xsk: Fix umem fill/completion queue mmap on 32-bitGeert Uytterhoeven2018-06-082-3/+3
| | * | tools/bpf: fix selftest get_cgroup_id_userYonghong Song2018-06-082-3/+23