aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nfs42: serialize LAYOUTSTATS calls of the same filePeng Tao2015-06-241-0/+1
* NFSv.2/pnfs Add a LAYOUTSTATS rpc functionTrond Myklebust2015-06-242-0/+44
* Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-06-168-11/+15
|\
| * xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2015-06-121-1/+2
| * Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-061-0/+6
| |\
| | * drivers: of/base: move of_init to driver_initSudeep Holla2015-05-261-0/+6
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-051-4/+0
| |\ \
| | * | perf/x86: Fix event/group validationPeter Zijlstra2015-05-271-4/+0
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-032-2/+0
| |\ \ \
| | * | | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-282-2/+0
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-012-4/+6
| |\ \ \
| | * | | tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-311-1/+2
| | * | | Merge tag 'mac80211-for-davem-2015-05-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-301-3/+4
| | |\ \ \
| | | * | | mac80211: Fix mac80211.h docbook commentsJonathan Corbet2015-05-281-3/+4
| * | | | | include/uapi/linux/virtio_balloon.h: include linux/virtio_types.hMikko Rapeli2015-06-011-0/+1
* | | | | | nfs: make nfs4_init_uniform_client_string use a dynamically allocated bufferJeff Layton2015-06-161-6/+0
* | | | | | nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_idJeff Layton2015-06-161-1/+1
* | | | | | nfs: increase size of EXCHANGE_ID name string bufferJeff Layton2015-06-161-1/+1
* | | | | | SUNRPC: Transport fault injectionChuck Lever2015-06-101-0/+19
* | | | | | NFS: Remove unused nfs_rw_ops->rw_release() functionAnna Schumaker2015-06-101-1/+0
* | | | | | sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-101-2/+14
* | | | | | sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-101-2/+3
* | | | | | sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-102-0/+17
* | | | | | SUNRPC: Fix a backchannel raceTrond Myklebust2015-06-051-1/+2
* | | | | | SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-051-2/+1
* | | | | | SUNRPC: Clean up bc_send()Chuck Lever2015-06-021-1/+0
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-05-313-7/+7
|\ \ \ \ \
| * | | | | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-301-4/+2
| * | | | | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-301-0/+2
| * | | | | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-302-3/+3
* | | | | | Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-05-291-1/+12
|\ \ \ \ \ \
| * | | | | | percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner2015-05-291-1/+12
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-05-291-4/+50
|\ \ \ \ \ \ \
| * | | | | | | tracing/mm: don't trace mm_page_pcpu_drain on offline cpusShreyas B. Prabhu2015-05-281-1/+24
| * | | | | | | tracing/mm: don't trace mm_page_free on offline cpusShreyas B. Prabhu2015-05-281-1/+13
| * | | | | | | tracing/mm: don't trace kmem_cache_free on offline cpusShreyas B. Prabhu2015-05-281-2/+13
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-291-4/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-4/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-272-3/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe2015-05-271-2/+5
| * | | | | | net: phy: bcm7xxx: Fix 7425 PHY ID and flagsFlorian Fainelli2015-05-251-1/+1
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-231-6/+21
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-131-6/+21
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-226-3/+29
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-221-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal2015-05-201-0/+1
| * | | | | | | | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-221-0/+2
| * | | | | | | | inet: properly align icsk_ca_privEric Dumazet2015-05-191-2/+3
| |/ / / / / / /
| * | | | | | | rhashtable: Add cap on number of elements in hash tableHerbert Xu2015-05-161-0/+19
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-161-0/+3
| |\ \ \ \ \ \ \