summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust2021-04-121-22/+34
| * NFS: Fix fscache invalidation in nfs_set_cache_invalid()Trond Myklebust2021-04-051-2/+2
| * NFS: fix nfs_fetch_iversion()Trond Myklebust2021-04-051-11/+4
| * nfs: hornor timeo and retrans option when mounting NFSv3Eryu Guan2021-04-053-7/+11
| * NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust2021-04-052-21/+35
| * nfs: Fix a typo in the file nfs42xattr.cBhaskar Chowdhury2021-04-051-1/+1
| * NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap2021-04-051-0/+12
| * NFS: Only change the cookie verifier if the directory page cache is emptyTrond Myklebust2021-04-051-1/+6
| * NFS: Fix handling of cookie verifier in uncached_readdir()Trond Myklebust2021-04-051-6/+7
| * nfs: Subsequent READDIR calls should carry non-zero cookieverifierNagendra S Tomar2021-04-051-0/+2
| * NFS: Fix up incorrect documentationTrond Myklebust2021-04-054-8/+8
| * NFSv4: Simplify nfs4_retry_setlk()Trond Myklebust2021-04-051-31/+23
* | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-075-31/+0
* | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-273-1/+9
|\ \
| * | nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia2021-03-223-0/+8
| * | nfs: remove unneeded null check in nfs_fill_super()Olga Kornievskaia2021-03-221-1/+1
* | | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-3/+3
|\ \ \ | |_|/ |/| |
| * | new helper: inode_wrong_type()Al Viro2021-03-081-3/+3
| |/
* | nfs: we don't support removing system.nfs4_aclJ. Bruce Fields2021-03-111-0/+3
* | NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek2021-03-091-1/+1
* | NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust2021-03-083-21/+20
* | NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust2021-03-084-19/+19
* | NFS: Clean up function nfs_mark_dir_for_revalidate()Trond Myklebust2021-03-083-5/+4
* | NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust2021-03-081-12/+8
* | NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust2021-03-081-3/+17
* | NFS: Correct size calculation for create reply lengthFrank Sorenson2021-03-081-1/+2
* | nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler2021-03-081-1/+1
|/
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-3/+3
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+3
* | Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-2612-190/+261
|\ \
| * | NFS: Support the '-owrite=' option in /proc/self/mounts and mountinfoTrond Myklebust2021-02-171-0/+7
| * | NFS: Set the stable writes flag when initialising the super blockTrond Myklebust2021-02-161-0/+2
| * | NFS: Add mount options supporting eager writesTrond Myklebust2021-02-161-0/+33
| * | NFS: Add support for eager writesTrond Myklebust2021-02-162-7/+29
| * | NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cacheTrond Myklebust2021-02-091-0/+14
| * | NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust2021-02-082-43/+56
| * | NFS: Optimise sparse writes past the end of fileTrond Myklebust2021-02-082-11/+13
| * | NFS: Fix documenting comment for nfs_revalidate_file_size()Trond Myklebust2021-02-081-1/+1
| * | NFSv4: Fixes for nfs4_bitmask_adjust()Trond Myklebust2021-02-081-7/+8
| * | NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Dave Wysochanski2021-02-012-80/+61
| * | NFS: Call readpage_async_filler() from nfs_readpage_async()Dave Wysochanski2021-02-011-17/+11
| * | NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdescDave Wysochanski2021-02-011-32/+30
| * | NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeedsDave Wysochanski2021-02-011-1/+1
| * | NFS: Clean up nfs_readpage() and nfs_readpages()Dave Wysochanski2021-02-011-22/+23
| * | nfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-015-0/+7
| * | fs/nfs: remove duplicate includeMenglong Dong2021-02-011-4/+0
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-237-27/+45
|\ \ \ | |_|/ |/| |
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-246-24/+39
| * | stat: handle idmapped mountsChristian Brauner2021-01-242-2/+2
| * | acl: handle idmapped mountsChristian Brauner2021-01-241-0/+3