Linux NFS
[Prev Page][Next Page]
- [PATCH 1/2] fs: add mode_strip_sgid() helper, (continued)
- [PATCH v1] NFSD: Add a switch to disable nfsd_splice_read(),
Chuck Lever
- [GIT PULL] fixes for exportfs,
Chuck Lever III
- [PATCH 1/1] NFSv4.1: Assign the right value for initval and retries for rpc timeout,
Samasth Norway Ananda
- Revert ef481b262bba,
Chuck Lever III
- [PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes,
David Howells
- [PATCH v2 02/10] afs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache(), David Howells
- [PATCH v2 03/10] cifs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write(), David Howells
- [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode, David Howells
- [PATCH v2 07/10] afs: Hide silly-rename files from userspace, David Howells
- [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus, David Howells
- [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant, David Howells
- [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock, David Howells
- [PATCH] reexport.c: Some Distros need the following include to avoid the following error,
Steve Dickson
- [PATCH 1/1] NFSv4.1: Assign retries to timeout.to_retries instead of timeout.to_initval,
Samasth Norway Ananda
- [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes,
David Howells
- [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write(), David Howells
- [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache(), David Howells
- [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode, David Howells
- [PATCH 07/10] afs: Hide silly-rename files from userspace, David Howells
- [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus, David Howells
- [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock, David Howells
- [PATCH 02/10] afs: Don't use certain internal folio_*() functions, David Howells
- [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant, David Howells
- [PATCH 03/10] cifs: Don't use certain internal folio_*() functions, David Howells
- [PATCH 01/10] netfs: Don't use certain internal folio_*() functions, David Howells
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes, Christian Brauner
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes, Jeff Layton
- [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records,
David Howells
- [PATCH] nfsd: fix RELEASE_LOCKOWNER,
NeilBrown
- [PATCH v6 0/3] convert write_threads, write_version and write_ports to netlink commands,
Lorenzo Bianconi
- [PATCH v5 0/2] fix the fallback implementation of get_name,
Chuck Lever
- [PATCH] do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak,
Nikita Zhandarovich
- [PATCH] SUNRPC: use request size to initialize bio_vec in svc_udp_sendto(),
Lucas Stach
- [PATCH 1/1] SUNRPC: add xrpt id to rpc_stats_latency tracepoint,
Olga Kornievskaia
- [PATCH 1/1] nfstest_posix: add check for EINVAL when open(2) called with O_DIRECTORY|O_CREAT,
Dai Ngo
- [PATCH v2] nfsd: drop st_mutex and rp_mutex before calling move_to_close_lru(),
NeilBrown
- [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs,
Jeff Layton
- [PATCH 01/20] filelock: split common fields into struct file_lock_core, Jeff Layton
- [PATCH 02/20] filelock: add coccinelle scripts to move fields to struct file_lock_core, Jeff Layton
- [PATCH 03/20] filelock: the results of the coccinelle conversion, Jeff Layton
- [PATCH 04/20] filelock: fixups after the coccinelle changes, Jeff Layton
- [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead, Jeff Layton
- [PATCH 06/20] filelock: convert more internal functions to use file_lock_core, Jeff Layton
- [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers, Jeff Layton
- [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg, Jeff Layton
- [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg, Jeff Layton
- [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked, Jeff Layton
- [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core, Jeff Layton
- [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core, Jeff Layton
- [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core, Jeff Layton
- [PATCH 14/20] filelock: convert fl_blocker to file_lock_core, Jeff Layton
- [PATCH 15/20] filelock: clean up locks_delete_block internals, Jeff Layton
- [PATCH 16/20] filelock: reorganize locks_delete_block and __locks_insert_block, Jeff Layton
- [PATCH 17/20] filelock: make assign_type helper take a file_lock_core pointer, Jeff Layton
- [PATCH 18/20] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer, Jeff Layton
- [PATCH 19/20] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx, Jeff Layton
- [PATCH 20/20] filelock: split leases out of struct file_lock, Jeff Layton
- Re: [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs, Christian Brauner
- Re: [PATCH 02/20] filelock: add coccinelle scripts to move fields to struct file_lock_core, David Howells
- Re: [PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs, Chuck Lever
- [PATCH fstests] common/rc: NFSv2/3 do not support negative timestamps,
Jeff Layton
- Possible discrepancy in CREATE_SESSION slot number accounting,
Connor Smith
- [PATCH AUTOSEL 4.19 4/8] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
- [PATCH AUTOSEL 5.4 4/9] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
- [PATCH AUTOSEL 5.10 4/9] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
- [PATCH AUTOSEL 5.15 06/11] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
- [PATCH AUTOSEL 6.1 07/14] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
- [PATCH AUTOSEL 6.6 09/19] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
- [PATCH AUTOSEL 6.7 10/21] SUNRPC: Fix a suspicious RCU usage warning, Sasha Levin
- nfstest_posix failed with 6.7 kernel (resend),
dai . ngo
- nfstest_posix failed with 6.7 kernel, dai . ngo
- [PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 09/25] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v9 10/25] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v9 11/25] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v9 12/25] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v9 14/25] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v9 16/25] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v9 17/25] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v9 18/25] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA, Roberto Sassu
- [PATCH v9 20/25] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v9 22/25] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v9 24/25] ima: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v9 25/25] integrity: Remove LSM, Roberto Sassu
- [PATCH v9 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 13/25] security: Introduce file_release hook, Roberto Sassu
- Re: [PATCH v9 0/25] security: Move IMA and EVM to the LSM infrastructure, Paul Moore
- [PATCH] nfsv4: Add support for the birth time attribute,
Chen Hanxiao
- [syzbot] [nfs?] KMSAN: kernel-infoleak in sys_name_to_handle_at (4),
syzbot
- Increasing NFSD_MAX_OPS_PER_COMPOUND to 96,
Dan Shelton
[PATCH] [v2] SUNRPC: fix a memleak in gss_import_v2_context,
Zhipeng Lu
Rebuilding at least part of my krb5 crypto lib on crypto-aead, David Howells
[REGRESSION] After kernel upgrade 6.1.70 to 6.1.71, the computer hangs during shutdown,
email200202
[GIT PULL] Please Pull NFS Client Updates for Linux 6.8,
Anna Schumaker
[PATCH] keys, dns: Fix size check of V1 server-list header,
David Howells
[PATCH fstests 0/2] generic: skip a couple more tests on NFS,
Jeff Layton
fstests generic/465 failures on NFS,
Jeff Layton
[PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions,
David Howells
[GIT PULL] NFSD changes for v6.8,
Chuck Lever
[PATCH 0/6] netfs, cachefiles: More additional patches,
David Howells
- [PATCH 1/6] netfs: Mark netfs_unbuffered_write_iter_locked() static, David Howells
- [PATCH 2/6] netfs: Count DIO writes, David Howells
- [PATCH 3/6] netfs: Fix interaction between write-streaming and cachefiles culling, David Howells
- [PATCH 4/6] netfs: Fix the loop that unmarks folios after writing to the cache, David Howells
- [PATCH 6/6] netfs: Fix wrong #ifdef hiding wait, David Howells
- [PATCH 5/6] cachefiles: Fix signed/unsigned mixup, David Howells
- Re: [PATCH 0/6] netfs, cachefiles: More additional patches, Marc Dionne
- Re: [PATCH 0/6] netfs, cachefiles: More additional patches, Jeff Layton
Mailing list for nfs4j, simple-nfs, and simple-nfs crash as plain user?, Dan Shelton
[GIT PULL] hardening updates for v6.8-rc1,
Kees Cook
[PATCH net-next 05/10] net: fill in MODULE_DESCRIPTION()s for Sun RPC,
Breno Leitao
showmount -e with custom port number?,
Cedric Blancher
What are nfs persistent sessions, and how to enable them in the server?,
Dan Shelton
[GIT PULL] one final NFSD fix for 6.7-rc,
Chuck Lever III
[PATCH v4 0/2] fix the fallback implementation of get_name,
Chuck Lever
[PATCH v3 0/2] fix the fallback implementation of get_name,
Chuck Lever
[PATCH v4 1/2] SUNRPC: Fixup v4.1 backchannel request timeouts,
Benjamin Coddington
[PATCH v2 0/3] Typos and documentation fixes,
Gioele Barabucci
Re: linux-next: duplicate patch in the kspp tree, Stephen Rothwell
hangs during fstests testing with TLS,
Jeff Layton
[PATCH 5.10 19/75] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry, Greg Kroah-Hartman
[PATCH 5.15 21/95] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry, Greg Kroah-Hartman
[PATCH v2 0/2] fix the fallback implementation of get_name,
Chuck Lever
[PATCH 0/5] netfs, cachefiles, 9p: Additional patches,
David Howells
- [PATCH 1/5] cachefiles: Fix __cachefiles_prepare_write(), David Howells
- [PATCH 3/5] 9p: Do a couple of cleanups, David Howells
- [PATCH 2/5] 9p: Fix initialisation of netfs_inode for 9p, David Howells
- [PATCH 4/5] 9p: Always update remote_i_size in stat2inode, David Howells
- [PATCH 5/5] 9p: Use length of data written to the server in preference to error, David Howells
- [PATCH 6/5] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH 7/5] netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs", David Howells
- Re: [PATCH 0/5] netfs, cachefiles, 9p: Additional patches, Christian Brauner
[PATCH] nfsd: drop the nfsd_put helper,
Jeff Layton
[PATCH v2] xprtrdma: removed asm-generic headers from verbs.c,
Tanzir Hasan
[PATCH] [v3] SUNRPC: fix some memleaks in gssx_dec_option_array,
Zhipeng Lu
Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 Windows driver binaries for Windows 10/11 for testing, 2024-01-01 ..., Martin Wege
[PATCH] sunrpc: Improve exception handling in krb5_etm_checksum(),
Markus Elfring
Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 Windows driver binaries for Windows 10 for testing, 2023-12-30 ...,
Martin Wege
[PATCH 6.1 038/112] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry, Greg Kroah-Hartman
[PATCH 6.6 067/156] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry,
Greg Kroah-Hartman
[PATCH] rpc_pipefs: Replace one label in bl_resolve_deviceid(),
Markus Elfring
[PATCH] knfsd: fix the fallback implementation of the get_name export operation,
trondmy
[PATCH] xprtrdma: removed unnecessary headers from verbs.c,
Tanzir Hasan
[PATCH] [v2] SUNRPC: fix some memleaks in gssx_dec_option_array,
Zhipeng Lu
NFSv4.1 mandatory locks working in Linux nfsd ?,
Roland Mainz
[PATCH] SUNRPC: fix some memleaks in gssx_dec_option_array,
Zhipeng Lu
[PATCH] SUNRPC: fix a memleak in gss_import_v2_context,
Zhipeng Lu
[PATCH] nfsd: drop st_mutex before calling move_to_close_lru(),
NeilBrown
[GIT PULL] afs, dns: Fix dynamic root interaction with negative DNS,
David Howells
[PATCH v4 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry,
David Howells
[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header, David Howells
- [PATCH v5 02/40] afs: Automatically generate trace tag enums, David Howells
- [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v5 09/40] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v5 10/40] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v5 11/40] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v5 12/40] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v5 13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v5 15/40] netfs: Add support for DIO buffering, David Howells
- [PATCH v5 16/40] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v5 18/40] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v5 17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v5 19/40] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v5 21/40] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v5 22/40] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v5 23/40] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v5 20/40] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v5 24/40] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v5 25/40] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v5 26/40] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v5 27/40] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v5 28/40] netfs: Implement unbuffered/DIO read support, David Howells
- [PATCH v5 29/40] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v5 30/40] netfs: Implement buffered write API, David Howells
- [PATCH v5 31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v5 32/40] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v5 34/40] netfs: Provide a writepages implementation, David Howells
- [PATCH v5 35/40] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v5 36/40] netfs: Implement a write-through caching option, David Howells
- [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH v5 38/40] netfs: Export the netfs_sreq tracepoint, David Howells
- [PATCH v5 39/40] afs: Use the netfs write helpers, David Howells
- [PATCH v5 40/40] 9p: Use netfslib read/write_iter, David Howells
- [PATCH] Fix EROFS Kconfig, David Howells
- Re: [PATCH v5 40/40] 9p: Use netfslib read/write_iter, David Howells
- [PATCH] 9p: Fix initialisation of netfs_inode for 9p, David Howells
[PATCH 18/22] nfsd: kill stale comment about simple_fill_super() requirements,
Al Viro
[GIT PULL] more NFSD fixes for 6.7-rc,
Chuck Lever III
[PATCH v1 0/4] svcrdma: Go back to multi-staged RDMA Reads,
Chuck Lever
SUNRPC: crash from svc_alloc_arg(),
Guillaume Morin
Realtime NFSv4?,
Cedric Blancher
[PATCH 0/3] Typos and documentation fixes,
Gioele Barabucci
Re: I can't get contributors for my C project. Can you help?,
chaosesqueteam@xxxxxxxxx
[PATCH] net: sunrpc: sizeof('\0') is 4, not 1,
Ahelenia Ziemiańska
[PATCH v39 20/42] LSM: Use lsmcontext in security_dentry_init_security,
Casey Schaufler
[PATCH v39 19/42] LSM: Use lsmcontext in security_inode_getsecctx, Casey Schaufler
[PATCH v39 16/42] LSM: Ensure the correct LSM context releaser, Casey Schaufler
[Patch 0/3 v2] Bug fixes for NFSD callback,
Dai Ngo
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]