messages from 2024-11-19 16:15:44 to 2024-11-25 01:47:41 UTC [more...]
[PATCH v3 1/2] iomap: fix zero padding data issue in concurrent append writes
2024-11-25 1:45 UTC (4+ messages)
` [PATCH v3 2/2] xfs: clean up xfs_end_ioend() to reuse local variables
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-11-24 22:39 UTC (31+ messages)
` [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
` [PATCH v3 11/25] mm: Allow compound zone device pages
` [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
` [PATCH v3 15/25] huge_memory: Allow mappings of PMD "
` [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v3 19/25] memcontrol-v1: "
` [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v3 23/25] mm: Remove pXX_devmap callers
` [PATCH v3 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[syzbot] [xfs?] possible deadlock in xfs_dquot_disk_alloc
2024-11-24 7:53 UTC
[PATCH] xfs: use inode_set_cached_link()
2024-11-23 18:52 UTC (3+ messages)
[syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one (3)
2024-11-23 15:04 UTC
[PATCH 6.12] MAINTAINERS: appoint myself the XFS maintainer for 6.12 LTS
2024-11-23 1:38 UTC
[PATCH v3 0/3] Addition of new tests for extsize hints
2024-11-22 19:06 UTC (15+ messages)
` [PATCH v3 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v3 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v3 3/3] generic: Addition of new tests for extsize hints
[PATCHSET v2] fstests: random fixes for v2024.11.17
2024-11-22 16:54 UTC (18+ messages)
` [PATCH 01/17] generic/757: fix various bugs in this test
` [PATCH 02/17] generic/757: convert to thinp
` [PATCH 03/17] logwrites: warn if we don't think read after discard returns zeroes
` [PATCH 04/17] logwrites: use BLKZEROOUT if it's available
` [PATCH 05/17] logwrites: only use BLKDISCARD if we know discard zeroes data
` [PATCH 06/17] xfs/113: fix failure to corrupt the entire directory
` [PATCH 07/17] xfs/508: fix test for 64k blocksize
` [PATCH 08/17] common/rc: capture dmesg when oom kills happen
` [PATCH 09/17] generic/562: handle ENOSPC while cloning gracefully
` [PATCH 10/17] xfs/163: skip test if we can't shrink due to enospc issues
` [PATCH 11/17] xfs/009: allow logically contiguous preallocations
` [PATCH 12/17] generic/251: use sentinel files to kill the fstrim loop
` [PATCH 13/17] generic/251: constrain runtime via time/load/soak factors
` [PATCH 14/17] generic/251: don't copy the fsstress source code
` [PATCH 15/17] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 16/17] xfs/157: do not drop necessary mkfs options
` [PATCH 17/17] generic/366: fix directio requirements checking
[PATCHSET] fstests: random fixes for v2024.11.17
2024-11-22 16:37 UTC (31+ messages)
` [PATCH 01/12] generic/757: fix various bugs in this test
` [PATCH 09/12] generic/251: constrain runtime via time/load/soak factors
` [PATCH 11/12] xfs/157: do not drop necessary mkfs options
` [PATCH 12/12] xfs/157: fix test failures when MKFS_OPTIONS has -L options
[PATCH v8 00/19] fanotify: add pre-content hooks
2024-11-22 13:51 UTC (33+ messages)
` [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched
` [PATCH v8 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v8 13/19] fanotify: add a helper to check for pre content events
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults
[PATCH v9 00/19] fanotify: add pre-content hooks
2024-11-22 10:58 UTC (23+ messages)
` [PATCH 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [PATCH 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open
` [PATCH 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH 05/19] fanotify: rename a misnamed constant
` [PATCH 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH 07/19] fsnotify: introduce pre-content permission events
` [PATCH 08/19] fsnotify: pass optional file access range in pre-content event
` [PATCH 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH 11/19] fanotify: report file range info with pre-content events
` [PATCH 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH 13/19] fanotify: disable readahead if we have pre-content watches
` [PATCH 14/19] mm: don't allow huge faults for files with pre content watches
` [PATCH 15/19] fsnotify: generate pre-content permission event on page fault
` [PATCH 16/19] xfs: add pre-content fsnotify hook for DAX faults
` [PATCH 17/19] btrfs: disable defrag on pre-content watched files
` [PATCH 18/19] ext4: add pre-content fsnotify hook for DAX faults
` [PATCH 19/19] fs: enable pre-content events on supported file systems
[6.13-rc0 regression] workqueue throwing cpu affinity warnings during CPU hotplug
2024-11-22 0:38 UTC
[PATCH 0/2] fstests: fix test issue of xfs/157
2024-11-21 15:52 UTC (9+ messages)
` [PATCH 1/2] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 2/2] xfs/157: do not drop necessary mkfs options
[Bug 219504] New: XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 for XFS/iomap causing the problems?
2024-11-21 11:49 UTC (2+ messages)
` [Bug 219504] "
[PATCH] xfs/229: call on the test directory
2024-11-21 10:54 UTC (2+ messages)
[PATCH 0/5] *** Introduce new space allocation algorithm ***
2024-11-21 7:17 UTC (9+ messages)
[PATCH RFC 0/4] iomap: zero range folio batch processing prototype
2024-11-21 5:50 UTC (10+ messages)
` [PATCH RFC 1/4] iomap: allow passing a folio into write begin path
` [PATCH RFC 2/4] iomap: optional zero range dirty folio processing
[PATCH v2 1/2] iomap: fix zero padding data issue in concurrent append writes
2024-11-21 5:49 UTC (7+ messages)
[PATCH] xfs: eliminate lockdep false positives in xfs_attr_shortform_list
2024-11-21 4:00 UTC (2+ messages)
[PATCH] fstests: fix blksize_t printf format warnings across architectures
2024-11-21 2:04 UTC (6+ messages)
[GIT PULL 2/2] xfs: bug fixes for 6.12
2024-11-21 0:12 UTC
[GIT PULL 1/2] libxfs: new code for 6.12
2024-11-21 0:12 UTC
[PATCHBOMB v4] xfsprogs: (more) everything I have for 6.12
2024-11-21 0:09 UTC (6+ messages)
` [PATCHSET 1/2] libxfs: new code "
` [PATCH 1/1] xfs: Reduce unnecessary searches when searching for the best extents
` [PATCHSET 2/2] xfs: bug fixes for 6.12
` [PATCH 1/2] xfs_repair: fix crasher in pf_queuing_worker
` [PATCH 2/2] xfs_repair: synthesize incore inode tree records when required
[PATCH] xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()
2024-11-20 20:37 UTC (5+ messages)
[PATCH v7 00/18] fanotify: add pre-content hooks
2024-11-20 11:36 UTC (7+ messages)
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
Potential Null Pointer Dereference in xlog_recover_get_buf_lsn During XFS Recovery
2024-11-20 10:52 UTC
[PATCH v3] xfs_io: add support for atomic write statx fields
2024-11-20 9:09 UTC (3+ messages)
[PATCH v4 0/3] iomap: zero range flush fixes
2024-11-20 8:33 UTC (2+ messages)
[PATCH v2] iomap: warn on zero range of a post-eof folio
2024-11-20 8:24 UTC (2+ messages)
[PATCHSET] xfs: bug fixes for 6.13
2024-11-19 18:27 UTC (5+ messages)
` [PATCH 03/10] xfs: keep quota directory inode loaded
small fixes for 6.13
2024-11-19 16:23 UTC (9+ messages)
` [PATCH 1/3] xfs: factor out a xfs_rt_check_size helper
` [PATCH 2/3] xfs: use the proper conversion helpers in xfs_rt_check_size
` [PATCH 3/3] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
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