summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust2019-04-251-1/+3
* NFS: Remove unused argument from nfs_create_request()Trond Myklebust2019-04-251-1/+0
* NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust2019-04-251-1/+0
* NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsTrond Myklebust2019-04-251-0/+1
* NFS: Move internal constants out of uapi/linux/nfs_mount.hTrond Myklebust2019-04-252-9/+9
* SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust2019-04-251-0/+2
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-251-0/+2
* SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust2019-04-251-1/+0
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-252-1/+2
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-1/+8
* SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-1/+0
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-251-3/+3
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-252-5/+7
* Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-203-3/+4
|\
| * block: make sure that bvec length can't be overflowMing Lei2019-04-191-2/+3
| * block: kill all_q_node in request_queueHou Tao2019-04-191-1/+0
| * bfq: update internal depth state when queue depth changesJens Axboe2019-04-131-0/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-201-0/+1
|\ \
| * | x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-04-191-0/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-201-1/+6
|\ \ \
| * | | x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan2019-04-161-1/+6
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-192-0/+22
|\ \ \ \
| * | | | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-191-0/+21
| * | | | mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins2019-04-191-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-04-191-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Input: document meanings of KEY_SCREEN and KEY_ZOOMDmitry Torokhov2019-03-261-2/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-177-38/+49
|\ \ \ \ \
| * | | | | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-121-1/+3
| * | | | | net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-04-111-1/+1
| * | | | | net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-6/+0
| * | | | | net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-101-1/+1
| * | | | | failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-101-0/+3
| * | | | | net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-101-0/+2
| * | | | | Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-04-092-29/+39
| |\ \ \ \ \
| | * | | | | mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-4/+20
| | * | | | | cfg80211: add ratelimited variants of err and warnStanislaw Gruszka2019-04-081-0/+5
| | * | | | | mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau2019-03-291-30/+19
* | | | | | | Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-161-0/+18
|\ \ \ \ \ \ \
| * | | | | | | dt-bindings: clock: sifive: add FU540-C000 PRCI clock constantsPaul Walmsley2019-04-091-0/+18
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-161-4/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-161-4/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-142-5/+20
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-4/+6
| * | | | | | mm: add 'try_get_page()' helper functionLinus Torvalds2019-04-141-0/+9
| * | | | | | mm: make page ref count overflow check tighter and more explicitLinus Torvalds2019-04-141-1/+5
* | | | | | | Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-134-14/+30
|\ \ \ \ \ \ \
| * | | | | | | nvmet: fix discover log page when offsets are usedKeith Busch2019-04-111-2/+7
| * | | | | | | blk-mq: introduce blk_mq_complete_request_sync()Ming Lei2019-04-101-0/+1
| * | | | | | | block: don't use for-inside-for in bio_for_each_segment_allMing Lei2019-04-082-12/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-04-131-8/+0
|\ \ \ \ \ \ \