linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-23 11:38:34 to 2024-10-25 06:54:29 UTC [more...]

[PATCH v1 0/6] memcg-v1: fully deprecate charge moving
 2024-10-25  6:54 UTC  (29+ 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] netfs: Add a check for NULL folioq in netfs_writeback_unlock_folios
 2024-10-25  4:40 UTC 

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

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

[PATCH 0/6] ext4: Add atomic write support for DIO
 2024-10-25  3:45 UTC  (7+ 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 v2 0/2] fuse: remove extra page copies in writeback
 2024-10-25  1:38 UTC  (15+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

[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  (7+ messages)

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

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

[PATCHv8 0/6] write hints for nvme fdp
 2024-10-24 19:45 UTC  (4+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints

[PATCH] iomap: elide zero range flush from partial eof zeroing
 2024-10-24 19:42 UTC  (5+ messages)

[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 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] 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] 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)

[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/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  (4+ messages)
` [PATCH v2 09/13] fuse: convert retrieves to use folios

[RFC PATCH v1 00/13] zswap IAA compress batching
 2024-10-23 20:34 UTC  (10+ messages)
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()

[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  (6+ messages)
` [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  (7+ messages)
` [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 


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