summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-1620-128/+259
|\
| * blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
| * nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg2019-03-131-4/+28
| * nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2019-03-132-5/+5
| * nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * nvme: add proper discard setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * nvme: remove nvme_ns_config_oncsChristoph Hellwig2019-03-131-7/+3
| * nvme: disable Write Zeroes for qemu controllersChristoph Hellwig2019-03-133-2/+9
| * nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart2019-03-131-31/+2
| * nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart2019-03-131-5/+4
| * nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart2019-03-131-0/+12
| * nvme-fc: fix numa_node when dev is nullJames Smart2019-03-131-1/+4
| * nvme-fc: use nr_phys_segments to determine existence of sglJames Smart2019-03-131-4/+15
| * nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu2019-03-131-10/+10
| * nvme: update comment to make the code easier to readYufen Yu2019-03-131-2/+2
| * nvme: put ns_head ref if namespace fails allocationSagi Grimberg2019-03-131-0/+1
| * nvme-trace: fix cdw10 buffer overrunKeith Busch2019-03-131-1/+1
| * nvme: don't warn on block content change effectsKeith Busch2019-03-131-1/+1
| * nvme: add get-feature to admin cmds tracerMax Gurtovoy2019-03-131-0/+14
| * Merge branch 'for-5.1/md-post' of https://github.com/liu-song-6/linux into fo...Jens Axboe2019-03-135-1/+72
| |\
| | * md: Fix failed allocation of md_register_threadAditya Pakki2019-03-122-0/+4
| | * It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0
| | * raid5: set write hint for PPLMariusz Dabrowski2019-03-124-0/+68
| |/
| * pblk: fix max_io calculationJavier González2019-03-071-1/+6
| * block: fix segment calculation for passthrough IOMing Lei2019-03-061-7/+8
| * Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2019-03-061-42/+57
| |\
| | * xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang2019-02-241-29/+43
| | * xen/blkback: add stack variable 'blkif' in connect_ring()Dongli Zhang2019-01-171-13/+14
* | | Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-165-23/+21
|\ \ \
| * | | SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust2019-03-151-4/+0
| * | | SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust2019-03-151-0/+1
| * | | SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust2019-03-151-13/+7
| * | | SUNRPC: Use the ENOTCONN error on socket disconnectTrond Myklebust2019-03-151-1/+1
| * | | SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust2019-03-151-1/+6
| * | | SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust2019-03-151-1/+1
| * | | pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust2019-03-121-1/+1
| * | | fix null pointer deref in tracepoints in back channelOlga Kornievskaia2019-03-121-2/+4
* | | | Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-166-10/+22
|\ \ \ \
| * | | | powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre2019-03-131-0/+1
| * | | | powerpc/powernv: Fix compile without CONFIG_TRACEPOINTSAlexey Kardashevskiy2019-03-131-0/+1
| * | | | powerpc/mm: Disable kcov for SLB routinesMahesh Salgaonkar2019-03-121-0/+3
| * | | | powerpc: remove dead code in head_fsl_booke.SJason Yan2019-03-051-7/+0
| * | | | powerpc/configs: Sync skiroot defconfigJoel Stanley2019-03-051-3/+9
| * | | | powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V2019-03-051-0/+8
* | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-161-3/+5
|\ \ \ \ \
| * | | | | fix sysfs_init_fs_context() in !CONFIG_NET_NS caseAl Viro2019-03-161-3/+5
* | | | | | Merge tag '5.1-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-03-1617-362/+981
|\ \ \ \ \ \
| * | | | | | CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-03-151-1/+13
| * | | | | | SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg2019-03-151-16/+46
| * | | | | | cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg2019-03-151-2/+12