linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-30 23:42:19 to 2023-01-06 04:00:34 UTC [more...]

[PATCH mm-unstable v2 1/2] mm: add vma_has_recency()
 2023-01-06  4:00 UTC  (2+ messages)

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-06  3:33 UTC  (5+ messages)
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency

[PATCH v2] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-06  2:59 UTC  (4+ messages)

[syzbot] [hfs?] WARNING in hfs_write_inode
 2023-01-05 23:46 UTC  (12+ messages)

[PATCH v2] filelock: move file locking definitions to separate header file
 2023-01-05 21:19 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-05 20:38 UTC  (11+ messages)
` [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 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH RFC 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-05 20:02 UTC  (5+ messages)
` [PATCH 2/6] composefs: Add on-disk layout
` [PATCH 3/6] composefs: Add descriptor parsing code

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-05 19:35 UTC  (10+ messages)
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

[GIT PULL] udf fixes for 6.2-rc3 and ext2 cleanup
 2023-01-05 19:23 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION cc3c08b41a9c9402ead726ec6deb1217081d0d8b
 2023-01-05 15:49 UTC 

[PATCH v3] generic: update setgid tests
 2023-01-05 14:53 UTC 

[PATCH v2 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-05 12:18 UTC  (7+ messages)

[PATCH rcu 20/27] fs/notify: Remove "select SRCU"
 2023-01-05 11:30 UTC  (3+ messages)
` [PATCH rcu 25/27] fs: Remove CONFIG_SRCU

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-05 11:24 UTC  (4+ messages)

[REGRESSION] XArray commit prevents booting with 6.0-rc1 or later
 2023-01-05  8:23 UTC  (6+ messages)

[PATCH] filesystems: Simplify if conditional statements
 2023-01-05  6:18 UTC 

[PATCH v1] exfat: fix inode->i_blocks for non-512 byte sector size device
 2023-01-05  2:56 UTC 

[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-05  0:06 UTC  (6+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-04 21:14 UTC  (24+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()

[PATCH] xfstests: add fuse support
 2023-01-04 19:39 UTC  (2+ messages)

[PATCH v2] generic: update setgid tests
 2023-01-04 19:38 UTC  (4+ messages)

FIDEDUPERANGE claims to succeed for non-identical files
 2023-01-04 19:36 UTC  (5+ messages)

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2023-01-04 19:08 UTC  (21+ messages)
` [PATCH v5 1/9] iomap: Add iomap_put_folio helper
` [PATCH v5 2/9] iomap/gfs2: Unlock and put folio in page_done handler
` [PATCH v5 3/9] iomap: Rename page_done handler to put_folio
` [PATCH v5 4/9] iomap: Add iomap_get_folio helper
` [PATCH v5 5/9] iomap/gfs2: Get page in page_prepare handler
` [PATCH v5 6/9] iomap: Rename page_prepare handler to get_folio
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
` [PATCH v5 8/9] iomap: Rename page_ops to folio_ops
` [PATCH v5 9/9] xfs: Make xfs_iomap_folio_ops static

BUG: core dump in selftest of proc fs
 2023-01-04 18:36 UTC  (2+ messages)

[PATCH] mm/filemap: fix page end in filemap_get_read_batch
 2023-01-04 14:36 UTC  (2+ messages)

[PATCH 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-04 13:02 UTC  (7+ messages)
` [PATCH 1/4] fs/sysv: Use the offset_in_page() helper
` [PATCH 2/4] fs/sysv: Change the signature of dir_get_page()
` [PATCH 3/4] fs/sysv: Use dir_put_page() in sysv_rename()
` [PATCH 4/4] fs/sysv: Replace kmap() with kmap_local_page()

[GIT PULL] acl updates for v6.2
 2023-01-04 10:37 UTC  (11+ messages)
  ` [GIT PULL] acl updates for v6.2 #forregzbot

[RESEND PATCH 0/5] kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info
 2023-01-04  9:11 UTC  (5+ messages)
` [RESEND PATCH 4/5] kernfs: Replace per-fs rwsem with hashed rwsems

[PATCH] fs: don't allocate blocks beyond EOF from __mpage_writepage
 2023-01-04  8:41 UTC  (3+ messages)

[syzbot] [ntfs?] BUG: unable to handle kernel paging request in step_into
 2023-01-04  8:32 UTC 

[PATCH] coredump: Fix a compilation issue with CONFIG_ELF_CORE=n
 2023-01-04  7:36 UTC 

Separate mailing list (and git and patchwork) for fsverity?
 2023-01-04  6:18 UTC  (4+ messages)

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2023-01-03 20:53 UTC  (4+ messages)
` [RFC PATCH] "

[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
 2023-01-03 16:15 UTC  (3+ messages)
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover auto mounts
  ` [PATCH 2/3] "

[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
 2023-01-03 12:42 UTC  (5+ messages)
` [PATCH v5 2/3] fanotify: define struct members to hold response decision context

[PATCH] selftests/mount_setattr: Remove redefinition of struct mount_attr
 2023-01-03 10:27 UTC  (3+ messages)

[PATCH] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-03  4:40 UTC  (3+ messages)

[PATCH] fs/ext4: Replace kmap_atomic() with kmap_local_page()
 2023-01-03  4:30 UTC  (3+ messages)

[PATCH] fs/ext2: Replace kmap_atomic() with kmap_local_page()
 2023-01-03  4:20 UTC  (3+ messages)

[PATCH linux-next] swap_state: update shadow_nodes for anonymous page
 2023-01-03  1:44 UTC  (2+ messages)

[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock
 2023-01-03  0:35 UTC  (3+ messages)

[PATCH linux-next v3] docs: proc.rst: add softnet_stat to /proc/net table
 2023-01-02 23:28 UTC  (2+ messages)

[PATCH mm-unstable v1 0/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
 2023-01-02 16:08 UTC  (4+ messages)
` [PATCH mm-unstable v1 1/3] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-unstable v1 2/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
` [PATCH mm-unstable v1 3/3] drivers/misc/open-dice: don't touch VM_MAYSHARE

[PATCH] Add new open(2) flag - O_EMPTY_PATH
 2023-01-02 14:35 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/7] udf: Couple more fixes for extent and directory handling
 2023-01-02 12:51 UTC  (4+ messages)
` [PATCH 3/7] udf: Handle error when adding extent to a file

remove generic_writepages
 2023-01-02 12:16 UTC  (7+ messages)
` [PATCH 1/6] fs: remove an outdated comment on mpage_writepages
` [PATCH 5/6] ocfs2: use filemap_fdatawrite_wbc instead of generic_writepages
` [PATCH 6/6] mm: remove generic_writepages

[RFC PATCH v2 00/18] fs: Remove usage of broken nls_utf8 and drop it
 2023-01-01 23:02 UTC  (5+ messages)
` [RFC PATCH v2 03/18] ntfs: Undeprecate iocharset= mount option

[Question] Unlinking original file of bind mounted file
 2022-12-31  4:35 UTC  (7+ messages)
    ` Fwd: "

[RFC] fs-verity and encryption for EROFS
 2022-12-31  1:38 UTC  (3+ messages)

[PATCHSET v24.0 00/21] xfs: atomic file updates
 2022-12-30 22:13 UTC  (22+ messages)
` [PATCH 02/21] xfs: create a new helper to return a file's allocation unit
` [PATCH 01/21] vfs: introduce new file range exchange ioctl
` [PATCH 04/21] xfs: parameterize all the incompat log feature helpers
` [PATCH 03/21] xfs: refactor non-power-of-two alignment checks
` [PATCH 05/21] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 08/21] xfs: enable xlog users to toggle "
` [PATCH 06/21] xfs: introduce a swap-extent log intent item
` [PATCH 10/21] xfs: add error injection to test swapext recovery
` [PATCH 07/21] xfs: create deferred log items for extent swapping
` [PATCH 11/21] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 09/21] xfs: add a ->xchg_file_range handler
` [PATCH 18/21] xfs: condense symbolic links after an atomic swap
` [PATCH 13/21] xfs: port xfs_swap_extent_forks to use xfs_swapext_req
` [PATCH 15/21] xfs: remove old swap extents implementation
` [PATCH 14/21] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 12/21] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 17/21] xfs: condense directories after an atomic swap
` [PATCH 16/21] xfs: condense extended attributes "
` [PATCH 21/21] xfs: enable atomic swapext feature
` [PATCH 19/21] xfs: make atomic extent swapping support realtime files
` [PATCH 20/21] xfs: support non-power-of-two rtextsize with exchange-range

[PATCHSET v24.0 0/7] xfs: support in-memory btrees
 2022-12-30 22:13 UTC  (5+ messages)
` [PATCH 4/7] xfs: consolidate btree block freeing tracepoints
` [PATCH 5/7] xfs: consolidate btree block allocation tracepoints
` [PATCH 6/7] xfs: support in-memory btrees
` [PATCH 7/7] xfs: connect in-memory btrees to xfiles


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