linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-13 03:49:48 to 2022-12-16 20:54:56 UTC [more...]

[PATCH 0/8] Convert reiserfs from b_page to b_folio
 2022-12-16 20:53 UTC  (7+ messages)
` [PATCH 1/8] reiserfs: use b_folio instead of b_page in some obvious cases
` [PATCH 2/8] reiserfs: use kmap_local_folio() in _get_block_create_0()
` [PATCH 3/8] reiserfs: Convert direct2indirect() to call folio_zero_range()
` [PATCH 5/8] reiserfs: Convert do_journal_end() to use kmap_local_folio()
` [PATCH 6/8] reiserfs: Convert map_block_for_writepage() "
` [PATCH 7/8] reiserfs: Convert convert_tail_for_hole() to use folios

[PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget()
 2022-12-16 18:09 UTC  (6+ messages)
` [PATCH v2 1/2] hfsplus: introduce hfsplus_init_inode() helper
` [PATCH v2 2/2] hfsplus: fix uninit-value in hfsplus_delete_cat()

[PATCH 0/20] udf: Fix various syzbot reports
 2022-12-16 17:22 UTC  (22+ messages)
` [PATCH 01/20] udf: Define EFSCORRUPTED error code
` [PATCH 02/20] udf: New directory iteration code
` [PATCH 03/20] udf: Convert udf_readdir() to new directory iteration
` [PATCH 04/20] udf: Convert udf_expand_dir_adinicb() "
` [PATCH 05/20] udf: Move udf_expand_dir_adinicb() to its callsite
` [PATCH 06/20] udf: Implement searching for directory entry using new iteration code
` [PATCH 07/20] udf: Convert udf_lookup() to use new directory "
` [PATCH 08/20] udf: Convert udf_get_parent() to "
` [PATCH 09/20] udf: Convert empty_dir() "
` [PATCH 10/20] udf: Provide function to mark entry as deleted using "
` [PATCH 11/20] udf: Convert udf_rmdir() to "
` [PATCH 12/20] udf: Convert udf_unlink() "
` [PATCH 13/20] udf: Implement adding of dir entries using new "
` [PATCH 14/20] udf: Convert udf_add_nondir() to new directory iteration
` [PATCH 15/20] udf: Convert udf_mkdir() to new directory iteration code
` [PATCH 16/20] udf: Convert udf_link() "
` [PATCH 17/20] udf: Convert udf_rename() "
` [PATCH 18/20] udf: Remove old "
` [PATCH 19/20] udf: Truncate added extents on failed expansion
` [PATCH 20/20] udf: Do not bother merging very long extents

[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
 2022-12-16 17:15 UTC  (10+ messages)
` [RFC v3 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v3 2/7] iomap: Add iomap_folio_done helper
` [RFC v3 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v3 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v3 5/7] iomap: Get page in page_prepare handler
` [RFC v3 6/7] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v3 7/7] iomap: Rename page_ops to folio_ops

[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
 2022-12-16 17:05 UTC  (4+ messages)
` [PATCH v5 2/3] fanotify: define struct members to hold response decision context

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-16 15:09 UTC  (11+ 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 6/9] KVM: Unmap existing mappings when change the memory attributes

possible deadlock in __ata_sff_interrupt
 2022-12-16 11:26 UTC  (5+ messages)

Napływ Klientów ze strony
 2022-12-16  8:56 UTC 

[PATCH] iomap: Move page_done callback under the folio lock
 2022-12-16  8:22 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock
 2022-12-16  6:45 UTC  (6+ messages)
` [PATCH v5 1/2] ceph: switch to vfs_inode_has_locks() to fix file lock bug
` [PATCH v5 2/2] ceph: add ceph specific member support for file_lock

[PATCH v3 -next] fs: coredump: using preprocessor directives for dump_emit_page
 2022-12-16  6:07 UTC 

[RFC PATCH 00/11] fs-verity support for XFS
 2022-12-16  5:04 UTC  (45+ messages)
` [RFC PATCH 01/11] xfs: enable large folios in xfs_setup_inode()
` [RFC PATCH 02/11] pagemap: add mapping_clear_large_folios() wrapper
` [RFC PATCH 03/11] xfs: add attribute type for fs-verity
` [RFC PATCH 04/11] xfs: add fs-verity ro-compat flag
` [RFC PATCH 05/11] xfs: add inode on-disk VERITY flag
` [RFC PATCH 06/11] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [RFC PATCH 07/11] xfs: disable direct read path for fs-verity sealed files
` [RFC PATCH 08/11] xfs: don't enable large folios on fs-verity sealed inode
` [RFC PATCH 09/11] iomap: fs-verity verification on page read
` [RFC PATCH 10/11] xfs: add fs-verity support
` [RFC PATCH 11/11] xfs: add fs-verity ioctls

[GIT PULL] Writeback fixes for 6.2-rc1
 2022-12-16  2:16 UTC  (2+ messages)

[PATCH] fs/stat.c: Drop choose_32_64() macro
 2022-12-15 22:42 UTC 

[PATCH 00/12] Start converting buffer_heads to use folios
 2022-12-15 21:44 UTC  (13+ messages)
` [PATCH 01/12] buffer: Add b_folio as an alias of b_page
` [PATCH 02/12] buffer: Replace obvious uses of b_page with b_folio
` [PATCH 03/12] buffer: Use b_folio in touch_buffer()
` [PATCH 04/12] buffer: Use b_folio in end_buffer_async_read()
` [PATCH 05/12] buffer: Use b_folio in end_buffer_async_write()
` [PATCH 06/12] page_io: Remove buffer_head include
` [PATCH 07/12] buffer: Use b_folio in mark_buffer_dirty()
` [PATCH 08/12] gfs2: Replace obvious uses of b_page with b_folio
` [PATCH 09/12] jbd2: "
` [PATCH 10/12] nilfs2: "
` [PATCH 11/12] reiserfs: "
` [PATCH 12/12] mpage: Use b_folio in do_mpage_readpage()

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2022-12-15 19:02 UTC  (5+ messages)
` [RFC PATCH] "

[PATCH] coredump: move dump_emit_page() into CONFIG_ELF_CORE check
 2022-12-15 16:44 UTC 

[syzbot] BUG: unable to handle kernel paging request in path_openat
 2022-12-15 12:09 UTC  (2+ messages)

[GIT PULL] vfsuid updates for v6.2
 2022-12-15  7:37 UTC  (4+ messages)

[PATCH 5.10 0/2] cross-fs copy_file_range() fixes for stable
 2022-12-15  6:52 UTC  (4+ messages)
` [PATCH 5.10 1/2] vfs: fix copy_file_range() regression in cross-fs copies
` [PATCH 5.10 2/2] vfs: fix copy_file_range() averts filesystem freeze protection

[GIT PULL] orangefs pull request for 6.2
 2022-12-14 19:19 UTC  (2+ messages)

[PATCH] hfsplus: fix uninit-value in hfsplus_delete_cat()
 2022-12-14 19:18 UTC  (2+ messages)

[GIT PULL] xfs: new code for 6.2
 2022-12-14 19:16 UTC  (2+ messages)

[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
 2022-12-14 16:39 UTC  (9+ messages)
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover auto mounts
  ` [PATCH 2/3] "
` [PATCH 3/3] NFS: nfs_encode_fh: Remove S_AUTOMOUNT check

[syzbot] WARNING in hfsplus_free_extents
 2022-12-14 16:07 UTC  (2+ messages)

[RFC PATCH bpf-next 9/9] bpf: Use active vm to account bpf map memory usage
 2022-12-14 12:01 UTC  (2+ messages)

[PATCH -next V2] fs: coredump: using preprocessor directives for dump_emit_page
 2022-12-14  9:18 UTC 

[PATCH -next] fs: coredump: using preprocessor directives for dump_emit_page
 2022-12-14  7:36 UTC 

[PATCH v4 0/2] ceph: fix the use-after-free bug for file_lock
 2022-12-14  2:03 UTC  (6+ messages)
` [PATCH v4 1/2] ceph: switch to vfs_inode_has_locks() to fix file lock bug
` [PATCH v4 2/2] ceph: add ceph specific member support for file_lock

[PATCH] copy_file_range.2: Fix wrong kernel version information
 2022-12-13 23:18 UTC  (2+ messages)

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-12-13 22:22 UTC  (5+ messages)
` [PATCH v6 2/3] fs/proc/task_mmu: "

[GIT PULL] fs idmapped updates for v6.2
 2022-12-13 20:21 UTC  (5+ messages)
  ` [PATCH] mnt_idmapping: move ima-only helpers to ima

Separate mailing list (and git and patchwork) for fsverity?
 2022-12-13 19:24 UTC 

[GIT PULL] vfs: new code for 6.2
 2022-12-13 19:02 UTC  (2+ messages)

[PATCH v3] epoll: use refcount to reduce ep_mutex contention
 2022-12-13 18:59 UTC  (4+ messages)

[GIT PULL] simple xattr updates for v6.2
 2022-12-13 18:13 UTC  (2+ messages)

Requests for Quotation
 2022-12-13 14:02 UTC 

[PATCH] [RFC] iomap: zeroing needs to be pagecache aware
 2022-12-13 15:18 UTC  (2+ messages)

[PATCH] fuse: remove duplicate check for nodeid
 2022-12-13 11:51 UTC 

[PATCH v2 0/7] exfat: code optimizations
 2022-12-13 11:29 UTC  (3+ messages)

[PATCH] pipe: avoid creating empty pipe buffers
 2022-12-13 11:02 UTC 

[GIT PULL] acl updates for v6.2
 2022-12-13  9:09 UTC  (3+ messages)

[syzbot] WARNING in walk_component
 2022-12-13  7:46 UTC 

consolidate btrfs checksumming, repair and bio splitting v2
 2022-12-13  5:53 UTC  (4+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer

[PATCH v5 00/10] Implement copy offload support
 2022-12-09  8:16 UTC  (9+ messages)
  ` [PATCH v5 02/10] block: Add copy offload support infrastructure

[GIT PULL] udf and ext2 fixes for 6.2-rc1
 2022-12-13  5:00 UTC  (2+ messages)

[GIT PULL] enable squashfs idmapped mounts for v6.2
 2022-12-13  5:00 UTC  (2+ messages)

[GIT PULL] fuse update for 6.2
 2022-12-13  5:00 UTC  (2+ messages)

[GIT PULL] overlayfs update for 6.2
 2022-12-13  5:00 UTC  (2+ messages)

[GIT PULL] xattr audit fix for v6.2
 2022-12-13  5:00 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.2
 2022-12-13  5:00 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.2
 2022-12-13  5:00 UTC  (2+ messages)

[git pull] vfs.git misc pile
 2022-12-13  3:49 UTC  (2+ messages)

[git pull] vfs.git namespace fix
 2022-12-13  3:49 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).