summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2026-03-19nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas
2026-02-26fs/nfs: Fix readdir slow-start regressionSagi Grimberg
2026-02-26pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia
2026-02-26NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer
2026-02-26NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer
2026-02-26NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer
2026-02-26NFS/localio: Handle short writes by retryingTrond Myklebust
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-15NFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust
2026-01-12NFS: Don't immediately return directory delegations when disabledAnna Schumaker
2026-01-12nfs: properly disallow delegation requests on directoriesJeff Layton
2026-01-07NFS/localio: Deal with page bases that are > PAGE_SIZETrond Myklebust
2026-01-07NFS/localio: Stop further I/O upon hitting an errorTrond Myklebust
2026-01-07NFSv4.x: Directory delegations don't require any state recoveryTrond Myklebust
2026-01-04NFSv4: Don't free slots prematurely if requesting a directory delegationTrond Myklebust
2026-01-04NFSv4: Fix nfs_clear_verifier_delegated() for delegated directoriesTrond Myklebust
2026-01-04NFS: Fix directory delegation verifier checksAnna Schumaker
2026-01-04pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan
2026-01-04pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan
2026-01-04NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust
2026-01-04pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-12-05nfs/localio: fix regression due to out-of-order __put_credMike Snitzer
2025-12-05NFSv4: Handle NFS4ERR_NOTSUPP errors for directory delegationsTrond Myklebust
2025-12-05nfs/localio: remove 61 byte hole from needless ____cacheline_alignedMike Snitzer
2025-12-05nfs/localio: remove alignment size checking in nfs_is_local_dio_possibleMike Snitzer
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-29NFS: Fix up the automount fs_context to use the correct credTrond Myklebust
2025-11-29NFS: Fix inheritance of the block sizes when automountingTrond Myklebust
2025-11-29NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust
2025-11-29Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust
2025-11-29Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust
2025-11-29Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust
2025-11-23NFS: Add a module option to disable directory delegationsAnna Schumaker
2025-11-23NFS: Shortcut lookup revalidations if we have a directory delegationAnna Schumaker
2025-11-23NFS: Request a directory delegation during RENAMEAnna Schumaker
2025-11-23NFS: Request a directory delegation on ACCESS, CREATE, and UNLINKAnna Schumaker
2025-11-23NFS: Add support for sending GDD_GETATTRAnna Schumaker
2025-11-23NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley
2025-11-23NFSv4.1: protect destroying and nullifying bc_serv structureOlga Kornievskaia
2025-11-23NFSv4.1: pass transport for callback shutdownOlga Kornievskaia
2025-11-23NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew
2025-11-19NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust
2025-11-19NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust
2025-11-19NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust
2025-11-17NFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton
2025-11-10NFS: Fix LTP test failures when timestamps are delegatedDai Ngo