summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+1
2026-01-15NFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust3-14/+27
2026-01-12NFS: Don't immediately return directory delegations when disabledAnna Schumaker1-1/+1
2026-01-12nfs: properly disallow delegation requests on directoriesJeff Layton2-2/+1
2026-01-07NFS/localio: Deal with page bases that are > PAGE_SIZETrond Myklebust1-0/+2
2026-01-07NFS/localio: Stop further I/O upon hitting an errorTrond Myklebust1-16/+14
2026-01-07NFSv4.x: Directory delegations don't require any state recoveryTrond Myklebust2-1/+10
2026-01-05NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust1-8/+39
2026-01-05NFSv4: Fix nfs_clear_verifier_delegated() for delegated directoriesTrond Myklebust1-8/+49
2026-01-05NFS: Fix directory delegation verifier checksAnna Schumaker1-19/+2
2026-01-05pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan1-2/+4
2026-01-05pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan1-1/+1
2026-01-05NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust3-1/+38
2026-01-05pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust3-30/+51
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds19-81/+328
2025-12-06nfs/localio: fix regression due to out-of-order __put_credMike Snitzer1-31/+17
2025-12-06NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegationsTrond Myklebust1-8/+17
2025-12-06nfs/localio: remove 61 byte hole from needless ____cacheline_alignedMike Snitzer1-1/+1
2025-12-06nfs/localio: remove alignment size checking in nfs_is_local_dio_possibleMike Snitzer1-2/+0
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+2
2025-12-02Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-23/+30
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2025-11-30NFS: Fix up the automount fs_context to use the correct credTrond Myklebust1-0/+5
2025-11-30NFS: Fix inheritance of the block sizes when automountingTrond Myklebust5-17/+38
2025-11-30NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust2-4/+6
2025-11-30Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust1-1/+1
2025-11-30Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust1-9/+0
2025-11-30Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust1-10/+0
2025-11-24NFS: Add a module option to disable directory delegationsAnna Schumaker3-0/+11
2025-11-24NFS: Shortcut lookup revalidations if we have a directory delegationAnna Schumaker3-0/+27
2025-11-24NFS: Request a directory delegation during RENAMEAnna Schumaker4-4/+10
2025-11-24NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker3-4/+58
2025-11-24NFS: Add support for sending GDD_GETATTRAnna Schumaker1-0/+106
2025-11-23NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley1-0/+1
2025-11-23NFSv4.1: protect destroying and nullifying bc_serv structureOlga Kornievskaia1-1/+1
2025-11-23NFSv4.1: pass transport for callback shutdownOlga Kornievskaia3-4/+10
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew2-2/+12
2025-11-19NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust1-13/+14
2025-11-19NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust1-1/+1
2025-11-19NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust1-2/+4
2025-11-18NFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust1-6/+13
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton1-0/+2
2025-11-11NFS: Fix LTP test failures when timestamps are delegatedDai Ngo1-6/+12
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-11-10NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei1-0/+1
2025-11-10NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust1-3/+4
2025-11-10nfs/localio: do not issue misaligned DIO out-of-orderMike Snitzer1-76/+52
2025-11-10nfs/localio: Ensure DIO WRITE's IO on stable storage upon completionMike Snitzer1-1/+5
2025-11-10nfs/localio: backfill missing partial read support for misaligned DIOMike Snitzer1-4/+20
2025-11-10nfs/localio: add refcounting for each iocb IO associated with NFS pgio headerMike Snitzer1-43/+67