linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 18:05:32 to 2022-07-13 07:22:16 UTC [more...]

[PATCH V2 0/6] block: add support for REQ_OP_VERIFY
 2022-07-13  7:20 UTC  (4+ messages)
` [PATCH V2 1/6] "
` [PATCH V2 2/6] nvme: add support for the Verify command
` [PATCH V2 3/6] nvmet: add Verify command support for bdev-ns

[xfs] 47a6df7cd3: Assertion_failed
 2022-07-13  6:25 UTC  (3+ messages)

[PATCH RESEND] xfs: fix for variable set but not used warning
 2022-07-13  5:51 UTC  (2+ messages)

[PATCHSET v4 0/2] xfs_repair: enable upgrading to nrext64
 2022-07-13  1:10 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: check filesystem geometry before allowing upgrades
` [PATCH 2/2] xfs_repair: Add support for upgrading to large extent counters

[PATCHSET 0/4] xfsprogs: random fixes
 2022-07-13  1:09 UTC  (5+ messages)
` [PATCH 1/4] xfs_repair: ignore empty xattr leaf blocks
` [PATCH 2/4] xfs_repair: Search for conflicts in inode_tree_ptrs[] when processing uncertain inodes
` [PATCH 3/4] mkfs: complain about impossible log size constraints
` [PATCH 4/4] mkfs: terminate getsubopt arrays properly

[PATCHSET 0/8] fstests: check file block congruency of file range operations
 2022-07-13  0:57 UTC  (9+ messages)
` [PATCH 1/8] misc: use _get_file_block_size for block (re)mapping tests
` [PATCH 2/8] misc: skip remap/fallocate tests when op length not congruent with file allocation unit
` [PATCH 3/8] misc: skip extent size hint tests when hint "
` [PATCH 4/8] misc: avoid tests encoding FIEMAP/BMAP golden output with weird file blocksizes
` [PATCH 5/8] punch: use allocation unit to test punching holes
` [PATCH 6/8] punch: skip fpunch tests when op length not congruent with file allocation unit
` [PATCH 7/8] filter: report data block mappings and od offsets in multiples of allocation units
` [PATCH 8/8] punch: skip fpunch tests when page size not congruent with file allocation unit

[ANNOUNCE] xfsprogs for-next updated to c1c71781
 2022-07-12 23:21 UTC  (2+ messages)

[PATCH] xfs: flush inode gc workqueue before clearing agi bucket
 2022-07-12 23:09 UTC  (5+ messages)

[RFC] [PATCH 0/8] xfs: byte-base grant head reservation tracking
 2022-07-12 22:24 UTC  (27+ 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
  ` [xfs] 65cf4eb83e: xfstests.xfs.011.fail

[PATCH] xfs: fix for variable set but not used warning
 2022-07-12 15:36 UTC  (2+ messages)

[xfs] 5e672cd69f: stress-ng.dir.ops_per_sec 107.3% improvement
 2022-07-12  8:45 UTC 

[PATCHSET v2 0/5] xfs: make attr forks permanent
 2022-07-12  6:25 UTC  (14+ messages)
` [PATCH 1/5] xfs: convert XFS_IFORK_PTR to a static inline helper
` [PATCH 2/5] xfs: make inode attribute forks a permanent part of struct xfs_inode
` [PATCH 3/5] xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
` [PATCH 4/5] xfs: replace XFS_IFORK_Q with a proper predicate function
` [PATCH 5/5] xfs: replace inode fork size macros with functions

remove iomap_writepage
 2022-07-12  4:57 UTC  (12+ messages)
` [PATCH 1/4] gfs2: stop using generic_writepages in gfs2_ail1_start_one
` [PATCH 2/4] gfs2: remove ->writepage
` [PATCH 3/4] zonefs: "
` [PATCH 4/4] iomap: remove iomap_writepage

[PATCH 0/9 v4] xfs: introduce in-memory inode unlink log items
 2022-07-12  2:14 UTC  (17+ 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

[PATCH 0/6 v3] xfs: lockless buffer lookups
 2022-07-12  0:01 UTC  (12+ 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 v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-11 14:00 UTC  (24+ 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

[PATCHSET v2 0/3] fstests: random fixes
 2022-07-11  7:10 UTC  (11+ messages)
` [PATCH 2/3] xfs/018: fix LARP testing for small block sizes
` [PATCH 3/3] xfs/547: fix problems with realtime

[PATCH 0/6 v2] xfs: lockless buffer lookups
 2022-07-11  5:16 UTC  (5+ messages)
` [PATCH 6/6] xfs: lockless buffer lookup

[PATCH v2] xfs: fix use-after-free in xattr node block inactivation
 2022-07-11  3:38 UTC  (3+ messages)

linux-next: build failure after merge of the mm tree
 2022-07-10 22:28 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next **rebased** to 0f38063d7a38
 2022-07-09 22:42 UTC 

[PATCH stable 5.15] xfs: remove incorrect ASSERT in xfs_rename
 2022-07-08 18:38 UTC  (7+ messages)

[PATCHSET 0/2] fstests: new tests for kernel 5.19
 2022-07-08 18:19 UTC  (19+ messages)
` [PATCH 1/2] xfs: make sure that we handle empty xattr leaf blocks ok
  ` [PATCH v1.1 "
  ` [PATCH v1.3 "
` [PATCH 2/2] xfs/288: skip repair -n when checking empty root leaf block behavior

[PATCH stable 4.9, 4.14, 4.19, 5.4, 5.10] xfs: remove incorrect ASSERT in xfs_rename
 2022-07-08 15:56 UTC  (2+ messages)

[PATCH 5.15 CANDIDATE 0/4] xfs stable candidates for 5.15.y (part 2)
 2022-07-08 15:50 UTC  (6+ 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

[PATCH] xfs: fix use-after-free in xattr node block inactivation
 2022-07-08 15:45 UTC  (4+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-08 15:28 UTC  (3+ messages)
` [RFC PATCH v5] "

[bug report] xfs corruption - XFS_WANT_CORRUPTED_RETURN
 2022-07-08 14:17 UTC  (2+ messages)

[PATCHSET 0/3] xfs: make attr forks permanent
 2022-07-08  4:30 UTC  (3+ messages)
` [PATCH 2/3] xfs: make inode attribute forks a permanent part of struct xfs_inode

[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()

[GIT PULL] xfs: per-ag conversions for 5.20
 2022-07-07 23:59 UTC 

[GIT PULL] xfs: Improve CIL scalability
 2022-07-07 23:33 UTC 

[xfs] 7cf2b0f961: BUG:KASAN:use-after-free_in_xfs_attr3_node_inactive[xfs]
 2022-07-07 21:31 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).