linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-22 17:39:18 to 2024-10-24 16:56:48 UTC [more...]

[PATCH 00/10] fanotify: add pre-content hooks
 2024-10-24 16:56 UTC  (7+ messages)
` [PATCH 08/10] fanotify: report file range info with pre-content events

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

[RFC PATCH 0/3] memcg-v1: fully deprecate charge moving
 2024-10-24 16:51 UTC  (11+ messages)
` [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] 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] iomap: elide zero range flush from partial eof zeroing
 2024-10-24 14:38 UTC  (2+ messages)

[PATCH] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-24 14:26 UTC  (2+ messages)

[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
 2024-10-24 14:05 UTC  (28+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [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

[PATCH 6.6 00/28] fix CVE-2024-46701
 2024-10-24 13:22 UTC  (29+ messages)
` [PATCH 6.6 01/28] maple_tree: add mt_free_one() and mt_attr() helpers
` [PATCH 6.6 02/28] maple_tree: introduce {mtree,mas}_lock_nested()
` [PATCH 6.6 03/28] maple_tree: introduce interfaces __mt_dup() and mtree_dup()
` [PATCH 6.6 04/28] maple_tree: skip other tests when BENCH is enabled
` [PATCH 6.6 05/28] maple_tree: preserve the tree attributes when destroying maple tree
` [PATCH 6.6 06/28] maple_tree: remove unnecessary default labels from switch statements
` [PATCH 6.6 07/28] maple_tree: make mas_erase() more robust
` [PATCH 6.6 08/28] maple_tree: move debug check to __mas_set_range()
` [PATCH 6.6 09/28] maple_tree: add end of node tracking to the maple state
` [PATCH 6.6 10/28] maple_tree: use cached node end in mas_next()
` [PATCH 6.6 11/28] maple_tree: use cached node end in mas_destroy()
` [PATCH 6.6 12/28] maple_tree: clean up inlines for some functions
` [PATCH 6.6 13/28] maple_tree: add test for mtree_dup()
` [PATCH 6.6 14/28] maple_tree: separate ma_state node from status
` [PATCH 6.6 15/28] maple_tree: remove mas_searchable()
` [PATCH 6.6 16/28] Revert "maple_tree: correct tree corruption on spanning store"
  ` [PATCH 6.6 17/28] maple_tree: use maple state end for write operations
  ` [PATCH 6.6 18/28] maple_tree: don't find node end in mtree_lookup_walk()
  ` [PATCH 6.6 19/28] maple_tree: mtree_range_walk() clean up
  ` [PATCH 6.6 20/28] lib/maple_tree.c: fix build error due to hotfix alteration
  ` [PATCH 6.6 21/28] maple_tree: avoid checking other gaps after getting the largest gap
  ` [PATCH 6.6 22/28] libfs: Re-arrange locking in offset_iterate_dir()
  ` [PATCH 6.6 23/28] libfs: Define a minimum directory offset
  ` [PATCH 6.6 24/28] libfs: Add simple_offset_empty()
  ` [PATCH 6.6 25/28] maple_tree: Add mtree_alloc_cyclic()
  ` [PATCH 6.6 26/28] libfs: Convert simple directory offsets to use a Maple Tree
  ` [PATCH 6.6 27/28] libfs: fix infinite directory reads for offset dir
  ` [PATCH 6.6 28/28] maple_tree: correct tree corruption on spanning store

[PATCH v5 00/18] fanotify: add pre-content hooks
 2024-10-24 13:06 UTC  (3+ messages)
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open

[RFC PATCH 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
 2024-10-24 12:09 UTC  (2+ messages)
` [RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic

[PATCH v2] afs: Fix missing subdir edit when renamed between parent dirs
 2024-10-24  9:52 UTC  (2+ messages)

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

[PATCH 00/12] nilfs2: Finish folio conversion
 2024-10-24  9:25 UTC  (13+ messages)
` [PATCH 01/12] nilfs2: convert segment buffer to be folio-based
` [PATCH 02/12] nilfs2: convert common metadata file code "
` [PATCH 03/12] nilfs2: convert segment usage file "
` [PATCH 04/12] nilfs2: convert persistent object allocator "
` [PATCH 05/12] nilfs2: convert inode file "
` [PATCH 06/12] nilfs2: convert DAT "
` [PATCH 07/12] nilfs2: remove nilfs_palloc_block_get_entry()
` [PATCH 08/12] nilfs2: convert checkpoint file to be folio-based
` [PATCH 09/12] nilfs2: Remove nilfs_writepage
` [PATCH 10/12] nilfs2: Convert nilfs_page_count_clean_buffers() to take a folio
` [PATCH 11/12] nilfs2: Convert nilfs_recovery_copy_block() "
` [PATCH 12/12] nilfs2: Convert metadata aops from writepage to writepages

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-24  8:59 UTC  (4+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-24  7:52 UTC  (9+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-10-24  7:44 UTC  (5+ messages)

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-10-24  7:29 UTC  (5+ messages)

[PATCH v10 0/8] block atomic writes for xfs
 2024-10-24  6:32 UTC  (6+ messages)
` (subset) "

[REGRESSION] generic/564 is failing in fs-next
 2024-10-23 22:06 UTC  (5+ messages)

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

[RFC PATCH v1 00/13] zswap IAA compress batching
 2024-10-23 20:34 UTC  (21+ messages)
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()

[REGRESSION] 9pfs issues on 6.12-rc1
 2024-10-23 19:38 UTC  (8+ messages)

[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
 2024-10-23 17:24 UTC  (8+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH] ovl: clarify dget/dput in ovl_cleanup()
 2024-10-23 16:01 UTC  (3+ messages)

[PATCH] sysctl: Reduce dput(child) calls in proc_sys_fill_cache()
 2024-10-23 15:27 UTC  (5+ messages)
  `  "
    `  "
      ` [PATCH v2] "

[linus:master] [iomap] c5c810b94c: stress-ng.metamix.ops_per_sec -98.4% regression
 2024-10-23 14:15 UTC  (5+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-23 13:38 UTC  (5+ messages)
` [PATCH 09/35] sysctl: "
      `  "

[syzbot] [usb?] [ext4?] [input?] INFO: rcu detected stall in sys_pselect6 (2)
 2024-10-23 13:36 UTC  (2+ messages)

[PATCH] sysctl: update comments to new registration APIs
 2024-10-23 13:32 UTC  (2+ messages)

[PATCH v1 00/17] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2024-10-23 13:28 UTC  (14+ messages)
` [PATCH v1 01/17] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v1 02/17] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v1 03/17] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v1 04/17] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v1 08/17] mm/rmap: initial MM owner tracking for large folios (!hugetlb)

[ANNOUNCE] xfs-linux: for-next updated to 4a201dcfa1ff
 2024-10-23 12:22 UTC 

[GIT PULL] bcachefs fixes for 6.12-rc5
 2024-10-23 11:41 UTC  (10+ messages)

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-23  6:45 UTC  (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names

[PATCH] fs: fix bug that fput() may not have done to complete in flush_delayed_fput
 2024-10-23  5:58 UTC 

[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
 2024-10-23  0:49 UTC  (3+ messages)

[PATCH] pidfd: add ioctl to retrieve pid info
 2024-10-22 23:56 UTC  (2+ messages)

[PATCH] hfs: use kzalloc in hfs_find_init() to fix KMSAN bug
 2024-10-22 22:57 UTC 

[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
 2024-10-22 22:10 UTC  (2+ messages)

[PATCH v2] backing-file: clean up the API
 2024-10-22 19:02 UTC  (5+ messages)

[PATCH 00/13] fuse: use folios instead of pages for requests
 2024-10-22 18:05 UTC  (4+ messages)
` [PATCH 11/13] mm/writeback: add folio_mark_dirty_lock()

[PATCH] hfs: zero-allocate ptr and handle null root tree to mitigate KMSAN bug
 2024-10-22 17:56 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 NNTP newsgroup(s).