summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2025-12-05nfs/localio: fix regression due to out-of-order __put_credMike 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-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton
2025-11-10NFS: Fix LTP test failures when timestamps are delegatedDai Ngo
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust
2025-11-10NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei
2025-11-10NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust
2025-11-10nfs/localio: do not issue misaligned DIO out-of-orderMike Snitzer
2025-11-10nfs/localio: Ensure DIO WRITE's IO on stable storage upon completionMike Snitzer
2025-11-10nfs/localio: backfill missing partial read support for misaligned DIOMike Snitzer
2025-11-10nfs/localio: add refcounting for each iocb IO associated with NFS pgio headerMike Snitzer
2025-11-10nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE supportMike Snitzer
2025-11-10NFS: Check the TLS certificate fields in nfs_match_client()Trond Myklebust
2025-11-10pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()Trond Myklebust
2025-11-04nfs: use credential guards in nfs_idmap_get_key()Christian Brauner
2025-11-04nfs: use credential guards in nfs_local_call_write()Christian Brauner
2025-11-04nfs: use credential guards in nfs_local_call_read()Christian Brauner
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-13NFS4: Fix state renewals missing after bootJoshua Watt
2025-10-13NFS: check if suid/sgid was cleared after a write as neededScott Mayhew
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt
2025-10-13NFSv4/flexfiles: fix to allocate mirror->dss before useMike Snitzer
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-30NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN supportMike Snitzer
2025-09-30nfs/localio: add tracepoints for misaligned DIO READ and WRITE supportMike Snitzer
2025-09-30nfs/localio: add proper O_DIRECT support for READ and WRITEMike Snitzer
2025-09-30nfs/localio: refactor iocb initializationMike Snitzer
2025-09-30nfs/localio: refactor iocb and iov_iter_bvec initializationMike Snitzer
2025-09-30nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer
2025-09-30nfs/localio: make trace_nfs_local_open_fh more usefulMike Snitzer
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-26NFSv4/flexfiles: Add support for striped layoutsJonathan Curley
2025-09-26NFSv4/flexfiles: Update layout stats & error paths for striped layoutsJonathan Curley
2025-09-26NFSv4/flexfiles: Write path updates for striped layoutsJonathan Curley
2025-09-26NFSv4/flexfiles: Commit path updates for striped layoutsJonathan Curley
2025-09-26NFSv4/flexfiles: Read path updates for striped layoutsJonathan Curley
2025-09-26NFSv4/flexfiles: Update low level helper functions to be DS stripe aware.Jonathan Curley
2025-09-26NFSv4/flexfiles: Add data structure support for striped layoutsJonathan Curley
2025-09-26NFSv4/flexfiles: Use ds_commit_idx when marking a write commitJonathan Curley
2025-09-26NFSv4/flexfiles: Remove cred local variable dependencyJonathan Curley
2025-09-23nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro