messages from 2022-06-29 21:53:12 to 2022-07-08 07:23:43 UTC [more...]
[RFC] [PATCH 0/8] xfs: byte-base grant head reservation tracking
2022-07-08 7:23 UTC (10+ messages)
` [PATCH 1/8] xfs: AIL doesn't need manual pushing
` [PATCH 2/8] xfs: AIL targets log space, not grant space
` [PATCH 3/8] xfs: ensure log tail is always up to date
` [PATCH 4/8] xfs: l_last_sync_lsn is really tracking AIL state
` [PATCH 5/8] xfs: track log space pinned by the AIL
` [PATCH 6/8] xfs: pass the full grant head to accounting functions
` [PATCH 7/8] xfs: move and xfs_trans_committed_bulk
` [PATCH 8/8] xfs: grant heads track byte counts, not LSNs
[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-07-08 5:42 UTC (4+ messages)
` [RFC PATCH v4] "
` [RFC PATCH v5] "
[PATCH] xfs: fix use-after-free in xattr node block inactivation
2022-07-08 4:59 UTC (3+ messages)
[PATCHSET 0/3] xfs: make attr forks permanent
2022-07-08 4:30 UTC (13+ messages)
` [PATCH 1/3] xfs: convert XFS_IFORK_PTR to a static inline helper
` [PATCH 2/3] xfs: make inode attribute forks a permanent part of struct xfs_inode
` [PATCH 3/3] xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
` [PATCH 4/3] xfs: replace XFS_IFORK_Q with a proper predicate function
` [PATCH 5/3] xfs: replace inode fork size macros with functions
[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
2022-07-08 3:29 UTC (4+ messages)
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
[PATCHSET 0/2] fstests: new tests for kernel 5.19
2022-07-08 0:49 UTC (8+ messages)
` [PATCH 1/2] xfs: make sure that we handle empty xattr leaf blocks ok
` [PATCH 2/2] xfs/288: skip repair -n when checking empty root leaf block behavior
[GIT PULL] xfs: per-ag conversions for 5.20
2022-07-07 23:59 UTC
[PATCH 0/6 v3] xfs: lockless buffer lookups
2022-07-07 23:52 UTC (7+ messages)
` [PATCH 1/6] xfs: rework xfs_buf_incore() API
` [PATCH 2/6] xfs: break up xfs_buf_find() into individual pieces
` [PATCH 3/6] xfs: merge xfs_buf_find() and xfs_buf_get_map()
` [PATCH 4/6] xfs: reduce the number of atomic when locking a buffer after lookup
` [PATCH 5/6] xfs: remove a superflous hash lookup when inserting new buffers
` [PATCH 6/6] xfs: lockless buffer lookup
[PATCH 0/9 v4] xfs: introduce in-memory inode unlink log items
2022-07-07 23:43 UTC (10+ messages)
` [PATCH 1/9] xfs: factor the xfs_iunlink functions
` [PATCH 2/9] xfs: track the iunlink list pointer in the xfs_inode
` [PATCH 3/9] xfs: refactor xlog_recover_process_iunlinks()
` [PATCH 4/9] xfs: introduce xfs_iunlink_lookup
` [PATCH 5/9] xfs: double link the unlinked inode list
` [PATCH 6/9] xfs: clean up xfs_iunlink_update_inode()
` [PATCH 7/9] xfs: combine iunlink inode update functions
` [PATCH 8/9] xfs: add log item precommit operation
` [PATCH 9/9] xfs: add in-memory iunlink log item
[GIT PULL] xfs: Improve CIL scalability
2022-07-07 23:33 UTC
[PATCH stable 4.9, 4.14, 4.19, 5.4, 5.10] xfs: remove incorrect ASSERT in xfs_rename
2022-07-07 23:07 UTC
[PATCH stable 5.15] xfs: remove incorrect ASSERT in xfs_rename
2022-07-07 22:58 UTC
[PATCHSET v2 0/3] fstests: random fixes
2022-07-07 22:57 UTC (11+ messages)
` [PATCH 1/3] xfs: fix test mkfs.xfs sizing of internal logs that overflow the AG
` [PATCH 2/3] xfs/018: fix LARP testing for small block sizes
` [PATCH 3/3] xfs/547: fix problems with realtime
[PATCH 5.15 CANDIDATE 0/4] xfs stable candidates for 5.15.y (part 2)
2022-07-07 22:38 UTC (5+ messages)
` [PATCH 5.15 CANDIDATE 1/4] xfs: only run COW extent recovery when there are no live extents
` [PATCH 5.15 CANDIDATE 2/4] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 5.15 CANDIDATE 3/4] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
` [PATCH 5.15 CANDIDATE 4/4] xfs: drop async cache flushes from CIL commits
[xfs] 7cf2b0f961: BUG:KASAN:use-after-free_in_xfs_attr3_node_inactive[xfs]
2022-07-07 21:31 UTC (2+ messages)
[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-07-07 19:03 UTC (16+ messages)
` [PATCH v8 01/15] mm: rename is_pinnable_pages to is_longterm_pinnable_pages
` [PATCH v8 02/15] mm: move page zone helpers into new header-specific file
` [PATCH v8 03/15] mm: add zone device coherent type memory support
` [PATCH v8 04/15] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v8 05/15] mm: add device coherent vma selection for memory migration
` [PATCH v8 06/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v8 08/15] drm/amdkfd: add SPM support for SVM
` [PATCH v8 09/15] lib: test_hmm add ioctl to get zone device type
` [PATCH v8 10/15] lib: test_hmm add module param for "
` [PATCH v8 11/15] lib: add support for device coherent type in test_hmm
` [PATCH v8 12/15] tools: update hmm-test to support device coherent type
` [PATCH v8 13/15] tools: update test_hmm script to support SP config
` [PATCH v8 14/15] tools: add hmm gup tests for device coherent type
` [PATCH v8 15/15] tools: add selftests to hmm for COW in device memory
[PATCH 0/6 v2] xfs: lockless buffer lookups
2022-07-07 17:55 UTC (14+ messages)
` [PATCH 3/6] xfs: merge xfs_buf_find() and xfs_buf_get_map()
` [PATCH 4/6] xfs: reduce the number of atomic when locking a buffer after lookup
` [PATCH 5/6] xfs: remove a superflous hash lookup when inserting new buffers
` [PATCH 6/6] xfs: lockless buffer lookup
[ANNOUNCE] xfs-linux: for-next updated to 278271b9f442
2022-07-07 17:07 UTC
[PATCH 0/9 v3] xfs: in-memory iunlink items
2022-07-07 2:34 UTC (7+ messages)
` [PATCH 8/9] xfs: add log item precommit operation
[PATCH] xfs: fix potential memory leak in xfs_bmap_add_attrfork()
2022-07-06 22:20 UTC (3+ messages)
[PATCH] xfs: removed useless condition in function xfs_attr_node_get
2022-07-06 17:11 UTC (2+ messages)
[PATCH] mkfs: custom agcount that renders AG size < XFS_AG_MIN_BYTES gives "Assertion failed. Aborted"
2022-07-06 3:19 UTC (5+ messages)
[PATCH V2] xfs: make src file readable during reflink
2022-07-06 1:35 UTC (5+ messages)
[RFC PATCH 1/1] xfs: Fix multi-transaction larp replay
2022-07-05 23:13 UTC
[PATCHSET 0/9] fstests: random fixes
2022-07-05 22:04 UTC (18+ messages)
` [PATCH 2/9] xfs/070: filter new superblock verifier messages
` [PATCH 3/9] xfs: test mkfs.xfs sizing of internal logs that
` [PATCH 4/9] xfs: test xfs_copy doesn't do cached read before libxfs_mount
` [PATCH v2.1 "
[PATCH v7 00/15] io-uring/xfs: support async buffered writes
2022-07-05 16:11 UTC (10+ messages)
` [PATCH v7 15/15] xfs: Add async buffered write support
[PATCH] mkfs: update manpage of bigtime and inobtcount
2022-07-05 15:14 UTC (2+ messages)
[PATCH -next] xfs: clean up some inconsistent indenting
2022-07-05 1:57 UTC
[Bug 216151] New: kernel panic after BUG: KASAN: use-after-free in _copy_to_iter+0x830/0x1030
2022-07-04 16:21 UTC (2+ messages)
` [Bug 216151] "
[PATCH 5.10 v3 0/7] xfs stable patches for 5.10.y (from v5.13)
2022-07-04 14:42 UTC (10+ messages)
` [PATCH 5.10 v3 1/7] xfs: use current->journal_info for detecting transaction recursion
` [PATCH 5.10 v3 2/7] xfs: rename variable mp to parsing_mp
` [PATCH 5.10 v3 3/7] xfs: Skip repetitive warnings about mount options
` [PATCH 5.10 v3 4/7] xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX
` [PATCH 5.10 v3 5/7] xfs: fix xfs_trans slab cache name
` [PATCH 5.10 v3 6/7] xfs: update superblock counters correctly for !lazysbcount
` [PATCH 5.10 v3 7/7] xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range
[GIT PULL] xfs: bug fixes for 5.19-rc5
2022-07-03 16:51 UTC (2+ messages)
[PATCH v7 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-07-02 4:25 UTC (14+ messages)
` [PATCH v7 01/14] mm: rename is_pinnable_pages to is_pinnable_longterm_pages
` [PATCH v7 03/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v7 04/14] mm: add device coherent vma selection for memory migration
[ANNOUNCE] xfs-linux: for-next updated to 7561cea5dbb9
2022-07-02 0:34 UTC
[PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1)
2022-07-01 23:13 UTC (14+ messages)
` sharing fstests results (Was: [PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1))
[PATCH v3 25/25] xfs: Support large folios
2022-07-01 18:03 UTC (12+ messages)
` Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)
SEO analysis
2022-07-01 15:10 UTC
[PATCH] xfs: fail dax mount if reflink is enabled on a partition
2022-07-01 5:14 UTC (3+ messages)
[PATCHSET 0/6] xfsprogs: random fixes
2022-07-01 1:08 UTC (8+ messages)
` [PATCH 2/6] xfs_repair: clear DIFLAG2_NREXT64 when filesystem doesn't support nrext64
` [PATCH v2 "
[PATCH] xfs: prevent a UAF when log IO errors race with unmount
2022-07-01 1:08 UTC (2+ messages)
[5.15] MAINTAINERS: add Leah as xfs maintainer for 5.15.y
2022-06-30 20:52 UTC
KASAN report while running generic/475?
2022-06-30 20:18 UTC (2+ messages)
[RFC PATCH] xfsrestore: fix rootdir due to xfsdump bulkstat misuse
2022-06-30 19:19 UTC (4+ messages)
` [RFC PATCH v2] "
[5.15] MAINTAINERS: add Leah as xfs maintainer for 5.15.y
2022-06-30 17:42 UTC (4+ messages)
[ANNOUNCE] xfs-linux: iomap-5.20-merge updated to f8189d5d5fbf
2022-06-30 17:18 UTC
[PATCH 5.15 v4 0/7] xfs stable patches for 5.15.y
2022-06-30 11:22 UTC (2+ messages)
[PATCH 5.10 v4 0/5] xfs stable patches for 5.10.y (backports from v5.15.y)
2022-06-30 11:21 UTC (2+ messages)
[PATCH] MAINTAINERS: add Amir as xfs maintainer for 5.10.y
2022-06-30 9:16 UTC (4+ messages)
[PATCH v1 00/17] Return of the Parent Pointers
2022-06-30 1:30 UTC (22+ messages)
` [PATCH v1 01/17] xfs: Add larp state XFS_DAS_CREATE_FORK
` [PATCH v1 10/17] xfs: parent pointer attribute creation
` [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
[PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y
2022-06-29 22:17 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox