linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-31 23:39:07 to 2025-01-07 03:45:02 UTC [more...]

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-07  3:42 UTC  (26+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v5 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v5 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v5 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v5 09/25] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v5 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v5 11/25] mm: Allow compound zone device pages
` [PATCH v5 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v5 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v5 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v5 17/25] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v5 18/25] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v5 19/25] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v5 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v5 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v5 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v5 23/25] mm: Remove pXX_devmap callers
` [PATCH v5 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v5 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

buffer cache cleanups
 2025-01-07  2:08 UTC  (21+ messages)
` [PATCH 01/15] xfs: fix a double completion for buffers on in-memory targets
` [PATCH 02/15] xfs: remove the incorrect comment above xfs_buf_free_maps
` [PATCH 03/15] xfs: remove the incorrect comment about the b_pag field
` [PATCH 04/15] xfs: move xfs_buf_iowait out of (__)xfs_buf_submit
` [PATCH 05/15] xfs: simplify xfs_buf_delwri_pushbuf
` [PATCH 06/15] xfs: remove xfs_buf_delwri_submit_buffers
` [PATCH 07/15] xfs: move write verification out of _xfs_buf_ioapply
` [PATCH 08/15] xfs: move in-memory buftarg handling "
` [PATCH 09/15] xfs: simplify buffer I/O submission
` [PATCH 10/15] xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend
` [PATCH 11/15] xfs: remove the extra buffer reference in xfs_buf_submit
` [PATCH 12/15] xfs: always complete the buffer inline "
` [PATCH 13/15] xfs: simplify xfsaild_resubmit_item
` [PATCH 14/15] xfs: move b_li_list based retry handling to common code
` [PATCH 15/15] xfs: add a b_iodone callback to struct xfs_buf

[BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?
 2025-01-07  2:01 UTC  (9+ messages)

[RFC] Directly mapped xattr data & fs-verity
 2025-01-07  1:41 UTC  (6+ messages)
` [PATCH] xfs: direct mapped xattrs design documentation

[NYE PATCHCYCLONE] xfs: free space defrag and autonomous self healing
 2025-01-07  0:26 UTC  (3+ messages)

[PATCHSET 3/5] fstests: capture logs from mount failures
 2025-01-06 23:52 UTC  (5+ messages)
` [PATCH 1/2] treewide: convert all $MOUNT_PROG to _mount
` [PATCH 2/2] check: capture dmesg of mount failures if test fails

add STATX_DIO_READ_ALIGN
 2025-01-06 22:01 UTC  (16+ messages)
` [PATCH 1/4] fs: reformat the statx definition
` [PATCH 2/4] fs: add STATX_DIO_READ_ALIGN
` [PATCH 3/4] xfs: cleanup xfs_vn_getattr
` [PATCH 4/4] xfs: report the correct read/write dio alignment for reflinked inodes
` [PATCH] statx.2: document STATX_DIO_READ_ALIGN

[PATCH 0/2] xfs: fix two issues regarding mount failures
 2025-01-06 19:55 UTC  (5+ messages)
` [PATCH 1/2] xfs: correct the sb_rgcount when the disk not support rt volume
` [PATCH 2/2] xfs: fix mount hang during primary superblock recovery failure

[PATCH] xfs: Use refcount_t instead of atomic_t for xmi_refcount
 2025-01-06 19:51 UTC  (2+ messages)

Approach to quickly zeroing large XFS file (or) tool to mark XFS file extents as written
 2025-01-06 19:46 UTC  (6+ messages)

[PATCH v1 2/3] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
 2025-01-06 19:37 UTC  (4+ messages)

Create xfs-stable@lists.linux.dev
 2025-01-06 19:21 UTC  (3+ messages)

[PATCHSET v3] fstests: random fixes for v2024.12.01
 2025-01-06 18:13 UTC  (4+ messages)
` [PATCH 1/2] xfs/032: try running on blocksize > pagesize filesystems

trivial cleanups
 2025-01-06 18:10 UTC  (8+ messages)
` [PATCH 1/3] xfs: mark xfs_dir_isempty static
` [PATCH 2/3] xfs: remove XFS_ILOG_NONCORE
` [PATCH 3/3] xfs: remove the t_magic field in struct xfs_trans

[RFC PATCH 1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate
 2025-01-06 18:06 UTC  (5+ messages)

xfs_db bug
 2025-01-06 17:33 UTC  (3+ messages)

[PATCH v2 0/2] xfs: two small cleanup
 2025-01-06 11:13 UTC  (3+ messages)
` [PATCH v2 2/2] xfs: remove bp->b_error check in xfs_attr3_root_inactive

[PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
 2025-01-06  8:35 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 9d89551994a4
 2025-01-06  8:05 UTC 

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-06  6:43 UTC  (13+ messages)
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages

[PATCH] filemap: avoid truncating 64-bit offset to 32 bits
 2025-01-02 23:25 UTC  (3+ messages)

[PATCH v3 0/7] large atomic writes for xfs
 2025-01-02 14:04 UTC  (8+ messages)
` [PATCH v3 1/7] iomap: Increase iomap_dio_zero() size limit
` [PATCH v3 2/7] iomap: Add zero unwritten mappings dio support
` [PATCH v3 3/7] iomap: Lift blocksize restriction on atomic writes
` [PATCH v3 4/7] xfs: Add extent zeroing support for "
` [PATCH v3 5/7] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v3 6/7] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH v3 7/7] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[syzbot] [mm?] [xfs?] KASAN: slab-use-after-free Read in filemap_map_pages
 2025-01-01  4:06 UTC 

[PATCHSET 5/5] fstests: add difficult V5 features to filesystems
 2024-12-31 23:59 UTC  (4+ messages)
` [PATCH 1/3] xfs/1856: add metadir upgrade to test matrix
` [PATCH 2/3] xfs/1856: add rtrmapbt "
` [PATCH 3/3] xfs/1856: add rtreflink "

[PATCHSET 4/5] fstests: live health monitoring of filesystems
 2024-12-31 23:58 UTC  (7+ messages)
` [PATCH 1/6] misc: convert all $UMOUNT_PROG to a _umount helper
` [PATCH 2/6] misc: convert all umount(1) invocations to _umount
` [PATCH 3/6] xfs: test health monitoring code
` [PATCH 4/6] xfs: test for metadata corruption error reporting via healthmon
` [PATCH 5/6] xfs: test io "
` [PATCH 6/6] xfs: test new xfs_scrubbed daemon

[PATCHSET 2/5] fstests: defragment free space
 2024-12-31 23:56 UTC  (2+ messages)
` [PATCH 1/1] xfs: test clearing of "

[PATCHSET 1/5] fstests: functional test for refcount reporting
 2024-12-31 23:56 UTC  (2+ messages)
` [PATCH 1/1] xfs: test output of new FSREFCOUNTS ioctl

[PATCHSET 5/5] xfs_repair: add difficult V5 features to filesystems
 2024-12-31 23:55 UTC  (11+ messages)
` [PATCH 01/10] xfs_repair: allow sysadmins to add free inode btree indexes
` [PATCH 02/10] xfs_repair: allow sysadmins to add reflink
` [PATCH 03/10] xfs_repair: allow sysadmins to add reverse mapping indexes
` [PATCH 04/10] xfs_repair: upgrade an existing filesystem to have parent pointers
` [PATCH 05/10] xfs_repair: allow sysadmins to add metadata directories
` [PATCH 06/10] xfs_repair: upgrade filesystems to support rtgroups when adding metadir
` [PATCH 07/10] xfs_repair: allow sysadmins to add realtime reverse mapping indexes
` [PATCH 08/10] xfs_repair: allow sysadmins to add realtime reflink
` [PATCH 09/10] xfs_repair: skip free space checks when upgrading
` [PATCH 10/10] xfs_repair: allow adding rmapbt to reflink filesystems

[PATCHSET 4/5] xfsprogs: live health monitoring of filesystems
 2024-12-31 23:53 UTC  (22+ messages)
` [PATCH 01/21] xfs: create hooks for monitoring health updates
` [PATCH 02/21] xfs: create a special file to pass filesystem health to userspace
` [PATCH 03/21] xfs: create event queuing, formatting, and discovery infrastructure
` [PATCH 04/21] xfs: report metadata health events through healthmon
` [PATCH 05/21] xfs: report shutdown "
` [PATCH 06/21] xfs: report media errors "
` [PATCH 07/21] xfs: report file io "
` [PATCH 08/21] xfs: add media error reporting ioctl
` [PATCH 09/21] xfs_io: monitor filesystem health events
` [PATCH 10/21] xfs_io: add a media error reporting command
` [PATCH 11/21] xfs_scrubbed: create daemon to listen for health events
` [PATCH 12/21] xfs_scrubbed: check events against schema
` [PATCH 13/21] xfs_scrubbed: enable repairing filesystems
` [PATCH 14/21] xfs_scrubbed: check for fs features needed for effective repairs
` [PATCH 15/21] xfs_scrubbed: use getparents to look up file names
` [PATCH 16/21] builddefs: refactor udev directory specification
` [PATCH 17/21] xfs_scrubbed: create a background monitoring service
` [PATCH 18/21] xfs_scrubbed: don't start service if kernel support unavailable
` [PATCH 19/21] xfs_scrubbed: use the autofsck fsproperty to select mode
` [PATCH 20/21] xfs_scrub: report media scrub failures to the kernel
` [PATCH 21/21] debian: enable xfs_scrubbed on the root filesystem by default

[PATCHSET 3/5] xfsprogs: defragment free space
 2024-12-31 23:47 UTC  (12+ messages)
` [PATCH 01/11] xfs_io: display rtgroup number in verbose fsrefs output
` [PATCH 02/11] xfs: add an ioctl to map free space into a file
` [PATCH 03/11] xfs_io: support using XFS_IOC_MAP_FREESP to map free space
` [PATCH 04/11] xfs_db: get and put blocks on the AGFL
` [PATCH 05/11] xfs_spaceman: implement clearing free space
` [PATCH 06/11] spaceman: physically move a regular inode
` [PATCH 07/11] spaceman: find owners of space in an AG
` [PATCH 08/11] xfs_spaceman: wrap radix tree accesses in find_owner.c
` [PATCH 09/11] xfs_spaceman: port relocation structure to 32-bit systems
` [PATCH 10/11] spaceman: relocate the contents of an AG
` [PATCH 11/11] spaceman: move inodes with hardlinks

[PATCHSET 2/5] xfsprogs: report refcount information to userspace
 2024-12-31 23:44 UTC  (3+ messages)
` [PATCH 1/2] xfs: export reference count "
` [PATCH 2/2] xfs_io: dump reference count information

[PATCHSET RFC 1/5] xfsprogs: noalloc allocation groups
 2024-12-31 23:44 UTC  (6+ messages)
` [PATCH 1/5] xfs: track deferred ops statistics
` [PATCH 2/5] xfs: create a noalloc mode for allocation groups
` [PATCH 3/5] xfs: enable userspace to hide an AG from allocation
` [PATCH 4/5] xfs: apply noalloc mode to inode allocations too
` [PATCH 5/5] xfs_io: enhance the aginfo command to control the noalloc flag

[PATCHSET 5/5] xfs: live health monitoring of filesystems
 2024-12-31 23:43 UTC  (17+ messages)
` [PATCH 01/16] xfs: create debugfs uuid aliases
` [PATCH 02/16] xfs: create hooks for monitoring health updates
` [PATCH 03/16] xfs: create a filesystem shutdown hook
` [PATCH 04/16] xfs: create hooks for media errors
` [PATCH 05/16] iomap, filemap: report buffered read and write io errors to the filesystem
` [PATCH 06/16] iomap: report directio read and write errors to callers
` [PATCH 07/16] xfs: create file io error hooks
` [PATCH 08/16] xfs: create a special file to pass filesystem health to userspace
` [PATCH 09/16] xfs: create event queuing, formatting, and discovery infrastructure
` [PATCH 10/16] xfs: report metadata health events through healthmon
` [PATCH 11/16] xfs: report shutdown "
` [PATCH 12/16] xfs: report media errors "
` [PATCH 13/16] xfs: report file io "
` [PATCH 14/16] xfs: allow reconfiguration of the health monitoring device
` [PATCH 15/16] xfs: add media error reporting ioctl
` [PATCH 16/16] xfs: send uevents when mounting and unmounting a filesystem


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