Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-10-04 17:32:47 to 2023-10-13 16:12:31 UTC [more...]

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 16:04 UTC  (31+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
` [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification
` [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
` [RFC PATCH 13/53] netfs: Add bounce buffering support
` [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments
` [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints
` [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes
` [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size
` [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer
` [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request
` [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use
` [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write
` [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice
` [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write
` [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath
` [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support
` [RFC PATCH 29/53] netfs: Implement buffered write API
` [RFC PATCH 50/53] cifs: Cut over to using netfslib
` [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1
` [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-13 15:56 UTC  (6+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op

[PATCH 1/1] NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO
 2023-10-13 15:04 UTC 

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-10-13 13:50 UTC  (56+ messages)
` [PATCH v3 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() "
` [PATCH v3 04/25] ima: Align ima_file_mprotect() "
` [PATCH v3 05/25] ima: Align ima_inode_setxattr() "
` [PATCH v3 07/25] ima: Align ima_post_read_file() "
` [PATCH v3 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v3 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v3 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v3 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v3 14/25] security: Introduce file_post_open hook
` [PATCH v3 15/25] security: Introduce file_pre_free_security hook
` [PATCH v3 16/25] security: Introduce path_post_mknod hook
` [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v3 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[PATCH] svcrdma: Fix tracepoint printk format
 2023-10-13 13:21 UTC  (3+ messages)

[PATCH] NFSD: Remove a layering violation when encoding lock_denied
 2023-10-13 13:20 UTC  (3+ messages)

[PATCH] nfsd: new Kconfig option for legacy client tracking
 2023-10-13 13:21 UTC  (2+ messages)

[PATCH net-XXX] SUNRPC: Add an IS_ERR() check back to where it was
 2023-10-13 12:34 UTC  (3+ messages)

[PATCH v1] svcrdma: Drop connection after an RDMA Read error
 2023-10-13 12:01 UTC  (3+ messages)

[PATCH] NFSD: Clean up errors in nfs4xdr.c
 2023-10-13 10:50 UTC  (2+ messages)

[PATCH] NFS: Clean up errors in nfs_page.h
 2023-10-13 10:50 UTC  (2+ messages)

[PATCH] NFS: Clean up errors in nfstrace.h
 2023-10-13  6:49 UTC 

[PATCH] NFSD: Clean up errors in nfssvc.c
 2023-10-13  6:18 UTC 

[PATCH] nfsd: Clean up errors in export.h
 2023-10-13  6:12 UTC 

[PATCH] nfsd: Clean up errors in nfs4idmap.c
 2023-10-13  6:07 UTC 

[PATCH] nfsd: Clean up errors in filecache.c
 2023-10-13  6:00 UTC 

[PATCH] NFSD: Clean up errors in lockd.c
 2023-10-13  5:55 UTC 

[PATCH] NFS: Clean up errors in nfs_fs_sb.h
 2023-10-13  3:23 UTC 

[PATCH RFC] nfsd: new Kconfig option for legacy client tracking
 2023-10-12 23:22 UTC  (2+ messages)

Bakeathon 2pm EST talks
 2023-10-12 17:10 UTC 

[PATCH] netconfig: remove tcp6, udp6 on --disable-ipv6
 2023-10-12 14:28 UTC 

PROBLEM: Pointer dereference error may occur in "alloc_init_deleg" function
 2023-10-12 12:44 UTC  (4+ messages)
  ` [PATCH v1] NFSD: clean up alloc_init_deleg()

[PATCH] sunrpc: Use no_printk() in dfprintk*() dummies
 2023-10-12 10:59 UTC  (6+ messages)

[PATCH -next v2] sunrpc: Use no_printk() in dfprintk*() dummies
 2023-10-12 10:17 UTC  (3+ messages)

[PATCH] xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE
 2023-10-12  4:47 UTC  (6+ messages)

Bakeathon 2pm EST talks
 2023-10-11 17:56 UTC 

bpftrace script to monitor tasks that are stuck in NFSv4 exception loops
 2023-10-11 15:15 UTC 

missing patches for v6.6-rc
 2023-10-11 14:43 UTC  (5+ messages)
      ` [PATCH] NFS: Fix potential oops in nfs_inode_remove_request()

help with understanding match_fsid() errors in nfs-utils
 2023-10-11 14:33 UTC  (4+ messages)

[PATCH] lockd: hold a reference to nlmsvc_serv while stopping thread
 2023-10-11 12:41 UTC  (5+ messages)

[PATCH 0/3 nfs-utils] fixes for error handling in nfsd_fh
 2023-10-11  4:58 UTC  (4+ messages)
` [PATCH 1/3] export: fix handling of error from match_fsid()
` [PATCH 2/3] export: add EACCES to the list of known path_lookup_error() errors
` [PATCH 3/3 RFC] export: nfsd_fh - always an answer to a well-formed question

[PATCH v2] lockd: hold a reference to nlmsvc_serv while stopping the thread
 2023-10-10 22:31 UTC 

Bakeathon 2pm EST talks
 2023-10-10 17:13 UTC 

[PATCH v1 0/8] Clean up miscellaneous NFSv4 XDR encoders
 2023-10-10 15:22 UTC  (10+ messages)
` [PATCH v1 1/8] NFSD: Clean up nfsd4_encode_access()
` [PATCH v1 2/8] NFSD: Clean up nfsd4_do_encode_secinfo()
` [PATCH v1 3/8] NFSD: Clean up nfsd4_encode_exchange_id()
` [PATCH v1 4/8] NFSD: Clean up nfsd4_encode_test_stateid()
` [PATCH v1 5/8] NFSD: Clean up nfsd4_encode_copy()
` [PATCH v1 6/8] NFSD: Clean up nfsd4_encode_copy_notify()
` [PATCH v1 7/8] NFSD: Clean up nfsd4_encode_offset_status()
` [PATCH v1 8/8] NFSD: Clean up nfsd4_encode_seek()

split up ->kill_sb
 2023-10-10  8:44 UTC  (8+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super

lockd KASAN pop in svc_exit_thread with nfsd-next branch
 2023-10-09 20:55 UTC  (2+ messages)

[PATCH v1 0/5] Clean up XDR encoders for NFSv4 READDIR
 2023-10-09 17:36 UTC  (2+ messages)

[PATCH 6.1 000/259] 6.1.56-rc1 review
 2023-10-09 16:43 UTC  (7+ messages)

[PATCH v3] NFSv4: Fix dropped lock for racing OPEN and delegation return
 2023-10-09 15:58 UTC  (5+ messages)

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (7+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 51/89] nfs: convert "
  ` [PATCH v2 52/89] nfsd: "
  ` [PATCH v2 83/89] sunrpc: "

[PATCH 1/1] NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server
 2023-10-09 14:59 UTC 

Bakeathon is live!
 2023-10-09 14:53 UTC 

[PATCH] pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_stats
 2023-10-08 18:28 UTC 

[PATCH] pNFS: Fix a hang in nfs4_evict_inode()
 2023-10-08 18:20 UTC 

ANNOUNCE: libtirpc-1.3.4 released
 2023-10-07 11:02 UTC 

[PATCH v2 0/3] nfs-utils: gssd support for KRB5_AP_ERR_BAD_INTEGRITY
 2023-10-07 11:00 UTC  (7+ messages)
` [PATCH v2 1/1] gss-api: expose gss major/minor error in authgss_refresh()
` [PATCH 1/3] nfs-utils: gssd: enable forcing cred renewal using the keytab
` [PATCH 1/1] gssd: fix handling DNS lookup failure
` [PATCH 2/3] nfs-utils: gssd: handle KRB5_AP_ERR_BAD_INTEGRITY for machine credentials
` [PATCH 3/3] nfs-utils: gssd: handle KRB5_AP_ERR_BAD_INTEGRITY for user credentials

[PATCH] binddynport.c honor ip_local_reserved_ports
 2023-10-07 10:59 UTC  (2+ messages)

[PATCH 1/2] Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"
 2023-10-06 13:44 UTC  (3+ messages)

[PATCH v4 1/1] nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op
 2023-10-06 10:22 UTC  (2+ messages)

[PATCH v3] NFSD: convert write_threads, write_maxblksize and write_maxconn to netlink commands
 2023-10-05  9:03 UTC  (3+ messages)

[PATCH RFC] tools: ynl: Add source files for nfsd netlink protocol
 2023-10-05 15:00 UTC  (3+ messages)

[PATCH] NFSD: convert write_threads and write_v4_end_grace to netlink commands
 2023-10-05 13:59 UTC  (6+ messages)

[PATCH] NFSD: remove NLM_F_MULTI flag in nfsd_genl_rpc_status_compose_msg
 2023-10-05 12:33 UTC  (2+ messages)

[trondmy-nfs:testing 12/12] fs/nfs/flexfilelayout/flexfilelayout.c:2536:13: error: use of undeclared identifier 'inode'
 2023-10-04 20:36 UTC 

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox