summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2021-05-22NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalidTrond Myklebust1-1/+2
2021-05-22NFS: Fix fscache invalidation in nfs_set_cache_invalid()Trond Myklebust1-2/+2
2021-05-19NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmountingTrond Myklebust1-8/+9
2021-05-19NFSv42: Copy offload should update the file size when appropriateTrond Myklebust1-9/+32
2021-05-19NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-19pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-19NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-19NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-19NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust1-2/+8
2021-05-19NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust1-22/+34
2021-05-19NFS: Only change the cookie verifier if the directory page cache is emptyTrond Myklebust1-1/+6
2021-05-19NFS: Fix handling of cookie verifier in uncached_readdir()Trond Myklebust1-6/+7
2021-05-19nfs: Subsequent READDIR calls should carry non-zero cookieverifierNagendra S Tomar1-0/+2
2021-05-12NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust1-1/+1
2021-05-12NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust1-0/+5
2021-05-12NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap1-0/+12
2021-03-11nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-09NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek1-1/+1
2021-03-09NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust3-21/+20
2021-03-09NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust4-19/+19
2021-03-09NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust3-5/+4
2021-03-08NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust1-12/+8
2021-03-08NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust1-3/+17
2021-03-08NFS: Correct size calculation for create reply lengthFrank Sorenson1-1/+2
2021-03-08nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler1-1/+1
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-3/+3
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-190/+261
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-27/+45
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-0/+36
2021-02-17NFS: Support the '-owrite=' option in /proc/self/mounts and mountinfoTrond Myklebust1-0/+7
2021-02-17NFS: Set the stable writes flag when initialising the super blockTrond Myklebust1-0/+2
2021-02-17NFS: Add mount options supporting eager writesTrond Myklebust1-0/+33
2021-02-17NFS: Add support for eager writesTrond Myklebust2-7/+29
2021-02-09NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheTrond Myklebust1-0/+14
2021-02-08NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust2-43/+56
2021-02-08NFS: Optimise sparse writes past the end of fileTrond Myklebust2-11/+13
2021-02-08NFS: Fix documenting comment for nfs_revalidate_file_size()Trond Myklebust1-1/+1
2021-02-08NFSv4: Fixes for nfs4_bitmask_adjust()Trond Myklebust1-7/+8
2021-02-01NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Dave Wysochanski2-80/+61
2021-02-01NFS: Call readpage_async_filler() from nfs_readpage_async()Dave Wysochanski1-17/+11
2021-02-01NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdescDave Wysochanski1-32/+30
2021-02-01NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeedsDave Wysochanski1-1/+1
2021-02-01NFS: Clean up nfs_readpage() and nfs_readpages()Dave Wysochanski1-22/+23
2021-02-01nfs: Fix fall-through warnings for ClangGustavo A. R. Silva5-0/+7
2021-02-01fs/nfs: remove duplicate includeMenglong Dong1-4/+0
2021-01-30nfs: use change attribute for NFS re-exportsJ. Bruce Fields1-0/+18
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo2-0/+16
2021-01-27nfs/blocklayout: remove cruft in bl_alloc_init_bioChristoph Hellwig1-5/+0