summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
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-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-1/+2
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley1-3/+4
2025-02-19NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust3-0/+41
2025-02-19NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust1-0/+4
2025-02-19NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-54/+41
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds17-139/+295
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-4/+1
2025-01-27nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro5-23/+24
2025-01-27nfs{,4}_lookup_validate(): use stable parent inode passed by callerAl Viro1-30/+13
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-3/+6
2025-01-22pnfs/flexfiles: retry getting layout segment for readsMike Snitzer1-6/+21
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+15
2025-01-21NFSv4.2: make LAYOUTSTATS and LAYOUTERROR MOVEABLEOlga Kornievskaia1-2/+2
2025-01-21NFSv4.2: mark OFFLOAD_CANCEL MOVEABLEOlga Kornievskaia1-1/+1
2025-01-21NFSv4.2: fix COPY_NOTIFY xdr buf size calculationOlga Kornievskaia1-0/+2
2025-01-21NFS: Rename struct nfs4_offloadcancel_dataChuck Lever1-9/+9
2025-01-21NFS: Fix typo in OFFLOAD_CANCEL commentChuck Lever1-1/+1
2025-01-21NFS: CB_OFFLOAD can return NFS4ERR_DELAYChuck Lever1-1/+1
2025-01-21nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending on itDragan Simic1-1/+2
2025-01-21nfs: fix incorrect error handling in LOCALIOMike Snitzer1-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+6
2025-01-14nfs: probe for LOCALIO when v3 client reconnects to serverMike Snitzer1-3/+43
2025-01-14nfs: probe for LOCALIO when v4 client reconnects to serverMike Snitzer4-0/+19
2025-01-14nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer4-59/+7
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer7-33/+97
2025-01-14nfs_common: move localio_lock to new lock member of nfs_uuid_tMike Snitzer2-11/+4
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer1-1/+1
2025-01-14nfs/localio: add direct IO enablement with sync and async IO supportMike Snitzer2-10/+84
2025-01-13NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()Zichen Xie1-3/+3
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+8
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2-4/+1
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells2-2/+2
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells2-3/+6
2024-12-20nfs: Fix oops in nfs_netfs_init_request() when copying to cacheDavid Howells1-1/+8
2024-12-17fs/nfs: fix missing declaration of nfs_idmap_cache_timeoutZhang Kunbo1-0/+1
2024-12-17NFS/pnfs: Fix a live lock between recalled layouts and layoutgetTrond Myklebust1-1/+1
2024-12-04lsm: lsm_context in security_dentry_init_securityCasey Schaufler1-8/+12
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-2/+6
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds14-145/+209