]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs/nfsclient
pci: add tunable hw.pci.enable_mps_tune
[FreeBSD/FreeBSD.git] / sys / fs / nfsclient /
2023-02-21 Rick Macklemnfscl: Fix interaction between mmap'd and VOP_WRITE...
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-26 Rick Macklemnfscl: Improve NFSv4 error message for NFSERR_WRONGSEC
2022-12-29 Rick Macklemnfscl: Improve the console message for NFSERR_NOFILEHANDLE
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-10-15 Rick Macklemnfs_clvnops.c: Fix access to v_mount when vnode unlocked
2022-10-12 Alan Somerscopy_file_range: truncate write if it would exceed...
2022-10-08 Rick Macklemnfs_clvnops.c: Fix access to v_mount when vnode unlocked
2022-10-08 Konstantin Belousovfilesystems: return error from vn_rlimit_fsize() instea...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-04 Konstantin Belousovnfsclient: access v_mount only after the vnode is locked
2022-09-18 Rick Macklemnfscl: Allow "nolockd" to work for NFSv4 mounts
2022-07-28 Rick Macklemnfscl: Fix CreateSession for an established ClientID
2022-07-28 Rick Macklemnfscl: Do not call nfscl_hasexpired() for NFSv4.1/4.2
2022-07-27 Rick Macklemnfscl: Replace "cred" with NULL to cleanup code
2022-07-27 Rick Macklemnfscl: Initialize nfsess_badslots to zero
2022-07-25 Rick Macklemnfscl: Move nfsrpc_destroysession into nfscommon
2022-07-24 Rick Macklemnfscl: Add a cred argument to nfscl_reqstart()
2022-07-23 Rick Macklemnfscl: Fix setting of nfsess_defunct for nfscl_hasexpired()
2022-07-23 Dimitry AndricAdjust dtnfsclient_unload() definition to avoid clang...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-17 Dmitry Chaginsysent: Get rid of bogus sys/sysent.h include.
2022-06-10 Rick Macklemnfscl: Add a diagnostic printf() for a "should never...
2022-06-10 Rick Macklemnfscl: Do not handle NFSERR_BADSESSION in operation...
2022-06-09 Rick Macklemnfscl: Add support for a NFSv4 AppendWrite RPC
2022-06-09 Rick Macklemnfscl: Add support for a NFSv4 AppendWrite RPC
2022-06-09 Rick Macklemnfscl: Always invalidate buffers for append writes
2022-06-09 Rick Macklemnfscl: Partially revert commit 867c27c23a5c
2022-06-09 Rick Macklemnfscl: Change IO_APPEND writes to direct I/O
2022-06-06 Rick Macklemnfscl: Ansify a function header
2022-06-06 Rick Macklemnfscl: Fix IO_APPEND writes from kernel space
2022-05-17 Rick Macklemnfscl: Acquire a refcount on "cred" for mirrored pNFS...
2022-03-30 Gordon Berglingnfsclient: Fix a typos in source code comments
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-04 Rick Macklemnfscl: Fix a use after free in nfscl_cleanupkext()
2022-02-10 Rick Macklemnfsclient: Delete unused function nfscl_getcookie()
2022-01-25 Rick Macklemnfsd: Do not accept audit/alarm ACEs for the NFSv4...
2021-12-30 Rick Macklemnfscl: Handle CB_SEQUENCE not first op correctly
2021-12-27 Rick Macklemnfscl: add a filesize limit check to nfs_allocate()
2021-12-26 Rick Macklemnfscl: Fix must_commit handling for mirrored pNFS mounts
2021-12-25 Rick Macklemnfscl: Fix must_commit/writeverf handling for Direct I/O
2021-12-23 Rick Macklemnfscl: Sanity check the callback tag length
2021-12-23 Rick Macklemnfscl: Check for an error return from nfsrv_getattrbits()
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-18 Rick Macklemvfs: Add "ioflag" and "cred" arguments to VOP_ALLOCATE
2021-12-10 Rick Macklemnfscl: Sanity check irdcnt in nfsrpc_createsession
2021-11-27 Rick MacklempNFS: Add nfsstats counters for number of Layouts
2021-11-25 Rick Macklemnfscl: Add a LayoutError RPC for NFSv4.2 pNFS mounts
2021-11-19 Rick Macklemnfscl: Fix two more cases for forced dismount
2021-11-19 Konstantin Belousovnfsclient: upgrade vnode lock in VOP_OPEN()/VOP_CLOSE...
2021-11-17 Rick Macklemnfscl: Fix forced dismount from looping on commit
2021-11-17 Rick Macklemnfscl: Fix use after free for forced dismount
2021-11-17 Rick Macklemnfscl: Check for a forced dismount in nfscl_getref()
2021-11-14 Rick Macklemnfscl: Use NFSMNTP_DELEGISSUED in two more functions
2021-11-14 Rick Macklemnfscl: Fix race between Lookup and Setattr of size
2021-11-14 Rick Macklemnfscl: Add setting n_localmodtime to the Write RPC...
2021-11-14 Rick Macklemnfscl: Do pNFS layout return_on_close synchronously
2021-11-09 Rick Macklemnfscl: Add a missing delegation lock release
2021-11-03 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-11-01 Rick Macklemnfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replie...
2021-11-01 Rick Macklemnfscl: Modify Close RPC so that it does not use "owner...
2021-10-30 Rick Macklemnfscl: Move release of the clientID lock into nfscl_doc...
2021-10-29 Rick Macklemnfscl: Add an argument to nfscl_tryclose()
2021-10-29 Rick Macklemnfscl: Restructure nfscl_freeopen() slightly
2021-10-27 Rick Macklemnfscl: Make nfscl_getlayout() acquire the correct pNFS...
2021-10-25 Rick Macklemnfscl: Fix NFS VOP_ALLOCATE for mounts without Allocate...
2021-10-20 Rick Macklemnfscl: Fix another deadlock related to the NFSv4 client...
2021-10-20 Rick Macklemnfscl: Fix a deadlock related to the NFSv4 clientID...
2021-10-19 Rick Macklemnfscl: Add a check for "has acquired a delegation"...
2021-10-03 Rick Macklemnfscl: Add vfs.nfs.maxalloclen to limit Allocate RPC RTT
2021-10-03 Rick Macklemnfscl: Make vfs.nfs.maxcopyrange larger by default
2021-09-29 Gordon Berglingnfsclient: Fix a typo in a comment
2021-09-24 Konstantin Belousovbuffer pager: allow get_blksize method to return error
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-08-16 Konstantin Belousovnfs_write(): do not call ncl_pager_setsize() after...
2021-08-16 Konstantin Belousovnfs client: block vnode_pager_setsize() calls from...
2021-08-15 Rick Macklemnfscl: Set correct lockowner for "oneopenown" mount...
2021-08-15 Rick Macklemnfscl: Cache an open stateid for the "oneopenown" mount...
2021-08-05 Rick Macklemnfscl: Send stateid.seqid of 0 for NFSv4.1/4.2 mounts
2021-08-03 Rick Macklemnfscl: Add a Linux compatible "nconnect" mount option
2021-07-29 Mark Johnstonnfsclient: Avoid copying uninitialized bytes into statfs
2021-07-25 Rick Macklemnfscl: Avoid KASSERT() panic in cache_enter_time()
2021-07-23 Mark Johnstonnfssvc: Zero the buffer copied out when NFSSVC_DUMPMNTO...
2021-07-11 Rick Macklemnfscl: Change the default minor version for NFSv4 mounts
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-30 Rick Macklemnfscl: Make NFSv4.0 client acquisition NFSv4.1/4.2...
2021-06-26 Rick Macklemnfscl: Add a "has acquired a delegation" flag for deleg...
2021-06-26 Rick Macklemnfscl: Fix generation of va_fsid for a tree of NFSv4...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-12 Rick Macklemnfscl: Use hash lists to improve expected search perfor...
2021-06-12 Rick Macklemnfscl: Use hash lists to improve expected search perfor...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-05 Rick Macklemnfscl: Add hash lists for the NFSv4 opens
2021-06-02 Rick Macklemnfscl: Fix NFSv4.1/4.2 mount recovery from an expired...
next