linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 19:52:54 to 2022-01-04 22:24:47 UTC [more...]

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-01-04 22:24 UTC  (11+ messages)
      ` [PATCH] nfsdcld: use WAL journal for faster commits

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-04 22:23 UTC  (11+ messages)
` [RFC PATCH 4/8] signals: Remove sigmask() macro

nfs v4 decode_read_plus_hole() insufficient length sanity check
 2022-01-04 20:08 UTC 

NFSv4 OPEN returns a zero cinfo.after on tmpfs
 2022-01-04 16:56 UTC  (2+ messages)

client caching and locks
 2022-01-04 15:54 UTC  (15+ messages)

[PATCH bpf-next v2] net: don't include filter.h from net/sock.h
 2022-01-04 15:42 UTC  (7+ messages)

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2022-01-04 11:27 UTC  (68+ messages)
` [PATCH v4 01/68] fscache, cachefiles: Disable configuration
` [PATCH v4 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v4 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v4 06/68] fscache: Introduce new driver
` [PATCH v4 07/68] fscache: Implement a hash function
` [PATCH v4 08/68] fscache: Implement cache registration
` [PATCH v4 09/68] fscache: Implement volume registration
` [PATCH v4 10/68] fscache: Implement cookie registration
` [PATCH v4 11/68] fscache: Implement cache-level access helpers
` [PATCH v4 12/68] fscache: Implement volume-level "
` [PATCH v4 13/68] fscache: Implement cookie-level "
` [PATCH v4 14/68] fscache: Implement functions add/remove a cache
` [PATCH v4 15/68] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v4 16/68] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v4 17/68] fscache: Implement simple cookie state machine
` [PATCH v4 18/68] fscache: Implement cookie user counting and resource pinning
` [PATCH v4 19/68] fscache: Implement cookie invalidation
` [PATCH v4 20/68] fscache: Provide a means to begin an operation
` [PATCH v4 21/68] fscache: Count data storage objects in a cache
` [PATCH v4 22/68] fscache: Provide read/write stat counters for the cache
` [PATCH v4 23/68] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v4 24/68] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v4 25/68] fscache: Implement raw I/O interface
` [PATCH v4 26/68] fscache: Implement higher-level write "
` [PATCH v4 27/68] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v4 28/68] fscache: Provide a function to note the release of a page
` [PATCH v4 29/68] fscache: Provide a function to resize a cookie
` [PATCH v4 30/68] cachefiles: Introduce rewritten driver
` [PATCH v4 31/68] cachefiles: Define structs
` [PATCH v4 32/68] cachefiles: Add some error injection support
` [PATCH v4 33/68] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v4 34/68] cachefiles: Add cache error reporting macro
` [PATCH v4 35/68] cachefiles: Add security derivation
` [PATCH v4 36/68] cachefiles: Register a miscdev and parse commands over it
` [PATCH v4 37/68] cachefiles: Provide a function to check how much space there is
` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 39/68] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v4 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v4 41/68] cachefiles: Implement volume support
` [PATCH v4 42/68] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v4 43/68] cachefiles: Implement object lifecycle funcs
` [PATCH v4 44/68] cachefiles: Implement key to filename encoding
` [PATCH v4 45/68] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v4 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 47/68] cachefiles: Implement culling daemon commands
` [PATCH v4 48/68] cachefiles: Implement backing file wrangling
` [PATCH v4 49/68] cachefiles: Implement begin and end I/O operation
` [PATCH v4 50/68] cachefiles: Implement cookie resize for truncate
` [PATCH v4 51/68] cachefiles: Implement the I/O routines
` [PATCH v4 52/68] fscache, cachefiles: Store the volume coherency data
` [PATCH v4 53/68] cachefiles: Allow cachefiles to actually function
` [PATCH v4 54/68] fscache, cachefiles: Display stats of no-space events
` [PATCH v4 55/68] fscache, cachefiles: Display stat of culling events
` [PATCH v4 56/68] afs: Convert afs to use the new fscache API
` [PATCH v4 57/68] afs: Copy local writes to the cache when writing to the server
` [PATCH v4 58/68] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v4 59/68] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v4 60/68] 9p: Copy local writes to the cache when writing to the server
` [PATCH v4 61/68] nfs: Convert to new fscache volume/cookie API
` [PATCH v4 62/68] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v4 64/68] ceph: conversion to new fscache API
` [PATCH v4 65/68] ceph: add fscache writeback support
` [PATCH v4 67/68] fscache: Add a tracepoint for cookie use/unuse
` [PATCH v4 68/68] 9p, afs, ceph, cifs, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()

[PATCH RFC] NFSD: Fix zero-length NFSv3 WRITEs
 2022-01-04  3:07 UTC  (4+ messages)

GSSAPI as it relates to NFS
 2022-01-03 22:28 UTC  (9+ messages)

[PATCH 0/5] Support case insensitive filesystems in NFSv4
 2022-01-03 22:13 UTC  (5+ messages)

[PATCH 0/8] Support btime and other NFSv4 specific attributes
 2022-01-03 21:47 UTC  (15+ messages)
` [PATCH 1/8] NFS: Expand the type of nfs_fattr->valid
  ` [PATCH 2/8] nfs: Add timecreate to nfs inode
    ` [PATCH 3/8] NFS: Return the file btime in the statx results when appropriate
      ` [PATCH 4/8] nfs: Add 'archive', 'hidden' and 'system' fields to nfs inode
        ` [PATCH 5/8] nfs: Add 'time backup' "
          ` [PATCH 6/8] NFSv4: Support the offline bit
            ` [PATCH 7/8] NFS: Support statx_get and statx_set ioctls
              ` [PATCH 8/8] NFSv4: Add an ioctl to allow retrieval of the NFS raw ACCESS mask

[PATCH] NFSv4.1: Fix uninitialised variable in devicenotify
 2022-01-03 19:50 UTC 

[PATCH] nfs4: handle async processing of F_SETLK with FL_SLEEP
 2022-01-03 19:53 UTC  (9+ messages)
` [PATCH v2] "
    ` [PATCH v3 1/3] nfs: local_lock: "
    ` [PATCH v3 2/3] nfs4: "
    ` [PATCH v3 3/3] nfs v2/3: nlmclnt_lock: "

Transferring birth-time time stamp over NFS
 2022-01-03 19:20 UTC 

_nfs4_open_and_get_state() should check IS_ERR() from d_splice_alias()
 2022-01-03 19:02 UTC 

NFS v4 client can dereference uninitialized pointer in devicenotify callback
 2022-01-03 18:21 UTC 

[PATCH 00/10] Write verifier fixes and clean-ups
 2022-01-02 17:36 UTC  (11+ messages)
` [PATCH 01/10] NFSD: Fix verifier returned in stable WRITEs
` [PATCH 02/10] nfsd: Replace use of rwsem with errseq_t
` [PATCH 03/10] NFSD: Clean up nfsd_vfs_write()
` [PATCH 04/10] NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)
` [PATCH 05/10] NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)
` [PATCH 06/10] nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
` [PATCH 07/10] NFSD: Write verifier might go backwards
` [PATCH 08/10] NFSD: Clean up the nfsd_net::nfssvc_boot field
` [PATCH 09/10] NFSD: Rename boot verifier functions
` [PATCH 10/10] NFSD: Trace boot verifier resets

[PATCH -next] SUNRPC: Clean XPRT_CONGESTED of xprt->state when rpc task is killed
 2021-12-31  2:00 UTC  (6+ messages)

[PATCH linux] nfs: Remove unnecessary ret assignment
 2021-12-30  6:34 UTC 

[PATCH 0/2] Fix cinfo on FS's that do not support IVERSION
 2021-12-29 14:46 UTC  (3+ messages)
` [PATCH 1/2] Revert "nfsd: skip some unnecessary stats in the v4 case"
` [PATCH 2/2] NFSD: Move fill_pre_wcc() and fill_post_wcc()

[PATCH bpf-next] net: don't include filter.h from net/sock.h
 2021-12-28 19:25 UTC 

[PATCH] SUNRPC: use default_groups in kobj_type
 2021-12-28 14:48 UTC 

[PATCH] NFS: use default_groups in kobj_type
 2021-12-28 14:41 UTC 

[PATCH] nfs: local_lock: handle async processing of F_SETLK with FL_SLEEP
 2021-12-28  1:00 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/2] NFSv4: Allow writebacks to request 'blocks used'
 2021-12-27 19:40 UTC  (2+ messages)
` [PATCH 2/2] NFSv42: Fallocate and clone should also "

[PATCH v2 0/8] Support btime and other NFSv4 specific attributes
 2021-12-27 19:05 UTC  (9+ messages)
` [PATCH v2 1/8] NFS: Expand the type of nfs_fattr->valid
  ` [PATCH v2 2/8] nfs: Add timecreate to nfs inode
    ` [PATCH v2 3/8] NFS: Return the file btime in the statx results when appropriate
      ` [PATCH v2 4/8] nfs: Add 'archive', 'hidden' and 'system' fields to nfs inode
        ` [PATCH v2 5/8] nfs: Add 'time backup' "
          ` [PATCH v2 6/8] NFSv4: Support the offline bit
            ` [PATCH v2 7/8] NFS: Support statx_get and statx_set ioctls
              ` [PATCH v2 8/8] NFSv4: Add an ioctl to allow retrieval of the NFS raw ACCESS mask

Ihr Interesse am BTI Online-Planspielwettbewerb
 2021-12-26 15:03 UTC 

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH v7 0/3] io_uring: add getdents64 support
 2021-12-24 17:25 UTC  (5+ messages)
` [PATCH v7 1/3] fs: add offset parameter to iterate_dir function
  ` [PATCH v7 1/3] "
` [PATCH v7 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v7 3/3] io_uring: add support for getdents64

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

[PATCH] nfs: check nf pointer for validity before use
 2021-12-22  6:06 UTC  (4+ messages)

Improving NFS re-export
 2021-12-21 21:39 UTC  (6+ messages)

[PATCH] nfs: block notification on fs with its own ->lock
 2021-12-21 19:30 UTC  (6+ messages)

[PATCH v2 00/10] Assorted patches for knfsd
 2021-12-21 18:14 UTC  (20+ messages)
` [PATCH v2 01/10] nfsd: map EBADF
  ` [PATCH v2 02/10] nfsd: Add errno mapping for EREMOTEIO
    ` [PATCH v2 03/10] nfsd: Retry once in nfsd_open on an -EOPENSTALE return
      ` [PATCH v2 04/10] nfsd: Distinguish between required and optional NFSv3 post-op attributes
        ` [PATCH v2 05/10] nfs: Add export support for weak cache consistency attributes
          ` [PATCH v2 06/10] nfsd: NFSv3 should allow zero length writes
            ` [PATCH v2 07/10] nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
              ` [PATCH v2 08/10] nfsd: Replace use of rwsem with errseq_t
                ` [PATCH v2 09/10] nfsd: allow lockd to be forcibly disabled
                  ` [PATCH v2 10/10] nfsd: Ignore rpcbind errors on nfsd startup

[PATCH] nfsd4: add refcount for nfsd4_blocked_lock
 2021-12-21 17:56 UTC  (2+ messages)

[PATCH v2] NFSD: Fix zero-length NFSv3 WRITEs
 2021-12-21 16:52 UTC 

[PATCH 00/18 V2] Repair SWAP-over-NFS
 2021-12-21  8:48 UTC  (18+ messages)
` [PATCH 05/18] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 01/18] Structural cleanup for filesystem-based swap
` [PATCH 03/18] MM: use ->swap_rw for reads from SWP_FS_OPS swap-space
` [PATCH 02/18] MM: create new mm/swap.h header file
` [PATCH 06/18] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 04/18] MM: perform async writes to "
` [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag


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