summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-01-134-15/+80
* NFSv4 store server support for fs_location attributeOlga Kornievskaia2022-01-121-0/+2
* NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-01-122-2/+3
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-01-071-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-01-071-0/+13
* NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust2022-01-061-5/+8
* NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2022-01-062-14/+9
* NFS: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
* NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust2022-01-061-1/+6
* NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust2022-01-063-2/+16
* NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust2022-01-061-4/+15
* NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust2022-01-061-0/+3
* NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2022-01-062-1/+47
* NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-01-063-11/+11
* nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-01-061-1/+4
* NFSv4 only print the label when its queriedOlga Kornievskaia2022-01-061-3/+4
* nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-01-062-4/+2
* NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-01-061-0/+2
* NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-01-061-0/+2
* NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-062-7/+44
* NFS: pass cred explicitly for access testsNeilBrown2022-01-063-14/+20
* NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-01-062-20/+18
* Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-275-3/+10
|\
| * NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSIONOlga Kornievskaia2021-11-171-0/+4
| * NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington2021-11-171-1/+3
| * NFS: Add a tracepoint to show the results of nfs_set_cache_invalid()Benjamin Coddington2021-11-172-0/+2
| * NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust2021-11-171-2/+1
* | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-101-2/+2
|\ \
| * | SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-131-2/+2
| * | SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-2/+2
* | | Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-1034-1234/+1170
|\ \ \ | | |/ | |/|
| * | NFSv4: Sanity check the parameters in nfs41_update_target_slotid()Trond Myklebust2021-11-072-4/+9
| * | NFS: Remove the nfs4_label argument from decode_getattr_*() functionsAnna Schumaker2021-11-051-26/+17
| * | NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker2021-11-054-20/+16
| * | NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-056-11/+10
| * | NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker2021-11-052-5/+4
| * | NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker2021-11-053-8/+7
| * | NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker2021-11-053-42/+18
| * | NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-0510-53/+27
| * | NFS: Remove the f_label from the nfs4_opendata and nfs_openresAnna Schumaker2021-11-053-26/+12
| * | NFS: Remove the nfs4_label from the nfs4_lookupp_res structAnna Schumaker2021-11-054-27/+13
| * | NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker2021-11-056-39/+24
| * | NFS: Remove the nfs4_label from the nfs4_link_res structAnna Schumaker2021-11-052-14/+4
| * | NFS: Remove the nfs4_label from the nfs4_create_res structAnna Schumaker2021-11-052-8/+6
| * | NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker2021-11-052-15/+8
| * | NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker2021-11-053-20/+23
| * | NFS: Always initialise fattr->label in nfs_fattr_alloc()Trond Myklebust2021-11-051-1/+3
| * | NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_modeTrond Myklebust2021-11-051-2/+1
| * | NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust2021-11-051-4/+6
| * | NFSv4: Remove unnecessary 'minor version' checkTrond Myklebust2021-11-051-6/+2