summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2025-09-19NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not setTrond Myklebust1-2/+3
2025-09-19NFSv4: Don't clear capabilities that won't be resetTrond Myklebust1-1/+0
2025-09-19flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_readTigran Mkrtchyan1-7/+12
2025-08-28NFS: Fix a race when updating an existing writeTrond Myklebust2-23/+15
2025-08-20pNFS: Fix uninited ptr deref in block/scsi layoutSergey Bashirov1-5/+15
2025-08-20pNFS: Handle RPC size limit for layoutcommitsSergey Bashirov1-3/+8
2025-08-20pNFS: Fix disk addr range check in block/scsi layoutSergey Bashirov1-2/+2
2025-08-20pNFS: Fix stripe mapping in block/scsi layoutSergey Bashirov1-2/+3
2025-08-20NFS: Fix the setting of capabilities when automounting a new filesystemTrond Myklebust4-23/+45
2025-08-15NFS: Fixup allocation flags for nfsiod's __GFP_NORETRYBenjamin Coddington1-3/+6
2025-08-15NFSv4.2: another fix for listxattrOlga Kornievskaia1-4/+6
2025-08-15NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()Trond Myklebust1-2/+9
2025-08-15NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()Trond Myklebust1-3/+1
2025-08-15pNFS/flexfiles: don't attempt pnfs on fatal DS errorsTigran Mkrtchyan2-13/+19
2025-07-10NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust1-34/+87
2025-07-10NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington1-1/+3
2025-07-10nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima1-3/+14
2025-07-06NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew1-0/+5
2025-07-06NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...Sagi Grimberg2-8/+49
2025-07-06NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia1-2/+10
2025-07-06NFSv4: Always set NLINK even if the server doesn't support itHan Young1-0/+2
2025-06-27fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()Max Kellermann1-1/+2
2025-06-27NFSv4: Don't check for OPEN feature support in v4.1Scott Mayhew1-2/+3
2025-06-19nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng1-0/+10
2025-06-19nfs: clear SB_RDONLY before getting superblockLi Lingfeng1-0/+9
2025-06-04NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust2-1/+16
2025-06-04nfs: don't share pNFS DS connections between net namespacesJeff Layton4-11/+14
2025-05-29pNFS/flexfiles: Report ENETDOWN as a connection errorTrond Myklebust1-0/+1
2025-05-29NFSv4: Treat ENETUNREACH errors as fatal for state recoveryTrond Myklebust1-1/+9
2025-05-29NFS: Don't allow waiting for exiting tasksTrond Myklebust4-3/+15
2025-05-29NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()Trond Myklebust1-1/+2
2025-05-22NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust1-0/+9
2025-05-22nfs: handle failure of nfs_get_lock_context in unlock pathLi Lingfeng1-1/+8
2025-04-25nfs: add missing selections of CONFIG_CRC32Eric Biggers3-12/+1
2025-04-10nfs: Add missing release on error in nfs_lock_and_join_requests()Dan Carpenter1-1/+3
2025-04-10NFS: Shut down the nfs_client only after all the superblocksTrond Myklebust1-1/+21
2025-04-10NFS: fix open_owner_id_maxsz and related fields.NeilBrown1-9/+9
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for delayed delegationsTrond Myklebust1-6/+12
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for expired delegationsTrond Myklebust1-0/+7
2025-04-10NFSv4: Avoid unnecessary scans of filesystems for returning delegationsTrond Myklebust1-0/+5
2025-04-10NFSv4: Don't trigger uneccessary scans for return-on-close delegationsTrond Myklebust1-15/+18
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-1/+2
2025-03-07NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust3-0/+41
2025-03-07NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust1-0/+4
2025-03-07NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-02-21NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()Zichen Xie1-3/+3
2025-02-17nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending on itDragan Simic1-1/+2
2025-02-17pnfs/flexfiles: retry getting layout segment for readsMike Snitzer1-6/+21
2025-02-08NFSv4.2: mark OFFLOAD_CANCEL MOVEABLEOlga Kornievskaia1-1/+1
2025-02-08NFSv4.2: fix COPY_NOTIFY xdr buf size calculationOlga Kornievskaia1-0/+2