linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 18:28:18 to 2020-07-14 18:38:49 UTC [more...]

[PATCH 00/10] Misc fixes & cleanups for nfs-utils
 2020-07-14 18:38 UTC  (9+ messages)
` [PATCH 04/10] gssd: gssd_k5_err_msg() returns a strdup'd msg. Use free() to release
  ` [PATCH 04/10] gssd: gssd_k5_err_msg() returns a ". "
` [PATCH 09/10] Cleanup printf format attribute handling and fix various format strings
` [PATCH 09/10] Consolidate "

[PATCH v3 00/13] client side user xattr (RFC8276) support
 2020-07-14 17:20 UTC  (2+ messages)

question about handling off an unresponsive server during lease renewal
 2020-07-13 18:15 UTC  (2+ messages)

[PATCH v2 1/1] SUNRPC dont update timeout value on connection reset
 2020-07-13 17:10 UTC  (2+ messages)

[PATCH 00/13] fscache: Rewrite 3: Make AFS use it
 2020-07-13 16:39 UTC  (14+ messages)
` [PATCH 01/13] afs: Fix interruption of operations
` [PATCH 02/13] afs: Move key to afs_read struct
` [PATCH 03/13] afs: Don't truncate iter during data fetch
` [PATCH 04/13] afs: Log remote unmarshalling errors
` [PATCH 05/13] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 06/13] afs: Use ITER_MAPPING for writing
` [PATCH 07/13] afs: Interpose struct fscache_io_request into struct afs_read
` [PATCH 08/13] afs: Note the amount transferred in fetch-data delivery
` [PATCH 09/13] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 10/13] afs: Use new fscache I/O API
` [PATCH 11/13] afs: Copy local writes to the cache when writing to the server
` [PATCH 12/13] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 13/13] afs: Add O_DIRECT read support

[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
 2020-07-13 16:36 UTC  (32+ messages)
` [PATCH 01/32] iov_iter: Add ITER_MAPPING
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 04/32] vfs: Provide S_CACHE_FILE inode flag
` [PATCH 05/32] mm: Provide lru_to_last_page() to get last of a page list
` [PATCH 06/32] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 07/32] fscache: Provide a simple thread pool for running ops asynchronously
` [PATCH 09/32] fscache: Rewrite the I/O API based on iov_iter
` [PATCH 10/32] fscache: Remove fscache_wait_on_invalidate()
` [PATCH 11/32] fscache: Keep track of size of a file last set independently on the server
` [PATCH 12/32] fscache, cachefiles: Fix disabled histogram warnings
` [PATCH 13/32] fscache: Recast assertion in terms of cookie not being an index
` [PATCH 14/32] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 15/32] cachefiles: trace: Log coherency checks
` [PATCH 16/32] cachefiles: Split cachefiles_drop_object() up a bit
` [PATCH 17/32] cachefiles: Implement new fscache I/O backend API
` [PATCH 18/32] cachefiles: Merge object->backer into object->dentry
` [PATCH 19/32] cachefiles: Implement a content-present indicator and bitmap
` [PATCH 20/32] cachefiles: Implement extent shaper
` [PATCH 21/32] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 22/32] cachefiles: Implement read and write parts of new I/O API
` [PATCH 23/32] cachefiles: Add I/O tracepoints
` [PATCH 24/32] fscache: Add read helper
` [PATCH 25/32] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [PATCH 26/32] fscache: Remove more obsolete stats
` [PATCH 27/32] fscache: New stats
` [PATCH 28/32] fscache, cachefiles: Rewrite invalidation
` [PATCH 29/32] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 30/32] fscache: Provide resize operation
` [PATCH 31/32] fscache: Remove the update operation
` [PATCH 32/32] cachefiles: Shape write requests

[PATCH 00/14] fscache: Rewrite 1: Disable and clean in preparation for rewrite
 2020-07-13 16:30 UTC  (15+ messages)
` [PATCH 01/14] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 02/14] afs: Disable use of the fscache I/O routines
` [PATCH 03/14] fscache: Add a cookie debug ID and use that in traces
` [PATCH 04/14] fscache: Procfile to display cookies
` [PATCH 05/14] fscache: Remove the old I/O API
` [PATCH 06/14] fscache: Remove the netfs data from the cookie
` [PATCH 07/14] fscache: Remove struct fscache_cookie_def
` [PATCH 08/14] fscache: Remove store_limit* from struct fscache_object
` [PATCH 09/14] fscache: Remove fscache_check_consistency()
` [PATCH 10/14] fscache: Remove fscache_attr_changed()
` [PATCH 11/14] fscache: Remove obsolete stats
` [PATCH 12/14] fscache: Remove old I/O tracepoints
` [PATCH 13/14] fscache: Temporarily disable fscache_invalidate()
` [PATCH 14/14] fscache: Remove the I/O operation manager

[PATCH 1/1] SUNRPC dont update timeout value on connection reset
 2020-07-13 16:18 UTC  (9+ messages)

[PATCH] nfsd: avoid a NULL dereference in __cld_pipe_upcall()
 2020-07-13 13:52 UTC  (5+ messages)

[nfs-utils PATCH 0/5] nfsdcld: Fix a number of Coverity Scan
 2020-07-10 20:37 UTC  (6+ messages)
` [nfs-utils PATCH 1/5] nfsdcld: Fix a few Coverity Scan RESOURCE_LEAK errors
` [nfs-utils PATCH 2/5] nfsdcld: Fix a few Coverity Scan TOCTOU errors
` [nfs-utils PATCH 3/5] nfsdcld: Fix a few Coverity Scan STRING_NULL errors
` [nfs-utils PATCH 4/5] nfsdcld: Fix a few Coverity Scan CLANG_WARNING errors
` [nfs-utils PATCH 5/5] nfsdcld: Fix a few Coverity Scan CHECKED_RETURN errors

[PATCH 0/4] nfs-utils: nfs.conf features to enable use of machine-id as nfs4_unique_id
 2020-07-10 16:44 UTC  (5+ messages)
` [PATCH 1/4] nfs-utils: Factor out common structure cleanup calls
` [PATCH 2/4] nfs-utils: Enable the retrieval of raw config settings without expansion
` [PATCH 3/4] nfs-utils: Add support for further ${variable} expansions in nfs.conf
` [PATCH 4/4] nfs-utils: Update nfs4_unique_id module parameter from the nfs.conf value

[PATCH v2 0/1] NFS: Fix -EREMOTEIO error on interrupted slots
 2020-07-09 18:05 UTC  (2+ messages)
` [PATCH v2 1/1] NFS: Fix interrupted slots by sending a solo SEQUENCE operation

[PATCH] freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFS
 2020-07-09 12:32 UTC  (2+ messages)

[PATCH v1 0/1] NFS: Fix -EREMOTEIO error on interrupted slots
 2020-07-08 22:09 UTC  (6+ messages)
` [PATCH v1 1/1] NFS: Fix interrupted slots by sending a solo SEQUENCE operation

[PATCH 1/1] SUNRPC dont update timeout value on connection reset
 2020-07-08 21:04 UTC  (4+ messages)

[PATCH v1 00/22] SUNRPC: Replace dprintk calls with tracepoints
 2020-07-08 20:10 UTC  (23+ messages)
` [PATCH v1 01/22] SUNRPC: Remove trace_xprt_complete_rqst()
` [PATCH v1 02/22] SUNRPC: Hoist trace_xprtrdma_op_allocate into generic code
` [PATCH v1 03/22] SUNRPC: Remove debugging instrumentation from xprt_release
` [PATCH v1 04/22] SUNRPC: Update debugging instrumentation in xprt_do_reserve()
` [PATCH v1 05/22] SUNRPC: Replace dprintk() call site in xprt_prepare_transmit
` [PATCH v1 06/22] SUNRPC: Replace dprintk() call site in xs_nospace()
` [PATCH v1 07/22] SUNRPC: Remove the dprint_status() macro
` [PATCH v1 08/22] SUNRPC: Remove dprintk call site in call_start()
` [PATCH v1 09/22] SUNRPC: Replace connect dprintk call sites with a tracepoint
` [PATCH v1 10/22] SUNRPC: Mitigate cond_resched() in xprt_transmit()
` [PATCH v1 11/22] SUNRPC: Add trace_rpc_timeout_status()
` [PATCH v1 12/22] SUNRPC: Trace call_refresh events
` [PATCH v1 13/22] SUNRPC: Remove dprintk call site in call_decode
` [PATCH v1 14/22] SUNRPC: Clean up call_bind_status() observability
` [PATCH v1 15/22] SUNRPC: Remove rpcb_getport_async dprintk call sites
` [PATCH v1 16/22] SUNRPC: Hoist trace_xprtrdma_op_setport into generic code
` [PATCH v1 17/22] SUNRPC: Remove dprintk call sites in rpcbind XDR functions
` [PATCH v1 18/22] SUNRPC: Remove more dprintks in rpcb_clnt.c
` [PATCH v1 19/22] SUNRPC: Replace rpcbind dprintk call sites with tracepoints
` [PATCH v1 20/22] SUNRPC: Clean up RPC scheduler tracepoints
` [PATCH v1 21/22] SUNRPC: Remove dprintk call sites in RPC queuing functions
` [PATCH v1 22/22] SUNRPC: Remove remaining dprintks from sched.c

[PATCH] nfsiostat/mountstats: handle KeyError in compare_iostats()
 2020-07-08 16:06 UTC 

[PATCH] Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients
 2020-07-07 19:50 UTC 

[PATCH v1 0/4] Fix more issues in new connect logic
 2020-07-07 19:49 UTC  (3+ messages)

kerberized NFSv4 client reporting operation not permitted when mounting with sec=sys
 2020-07-07 15:51 UTC  (12+ messages)

[PATCH] nfsd4: a client's own opens needn't prevent delegations
 2020-07-07 14:19 UTC  (3+ messages)

Testing auto-submounts (crossmnt)
 2020-07-07 13:32 UTC  (3+ messages)

Fw: [Bug 208451] New: NFS server occasionally spontaneously reboots when client mounts exported directory
 2020-07-06 23:41 UTC 

Multiprotocol File Sharing via NFSv4 and Samba
 2020-07-06 17:08 UTC  (5+ messages)
` [Samba] "

[PATCH 00/13] Documentation/admin-guide: eliminate duplicated words
 2020-07-05 20:02 UTC  (16+ messages)
` [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word
` [PATCH 02/13] Documentation/admin-guide: cgroup-v1/rdma: "
` [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words
` [PATCH 04/13] Documentation/admin-guide: media/building: "
` [PATCH 05/13] Documentation/admin-guide: mm/ksm: drop doubled word
` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: "
` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: "
` [PATCH 08/13] Documentation/admin-guide: arm-ccn: "
` [PATCH 09/13] Documentation/admin-guide: intel_pstate: "
` [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words
` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word
` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: "
` [PATCH 13/13] Documentation/admin-guide: xfs: "

[PATCH v3 00/10] server side user xattr support (RFC 8276)
 2020-07-04 14:37 UTC  (2+ messages)

[PATCH] nfsd: Use seq_putc() in two functions
 2020-07-04 14:31 UTC  (2+ messages)

linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
 2020-07-03 13:28 UTC  (15+ messages)

[GIT PULL] nfsd bugfixes for 5.8
 2020-07-03  5:40 UTC  (2+ messages)

[RFC PATCH 0/7] crypto: get rid of ecb(arc4)
 2020-07-02 23:04 UTC  (14+ messages)
` [RFC PATCH 1/7] staging/rtl8192e: switch to RC4 library interface
` [RFC PATCH 2/7] staging/rtl8192u: "
` [RFC PATCH 3/7] SUNRPC: remove RC4-HMAC-MD5 support from KerberosV
` [RFC PATCH 4/7] crypto: remove ARC4 support from the skcipher API
` [RFC PATCH 5/7] crypto: n2 - remove ecb(arc4) support
` [RFC PATCH 6/7] crypto: bcm-iproc "
` [RFC PATCH 7/7] crypto: tcrypt - remove ecb(arc4) testing/benchmarking support

NFSv4.0: client stuck looping on RENEW + NFSERR_STALE_CLIENTID
 2020-07-02 10:28 UTC  (5+ messages)

[PATCH AUTOSEL 5.7 30/53] xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed
 2020-07-02  1:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 51/53] nfs: Fix memory leak of export_path

[PATCH 1/1] NFSv4 fix CLOSE not waiting for direct IO compeletion
 2020-07-02  0:30 UTC  (2+ messages)
` [PATCH] NFS: simplify inode_dio_begin/end calls

gssd keytab resolution
 2020-07-01 21:57 UTC  (2+ messages)

RPC Pipefs: Frequent parsing errors in client database
 2020-07-01 18:45 UTC  (16+ messages)
      ` Strange segmentation violations of rpc.gssd in Debian Buster
                    ` [PATCH v2] "


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).