summaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-28nfsd: fix configuration of supported minor versionsTrond Myklebust2-8/+22
2017-02-24sunrpc: don't register UDP port with rpcbind when version needs congestion co...Jeff Layton1-0/+7
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton4-6/+27
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton3-0/+10
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton6-10/+9
2017-02-24nfsd: remove superfluous KERN_INFORasmus Villemoes1-1/+1
2017-02-21nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-02-20nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-02-17NFSD: Reserve adequate space for LOCKT operationKinglong Mee1-5/+5
2017-02-17NFSD: Get response size before operation for all RPCsKinglong Mee1-6/+63
2017-02-17nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee1-7/+3
2017-02-17nfsd/callback: skip the callback tagKinglong Mee1-0/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee3-4/+15
2017-02-17nfsd/idmap: return nfserr_inval for 0-length namesKinglong Mee1-0/+8
2017-02-10nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields1-37/+60
2017-02-08SUNRPC/Cache: Always treat the invalid cache as unexpiredKinglong Mee1-1/+4
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee1-15/+26
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever2-16/+16
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever3-28/+22
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever2-2/+0
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever1-8/+9
2017-02-08svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever1-153/+79
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever4-29/+16
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever4-25/+38
2017-02-06NFSDv4: use export cache flushtime for changeid on V4ROOT objects.NeilBrown1-3/+7
2017-02-06Linux 4.10-rc7v4.10-rc7Linus Torvalds1-1/+1
2017-02-03mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-02-03fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2-0/+8
2017-02-03base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani3-12/+23
2017-02-03mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani1-4/+8
2017-02-03jump label: pass kbuild_cflags when checking for asm goto supportDavid Lin1-1/+1
2017-02-03shmem: fix sleeping from atomic contextKirill A. Shutemov1-2/+9
2017-02-03kasan: respect /proc/sys/kernel/traceoff_on_warningPeter Zijlstra1-0/+3
2017-02-03zswap: disable changing params if init failsDan Streetman1-1/+29
2017-02-03MAINTAINERS: update email address for Amit ShahAmit Shah1-1/+1
2017-02-03vhost: fix initialization for vq->is_leHalil Pasic1-6/+4
2017-02-03Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"Michael S. Tsirkin1-7/+0
2017-02-03log2: make order_base_2() behave correctly on const input value zeroArd Biesheuvel1-1/+12
2017-02-03KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář1-0/+1
2017-02-03module: unify absolute krctab definitions for 32-bit and 64-bitArd Biesheuvel1-7/+0
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel7-52/+53
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel5-5/+42
2017-02-02drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctlMichel Dänzer2-3/+4
2017-02-02drm/amdgpu/si: fix crash on headless asicsAlex Deucher1-1/+3
2017-02-02tracing/kprobes: Fix __init annotationArnd Bergmann1-1/+1
2017-02-01efi/fdt: Avoid FDT manipulation after ExitBootServices()Ard Biesheuvel1-11/+3
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-02-01net: fix ndo_features_check/ndo_fix_features comment orderingDimitris Michailidis1-14/+15
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi1-82/+45