summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2021-10-21Fix user namespace leakAlexey Gladkov1-1/+1
2021-10-21NFS: Save some space in the inodeTrond Myklebust1-8/+18
2021-10-21NFSv4: Fixes for nfs4_inode_return_delegation()Trond Myklebust1-4/+6
2021-10-21NFS: Fix an Oops in pnfs_mark_request_commit()Trond Myklebust1-1/+1
2021-10-21NFS: Fix up commit deadlocksTrond Myklebust3-6/+7
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal1-1/+2
2021-10-18nfs/blocklayout: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-2/+2
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-2/+2
2021-10-10NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust1-15/+2
2021-10-10NFS: Instrument i_size_write()Chuck Lever3-6/+54
2021-10-10NFS: Remove unnecessary TRACE_DEFINE_ENUM()sChuck Lever1-68/+0
2021-10-04pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2-4/+4
2021-10-04NFS: Remove unnecessary page cache invalidationsTrond Myklebust1-6/+1
2021-10-04NFS: Do not flush the readdir cache in nfs_dentry_iput()Trond Myklebust1-4/+0
2021-10-04NFS: Fix dentry verifier racesTrond Myklebust1-4/+3
2021-10-04NFS: Further optimisations for 'ls -l'Trond Myklebust1-5/+11
2021-10-04NFS: Fix up nfs_readdir_inode_mapping_valid()Trond Myklebust1-1/+2
2021-10-04NFS: Ignore the directory size when marking for revalidationTrond Myklebust1-1/+1
2021-10-04NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATATrond Myklebust1-2/+7
2021-10-04NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINEDTrond Myklebust3-3/+5
2021-10-04NFSv4: Retrieve ACCESS on open if we're not using NFS4_CREATE_EXCLUSIVETrond Myklebust1-23/+22
2021-10-04NFS: Fix a few more clear_bit() instances that need release semanticsTrond Myklebust2-12/+3
2021-10-04NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust2-15/+30
2021-10-04NFS: Label the dentry with a verifier in nfs_rmdir() and nfs_unlink()Trond Myklebust1-3/+15
2021-10-04NFS: Label the dentry with a verifier in nfs_link(), nfs_symlink()Trond Myklebust1-0/+3
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton1-9/+0
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds11-51/+109
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-1/+4
2021-08-30NFS: Always provide aligned buffers to the RPC read layersTrond Myklebust1-2/+6
2021-08-27NFSv4.1 add network transport when session trunking is detectedOlga Kornievskaia1-0/+29
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+1
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia5-2/+22
2021-08-27NFSv3: Delete duplicate judgement in nfs3_async_handle_jukeboxYe Bin1-2/+1
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields1-0/+3
2021-08-26nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields1-1/+1
2021-08-23fs: remove mandatory file locking supportJeff Layton1-4/+0
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-10NFSv4.2: remove restriction of copy size for inter-server copy.Dai Ngo1-6/+4
2021-08-10NFS: Clean up the synopsis of callback process_op()Chuck Lever1-10/+9
2021-08-10NFS: Extract the xdr_init_encode/decode() calls from decode_compoundChuck Lever1-13/+9
2021-08-10NFS: Remove unused callback void decoderChuck Lever1-6/+4
2021-08-10NFS: Add a private local dispatcher for NFSv4 callback operationsChuck Lever1-2/+11
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-1/+2
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever1-0/+4
2021-08-09NFSv4/pnfs: The layout barrier indicate a minimal value for the seqidTrond Myklebust1-1/+1
2021-08-09NFSv4/pNFS: Always allow update of a zero valued layout barrierTrond Myklebust1-1/+1
2021-08-09NFSv4/pNFS: Remove dead codeTrond Myklebust1-4/+0
2021-08-09NFSv4/pNFS: Fix a layoutget livelock loopTrond Myklebust1-4/+8