summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-10/+6
|\
| * nfs: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-10/+6
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-207-27/+27
|\ \
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-5/+5
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-5/+5
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
* | | Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2023-02-202-11/+12
|\ \ \
| * | | nfsd: remove fetch_iversion export operationJeff Layton2023-01-261-7/+0
| * | | nfs: report the inode version in getattr if requestedJeff Layton2023-01-261-4/+12
| | |/ | |/|
* | | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-204-0/+4
|\ \ \
| * | | filelock: move file locking definitions to separate header fileJeff Layton2023-01-114-0/+4
| |/ /
* / / Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"Anna Schumaker2023-02-171-4/+4
|/ /
* | Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-01-072-1/+14
|\ \ | |/ |/|
| * NFS: Fix up a sparse warningTrond Myklebust2023-01-011-1/+3
| * NFS: Judge the file access cache's timestamp in rcu pathChengen Du2023-01-011-0/+3
| * pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia2022-12-201-0/+8
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-2/+2
|\ \
| * | kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-221-2/+2
* | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-142-3/+3
|\ \ \
| * | | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-012-3/+3
* | | | Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-12-1315-67/+105
|\ \ \ \ | | |_|/ | |/| |
| * | | NFSv4.2: Change the default KConfig value for READ_PLUSAnna Schumaker2022-12-101-4/+4
| * | | NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust2022-12-061-0/+2
| * | | fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
| * | | NFS: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
| * | | NFS: Allow very small rsize & wsize againAnna Schumaker2022-12-061-4/+2
| * | | NFSv4.2: Fix up READ_PLUS alignmentAnna Schumaker2022-12-061-3/+4
| * | | NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker2022-12-061-1/+1
| * | | NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown2022-12-063-2/+5
| * | | nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei2022-12-061-0/+6
| * | | NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access()ChenXiaoSong2022-12-061-11/+5
| * | | NFS: make sure open context mode have FMODE_EXEC when file open for execChenXiaoSong2022-12-062-9/+6
| * | | NFS4.x/pnfs: Fix up logging of layout stateidsTrond Myklebust2022-12-051-2/+2
| * | | NFS: Fix a race in nfs_call_unlink()Trond Myklebust2022-11-271-0/+1
| * | | NFS: Fix an Oops in nfs_d_automount()Trond Myklebust2022-11-271-1/+1
| * | | NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust2022-11-271-7/+12
| * | | NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust2022-11-271-1/+3
| * | | NFS: Trigger the "ls -l" readdir heuristic soonerBenjamin Coddington2022-11-271-2/+7
| * | | NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust2022-11-271-5/+10
| * | | NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust2022-11-271-6/+4
| * | | NFSv4.2: Always decode the security labelTrond Myklebust2022-11-271-6/+4
| * | | NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust2022-11-271-1/+1
| * | | NFS: Clear the file access cache upon loginTrond Myklebust2022-11-271-0/+23
| | |/ | |/|