summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: Reduce readdir stack usageTrond Myklebust2020-12-021-25/+33
| * NFS: nfs_do_filldir() does not return a valueTrond Myklebust2020-12-021-14/+7
| * NFS: More readdir cleanupsTrond Myklebust2020-12-021-14/+11
| * NFS: Support larger readdir buffersTrond Myklebust2020-12-023-22/+21
| * NFS: Simplify struct nfs_cache_array_entryTrond Myklebust2020-12-021-21/+25
| * NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()Trond Myklebust2020-12-021-2/+2
| * NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()Trond Myklebust2020-12-021-7/+3
| * NFS: Don't discard readdir resultsTrond Myklebust2020-12-021-4/+42
| * NFS: Clean up directory array handlingTrond Myklebust2020-12-021-61/+77
| * NFS: Clean up nfs_readdir_page_filler()Trond Myklebust2020-12-021-21/+18
| * NFS: Clean up readdir struct nfs_cache_arrayTrond Myklebust2020-12-021-17/+49
| * NFS: Ensure contents of struct nfs_open_dir_context are consistentTrond Myklebust2020-12-021-29/+43
| * NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia2020-12-021-2/+8
| * NFSv4: Observe the NFS_MOUNT_SOFTREVAL flag in _nfs4_proc_lookuppTrond Myklebust2020-12-021-1/+5
| * NFSv3: Add emulation of the lookupp() operationTrond Myklebust2020-12-021-0/+15
| * NFSv3: Refactor nfs3_proc_lookup() to split out the dentryTrond Myklebust2020-12-021-11/+22
| * NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-021-1/+1
| * NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2020-12-022-9/+13
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+5
|\ \
| * | kernel.h: split out mathematical helpersAndy Shevchenko2020-12-151-0/+5
* | | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-12-1510-12/+13
|\ \ \ | |/ / |/| |
| * | nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust2020-12-091-1/+2
| * | nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust2020-12-091-1/+2
| * | nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2020-12-091-1/+1
| * | nfsd: allow filesystems to opt out of subtree checkingJeff Layton2020-12-091-1/+1
| * | nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton2020-12-091-0/+1
| * | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-309-12/+10
* | | NFS: Disable READ_PLUS by defaultAnna Schumaker2020-12-102-1/+10
* | | NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-101-1/+1
* | | NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2020-12-102-9/+13
| |/ |/|
* | pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledTrond Myklebust2020-11-302-15/+48
|/
* NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust2020-11-121-5/+1
* NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust2020-11-121-5/+4
* NFS: Fix listxattr receive buffer sizeChuck Lever2020-11-121-2/+2
* NFSv4.2: fix failure to unregister shrinkerJ. Bruce Fields2020-11-121-0/+2
* nfsroot: Default mount option should ask for built-in NFS versionHelge Deller2020-11-021-0/+6
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-223-6/+54
|\
| * NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-213-6/+54
* | Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-10-2015-114/+396
|\ \
| * | NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia2020-10-161-3/+6
| * | NFSv4: Fix up RCU annotations for struct nfs_netns_clientTrond Myklebust2020-10-152-4/+9
| * | NFS: Only reference user namespace from nfs4idmap struct instead of credSargun Dhillon2020-10-131-7/+8
| * | nfs: add missing "posix" local_lock constant table definitionScott Mayhew2020-10-121-0/+1
| * | NFSv4: Use the net namespace uniquifier if it is setTrond Myklebust2020-10-091-4/+17
| * | NFSv4: Clean up initialisation of uniquified client id stringsTrond Myklebust2020-10-091-41/+34
| * | NFS: Decode a full READ_PLUS replyAnna Schumaker2020-10-071-17/+19
| * | NFS: Add READ_PLUS hole segment decodingAnna Schumaker2020-10-071-1/+25
| * | NFS: Add READ_PLUS data segment supportAnna Schumaker2020-10-074-3/+184
| * | NFS: Use xdr_page_pos() in NFSv4 decode_getacl()Anna Schumaker2020-10-071-5/+1
| * | NFS: fix nfs_path in case of a rename retryAshish Sangwan2020-10-061-4/+8