summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2026-08-19NFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker1-0/+5
2026-07-24NFS: Charge unstable writes by request size, not folio sizeBenjamin Coddington3-12/+16
2026-07-24nfs: use nfsi->rwsem to protect traversal of the file lock listYang Erkun2-12/+19
2026-07-24NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS in pg_get_mirror_count_writeMike Snitzer2-0/+29
2026-07-24NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS on fatal DS connect errorsMike Snitzer1-0/+16
2026-07-24nfs: keep PG_UPTODATE clear after read errors in page groupsClark Wang1-1/+24
2026-07-24NFSv4/pnfs: defer return_range callbacks until after inode unlockDai Ngo2-6/+7
2026-07-24pNFS/filelayout: fix cheking if a layout is stripedSagi Grimberg1-0/+2
2026-07-24vfs: add FS_USERNS_DELEGATABLE flag and set it for NFSJeff Layton1-2/+6
2026-07-18NFSv4: include MAY_WRITE in open permission mask for O_TRUNCBenjamin Coddington1-0/+2
2026-07-04NFS: Prevent resource leak in nfs_alloc_server()Markus Elfring1-0/+1
2026-07-04NFSv4: clear exception state on successful mkdir retryIgor Raits1-3/+2
2026-07-04NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addrMichael Bommarito1-2/+2
2026-07-04NFSv4/flexfiles: reject zero filehandle version countMichael Bommarito1-0/+4
2026-07-04pNFS: Fix use-after-free in pnfs_update_layout()Wentao Liang1-1/+1
2026-05-23nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko1-3/+1
2026-05-07NFSv4.1: Apply session size limits on clone pathTushar Sariya3-2/+7
2026-03-19nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas1-1/+6
2026-02-27fs/nfs: Fix readdir slow-start regressionSagi Grimberg1-2/+2
2026-02-27pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
2026-02-27NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer1-2/+0
2026-02-27NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer1-3/+8
2026-02-27NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer1-0/+15
2026-02-27NFS/localio: Handle short writes by retryingTrond Myklebust1-17/+47
2026-01-23NFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust3-14/+27
2026-01-23NFS/localio: Deal with page bases that are > PAGE_SIZETrond Myklebust1-0/+2
2026-01-23pnfs/blocklayout: Fix memory leak in bl_parse_scsi()Zilin Guan1-2/+4
2026-01-23pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node()Zilin Guan1-1/+1
2026-01-23NFS: Fix a deadlock involving nfs_release_folio()Trond Myklebust3-1/+38
2026-01-23pNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust3-30/+51
2026-01-17NFS: Fix up the automount fs_context to use the correct credTrond Myklebust1-0/+5
2026-01-17NFSv4: ensure the open stateid seqid doesn't go backwardsScott Mayhew2-2/+12
2026-01-11nfs/localio: fix regression due to out-of-order __put_credMike Snitzer1-6/+6
2025-12-18nfs/localio: remove 61 byte hole from needless ____cacheline_alignedMike Snitzer1-1/+1
2025-12-18nfs/localio: remove alignment size checking in nfs_is_local_dio_possibleMike Snitzer1-2/+0
2025-12-18NFS: Fix inheritance of the block sizes when automountingTrond Myklebust5-17/+38
2025-12-18NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust2-4/+6
2025-12-18Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust1-1/+1
2025-12-18Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust1-9/+0
2025-12-18Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust1-10/+0
2025-12-18NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley1-0/+1
2025-12-18NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust1-13/+14
2025-12-18NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust1-1/+1
2025-12-18NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust1-2/+4
2025-12-18NFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust1-6/+13
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