aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-3/+3
2022-12-13Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 15-67/+105
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 2-6/+6
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-7/+8
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2022-12-10NFSv4.2: Change the default KConfig value for READ_PLUSGravatar Anna Schumaker 1-4/+4
2022-12-10trace: Relocate event helper filesGravatar Chuck Lever 2-6/+6
2022-12-06NFSv4.x: Fail client initialisation if state manager thread can't runGravatar Trond Myklebust 1-0/+2
2022-12-06fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf()Gravatar ye xingchen 1-1/+1
2022-12-06NFS: use sysfs_emit() to instead of scnprintf()Gravatar ye xingchen 1-1/+1
2022-12-06NFS: Allow very small rsize & wsize againGravatar Anna Schumaker 1-4/+2
2022-12-06NFSv4.2: Fix up READ_PLUS alignmentGravatar Anna Schumaker 1-3/+4
2022-12-06NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSGravatar Anna Schumaker 1-1/+1
2022-12-06NFS: avoid spurious warning of lost lock that is being unlocked.Gravatar NeilBrown 3-2/+5
2022-12-06nfs: fix possible null-ptr-deref when parsing paramGravatar Hawkins Jiawei 1-0/+6
2022-12-06NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access()Gravatar ChenXiaoSong 1-11/+5
2022-12-06NFS: make sure open context mode have FMODE_EXEC when file open for execGravatar ChenXiaoSong 2-9/+6
2022-12-05NFS4.x/pnfs: Fix up logging of layout stateidsGravatar Trond Myklebust 1-2/+2
2022-11-30nfs: use locks_inode_context helperGravatar Jeff Layton 4-5/+5
2022-11-27NFS: Fix a race in nfs_call_unlink()Gravatar Trond Myklebust 1-0/+1
2022-11-27NFS: Fix an Oops in nfs_d_automount()Gravatar Trond Myklebust 1-1/+1
2022-11-27NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnGravatar Trond Myklebust 1-7/+12
2022-11-27NFSv4: Fix a credential leak in _nfs4_discover_trunking()Gravatar Trond Myklebust 1-1/+3
2022-11-27NFS: Trigger the "ls -l" readdir heuristic soonerGravatar Benjamin Coddington 1-2/+7
2022-11-27NFSv4.2: Fix initialisation of struct nfs4_labelGravatar Trond Myklebust 1-5/+10
2022-11-27NFSv4.2: Fix a memory stomp in decode_attr_security_labelGravatar Trond Myklebust 1-6/+4
2022-11-27NFSv4.2: Always decode the security labelGravatar Trond Myklebust 1-6/+4
2022-11-27NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingGravatar Trond Myklebust 1-1/+1
2022-11-27NFS: Clear the file access cache upon loginGravatar Trond Myklebust 1-0/+23
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Gravatar Greg Kroah-Hartman 1-2/+2
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Gravatar Kees Cook 2-3/+3
2022-10-27nfs4: Fix kmemleak when allocate slot failedGravatar Zhang Xiaoxu 1-0/+1
2022-10-27NFSv4.2: Fixup CLONE dest file size for zero-length countGravatar Benjamin Coddington 1-0/+3
2022-10-27NFSv4: Retry LOCK on OLD_STATEID during delegation returnGravatar Benjamin Coddington 1-2/+4
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootGravatar Trond Myklebust 1-0/+1
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsGravatar Trond Myklebust 1-0/+1
2022-10-27NFSv4: Fix a potential state reclaim deadlockGravatar Trond Myklebust 1-19/+17
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsGravatar Kees Cook 14-51/+51
2022-10-27nfs: Remove redundant null checks before kfreeGravatar Yushan Zhou 1-3/+2
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 2-5/+5
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 2-2/+3
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 17-36/+194
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-20/+19
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedGravatar Trond Myklebust 3-5/+97
2022-10-05NFSv4.2: Add a tracepoint for listxattrGravatar Anna Schumaker 2-0/+3
2022-10-05NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrGravatar Anna Schumaker 2-0/+49
2022-10-05NFSv4.2: Move TRACE_DEFINE_ENUM(NFS4_CONTENT_*) under CONFIG_NFS_V4_2Gravatar Anna Schumaker 1-1/+1