summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2026-07-24NFS: Charge unstable writes by request size, not folio sizeBenjamin Coddington3-12/+16
2026-07-24netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells2-3/+6
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-18NFSv4: include MAY_WRITE in open permission mask for O_TRUNCBenjamin Coddington1-0/+2
2026-07-18NFSv4/flexfiles: reject zero filehandle version countMichael Bommarito1-0/+4
2026-07-18NFSv4/flexfiles: Add data structure support for striped layoutsJonathan Curley3-102/+128
2026-07-18NFSv4/flexfiles: Remove cred local variable dependencyJonathan Curley1-2/+2
2026-07-18nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer1-1/+1
2026-07-04NFS: Prevent resource leak in nfs_alloc_server()Markus Elfring1-0/+1
2026-07-04NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addrMichael Bommarito1-2/+2
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-03-25nfs: return EISDIR on nfs3_proc_create if d_alias is a dirRoberto Bergantinos Corpas1-1/+6
2026-03-04fs/nfs: Fix readdir slow-start regressionSagi Grimberg1-2/+2
2026-03-04pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia1-1/+2
2026-03-04NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer1-3/+8
2026-03-04nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctxMike Snitzer1-17/+3
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
2025-12-18NFS: Fix inheritance of the block sizes when automountingTrond Myklebust5-17/+38
2025-12-18Expand the type of nfs_fattr->validTrond Myklebust1-1/+1
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/vfs: discard d_exact_alias()NeilBrown1-3/+1
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-24NFS: Fix LTP test failures when timestamps are delegatedDai Ngo1-6/+12
2025-11-24NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-11-24NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei1-0/+1
2025-11-24NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust1-3/+4
2025-11-24simplify nfs_atomic_open_v23()Al Viro1-11/+5
2025-11-24pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust2-4/+24
2025-11-24pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust1-17/+17
2025-11-24NFS: check if suid/sgid was cleared after a write as neededScott Mayhew1-1/+2
2025-11-24NFS4: Apply delay_retrans to async operationsJoshua Watt1-0/+13
2025-11-24NFS4: Fix state renewals missing after bootJoshua Watt1-0/+1