summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-2252-495/+346
|\
| * fs: Allow a NULL pos pointer to __kernel_readMatthew Wilcox (Oracle)2020-10-151-2/+3
| * fs: Allow a NULL pos pointer to __kernel_writeMatthew Wilcox (Oracle)2020-10-151-2/+3
| * powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-096-64/+9
| * powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-091-0/+16
| * x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-098-77/+39
| * x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig2020-09-092-3/+3
| * x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig2020-09-093-49/+49
| * lkdtm: remove set_fs-based testsChristoph Hellwig2020-09-095-31/+0
| * test_bitmap: remove user bitmap testsChristoph Hellwig2020-09-091-70/+21
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-0926-0/+45
| * fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-093-119/+15
| * fs: don't allow kernel reads and writes without iter opsChristoph Hellwig2020-09-091-25/+42
| * sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-093-26/+26
| * proc: add a read_iter method to proc proc_opsChristoph Hellwig2020-09-042-3/+51
| * proc: cleanup the compat vs no compat file opsChristoph Hellwig2020-09-041-6/+4
| * proc: remove a level of indentation in proc_get_inodeChristoph Hellwig2020-09-041-35/+37
* | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-2244-1368/+1490
|\ \
| * | NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-218-8/+219
| * | SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw2020-10-201-10/+17
| * | sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas2020-10-201-1/+1
| * | svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni2020-10-161-1/+2
| * | nfsd: remove unneeded breakTom Rix2020-10-161-1/+0
| * | net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov2020-10-161-1/+7
| * | NFSD: Encode a full READ_PLUS replyAnna Schumaker2020-10-121-24/+25
| * | NFSD: Return both a hole and a data segmentAnna Schumaker2020-10-121-16/+40
| * | NFSD: Add READ_PLUS hole segment encodingAnna Schumaker2020-10-121-1/+38
| * | NFSD: Add READ_PLUS data supportAnna Schumaker2020-10-122-3/+105
| * | NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-1210-120/+145
| * | NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2020-10-022-3/+1
| * | NFSD: Remove the RETURN_STATUS() macroChuck Lever2020-10-022-138/+130
| * | NFSD: Call NFSv2 encoders on error returnsChuck Lever2020-10-025-122/+171
| * | NFSD: Fix .pc_release method for NFSv2Chuck Lever2020-10-023-11/+26
| * | NFSD: Remove vestigial typedefsChuck Lever2020-10-021-3/+0
| * | NFSD: Refactor nfsd_dispatch() error pathsChuck Lever2020-10-021-25/+35
| * | NFSD: Clean up nfsd_dispatch() variablesChuck Lever2020-10-021-8/+7
| * | NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever2020-10-021-10/+16
| * | NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever2020-10-021-4/+4
| * | NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-029-3/+25
| * | NFSACL: Replace PROC() macro with open codeChuck Lever2020-10-023-43/+80
| * | lockd: Replace PROC() macro with open codeChuck Lever2020-10-022-100/+398
| * | NFSD: Add missing NFSv2 .pc_func methodsChuck Lever2020-10-021-0/+16
| * | nfsd: rq_lease_breaker cleanupJ. Bruce Fields2020-09-262-2/+2
| * | nfsd4: remove check_conflicting_opens warningJ. Bruce Fields2020-09-261-1/+0
| * | nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields2020-09-261-1/+1
| * | sunrpc: simplify do_cache_cleanJ. Bruce Fields2020-09-261-7/+8
| * | sunrpc: cache : Replace seq_printf with seq_putsXu Wang2020-09-261-2/+2
| * | silence nfscache allocation warnings with kvzallocRik van Riel2020-09-261-8/+4
| * | nfsd: fix comparison to bool warningZheng Bin2020-09-261-1/+1
| * | NFSD: Correct type annotations in COPY XDR functionsChuck Lever2020-09-261-1/+1