summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | SUNRPC: Make RTT measurement more precise (Receive)Chuck Lever2018-04-101-2/+3
| * | | SUNRPC: Move xprt_update_rtt callsiteChuck Lever2018-04-103-3/+10
| * | | xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever2018-04-103-34/+12
| * | | xprtrdma: Chain Send to FastReg WRsChuck Lever2018-04-104-18/+49
| * | | xprtrdma: "Support" call-only RPCsChuck Lever2018-04-103-6/+13
| * | | xprtrdma: Reduce number of MRs created by rpcrdma_mrs_createChuck Lever2018-04-101-1/+1
| * | | xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever2018-04-105-13/+27
| * | | xprtrdma: Remove xprt-specific connect cookieChuck Lever2018-04-103-6/+3
| * | | xprtrdma: Remove arbitrary limit on initiator depthChuck Lever2018-04-101-5/+2
| * | | xprtrdma: Fix latency regression on NUMA NFS/RDMA clientsChuck Lever2018-04-103-4/+1
* | | | Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-123-51/+85
|\ \ \ \
| * | | | buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-193-26/+49
| * | | | vfs: factor sb iteration out of do_emergency_remountMateusz Guzik2017-10-051-25/+36
* | | | | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-1228-593/+2703
|\ \ \ \ \
| * | | | | afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-095-21/+24
| * | | | | afs: Add stats for data transfer operationsDavid Howells2018-04-094-0/+23
| * | | | | afs: Trace protocol errorsDavid Howells2018-04-097-46/+79
| * | | | | afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-098-29/+715
| * | | | | afs: Adjust the directory XDR structuresDavid Howells2018-04-092-53/+53
| * | | | | afs: Split the directory content defs into a headerDavid Howells2018-04-092-52/+67
| * | | | | afs: Fix directory handlingDavid Howells2018-04-097-108/+271
| * | | | | afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-095-185/+228
| * | | | | afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-094-5/+18
| * | | | | afs: Rearrange status mappingDavid Howells2018-04-095-129/+216
| * | | | | afs: Make it possible to get the data version in readpageDavid Howells2018-04-095-44/+59
| * | | | | afs: Init inode before accessing cacheDavid Howells2018-04-091-5/+2
| * | | | | afs: Introduce a statistics proc fileDavid Howells2018-04-094-1/+57
| * | | | | afs: Dump bad status recordDavid Howells2018-04-091-0/+35
| * | | | | afs: Implement @cell substitution handlingDavid Howells2018-04-093-1/+89
| * | | | | afs: Implement @sys substitution handlingDavid Howells2018-04-095-2/+380
| * | | | | afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-098-63/+552
| * | | | | afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-092-3/+4
| * | | | | afs: Fix checker warningsDavid Howells2018-04-0911-50/+35
| * | | | | vfs: Remove the const from dir_context::actorDavid Howells2018-04-091-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-1219-198/+345
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'l2tp-tunnel-creation-fixes'David S. Miller2018-04-114-137/+123
| |\ \ \ \ \ \
| | * | | | | | l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-113-28/+14
| | * | | | | | l2tp: fix races in tunnel creationGuillaume Nault2018-04-114-110/+110
| |/ / / / / /
| * | | | | | tun: send netlink notification when the device is modifiedSabrina Dubroca2018-04-111-2/+22
| * | | | | | tun: set the flags before registering the netdeviceSabrina Dubroca2018-04-111-3/+6
| * | | | | | lan78xx: Don't reset the interface on openPhil Elwell2018-04-111-4/+0
| * | | | | | Merge branch 'bnxt_en-Fixes-for-net'David S. Miller2018-04-114-5/+103
| |\ \ \ \ \ \
| | * | | | | | bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().Michael Chan2018-04-111-1/+1
| | * | | | | | bnxt_en: Need to include RDMA rings in bnxt_check_rings().Michael Chan2018-04-111-0/+2
| | * | | | | | bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna2018-04-111-0/+30
| | * | | | | | bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna2018-04-111-1/+3
| | * | | | | | bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek2018-04-111-0/+59
| | * | | | | | bnxt_en: Fix ethtool -x crash when device is down.Michael Chan2018-04-111-3/+8
| |/ / / / / /
| * | | | | | Merge branch 'vhost-fix-vhost_vq_access_ok-log-check'David S. Miller2018-04-112-36/+38
| |\ \ \ \ \ \
| | * | | | | | vhost: return bool from *_access_ok() functionsStefan Hajnoczi2018-04-112-35/+35