linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-11 16:47:13 to 2023-01-13 21:48:03 UTC [more...]

lockref scalability on x86-64 vs cpu_relax
 2023-01-13 21:47 UTC  (19+ messages)
    ` ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
  ` [PATCH] lockref: stop doing cpu_relax in the cmpxchg loop

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

[PATCH v2 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-13 15:33 UTC  (7+ 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

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

Should we orphan JFS?
 2023-01-13 15:06 UTC  (3+ messages)

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

[PATCH 00/25] fs: finish conversion to mnt_idmap
 2023-01-13 11:49 UTC  (26+ 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

[PATCH 0/7] Reduce zonefs memory usage
 2023-01-13 11:30 UTC  (13+ messages)
` [PATCH 1/7] zonefs: Detect append writes at invalid locations
` [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  (13+ messages)
    ` [PATCH v6 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v6 2/9] block: Add copy offload support infrastructure
    ` [PATCH v6 3/9] block: add emulation for copy
    ` [PATCH v6 4/9] block: Introduce a new ioctl "
    ` [PATCH v6 5/9] nvme: add copy offload support
    ` [PATCH v6 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v6 7/9] dm: Add support for copy offload
    ` [PATCH v6 9/9] dm kcopyd: use copy offload support

[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 

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-13  9:32 UTC  (3+ messages)

[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 v5 0/9] iov_iter: Add extraction helpers
 2023-01-13  5:33 UTC  (27+ messages)
` [PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v5 7/9] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v5 8/9] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v5 9/9] bio: Fix bio_flagged() so that it can be combined

[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  (9+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "

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

[PATCH v2] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-01-12 20:42 UTC  (4+ messages)

[PATCH v2 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-12 20:15 UTC  (4+ messages)
` [PATCH v2 2/4] fs/sysv: Change the signature of dir_get_page()

[RFC 0/3] Shut down frozen filesystems on last unmount
 2023-01-12 19:07 UTC  (6+ messages)
` [PATCH 2/3] fs: Introduce { freeze, thaw }_active_super functions
` [PATCH 3/3] gfs2: Shut down frozen filesystem on last unmount

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-12 14:01 UTC  (23+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND

[PATCH 00/12] Start converting buffer_heads to use folios
 2023-01-12 12:01 UTC  (2+ messages)

[PATCH] exfat: handle unreconized benign secondary entries
 2023-01-12 11:15 UTC  (3+ messages)

[syzbot] [vfs?] KASAN: use-after-free Write in pipe_poll
 2023-01-12 10:13 UTC 

Słowa kluczowe do wypozycjonowania
 2023-01-12  9:00 UTC 

Silikonmischungen
 2023-01-12  8:31 UTC 

[RFC v6 04/10] iomap: Add iomap_get_folio helper
 2023-01-12  8:41 UTC  (10+ messages)
` [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops

[PATCH 00/11] Remove AS_EIO and AS_ENOSPC
 2023-01-12  8:31 UTC  (4+ messages)
` [PATCH 01/11] memory-failure: Remove comment referencing AS_EIO

remove write_one_page / folio_write_one
 2023-01-12  8:02 UTC  (7+ messages)

[PATCH] freevxfs: fix kernel-doc warnings
 2023-01-12  7:57 UTC  (2+ messages)

[PATCH v5 3/8] proc: Use lsmids instead of lsm names for attrs
 2023-01-12  0:37 UTC  (3+ messages)

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-12  0:29 UTC  (14+ messages)
` [PATCH 02/14] xfs: document the general theory underlying online fsck design
` [PATCH 01/14] xfs: document the motivation for "
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency

[PATCH RESEND v3] nsfs: add compat ioctl handler
 2023-01-11 20:45 UTC  (2+ messages)

[PATCH v4] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check
 2023-01-11 18:20 UTC  (4+ messages)

[PATCH RESEND] nsfs: add compat ioctl handler
 2023-01-11 16:54 UTC  (2+ 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).