linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-09 16:38:01 to 2022-06-23 20:27:19 UTC [more...]

[PATCH RFC 00/30] Overhaul NFSD filecache
 2022-06-23 20:27 UTC  (43+ messages)
` [PATCH RFC 01/30] NFSD: Report filecache LRU size
` [PATCH RFC 02/30] NFSD: Report count of calls to nfsd_file_acquire()
` [PATCH RFC 03/30] NFSD: Report count of freed filecache items
` [PATCH RFC 04/30] NFSD: Report average age of "
` [PATCH RFC 05/30] NFSD: Add nfsd_file_lru_dispose_list() helper
` [PATCH RFC 06/30] NFSD: Refactor nfsd_file_gc()
` [PATCH RFC 07/30] NFSD: Refactor nfsd_file_lru_scan()
` [PATCH RFC 08/30] NFSD: Report the number of items evicted by the LRU walk
` [PATCH RFC 09/30] NFSD: Record number of flush calls
` [PATCH RFC 10/30] NFSD: Report filecache item construction failures
` [PATCH RFC 11/30] NFSD: Zero counters when the filecache is re-initialized
` [PATCH RFC 12/30] NFSD: Hook up the filecache stat file
` [PATCH RFC 13/30] NFSD: WARN when freeing an item still linked via nf_lru
` [PATCH RFC 14/30] NFSD: Trace filecache LRU activity
` [PATCH RFC 15/30] NFSD: Leave open files out of the filecache LRU
` [PATCH RFC 16/30] NFSD: Fix the filecache LRU shrinker
` [PATCH RFC 17/30] NFSD: Never call nfsd_file_gc() in foreground paths
` [PATCH RFC 18/30] NFSD: No longer record nf_hashval in the trace log
` [PATCH RFC 19/30] NFSD: Remove lockdep assertion from unhash_and_release_locked()
` [PATCH RFC 20/30] NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
` [PATCH RFC 21/30] NFSD: Refactor __nfsd_file_close_inode()
` [PATCH RFC 22/30] NFSD: nfsd_file_hash_remove can compute hashval
` [PATCH RFC 23/30] NFSD: Remove nfsd_file::nf_hashval
` [PATCH RFC 24/30] NFSD: Remove stale comment from nfsd_file_acquire()
` [PATCH RFC 25/30] NFSD: Clean up "open file" case in nfsd_file_acquire()
` [PATCH RFC 26/30] NFSD: Document nfsd_file_cache_purge() API contract
` [PATCH RFC 27/30] NFSD: Replace the "init once" mechanism
` [PATCH RFC 28/30] NFSD: Set up an rhashtable for the filecache
` [PATCH RFC 29/30] NFSD: Convert the filecache to use rhashtable
` [PATCH RFC 30/30] NFSD: Clean up unusued code after rhashtable conversion

[PATCH] NFS: restore module put when manager exits
 2022-06-23 20:11 UTC  (2+ messages)

[PATCH] NFSD: Fix space and spelling mistake
 2022-06-23 14:11 UTC  (2+ messages)

Ruch z pierwszej pozycji w Google
 2022-06-23  7:41 UTC 

unsubsctibe
 2022-06-23  3:22 UTC 

[PATCH nfs-utils] configure: make modprobe.d directory configurable
 2022-06-23  1:48 UTC 

[PATCH nfs-utils] modprobe: protect against sysctl errors
 2022-06-23  1:47 UTC 

[PATCH] NFS: remove redundant code in nfs_file_write()
 2022-06-23  1:58 UTC 

[PATCH 1/1] NFSD: Fix memory shortage problem with Courteous server
 2022-06-22 18:35 UTC  (5+ messages)

[PATCH] nfs/blocklayout: refactor block device opening
 2022-06-22 13:58 UTC 

NFS regression between 5.17 and 5.18
 2022-06-21 17:53 UTC  (22+ messages)

[PATCH 0/2] NFSD: Two tracepoint-related patches
 2022-06-21 14:06 UTC  (3+ messages)
` [PATCH 1/2] SUNRPC: Expand the svc_alloc_arg_err tracepoint
` [PATCH 2/2] NFSD: Instrument fh_verify()

[PATCH 0/6] Allow nfs4-acl-tools to access 'dacl' and 'sacl'
 2022-06-21 13:58 UTC  (3+ messages)

[PATCH 1/3] cifs-utils/svcgssd: Fix use-after-free bug (config variables)
 2022-06-21 13:26 UTC  (2+ messages)

[PATCH 1/4] Makefile: Added the creation of config.guess and config.sub
 2022-06-21 13:09 UTC  (5+ messages)
` [PATCH 2/4] configure.ac: Removed a number warnings
` [PATCH 3/4] nfs4_print_ace_verbose: Removed a differ in signedness warning
` [PATCH 4/4] acl_nfs4_get_who: removed an always false evaluate warning

[PATCH v1 00/12] Handling session trunking group membership
 2022-06-20 15:24 UTC  (13+ messages)
` [PATCH v1 01/12] SUNRPC expose functions for offline remote xprt functionality
` [PATCH v1 02/12] SUNRPC add function to offline remove trunkable transports
` [PATCH v1 03/12] NFSv4.1 offline trunkable transports on DESTROY_SESSION
` [PATCH v1 04/12] SUNRPC create an iterator to list only OFFLINE xprts
` [PATCH v1 05/12] SUNRPC parameterize rpc_clnt_iterate_for_each_xprt with iterator init function
` [PATCH v1 06/12] SUNRPC enable back offline transports in trunking discovery
` [PATCH v1 07/12] SUNRPC create an rpc function that allows xprt removal from rpc_clnt
` [PATCH v1 08/12] NFSv4.1 remove xprt from xprt_switch if session trunking test fails
` [PATCH v1 09/12] SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
` [PATCH v1 10/12] SUNRPC export xprt_iter_rewind function
` [PATCH v1 11/12] SUNRPC create a function that probes only offline transports
` [PATCH v1 12/12] NFSv4.1 probe offline transports for trunking on session creation

[PATCH RFC 00/12] Allow concurrent directory updates
 2022-06-20 10:18 UTC  (23+ messages)
` [PATCH 03/12] VFS: move want_write checks into lookup_hash_update()
` [PATCH 05/12] VFS: export done_path_update()
` [PATCH 04/12] VFS: move dput() and mnt_drop_write() into done_path_update()
` [PATCH 02/12] VFS: move EEXIST and ENOENT tests into lookup_hash_update()
` [PATCH 01/12] VFS: support parallel updates in the one directory
` [PATCH 10/12] nfsd: reduce locking in nfsd_lookup()
` [PATCH 11/12] nfsd: use (un)lock_inode instead of fh_(un)lock
` [PATCH 12/12] nfsd: discard fh_locked flag and fh_lock/fh_unlock
` [PATCH 09/12] nfsd: support concurrent renames
` [PATCH 08/12] nfsd: allow parallel creates from nfsd
` [PATCH 06/12] VFS: support concurrent renames
` [PATCH 07/12] NFS: support parallel updates in the one directory

[Bug report] fstests g/465 panic on NFS over XFS (linux v5.19-rc2+)
 2022-06-20  6:21 UTC 

[PATCH] NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE
 2022-06-17 20:23 UTC 

[GIT PULL] NFS Client Bugfixes for 5.19-rc
 2022-06-17 20:23 UTC  (2+ messages)

[PATCH 0/9] shell: nfs: $TST_ALL_FILESYSTEMS (.all_filesystems)
 2022-06-17 14:51 UTC  (17+ messages)
` [PATCH v2 1/9] tst_test.sh: Add $TST_MOUNT_DEVICE
` [PATCH v2 2/9] df01.sh: Use TST_MOUNT_DEVICE=1
` [PATCH v2 3/9] tst_test.sh: allow ' in pattern for allowed variables
  ` [LTP] "
` [PATCH v2 4/9] shell: Add test for TST_MOUNT_DEVICE=1
` [PATCH v2 5/9] tst_test.sh: Add $TST_ALL_FILESYSTEMS
  ` [LTP] "
` [PATCH v2 6/9] tst_device: Remove unnecessary braces
  ` [LTP] "
` [PATCH v2 7/9] tst_device: Add clear command
  ` [LTP] "
` [PATCH v2 8/9] shell: Add test for TST_ALL_FILESYSTEMS=1
` [RFC][PATCH v2 9/9] nfs: Use TST_ALL_FILESYSTEMS=1
    ` [LTP] "

[PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-17 10:33 UTC 

[PATCH v15] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-17 10:14 UTC  (3+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-16 15:04 UTC  (17+ messages)

株式会社ASサービスにお問い合わせありがとうございました
 2022-06-16 11:37 UTC 

[PATCH 1/2] nfs4lib.py: enhance open_file to work with courteous server
 2022-06-15 19:48 UTC  (4+ messages)
` [PATCH 2/2] environment.py: enhance open_create_file "

[PATCH] NFSv4: Directly use ida_alloc()/free()
 2022-06-15 19:23 UTC  (2+ messages)

[RPC] nfsd: NFSv4 close a file completely
 2022-06-15 18:57 UTC  (5+ messages)

Question about reporting unexpected wb err in nfs write()/flush()
 2022-06-15 13:41 UTC  (3+ messages)

[PATCH -next,v2] NFS: report and clear ENOSPC/EFBIG/EDQUOT writeback error on close() file
 2022-06-15 11:55 UTC  (6+ messages)

[vfs] 0b398f980a: ltp.copy_file_range01.fail
 2022-06-15 10:20 UTC 

[PATCH] SUNRPC: Directly use ida_alloc()/free()
 2022-06-15  8:20 UTC 

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-15  8:11 UTC  (13+ messages)
` [PATCH v2 03/19] fs: Add aops->migrate_folio
` [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio()
  ` [f2fs-dev] "
` [PATCH v2 16/19] hugetlb: Convert to migrate_folio

[PATCH] nfs: remove unnecessary (void*) conversions
 2022-06-15  5:39 UTC 

[PATCH v3 0/5] Ensure mapping errors are reported only once
 2022-06-15  2:36 UTC  (5+ messages)
` [PATCH v3 1/5] NFS: Do not report EINTR/ERESTARTSYS as mapping errors
  ` [PATCH v3 2/5] NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS
    ` [PATCH v3 3/5] NFS: Don't report ENOSPC write errors twice

[PATCH -next] NFS: report and clear ENOSPC/EFBIG/EDQUOT writeback error on close() file
 2022-06-14 15:13 UTC 

[PATCH] binddynport.c honor ip_local_reserved_ports
 2022-06-14 14:25 UTC 

[PATCH] NLM: Defend against file_lock changes after vfs_test_lock()
 2022-06-13 18:31 UTC  (2+ messages)

[GIT PULL] nfsd fixes for 5.19
 2022-06-11  0:38 UTC  (2+ messages)

[RFC][PATCH 0/3] netfs, afs: Cleanups
 2022-06-10 23:19 UTC  (5+ messages)
` [PATCH 1/3] afs: Fix some checker issues
` [PATCH 2/3] netfs: Further cleanups after struct netfs_inode wrapper introduced
` [PATCH 3/3] netfs: Rename the netfs_io_request cleanup op and give it an op pointer

[PATCH] NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file
 2022-06-10  0:46 UTC 

[PATCH v36 15/33] LSM: Ensure the correct LSM context releaser
 2022-06-09 23:01 UTC  (2+ messages)
` [PATCH v36 17/33] LSM: Use lsmcontext in security_inode_getsecctx


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).