summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: pblk: fix chunk close trace event checkHans Holmberg2018-12-111-1/+1
* lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()Geert Uytterhoeven2018-12-112-2/+3
* lightnvm: pblk: ignore the smeta oob area scanZhoujie Wu2018-12-111-2/+3
* dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer2018-12-112-5/+11
* nvme: fix irq vs io_queue calculationsJens Axboe2018-12-111-35/+29
* dm: fix inflight IO checkJens Axboe2018-12-111-8/+6
* mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe2018-12-101-2/+2
* mtip32xx: avoid using semaphoresArnd Bergmann2018-12-102-5/+5
* dm: remove the pending IO accountingMikulas Patocka2018-12-102-21/+15
* block: return just one value from part_in_flightMikulas Patocka2018-12-105-36/+22
* block: switch to per-cpu in-flight countersMikulas Patocka2018-12-102-17/+55
* block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-106-70/+26
* block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-107-52/+46
* dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer2018-12-101-5/+4
* dm: dont rewrite dm_disk(md)->part0.in_flightMikulas Patocka2018-12-101-3/+1
* Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-10294-1265/+3083
|\
| * Linux 4.20-rc6v4.20-rc6Linus Torvalds2018-12-101-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-1083-368/+1225
| |\
| | * net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz2018-12-091-13/+10
| | * Merge branch 'bnxt_en-Bug-fixes'David S. Miller2018-12-093-13/+50
| | |\
| | | * bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan2018-12-091-4/+12
| | | * bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan2018-12-091-6/+23
| | | * bnxt_en: Keep track of reserved IRQs.Michael Chan2018-12-093-3/+8
| | | * bnxt_en: Fix CNP CoS queue regression.Michael Chan2018-12-091-0/+7
| | |/
| | * net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir2018-12-091-2/+2
| | * Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt2018-12-081-1/+1
| | * Merge branch 'skb-headroom-slab-out-of-bounds'David S. Miller2018-12-082-26/+44
| | |\
| | | * neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-081-5/+23
| | | * ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-081-21/+21
| | |/
| | * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-081-11/+24
| | * ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| | * Merge branch 'mlxsw-Various-fixes'David S. Miller2018-12-063-10/+16
| | |\
| | | * mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel2018-12-061-2/+8
| | | * mlxsw: spectrum_router: Relax GRE decap matching checkNir Dotan2018-12-061-4/+1
| | | * mlxsw: spectrum_switchdev: Avoid leaking FID's reference countIdo Schimmel2018-12-061-2/+5
| | | * mlxsw: spectrum_nve: Remove easily triggerable warningsIdo Schimmel2018-12-061-2/+2
| | |/
| | * ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-063-2/+21
| | * sctp: frag_point sanity checkJakub Audykowicz2018-12-063-2/+12
| | * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-061-4/+7
| | * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-061-1/+4
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-0613-95/+732
| | |\
| | | * Merge branch 'bpf-verifier-resilience'Daniel Borkmann2018-12-042-16/+91
| | | |\
| | | | * bpf: add per-insn complexity limitAlexei Starovoitov2018-12-041-1/+6
| | | | * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-042-15/+82
| | | | * bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-041-0/+3
| | | |/
| | | * bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das2018-12-031-0/+66
| | | * bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
| | | * bpf: Improve socket lookup reuseport documentationJoe Stringer2018-12-012-4/+8
| | | * bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-015-44/+63
| | | * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-014-18/+39