linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 21:32:40 to 2023-01-16 09:33:12 UTC [more...]

lockref scalability on x86-64 vs cpu_relax
 2023-01-16  9:32 UTC  (26+ messages)
    ` ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
  ` [PATCH] lockref: stop doing cpu_relax in the cmpxchg loop

[PATCH v2 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-16  9:30 UTC  (12+ messages)
` [PATCH v2 1/6] fsverity: Export fsverity_get_digest
` [PATCH v2 2/6] composefs: Add on-disk layout
` [PATCH v2 3/6] composefs: Add descriptor parsing code
` [PATCH v2 4/6] composefs: Add filesystem implementation
` [PATCH v2 5/6] composefs: Add documentation
` [PATCH v2 6/6] composefs: Add kconfig and build support

remove most callers of write_one_page
 2023-01-16  8:55 UTC  (7+ messages)
` [PATCH 1/6] minix: fix error handling in minix_delete_entry
` [PATCH 2/6] minix: fix error handling in minix_set_link
` [PATCH 3/6] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 4/6] sysv: "
` [PATCH 5/6] ufs: "
` [PATCH 6/6] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page

[PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-01-16  8:16 UTC  (5+ messages)
` [PATCH v2 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-01-16  8:02 UTC  (9+ messages)
` [PATCH v3 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v3 2/8] ext4: Refactor code related to freeing PAs
` [PATCH v3 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v3 4/8] ext4: Move overlap assert logic into a separate function
` [PATCH v3 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v3 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v3 8/8] ext4: Remove the logic to trim inode PAs

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: blktests.zbd/(003/004).fail blktests.loop/(002/004).fail
 2023-01-16  7:33 UTC 

[RFC v6 04/10] iomap: Add iomap_get_folio helper
 2023-01-16  7:34 UTC  (16+ messages)
` [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
  ` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: xfstests.btrfs.020/026/215.fail
 2023-01-16  7:18 UTC 

[PATCH 00/25] fs: finish conversion to mnt_idmap
 2023-01-16  7:09 UTC  (30+ messages)
` [PATCH 01/25] f2fs: project ids aren't idmapped
` [PATCH 02/25] fs: port vfs_*() helpers to struct mnt_idmap
` [PATCH 03/25] fs: port ->setattr() to pass mnt_idmap
` [PATCH 04/25] fs: port ->getattr() "
` [PATCH 05/25] fs: port ->create() "
` [PATCH 06/25] fs: port ->symlink() "
` [PATCH 07/25] fs: port ->mkdir() "
` [PATCH 08/25] fs: port ->mknod() "
` [PATCH 09/25] fs: port ->rename() "
` [PATCH 10/25] fs: port ->tmpfile() "
` [PATCH 11/25] fs: port ->get_acl() "
` [PATCH 12/25] fs: port ->set_acl() "
` [PATCH 13/25] fs: port ->fileattr_set() "
` [PATCH 14/25] fs: port ->permission() "
` [PATCH 15/25] fs: port xattr to mnt_idmap
` [PATCH 16/25] fs: port acl "
` [PATCH 17/25] fs: port inode_init_owner() "
` [PATCH 18/25] fs: port inode_owner_or_capable() "
` [PATCH 19/25] fs: port privilege checking helpers "
` [PATCH 20/25] quota: port "
` [PATCH 21/25] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 22/25] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 23/25] fs: port fs{g,u}id helpers "
` [PATCH 24/25] fs: port vfs{g,u}id "
` [PATCH 25/25] fs: move mnt_idmap

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: fio.read_iops 126.2% improvement
 2023-01-16  6:40 UTC 

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-16  4:38 UTC  (8+ messages)

[jack-fs:for_linus] [udf] b60f8eacb1: xfstests.generic.030/035.fail
 2023-01-15 15:38 UTC 

[RESEND PATCH v2] eventfd: use a generic helper instead of an open coded wait_event
 2023-01-15 14:48 UTC 

[PATCH 1/2] capability: add cap_isidentical
 2023-01-15  0:02 UTC  (4+ messages)
` [PATCH 2/2] vfs: avoid duplicating creds in faccessat if possible

Should we orphan JFS?
 2023-01-14 12:09 UTC  (4+ messages)

[PATCH v3] exfat: handle unreconized benign secondary entries
 2023-01-14  4:19 UTC 

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-14  2:32 UTC  (3+ messages)
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.2 "

[PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
 2023-01-14  1:58 UTC  (18+ messages)
` [PATCH v5 0/9] iov_iter: Add extraction helpers
  ` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator

[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
 2023-01-14  0:57 UTC  (26+ messages)
` [RFC v3 01/24] fs: unify locking semantics for fs freeze / thaw
` [RFC v3 02/24] fs: add frozen sb state helpers
` [RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
` [RFC v3 04/24] fs: add iterate_supers_excl() and iterate_supers_reverse_excl()
` [RFC v3 05/24] fs: add automatic kernel fs freeze / thaw and remove kthread freezing
` [RFC v3 06/24] xfs: replace kthread freezing with auto fs freezing
` [RFC v3 07/24] btrfs: "
` [RFC v3 08/24] ext4: "
` [RFC v3 09/24] f2fs: "
` [RFC v3 10/24] cifs: "
` [RFC v3 11/24] gfs2: "
` [RFC v3 12/24] jfs: "
` [RFC v3 13/24] nilfs2: "
` [RFC v3 14/24] nfs: "
` [RFC v3 15/24] nfsd: "
` [RFC v3 16/24] ubifs: "
` [RFC v3 17/24] ksmbd: "
` [RFC v3 18/24] jffs2: "
` [RFC v3 19/24] jbd2: "
` [RFC v3 20/24] coredump: drop freezer usage
` [RFC v3 21/24] ecryptfs: replace kthread freezing with auto fs freezing
` [RFC v3 22/24] fscache: "
` [RFC v3 23/24] lockd: "
` [RFC v3 24/24] fs: remove FS_AUTOFREEZE

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-14  0:37 UTC  (23+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH] aio: fix mremap after fork null-deref
 2023-01-13 16:18 UTC  (7+ messages)

[PATCH v3 0/2] Fixes for fscache volume operations
 2023-01-13 15:28 UTC  (5+ messages)
` [PATCH v3 1/2] fscache: Use wait_on_bit() to wait for the freeing of relinquished volume
` [PATCH v3 2/2] fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()

[PATCH linux-next v2] swap_state: update shadow_nodes for anonymous page
 2023-01-13 13:59 UTC  (3+ messages)

[PATCH 0/7] Reduce zonefs memory usage
 2023-01-13 11:30 UTC  (7+ messages)
` [PATCH 3/7] zonefs: Simplify IO error handling
` [PATCH 4/7] zonefs: Reduce struct zonefs_inode_info size
` [PATCH 5/7] zonefs: Separate zone information from inode information

[PATCH v6 0/9] Implement copy offload support
 2023-01-13  8:26 UTC  (4+ messages)
  ` [PATCH v6 2/9] block: Add copy offload support infrastructure

[PATCH v2] exfat: handle unreconized benign secondary entries
 2023-01-13  9:39 UTC  (7+ messages)

[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
 2023-01-13  9:36 UTC 

[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-13  8:28 UTC  (5+ messages)
` [PATCH 3/3] prctl,syscall_user_dispatch: add a getter for configuration info

dropping maintainership for sysv and freevxfs
 2023-01-13  5:39 UTC 

[PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget()
 2023-01-13  3:43 UTC  (2+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-13  3:03 UTC  (4+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()

[syzbot] [ext4?] [vfs?] KASAN: use-after-free Read in signalfd_cleanup
 2023-01-13  2:26 UTC  (4+ messages)
  ` [io_uring] "

[PATCH rcu v2 09/20] fs: Remove CONFIG_SRCU
 2023-01-13  1:10 UTC  (4+ messages)
` [PATCH rcu v2 12/20] fs/notify: Remove "select SRCU"

[PATCH v3] coredump: Use vmsplice_to_pipe() for pipes in dump_emit_page()
 2023-01-12 22:43 UTC  (2+ messages)
` [PATCH v3 RESEND] "

[PATCH] proc: remove mark_inode_dirty() in proc_notify_change()
 2023-01-12 22:43 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] tracing mapped pages for quicker boot performance
 2023-01-12 22:30 UTC  (5+ messages)


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