v9fs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-19 16:51:33 to 2024-01-16 19:47:42 UTC [more...]

[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-16 19:46 UTC  (15+ messages)
` [PATCH 01/20] filelock: split common fields into struct file_lock_core
` [PATCH 02/20] filelock: add coccinelle scripts to move fields to "
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes
` [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead
` [PATCH 06/20] filelock: convert more internal functions to use file_lock_core
` [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks "
` [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core
` [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks "
` [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH 14/20] filelock: convert fl_blocker to file_lock_core

[PATCH 0/3] usb: gadget: 9pfs transport
 2024-01-16 18:05 UTC  (12+ messages)
` [PATCH 1/3] usb: gadget: function: 9pfs
` [PATCH 2/3] usb: gadget: legacy: add 9pfs multi gadget
` [PATCH 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions
 2024-01-10 17:25 UTC  (9+ messages)
` [PATCH 1/4] netfs: "
` [PATCH 2/4] afs: "
` [PATCH 3/4] erofs: "
` [PATCH 4/4] cifs: "

[PATCH 0/6] netfs, cachefiles: More additional patches
 2024-01-10 12:05 UTC  (11+ messages)
` [PATCH 1/6] netfs: Mark netfs_unbuffered_write_iter_locked() static
` [PATCH 2/6] netfs: Count DIO writes
` [PATCH 3/6] netfs: Fix interaction between write-streaming and cachefiles culling
` [PATCH 4/6] netfs: Fix the loop that unmarks folios after writing to the cache
` [PATCH 5/6] cachefiles: Fix signed/unsigned mixup
  ` [External] "
` [PATCH 6/6] netfs: Fix wrong #ifdef hiding wait

[PATCH 0/5] netfs, cachefiles, 9p: Additional patches
 2024-01-09  8:32 UTC  (15+ messages)
` [PATCH 1/5] cachefiles: Fix __cachefiles_prepare_write()
` [PATCH 2/5] 9p: Fix initialisation of netfs_inode for 9p
` [PATCH 3/5] 9p: Do a couple of cleanups
` [PATCH 4/5] 9p: Always update remote_i_size in stat2inode
` [PATCH 5/5] 9p: Use length of data written to the server in preference to error
` [PATCH 6/5] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH 7/5] netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"

[PATCH] 9p: Fix read/write debug statements to report server reply
 2024-01-09  3:39 UTC 

[PATCH RFC] fs/9p: restructure code to make use of multiwalk
 2024-01-09  3:26 UTC 

[PATCH] fs/9p: fix inode nlink accounting
 2024-01-08 21:37 UTC  (6+ messages)

[PATCH v2 0/8] fs/9p: simplify inode lookup operations
 2024-01-08 15:18 UTC  (9+ messages)
` [PATCH v2 1/8] fs/9p: switch vfsmount to use v9fs_get_new_inode
` [PATCH v2 2/8] fs/9p: convert mkdir to use get_new_inode
` [PATCH v2 3/8] fs/9p: remove walk and inode allocation from symlink
` [PATCH v2 4/8] fs/9p: Eliminate redundant non-cache path in mknod
` [PATCH v2 5/8] fs/9p: Eliminate now unused v9fs_get_inode
` [PATCH v2 6/8] fs/9p: rework qid2ino logic
` [PATCH v2 7/8] fs/9p: simplify iget to remove unnecessary paths
` [PATCH v2 8/8] fs/9p: fix dups even in uncached mode

[PATCH v2] fs/9p: fix inode nlink accounting
 2024-01-08 15:16 UTC 

[PATCH 0/9] fs/9p: simplify inode lookup operations
 2024-01-08 12:56 UTC  (13+ messages)
` [PATCH 1/9] fs/9p: future-proof qid2ino 32-bit support
` [PATCH 2/9] fs/9p: switch vfsmount to use v9fs_get_new_inode
` [PATCH 3/9] fs/9p: convert mkdir to use get_new_inode
` [PATCH 4/9] fs/9p: remove walk and inode allocation from symlink
` [PATCH 5/9] fs/9p: Eliminate redundant non-cache path in mknod
` [PATCH 6/9] fs/9p: Eliminate now unused v9fs_get_inode
` [PATCH 7/9] fs/9p: rework qid2ino logic
` [PATCH 8/9] fs/9p: simplify iget path to remove unnecessary paths
` [PATCH 9/9] fs/9p: Further simplify inode lookup

[PATCH] fs/9p: Improve exception handling in v9fs_session_init()
 2024-01-08 12:15 UTC  (3+ messages)
  `  "

[PATCH v4] net: 9p: avoid freeing uninit memory in p9pdu_vreadf
 2024-01-07 10:26 UTC  (7+ messages)
      `  "

inodes in dirread
 2024-01-06  1:52 UTC  (2+ messages)

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-01-05 17:20 UTC  (71+ messages)
` [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header
` [PATCH v5 02/40] afs: Automatically generate trace tag enums
` [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs
` [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests
` [PATCH v5 09/40] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v5 10/40] netfs: Add a ->free_subrequest() op
` [PATCH v5 11/40] afs: Don't use folio->private to record partial modification
` [PATCH v5 12/40] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v5 13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v5 15/40] netfs: Add support for DIO buffering
` [PATCH v5 16/40] netfs: Provide tools to create a buffer in an xarray
` [PATCH v5 17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v5 18/40] netfs: Limit subrequest by size or number of segments
` [PATCH v5 19/40] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v5 20/40] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v5 21/40] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v5 22/40] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v5 23/40] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v5 24/40] netfs: Dispatch write requests to process a writeback slice
` [PATCH v5 25/40] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v5 26/40] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v5 27/40] netfs: Allocate multipage folios in the writepath
` [PATCH v5 28/40] netfs: Implement unbuffered/DIO read support
` [PATCH v5 29/40] netfs: Implement unbuffered/DIO write support
` [PATCH v5 30/40] netfs: Implement buffered write API
` [PATCH v5 31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v5 32/40] netfs: Provide netfs_file_read_iter()
` [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion
    `  "
` [PATCH v5 34/40] netfs: Provide a writepages implementation
` [PATCH v5 35/40] netfs: Provide a launder_folio implementation
` [PATCH v5 36/40] netfs: Implement a write-through caching option
` [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data
  ` [PATCH] Fix oops in NFS
` [PATCH v5 38/40] netfs: Export the netfs_sreq tracepoint
` [PATCH v5 39/40] afs: Use the netfs write helpers
` [PATCH v5 40/40] 9p: Use netfslib read/write_iter
` [PATCH] Fix EROFS Kconfig
` [PATCH] 9p: Fix initialisation of netfs_inode for 9p

cache fixes (redux)
 2024-01-04 15:59 UTC  (18+ messages)
              ` cache fixes (redux) (a tale of many inode numbers...)
                  ` Fwd: cache fixes (redux)

[GIT PULL] 9p fixes for 6.7-rc7
 2023-12-22 16:02 UTC  (2+ messages)

[PATCH 5.10 0/1] 9p/net: fix possible memory leak in p9_check_errors()
 2023-12-21 11:01 UTC  (2+ messages)
` [PATCH 5.10 1/1] "

[PATCH v4 36/39] netfs: Implement a write-through caching option
 2023-12-20 13:26 UTC  (10+ messages)
` [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
  ` [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-15 13:29 UTC 

[PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
 2023-12-14 14:07 UTC 


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