public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-11 01:10:23 to 2022-05-18 18:55:29 UTC [more...]

[PATCHSET 0/3] xfs: fix buffer cancellation table leak during log recovery
 2022-05-18 18:55 UTC 

[PATCHSET 0/3] xfs: fix name/value buffer lifetime errrors
 2022-05-18 18:55 UTC  (4+ messages)
` [PATCH 1/3] xfs: validate xattr name earlier in recovery
` [PATCH 2/3] xfs: share xattr name and value buffers when logging xattr updates
` [PATCH 3/3] xfs: free xfs_attrd_log_items correctly

[PATCHSET v2 0/4] xfs: fix leaks and validation errors in logged xattr updates
 2022-05-18 18:54 UTC  (5+ messages)
` [PATCH 1/4] xfs: don't leak da state when freeing the attr intent item
` [PATCH 2/4] xfs: don't leak the retained da state when doing a leaf to node conversion
` [PATCH 3/4] xfs: reject unknown xattri log item operation flags during recovery
` [PATCH 4/4] xfs: reject unknown xattri log item filter "

[PATCHSET 0/4] xfs: fix leaks and validation errors in logged xattr updates
 2022-05-18 17:05 UTC  (12+ messages)
` [PATCH 1/4] xfs: don't leak da state when freeing the attr intent item
` [PATCH 2/4] xfs: don't leak the retained da state when doing a leaf to node conversion
` [PATCH 3/4] xfs: reject unknown xattri log item operation flags during recovery
` [PATCH 4/4] xfs: reject unknown xattri log item filter "

[PATCH 00/18] xfsprogs: Port larp, enable injects and log print for attri/d
 2022-05-18 17:00 UTC  (24+ messages)
` [PATCH 01/18] xfsprogs: zero inode fork buffer at allocation
` [PATCH 02/18] xfsprogs: hide log iovec alignment constraints
` [PATCH 03/18] xfsprogs: don't commit the first deferred transaction without intents
` [PATCH 04/18] xfsprogs: tag transactions that contain intent done items
` [PATCH 05/18] xfsprogs: Fix double unlock in defer capture code
` [PATCH 06/18] xfsprogs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH 07/18] xfsprogs: Set up infrastructure for log attribute replay
` [PATCH 08/18] xfsprogs: Implement attr logging and replay
` [PATCH 09/18] xfsprogs: Skip flip flags for delayed attrs
` [PATCH 10/18] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH 11/18] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH 12/18] xfsprogs: Add log attribute error tag
` [PATCH 13/18] xfsprogs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH 14/18] xfsprogs: Add helper function xfs_attr_leaf_addname
` [PATCH 15/18] xfsprogs: Add helper function xfs_init_attr_trans
` [PATCH 16/18] xfsprogs: add leaf split error tag
` [PATCH 17/18] xfsprogs: add leaf to node "
` [PATCH 18/18] xfsprogs: Add log item printing for ATTRI and ATTRD

[PATCH] xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO
 2022-05-18 16:01 UTC 

fstrim and strace considered harmful?
 2022-05-18 15:59 UTC  (3+ messages)

[xfs] 1eb70f54c4: xfstests.xfs.348.fail
 2022-05-18 14:45 UTC 

[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
 2022-05-18 11:07 UTC  (27+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v2 02/16] iomap: add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v2 04/16] iomap: add async buffered write support
` [RFC PATCH v2 05/16] xfs: add iomap "
` [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v2 08/16] fs: add pending file update time flag
` [RFC PATCH v2 09/16] xfs: enable async write file modification handling
` [RFC PATCH v2 10/16] xfs: add async buffered write support
` [RFC PATCH v2 11/16] io_uring: add support for async buffered writes
` [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
` [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function
` [RFC PATCH v2 14/16] iomap: use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v2 15/16] io_uring: add tracepoint for short writes
` [RFC PATCH v2 16/16] xfs: enable async buffered write support

[xfs] 5349b2afc1: xfstests.xfs.050.fail
 2022-05-18  9:41 UTC 

[ANNOUNCE] xfsprogs for-next updated to 9f4d6358
 2022-05-18  3:00 UTC 

[PATCHSET 0/4] xfs_scrub: improve balancing of threads for inode scan
 2022-05-18  2:47 UTC  (9+ messages)
` [PATCH 1/4] xfs_scrub: widen action list length variables
` [PATCH 2/4] xfs_scrub: prepare phase3 for per-inogrp worker threads
` [PATCH 3/4] xfs_scrub: balance inode chunk scan across CPUs
` [PATCH 4/4] xfs_scrub: don't revisit scanned inodes when reprocessing a stale inode

[PATCHSET 0/6] xfs: cleanups for logged xattr updates
 2022-05-18  0:20 UTC  (14+ messages)
` [PATCH 1/6] xfs: clean up xfs_attr_node_hasname
` [PATCH 2/6] xfs: put the xattr intent item op flags in their own namespace
` [PATCH 3/6] xfs: use a separate slab cache for deferred xattr work state
` [PATCH 4/6] xfs: remove struct xfs_attr_item.xattri_flags
` [PATCH 5/6] xfs: put attr[id] log item cache init with the others
` [PATCH 6/6] xfs: rename struct xfs_attr_item to xfs_attr_intent

[PATCH v4 1/2] generic: soft quota limits testing within grace time
 2022-05-17 17:28 UTC  (2+ messages)

[QUESTION] Upgrade xfs filesystem to reflink support?
 2022-05-17  9:30 UTC  (9+ messages)

[PATCH v2 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-16 23:14 UTC  (14+ messages)
` [PATCH v2 01/13] mm: add zone device coherent type memory support
` [PATCH v2 02/13] mm: add device coherent vma selection for memory migration
` [PATCH v2 03/13] mm: remove the vma check in migrate_vma_setup()
` [PATCH v2 04/13] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v2 05/13] drm/amdkfd: add SPM support for SVM
` [PATCH v2 06/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v2 07/13] lib: test_hmm add module param for "
` [PATCH v2 08/13] lib: add support for device coherent type in test_hmm
` [PATCH v2 09/13] tools: update hmm-test to support device coherent type
` [PATCH v2 10/13] tools: update test_hmm script to support SP config
` [PATCH v2 11/13] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v2 12/13] tools: add hmm gup tests for device coherent type
` [PATCH v2 13/13] tools: add selftests to hmm for COW in device memory

[PATCHSET 0/3] xfs_repair: various small fixes
 2022-05-16 18:11 UTC  (12+ messages)
` [PATCH 1/3] xfs_repair: detect v5 featureset mismatches in secondary supers
` [PATCH 2/3] xfs_repair: improve checking of existing rmap and refcount btrees
` [PATCH 3/3] xfs_repair: check the ftype of dot and dotdot directory entries
` [PATCH 4/3] xfs_repair: always rewrite secondary supers when needsrepair is set

[QUESTION] xfs version 5 new features
 2022-05-16 16:22 UTC  (2+ messages)

[PATCHSET v2 0/4] xfs_repair: check rt bitmap and summary
 2022-05-16 13:44 UTC  (10+ messages)
` [PATCH 1/4] xfs_repair: fix sizing of the incore rt space usage map calculation
` [PATCH 2/4] xfs_repair: check free rt extent count
` [PATCH 3/4] xfs_repair: check the rt bitmap against observations
` [PATCH 4/4] xfs_repair: check the rt summary "

[PATCH] iomap: don't invalidate folios after writeback errors
 2022-05-16 13:43 UTC  (4+ messages)

[RFC PATCH v1 11/18] xfs: add async buffered write support
 2022-05-16 13:39 UTC  (12+ messages)

[PATCH v1 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-16  8:02 UTC  (13+ messages)
` [PATCH v1 01/15] mm: add zone device coherent type memory support
` [PATCH v1 04/15] mm: add device coherent checker to remove migration pte
` [PATCH v1 13/15] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v1 14/15] tools: add hmm gup tests for device coherent type

[RFC]RAP xfs: don't crash when relogging xattri item
 2022-05-16  3:34 UTC 

[ANNOUNCE] xfs: for-next tree updated to efd409a4329f6927795be5ae080cd3ec8c014f49
 2022-05-16  3:23 UTC  (5+ messages)

[PATCH] xfs: Remove duplicate include
 2022-05-15 19:25 UTC  (2+ messages)

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-13 18:57 UTC  (8+ messages)
` [RFC PATCH v1 15/18] mm: support write throttling for "

[PATCHSET 0/6] xfs_scrub: small performance tweaks
 2022-05-13 15:32 UTC  (16+ messages)
` [PATCH 1/6] xfs_scrub: collapse trivial file scrub helpers
` [PATCH 2/6] xfs_scrub: in phase 3, use the opened file descriptor for scrub calls
` [PATCH 3/6] xfs_scrub: fall back to scrub-by-handle if opening handles fails
` [PATCH 4/6] xfs_scrub: don't try any file repairs during phase 3 if AG metadata bad
` [PATCH 5/6] xfs_scrub: make phase 4 go straight to fstrim if nothing to fix
` [PATCH 6/6] xfs_scrub: in phase 3, use the opened file descriptor for repair calls

[PATCHSET 0/2] xfsprogs: random fixes
 2022-05-12 18:31 UTC  (3+ messages)
` [PATCH 3/2] xfs: note the removal of XFS_IOC_FSSETDM in the documentation

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-05-12 12:27 UTC  (14+ messages)

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-12 10:25 UTC  (3+ messages)

[PATCH 00/18 V4] XFS: LARP state machine and recovery rework
 2022-05-12  0:57 UTC  (16+ messages)
` [PATCH 05/18] xfs: separate out initial attr_set states
` [PATCH 17/18] xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
` [PATCH 19/18] xfs: can't use kmem_zalloc() for attribute buffers

[ANNOUNCE] xfs-linux: iomap-for-next updated to d74999c8c060
 2022-05-11 16:56 UTC 

[PATCH v2] generic: soft quota limits testing within grace time
 2022-05-11 16:38 UTC  (3+ messages)

Highly reflinked and fragmented considered harmful?
 2022-05-11  5:18 UTC  (14+ messages)

[PATCH v11 06/07] xfs: support CoW in fsdax mode
 2022-05-11  2:25 UTC  (2+ messages)
` [PATCH v11.1 "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox