Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 20:43:14 to 2021-12-27 10:45:50 UTC [more...]

[PATCH] nfs4: handle async processing of F_SETLK with FL_SLEEP
 2021-12-27 10:45 UTC 

[PATCH] nfs: local_lock: handle async processing of F_SETLK with FL_SLEEP
 2021-12-27 10:45 UTC 

GSSAPI as it relates to NFS
 2021-12-26 18:34 UTC  (5+ messages)

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

NFSv4 OPEN returns a zero cinfo.after on tmpfs
 2021-12-24  4:46 UTC 

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

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2021-12-22 23:31 UTC  (66+ 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 -next] SUNRPC: Clean XPRT_CONGESTED of xprt->state when rpc task is killed
 2021-12-22 15:02 UTC  (5+ messages)

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

[PATCH 0/8] Support btime and other NFSv4 specific attributes
 2021-12-21 22:20 UTC  (10+ 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

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  (27+ 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 RFC] NFSD: Fix zero-length NFSv3 WRITEs
 2021-12-21 15:23 UTC 

[PATCH 00/18 V2] Repair SWAP-over-NFS
 2021-12-21  8:48 UTC  (25+ messages)
` [PATCH 06/18] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 05/18] MM: reclaim mustn't enter FS "
` [PATCH 04/18] MM: perform async writes to "
` [PATCH 02/18] MM: create new mm/swap.h header file
` [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 10/18] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag
` [PATCH 07/18] MM: submit multipage write for SWP_FS_OPS swap-space

[PATCH v2 2/4] NFS: Rename fscache read and write pages functions
 2021-12-20 18:27 UTC  (4+ messages)
` [PATCH v2 0/4] Cleanups for NFS fscache and convert from dfprintk to trace events

pynfs V3 ideas - WAS: [PATCH 5/9] nfsd: NFSv3 should allow zero length writes
 2021-12-20 17:42 UTC 

[PATCH v2] NFSD: Fix READDIR buffer overflow
 2021-12-20 16:12 UTC 

[PATCH v5 00/16] Optimize list lru memory consumption
 2021-12-20  9:27 UTC  (18+ messages)
` [PATCH v5 01/16] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v5 02/16] mm: introduce kmem_cache_alloc_lru
` [PATCH v5 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v5 04/16] fs: allocate inode by using alloc_inode_sb()
` [PATCH v5 05/16] f2fs: "
` [PATCH v5 06/16] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v5 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v5 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v5 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v5 11/16] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v5 12/16] mm: list_lru: replace linear array with xarray
` [PATCH v5 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v5 14/16] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v5 15/16] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v5 16/16] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

[PATCH 0/9] Assorted patches for knfsd
 2021-12-19 22:25 UTC  (16+ messages)
` [PATCH 1/9] nfsd: map EBADF
  ` [PATCH 2/9] nfsd: Add errno mapping for EREMOTEIO
    ` [PATCH 3/9] nfsd: Retry once in nfsd_open on an -EOPENSTALE return
      ` [PATCH 4/9] nfs: Add export support for weak cache consistency attributes
        ` [PATCH 5/9] nfsd: NFSv3 should allow zero length writes
          ` [PATCH 6/9] nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
            ` [PATCH 7/9] nfsd: Replace use of rwsem with errseq_t
              ` [PATCH 8/9] nfsd: allow lockd to be forcibly disabled
                ` [PATCH 9/9] nfsd: Ignore rpcbind errors on nfsd startup

linux-next: Signed-off-by missing for commits in the nfs-anna tree
 2021-12-19 21:09 UTC 

[PATCH v4 00/17] Optimize list lru memory consumption
 2021-12-19  9:58 UTC  (4+ messages)

[PATCH RFC v8 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-17 21:54 UTC  (9+ messages)
` [PATCH RFC v8 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations

[PATCH v3 18/68] fscache: Implement cookie user counting and resource pinning
 2021-12-17 20:43 UTC  (4+ messages)
` [PATCH v3 00/68] fscache, cachefiles: Rewrite

[PATCH 0/5] Support case insensitive filesystems in NFSv4
 2021-12-17 20:36 UTC  (6+ messages)
` [PATCH 1/5] NFSv4: Add some support for case insensitive filesystems
  ` [PATCH 2/5] NFSv4: Just don't cache negative dentries on case insensitive servers
    ` [PATCH 3/5] NFS: Invalidate negative dentries on all case insensitive directory changes
      ` [PATCH 4/5] NFS: Add a helper to remove case-insensitive aliases
        ` [PATCH 5/5] NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()


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 read-only IMAP folder(s) and NNTP newsgroup(s).