Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-02 19:59:22 to 2022-06-08 05:17:00 UTC [more...]

[Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!
 2022-06-08  2:19 UTC  (5+ messages)

[PATCHSET v2 0/3] xfs: random fixes for 5.19-rc2
 2022-06-07 21:03 UTC  (4+ messages)
` [PATCH 1/3] xfs: fix TOCTOU race involving the new logged xattrs control knob
` [PATCH 2/3] xfs: fix variable state usage
` [PATCH 3/3] xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes

[PATCH v2] iomap: skip pages past eof in iomap_do_writepage()
 2022-06-08  0:42 UTC 

[PATCH RFC] iomap: invalidate pages past eof in iomap_do_writepage()
 2022-06-07 22:52 UTC  (17+ messages)

[PATCH 0/4] Large extent counters tests
 2022-06-07 23:51 UTC  (14+ messages)
` [PATCH 1/4] xfs/270: Fix ro mount failure when nrext64 option is enabled
` [PATCH 2/4] common/xfs: Add helper to check if nrext64 option is supported
` [PATCH 3/4] xfs/547: Verify that the correct inode extent counters are updated with/without nrext64
` [PATCH 4/4] xfs/548: Verify correctness of upgrading an fs to support large extent counters

xfs/148 fails with 5.19-rc1 kernel
 2022-06-07 23:59 UTC  (3+ messages)

[linux-next:master 728/1207] fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-06-07 23:05 UTC  (2+ messages)

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-07 19:21 UTC  (32+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 11/20] ubifs: Convert to filemap_migrate_folio()
` [PATCH 12/20] f2fs: "
` [PATCH 13/20] aio: Convert to migrate_folio
` [PATCH 14/20] hugetlb: "
` [PATCH 15/20] balloon: "
` [PATCH 16/20] secretmem: "
` [PATCH 17/20] z3fold: "
` [PATCH 18/20] zsmalloc: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[PATCH 5.10 v2 0/8] xfs fixes for 5.10.y (part 2)
 2022-06-07 19:12 UTC  (18+ messages)
` [PATCH 5.10 v2 1/8] xfs: set inode size after creating symlink
` [PATCH 5.10 v2 2/8] xfs: sync lazy sb accounting on quiesce of read-only mounts
` [PATCH 5.10 v2 3/8] xfs: fix chown leaking delalloc quota blocks when fssetxattr fails
` [PATCH 5.10 v2 4/8] xfs: fix incorrect root dquot corruption error when switching group/project quota types
` [PATCH 5.10 v2 5/8] xfs: restore shutdown check in mapped write fault path
` [PATCH 5.10 v2 6/8] xfs: force log and push AIL to clear pinned inodes when aborting mount
` [PATCH 5.10 v2 7/8] xfs: consider shutdown in bmapbt cursor delete assert
` [PATCH 5.10 v2 8/8] xfs: assert in xfs_btree_del_cursor should take into account error

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-07 16:41 UTC  (24+ messages)
` [PATCH v7 06/15] iomap: Return error code from iomap_write_iter()
` [PATCH v7 09/15] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v7 11/15] fs: Optimization for concurrent file time updates
  ` [PATCH v7 10/15] fs: Add async write file modification handling

lilo booting problem
 2022-06-07 15:25 UTC  (2+ messages)

[Bug 216073] New: [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!
 2022-06-07 15:05 UTC  (2+ messages)

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-07 14:38 UTC  (16+ messages)
` [PATCH v2 01/14] dax: Introduce holder for dax_device
` [PATCH v2 02/14] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v2 03/14] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v2 04/14] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v2 06/14] xfs: Implement ->notify_failure() for XFS
` [PATCH v2 07/14] fsdax: set a CoW flag when associate reflink mappings
` [PATCH v2 08/14] fsdax: Output address in dax_iomap_pfn() and rename it
  ` [PATCH v2.1 "
` [PATCH v2 09/14] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v2 10/14] fsdax: Replace mmap entry in case of CoW
` [PATCH v2 11/14] fsdax: Add dax_iomap_cow_copy() for dax zero
` [PATCH v2 12/14] fsdax: Dedup file range to use a compare function
` [PATCH v2 13/14] xfs: support CoW in fsdax mode
` [PATCH v2 14/14] xfs: Add dax dedupe support

[PATCH] xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes
 2022-06-07  6:48 UTC  (8+ messages)

[PATCHSET 0/8] xfs: design documentation for online fsck
 2022-06-07  1:49 UTC  (9+ messages)
` [PATCH 1/8] xfs: document the motivation for online fsck design
` [PATCH 2/8] xfs: document the general theory underlying "
` [PATCH 3/8] xfs: document the testing plan for online fsck
` [PATCH 4/8] "
` [PATCH 5/8] xfs: document technical aspects of kernel space metadata repair code
` [PATCH 6/8] xfs: document technical aspects of kernel space file "
` [PATCH 7/8] xfs: document specific technical aspects of userspace driver program
` [PATCH 8/8] xfs: document future directions of online fsck

[PATCH 0/3] xfsprogs: avoid to use NULL pointer
 2022-06-06 21:46 UTC  (6+ messages)
` [PATCH 1/3] mkfs/proto.c: "
` [PATCH 2/3] db: "
` [PATCH 3/3] repair/slab.c: "

[PATCH 5.15 00/15] xfs stable candidate patches for 5.15.y
 2022-06-06 19:30 UTC  (6+ messages)

[PATCH 5.10 CANDIDATE 0/7] xfs stable candidate patches for 5.10.y (part 3)
 2022-06-06 16:05 UTC  (8+ messages)
` [PATCH 5.10 CANDIDATE 1/7] xfs: use current->journal_info for detecting transaction recursion
` [PATCH 5.10 CANDIDATE 2/7] xfs: rename variable mp to parsing_mp
` [PATCH 5.10 CANDIDATE 3/7] xfs: Skip repetitive warnings about mount options
` [PATCH 5.10 CANDIDATE 4/7] xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX
` [PATCH 5.10 CANDIDATE 5/7] xfs: fix xfs_trans slab cache name
` [PATCH 5.10 CANDIDATE 6/7] xfs: update superblock counters correctly for !lazysbcount
` [PATCH 5.10 CANDIDATE 7/7] xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range

[PATCH RFC v2] xfs: Print XFS UUID on mount and umount events
 2022-06-06 14:05 UTC  (4+ messages)

[Bug 216007] New: XFS hangs in iowait when extracting large number of files
 2022-06-06  7:49 UTC  (4+ messages)
` [Bug 216007] "

[PATCH 1/2] xfs: fix TOCTOU race involving the new logged xattrs control knob
 2022-06-06  1:25 UTC  (6+ messages)
` [PATCH 2/2] xfs: fix variable state usage "

[Bug 216074] New: [xfstests generic/388] BUG: Bad page state in process fsstress pfn:220bb5
 2022-06-05  6:32 UTC 

[PATCH v2] xfs: corrupted xattr should not block removexattr
 2022-06-04  0:31 UTC  (2+ messages)

[ANNOUNCE] xfsprogs-5.18.0 released
 2022-06-03 19:31 UTC 

[PATCH 5.15 01/15] xfs: use kmem_cache_free() for kmem_cache objects
 2022-06-03 18:57 UTC  (15+ messages)
` [PATCH 5.15 02/15] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH 5.15 03/15] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH 5.15 04/15] xfs: remove xfs_inew_wait
` [PATCH 5.15 05/15] xfs: remove all COW fork extents when remounting readonly
` [PATCH 5.15 06/15] xfs: only run COW extent recovery when there are no live extents
` [PATCH 5.15 07/15] xfs: check sb_meta_uuid for dabuf buffer recovery
` [PATCH 5.15 08/15] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.15 09/15] xfs: only bother with sync_filesystem during readonly remount
` [PATCH 5.15 10/15] xfs: don't generate selinux audit messages for capability testing
` [PATCH 5.15 11/15] xfs: use setattr_copy to set vfs inode attributes
` [PATCH 5.15 12/15] xfs: async CIL flushes need pending pushes to be made stable
` [PATCH 5.15 13/15] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 5.15 14/15] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
` [PATCH 5.15 15/15] xfs: drop async cache flushes from CIL commits

[PATCH 5.10 v2 0/5] xfs fixes for 5.10.y (part 1)
 2022-06-03 14:32 UTC  (2+ messages)

[PATCH 5.10 CANDIDATE 0/8] xfs stable candidate patches for 5.10.y (part 2)
 2022-06-03  9:39 UTC  (7+ messages)
` [PATCH 5.10 CANDIDATE 7/8] xfs: consider shutdown in bmapbt cursor delete assert

[PATCH] xfs: corrupted xattr should not block removexattr
 2022-06-03  8:03 UTC  (4+ messages)

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-03  1:36 UTC  (4+ messages)

[xfs] 1eb70f54c4: xfstests.xfs.348.fail
 2022-06-02 21:44 UTC  (2+ messages)

[xfs] 5349b2afc1: xfstests.xfs.299.fail
 2022-06-02 21:40 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 read-only IMAP folder(s) and NNTP newsgroup(s).