summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker
2021-11-05NFS: Remove the label from the nfs4_lookup_res structAnna Schumaker
2021-11-05NFS: Remove the nfs4_label from the nfs_entry structAnna Schumaker
2021-11-05NFS: Don't trace an uninitialised valueTrond Myklebust
2021-10-03NFS: Do not flush the readdir cache in nfs_dentry_iput()Trond Myklebust
2021-10-03NFS: Fix dentry verifier racesTrond Myklebust
2021-10-03NFS: Further optimisations for 'ls -l'Trond Myklebust
2021-10-03NFS: Fix up nfs_readdir_inode_mapping_valid()Trond Myklebust
2021-10-03NFS: Ignore the directory size when marking for revalidationTrond Myklebust
2021-10-03NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust
2021-10-03NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()Trond Myklebust
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-04-14NFSv4: link must update the inode nlink.Trond Myklebust
2021-04-13NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust
2021-04-13NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust
2021-04-12NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust
2021-04-05NFS: Only change the cookie verifier if the directory page cache is emptyTrond Myklebust
2021-04-05NFS: Fix handling of cookie verifier in uncached_readdir()Trond Myklebust
2021-04-05nfs: Subsequent READDIR calls should carry non-zero cookieverifierNagendra S Tomar
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust
2021-03-08NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust
2021-03-08NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust
2021-03-08NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-12-02NFS: Do uncached readdir when we're seeking a cookie in an empty page cacheTrond Myklebust
2020-12-02NFS: Reduce number of RPC calls when doing uncached readdirTrond Myklebust
2020-12-02NFS: Optimisations for monotonically increasing readdir cookiesTrond Myklebust
2020-12-02NFS: Improve handling of directory verifiersTrond Myklebust
2020-12-02NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir callsTrond Myklebust
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust
2020-12-02NFS: Cleanup to remove nfs_readdir_descriptor_t typedefTrond Myklebust
2020-12-02NFS: Reduce readdir stack usageTrond Myklebust
2020-12-02NFS: nfs_do_filldir() does not return a valueTrond Myklebust
2020-12-02NFS: More readdir cleanupsTrond Myklebust
2020-12-02NFS: Support larger readdir buffersTrond Myklebust
2020-12-02NFS: Simplify struct nfs_cache_array_entryTrond Myklebust
2020-12-02NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()Trond Myklebust
2020-12-02NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()Trond Myklebust
2020-12-02NFS: Don't discard readdir resultsTrond Myklebust
2020-12-02NFS: Clean up directory array handlingTrond Myklebust
2020-12-02NFS: Clean up nfs_readdir_page_filler()Trond Myklebust
2020-12-02NFS: Clean up readdir struct nfs_cache_arrayTrond Myklebust
2020-12-02NFS: Ensure contents of struct nfs_open_dir_context are consistentTrond Myklebust