Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-08 04:07:10 to 2022-06-12 18:44:54 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-12 18:44 UTC  (12+ 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-12 18:05 UTC  (11+ messages)

[PATCH v2] iomap: skip pages past eof in iomap_do_writepage()
 2022-06-11 23:34 UTC  (5+ messages)

[RFC] [PATCH 00/50] xfs: per-ag centric allocation alogrithms
 2022-06-11 13:46 UTC  (55+ messages)
` [PATCH 01/50] xfs: make last AG grow/shrink perag centric
` [PATCH 02/50] xfs: kill xfs_ialloc_pagi_init()
` [PATCH 03/50] xfs: pass perag to xfs_ialloc_read_agi()
` [PATCH 04/50] xfs: kill xfs_alloc_pagf_init()
` [PATCH 05/50] xfs: pass perag to xfs_alloc_read_agf()
` [PATCH 06/50] xfs: pass perag to xfs_read_agi
` [PATCH 07/50] xfs: pass perag to xfs_read_agf
` [PATCH 08/50] xfs: pass perag to xfs_alloc_get_freelist
` [PATCH 09/50] xfs: pass perag to xfs_alloc_put_freelist
` [PATCH 10/50] xfs: pass perag to xfs_alloc_read_agfl
` [PATCH 11/50] xfs: Pre-calculate per-AG agbno geometry
` [PATCH 12/50] xfs: Pre-calculate per-AG agino geometry
` [PATCH 13/50] xfs: replace xfs_ag_block_count() with perag accesses
` [PATCH 14/50] xfs: make is_log_ag() a first class helper
` [PATCH 15/50] xfs: active perag reference counting
` [PATCH 16/50] xfs: rework the perag trace points to be perag centric
` [PATCH 17/50] xfs: convert xfs_imap() to take a perag
` [PATCH 18/50] xfs: use active perag references for inode allocation
` [PATCH 19/50] xfs: inobt can use perags in many more places than it does
` [PATCH 20/50] xfs: convert xfs_ialloc_next_ag() to an atomic
` [PATCH 21/50] xfs: perags need atomic operational state
` [PATCH 22/50] xfs: introduce xfs_for_each_perag_wrap()
` [PATCH 23/50] xfs: rework xfs_alloc_vextent()
` [PATCH 24/50] xfs: use xfs_alloc_vextent_this_ag() in _iterate_ags()
` [PATCH 25/50] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
` [PATCH 26/50] xfs: use xfs_alloc_vextent_this_ag() where appropriate
` [PATCH 27/50] xfs: factor xfs_bmap_btalloc()
` [PATCH 28/50] xfs: use xfs_alloc_vextent_first_ag() where appropriate
` [PATCH 29/50] xfs: use xfs_alloc_vextent_start_bno() "
` [PATCH 30/50] xfs: introduce xfs_alloc_vextent_near_bno()
` [PATCH 31/50] xfs: introduce xfs_alloc_vextent_exact_bno()
` [PATCH 32/50] xfs: introduce xfs_alloc_vextent_prepare()
` [PATCH 33/50] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
` [PATCH 34/50] xfs: fold xfs_alloc_ag_vextent() into callers
` [PATCH 35/50] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
` [PATCH 36/50] xfs: convert trim to use for_each_perag_range
` [PATCH 37/50] xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
` [PATCH 38/50] xfs: get rid of notinit from xfs_bmap_longest_free_extent
` [PATCH 39/50] xfs: use xfs_bmap_longest_free_extent() in filestreams
` [PATCH 40/50] xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
` [PATCH 41/50] xfs: merge filestream AG lookup into xfs_filestream_select_ag()
` [PATCH 42/50] xfs: merge new filestream AG selection "
` [PATCH 43/50] xfs: remove xfs_filestream_select_ag() longest extent check
` [PATCH 44/50] xfs: factor out MRU hit case in xfs_filestream_select_ag
` [PATCH 45/50] xfs: track an active perag reference in filestreams
` [PATCH 46/50] xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
` [PATCH 47/50] xfs: pass perag to filestreams tracing
` [PATCH 48/50] xfs: return a referenced perag from filestreams allocator
` [PATCH 49/50] xfs: refactor the filestreams allocator pick functions
` [PATCH 50/50] xfs: fix low space alloc deadlock

[PATCH 0/2] xfs: random fixes for lock flags
 2022-06-11 12:54 UTC  (3+ messages)
` [PATCH 1/2] xfs: factor out the common lock flags assert
` [PATCH 2/2] xfs: use invalidate_lock to check the state of mmap_lock

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

[xfs] rmap.c:696: mark_inode_rl: Assertion failed
 2022-06-11 11:09 UTC 

[PATCH v1 00/17] Return of the Parent Pointers
 2022-06-11  9:42 UTC  (18+ messages)
` [PATCH v1 01/17] xfs: Add larp state XFS_DAS_CREATE_FORK
` [PATCH v1 02/17] xfs: Hold inode locks in xfs_ialloc
` [PATCH v1 03/17] xfs: get directory offset when adding directory name
` [PATCH v1 04/17] xfs: get directory offset when removing "
` [PATCH v1 05/17] xfs: get directory offset when replacing a "
` [PATCH v1 06/17] xfs: add parent pointer support to attribute code
` [PATCH v1 07/17] xfs: define parent pointer xattr format
` [PATCH v1 08/17] xfs: Add xfs_verify_pptr
` [PATCH v1 09/17] xfs: extent transaction reservations for parent attributes
` [PATCH v1 10/17] xfs: parent pointer attribute creation
` [PATCH v1 11/17] xfs: add parent attributes to link
` [PATCH v1 12/17] xfs: remove parent pointers in unlink
` [PATCH v1 13/17] xfs: Add parent pointers to rename
` [PATCH v1 14/17] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v1 15/17] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v1 16/17] xfs: Increase XFS_DEFER_OPS_NR_INODES to 4
` [PATCH v1 17/17] xfs: Add parent pointer ioctl

[RFC PATCH] xfsrestore: fix rootdir due to xfsdump bulkstat misuse
 2022-06-10 23:05 UTC  (3+ messages)
` [RFC PATCH v2] "

[Bug 216110] New: rmdir sub directory cause i_nlink of parent directory down from 0 to 0xffffffff
 2022-06-10 14:44 UTC  (4+ messages)
` [Bug 216110] "

[PATCH v8 00/14] io-uring/xfs: support async buffered writes
 2022-06-10 12:38 UTC  (15+ messages)
` [PATCH v8 01/14] mm: Move starting of background writeback into the main balancing loop
` [PATCH v8 02/14] mm: Move updates of dirty_exceeded into one place
` [PATCH v8 06/14] iomap: Return -EAGAIN from iomap_write_iter()
` [PATCH v8 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v8 11/14] io_uring: Add support for async buffered writes
` [PATCH v8 12/14] io_uring: Add tracepoint for short writes
  ` [PATCH v8 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
  ` [PATCH v8 04/14] iomap: Add flags parameter to iomap_page_create()
  ` [PATCH v8 07/14] fs: Add check for async buffered writes to generic_write_checks
  ` [PATCH v8 08/14] fs: add __remove_file_privs() with flags parameter
  ` [PATCH v8 10/14] fs: Add async write file modification handling

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

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

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-06-10  5:46 UTC  (2+ messages)

[xfs] 1eb70f54c4: xfstests.xfs.348.fail
 2022-06-10  5:38 UTC  (3+ messages)

xfsprogs_5.18.0-1_source.changes ACCEPTED into unstable
 2022-06-09 16:36 UTC 

Processing of xfsprogs_5.18.0-1_source.changes
 2022-06-09 16:24 UTC 

[PATCH 5.15 00/15] xfs stable candidate patches for 5.15.y
 2022-06-08 22:24 UTC  (9+ messages)

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-08 13:06 UTC  (33+ 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 13/20] aio: Convert "
` [PATCH 15/20] balloon: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[PATCH 0/4] Large extent counters tests
 2022-06-08  9:11 UTC  (12+ 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 5.10 CANDIDATE 0/8] xfs stable candidate patches for 5.10.y (part 2)
 2022-06-08  9:15 UTC  (8+ messages)
` [PATCH 5.10 CANDIDATE 1/8] xfs: fix up non-directory creation in SGID directories

[PATCH 5.15 01/15] xfs: use kmem_cache_free() for kmem_cache objects
 2022-06-08  7:43 UTC  (3+ messages)
` [PATCH 5.15 12/15] xfs: async CIL flushes need pending pushes to be made stable

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-08  7:06 UTC  (3+ messages)
` [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages

[linux-next:master 728/1207] fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-06-08  3:49 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH 5.10 v2 0/8] xfs fixes for 5.10.y (part 2)
 2022-06-08  4:37 UTC  (8+ messages)
` [PATCH 5.10 v2 8/8] xfs: assert in xfs_btree_del_cursor should take into account error
            ` XFS stable maintenance (Was: Re: [PATCH 5.10 v2 8/8] xfs: assert in xfs_btree_del_cursor should take into account error)

[PATCHSET v2 0/3] xfs: random fixes for 5.19-rc2
 2022-06-07 21:03 UTC  (2+ messages)
` [PATCH 2/3] xfs: fix variable state usage


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