summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | perf/x86/intel: Add Elkhart Lake supportKan Liang2020-02-111-0/+1
| * | | | | | | | | | | | | arm/patch: Fix !MMU compilePeter Zijlstra2020-02-111-10/+9
| * | | | | | | | | | | | | arm/ftrace: Fix BE text pokingPeter Zijlstra2020-02-111-5/+2
* | | | | | | | | | | | | | Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-148-50/+188
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust2020-02-131-3/+8
| * | | | | | | | | | | | | | NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2020-02-132-7/+27
| * | | | | | | | | | | | | | NFSv4.1 make cachethis=no for writesOlga Kornievskaia2020-02-131-1/+1
| * | | | | | | | | | | | | | xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever2020-02-131-6/+7
| * | | | | | | | | | | | | | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-124-23/+115
| * | | | | | | | | | | | | | NFSv4: Fix races between open and dentry revalidationTrond Myklebust2020-02-102-3/+16
| * | | | | | | | | | | | | | NFS: Fix up directory verifier racesTrond Myklebust2020-02-101-7/+14
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2020-02-143-104/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ceph: noacl mount option is effectively ignoredXiubo Li2020-02-111-4/+4
| * | | | | | | | | | | | | | ceph: canonicalize server path in placeIlya Dryomov2020-02-112-94/+29
| * | | | | | | | | | | | | | ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li2020-02-111-6/+11
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-143-113/+284
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | io_uring: prune request from overflow list on flushJens Axboe2020-02-131-0/+28
| * | | | | | | | | | | | | | io-wq: don't call kXalloc_node() with non-online nodeJens Axboe2020-02-121-4/+18
| * | | | | | | | | | | | | | io_uring: retain sockaddr_storage across send/recvmsg async puntJens Axboe2020-02-091-6/+5
| * | | | | | | | | | | | | | io_uring: cancel pending async work if task exitsJens Axboe2020-02-091-0/+9
| * | | | | | | | | | | | | | io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe2020-02-092-0/+31
| * | | | | | | | | | | | | | io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe2020-02-091-11/+22
| * | | | | | | | | | | | | | io_uring: fix openat/statx's filename leakPavel Begunkov2020-02-081-0/+6
| * | | | | | | | | | | | | | io_uring: fix double prep iovec leakPavel Begunkov2020-02-081-2/+10
| * | | | | | | | | | | | | | io_uring: fix async close() with f_op->flush()Pavel Begunkov2020-02-081-29/+16
| * | | | | | | | | | | | | | io_uring: allow AT_FDCWD for non-file openat/openat2/statxJens Axboe2020-02-081-1/+1
| * | | | | | | | | | | | | | io_uring: grab ->fs as part of async preparationJens Axboe2020-02-081-0/+28
| * | | | | | | | | | | | | | io-wq: add support for inheriting ->fsJens Axboe2020-02-082-1/+11
| * | | | | | | | | | | | | | io_uring: retry raw bdev writes if we hit -EOPNOTSUPPJens Axboe2020-02-081-0/+6
| * | | | | | | | | | | | | | io_uring: add cleanup for openat()/statx()Pavel Begunkov2020-02-081-0/+10
| * | | | | | | | | | | | | | io_uring: fix iovec leaksPavel Begunkov2020-02-081-2/+49
| * | | | | | | | | | | | | | io_uring: remove unused struct io_async_openPavel Begunkov2020-02-081-5/+0
| * | | | | | | | | | | | | | io_uring: flush overflowed CQ events in the io_uring_poll()Stefano Garzarella2020-02-081-1/+1
| * | | | | | | | | | | | | | io_uring: statx/openat/openat2 don't support fixed filesJens Axboe2020-02-081-1/+7
| * | | | | | | | | | | | | | io_uring: fix deferred req iovec leakPavel Begunkov2020-02-061-35/+12
| * | | | | | | | | | | | | | io_uring: fix 1-bit bitfields to be unsignedRandy Dunlap2020-02-061-5/+5
| * | | | | | | | | | | | | | io_uring: get rid of delayed mm checkPavel Begunkov2020-02-061-10/+9
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-1461-859/+648
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | netdevice.h: fix all kernel-doc and Sphinx warningsRandy Dunlap2020-02-141-1/+15
| * | | | | | | | | | | | | | | Merge branch 'dsa-headroom'David S. Miller2020-02-142-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | net: dsa: tag_ar9331: Make sure there is headroom for tagPer Forlin2020-02-141-1/+1
| | * | | | | | | | | | | | | | | net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin2020-02-141-1/+1
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | net, ip6_tunnel: enhance tunnel locate with link checkWilliam Dauchy2020-02-141-21/+47
| * | | | | | | | | | | | | | | Merge tag 'mac80211-for-net-2020-02-14' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-02-147-22/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | mac80211: fix wrong 160/80+80 MHz settingShay Bar2020-02-141-2/+14
| | * | | | | | | | | | | | | | | cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich2020-02-141-0/+1
| | * | | | | | | | | | | | | | | cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich2020-02-071-2/+6
| | * | | | | | | | | | | | | | | mac80211: consider more elements in parsing CRCJohannes Berg2020-02-071-6/+12
| | * | | | | | | | | | | | | | | mac80211: fix quiet mode activation in action framesSara Sharon2020-02-071-4/+4
| | * | | | | | | | | | | | | | | mac80211: use more bits for ack_frame_idJohannes Berg2020-02-073-8/+7
OpenPOWER on IntegriCloud