public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-24 14:07:21 to 2024-10-25 20:42:21 UTC [more...]

[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
 2024-10-25 20:39 UTC  (18+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace

[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
 2024-10-25 20:31 UTC  (13+ messages)
` [PATCH v5 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v5 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v5 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v5 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[GIT PULL] fuse fixes for 6.12-rc5
 2024-10-25 19:18 UTC  (2+ messages)

[PATCH v2 00/10] Convert ecryptfs to use folios
 2024-10-25 19:08 UTC  (11+ messages)
` [PATCH v2 01/10] ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
` [PATCH v2 02/10] ecryptfs: Use a folio throughout ecryptfs_read_folio()
` [PATCH v2 03/10] ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folio
` [PATCH v2 04/10] ecryptfs: Convert ecryptfs_read_lower_page_segment() "
` [PATCH v2 05/10] ecryptfs: Convert ecryptfs_write() to use "
` [PATCH v2 06/10] ecryptfs: Convert ecryptfs_write_lower_page_segment() to take "
` [PATCH v2 07/10] ecryptfs: Convert ecryptfs_encrypt_page() "
` [PATCH v2 08/10] ecryptfs: Convert ecryptfs_decrypt_page() "
` [PATCH v2 09/10] ecryptfs: Convert lower_offset_for_page() "
` [PATCH v2 10/10] ecryptfs: Pass the folio index to crypt_extent()

[PATCH 00/10] Convert ecryptfs to use folios
 2024-10-25 18:50 UTC  (7+ messages)
` [PATCH 01/10] ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
` [PATCH 02/10] ecryptfs: Use a folio throughout ecryptfs_read_folio()

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-25 18:47 UTC  (20+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH] xfs: Do not fallback to buffered-io for DIO atomic write
 2024-10-25 18:31 UTC  (2+ messages)

[PATCH 0/6] ext4: Add atomic write support for DIO
 2024-10-25 18:28 UTC  (28+ messages)
` [PATCH 1/6] ext4: Add statx support for atomic writes
` [PATCH 2/6] ext4: Check for atomic writes support in write iter
` [PATCH 3/6] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH 4/6] ext4: Warn if we ever fallback to buffered-io for DIO atomic writes
` [PATCH 5/6] iomap: Lift blocksize restriction on "
` [PATCH 6/6] ext4: Add atomic write support for bigalloc

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-25 17:49 UTC  (2+ messages)

[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
 2024-10-25 17:42 UTC  (36+ messages)
` [RFC PATCH 0/3] "
  ` [RFC PATCH 1/3] memcg-v1: fully deprecate move_charge_at_immigrate
  ` [RFC PATCH 2/3] memcg-v1: remove charge move code
  ` [RFC PATCH 3/3] memcg-v1: remove memcg move locking code
` [PATCH v1 1/6] memcg-v1: fully deprecate move_charge_at_immigrate
` [PATCH v1 2/6] memcg-v1: remove charge move code
` [PATCH v1 3/6] memcg-v1: no need for memcg locking for dirty tracking
` [PATCH v1 4/6] memcg-v1: no need for memcg locking for writeback tracking
` [PATCH v1 5/6] memcg-v1: no need for memcg locking for MGLRU
` [PATCH v1 6/6] memcg-v1: remove memcg move locking code

[PATCH] iomap: elide zero range flush from partial eof zeroing
 2024-10-25 16:49 UTC  (6+ messages)

Calculate VIRTQUEUE_NUM in "net/9p/trans_virtio.c" from stack size
 2024-10-25 16:18 UTC 

[REGRESSION] generic/564 is failing in fs-next
 2024-10-25 15:18 UTC  (6+ messages)

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-10-25 15:11 UTC  (12+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v1 08/11] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v1 09/11] virtio-mem: remember usable region size
` [PATCH v1 10/11] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v1 11/11] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)

[PATCH v2] ovl: replace dget/dput with d_drop in ovl_cleanup()
 2024-10-25 15:01 UTC 

[PATCH 00/10] fanotify: add pre-content hooks
 2024-10-25 13:39 UTC  (13+ messages)
` [PATCH 02/10] fsnotify: introduce pre-content permission event
` [PATCH 08/10] fanotify: report file range info with pre-content events

[RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic
 2024-10-25 12:54 UTC  (3+ messages)

[PATCH RESEND] filemap: Fix bounds checking in filemap_read()
 2024-10-25 12:32 UTC 

[PATCHv8 0/6] write hints for nvme fdp
 2024-10-25 12:20 UTC  (5+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints

[PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
 2024-10-25  8:48 UTC  (3+ messages)

[PATCH] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-25  8:08 UTC  (3+ messages)

[PATCH] netfs: Add a check for NULL folioq in netfs_writeback_unlock_folios
 2024-10-25  8:05 UTC  (2+ messages)

[PATCH v2 0/2] Miscdevices in Rust
 2024-10-25  7:57 UTC  (4+ messages)
` [PATCH v2 1/2] rust: types: add Opaque::try_ffi_init

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-25  4:35 UTC  (7+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[syzbot] [v9fs?] INFO: rcu detected stall in sys_mount (7)
 2024-10-25  1:14 UTC  (2+ messages)
` [syzbot] [fs] "

[Resend PATCHv3 1/1] fs: ext4: Don't use CMA for buffer_head
 2024-10-25  0:41 UTC 

[PATCH] pidfd: add ioctl to retrieve pid info
 2024-10-24 23:31 UTC  (4+ messages)

[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
 2024-10-24 23:05 UTC  (2+ messages)

v6.12-rc workqueue lockups
 2024-10-24 22:23 UTC  (5+ messages)

[GIT PULL] bcachefs fixes for 6.12-rc5
 2024-10-24 22:19 UTC  (8+ messages)

[PATCH v3] XArray: minor documentation improvements
 2024-10-24 19:52 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v3 00/13] fuse: use folios instead of pages for requests
 2024-10-24 17:18 UTC  (14+ messages)
` [PATCH v3 01/13] fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
` [PATCH v3 02/13] fuse: add support in virtio for requests using folios
` [PATCH v3 03/13] fuse: convert cuse to use folios
` [PATCH v3 04/13] fuse: convert readlink "
` [PATCH v3 05/13] fuse: convert readdir "
` [PATCH v3 06/13] fuse: convert reads "
` [PATCH v3 07/13] fuse: convert writes (non-writeback) "
` [PATCH v3 08/13] fuse: convert ioctls "
` [PATCH v3 09/13] fuse: convert retrieves "
` [PATCH v3 10/13] fuse: convert writebacks "
` [PATCH v3 11/13] mm/writeback: add folio_mark_dirty_lock()
` [PATCH v3 12/13] fuse: convert direct io to use folios
` [PATCH v3 13/13] fuse: remove pages for requests and exclusively "

[PATCH] virtio-fs: Query rootmode during mount
 2024-10-24 16:47 UTC 

[PATCH v8 0/3] fuse: add kernel-enforced request timeout option
 2024-10-24 16:19 UTC  (2+ messages)

[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
 2024-10-24 14:05 UTC  (19+ messages)
` [PATCH 10/27] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace
` [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
` [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file
` [PATCH 22/27] afs: Use netfslib for directories
` [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH 24/27] afs: Eliminate afs_read
` [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH 26/27] netfs: Change the read result collector to only use one work item
` [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content


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