messages from 2025-05-22 00:03:29 to 2025-06-05 12:09:19 UTC [more...]
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-05 12:09 UTC (49+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key
misc fixes
2025-06-05 12:07 UTC (11+ messages)
` [PATCH 1/4] xfs: check for shutdown before going to sleep in xfs_select_zone
` [PATCH 2/4] xfs: remove NULL pointer checks in xfs_mru_cache_insert
` [PATCH 3/4] xfs: use xfs_readonly_buftarg in xfs_remount_rw
` [PATCH 4/4] xfs: move xfs_submit_zoned_bio a bit
[PATCH 5.4] xfs: Reset cnt_cur to NULL after deletion to prevent UAF
2025-06-03 13:28 UTC (2+ messages)
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-06-05 4:51 UTC (32+ messages)
[PATCH v3 0/3] atomic writes tests (part 2)
2025-06-05 4:01 UTC (4+ messages)
` [PATCH v3 1/3] common/atomicwrites: add helper for multi block atomic writes
` [PATCH v3 2/3] generic: various atomic write tests with scsi_debug
` [PATCH v3 3/3] xfs: more multi-block atomic writes tests
[PATCH 0/5] atomic writes tests (part 1)
2025-06-04 13:58 UTC (7+ messages)
` [PATCH 1/5] generic/765: fix a few issues
` [PATCH 2/5] generic/765: adjust various things
` [PATCH 3/5] generic/765: move common atomic write code to a library file
` [PATCH 4/5] common/atomicwrites: adjust a few more things
` [PATCH 5/5] common/atomicwrites: fix _require_scratch_write_atomic
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-04 2:08 UTC (11+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [PATCH 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [PATCH 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [PATCH 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 08/10] block: factor out common part in blkdev_fallocate()
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH 10/10] ext4: "
[PATCHSET 1/2] fstests: check new 6.15 behaviors
2025-06-03 14:37 UTC (16+ messages)
` [PATCH 1/4] xfs/273: fix test for internal zoned filesystems
` [PATCH 2/4] xfs/259: drop the 512-byte fsblock logic from this test
` [PATCH 3/4] xfs/259: try to force loop device block size
` [PATCH 4/4] xfs/432: fix metadump loop device blocksize problems
[PATCHSET RFC[RAP]] fuse: allow servers to use iomap for better file IO performance
2025-06-03 0:13 UTC (19+ messages)
` [PATCH 01/11] fuse: fix livelock in synchronous file put from fuseblk workers
` [PATCH 03/11] fuse: implement the basic iomap mechanisms
` [PATCH 04/11] fuse: add a notification to add new iomap devices
` [PATCH 05/11] fuse: send FUSE_DESTROY to userspace when tearing down an iomap connection
` [PATCH 06/11] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
` [PATCH 07/11] fuse: implement direct IO with iomap
` [PATCH 08/11] fuse: implement buffered "
` [PATCH 09/11] fuse: implement large folios for iomap pagecache files
` [PATCH 10/11] fuse: use an unrestricted backing device with iomap pagecache io
` [PATCH 11/11] fuse: advertise support for iomap
[PATCH] iomap: don't lose folio dropbehind state for overwrites
2025-06-02 18:04 UTC (5+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 1bee63ac33e4
2025-06-02 17:35 UTC
[PATCH 5.10] xfs: add bounds checking to xlog_recover_process_data
2025-06-02 14:21 UTC
XFS complains about data corruption after xfs_repair
2025-05-29 18:55 UTC (5+ messages)
[PATCH v2] iomap: don't lose folio dropbehind state for overwrites
2025-05-29 10:28 UTC (4+ messages)
[PATCH v10 0/1] mkfs: add ability to populate filesystem from directory
2025-05-29 1:51 UTC (4+ messages)
` [PATCH v10 1/1] proto: add ability to populate a filesystem from a directory
[PATCH v2 0/6] atomic writes tests
2025-05-28 22:00 UTC (15+ messages)
` [PATCH v2 1/6] generic/765: fix a few issues
` [PATCH v2 2/6] generic/765: adjust various things
` [PATCH v2 3/6] generic/765: move common atomic write code to a library file
` [PATCH v2 4/6] common/atomicwrites: adjust a few more things
` [PATCH v2 6/6] generic: various atomic write tests with scsi_debug
[GIT PULL] XFS merge for v6.16
2025-05-26 21:20 UTC (3+ messages)
[PATCH v3 0/2] new: Improvements to new script
2025-05-23 19:06 UTC (5+ messages)
` [PATCH v3 1/2] new: Add a new parameter (name) in the "new" script
[PATCH v4 0/2] new: Improvements to new script
2025-05-23 15:11 UTC (4+ messages)
` [PATCH v4 1/2] new: Add a new parameter (copyright-owner) in the "new" script
` [PATCH v4 2/2] new: Replace "status=0; exit 0" with _exit 0
[PATCHSET 2/2] fstests: more random fixes for v2025.05.11
2025-05-23 13:48 UTC (12+ messages)
` [PATCH 1/4] generic/251: fix infinite looping if fstrim_loop configuration fails
` [PATCH 2/4] generic/251: skip this test if fstrim geometry detection fails
` [PATCH 3/4] check: unbreak iam
` [PATCH 4/4] check: check and fix the test filesystem after failed tests
[PATCH] iomap: fix potential NULL pointer dereference in iomap_alloc_ioend
2025-05-23 12:12 UTC (2+ messages)
Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
2025-05-23 9:39 UTC (9+ messages)
[PATCH] xfs: fix potential NULL pointer dereference in zone GC
2025-05-23 9:29 UTC
[PATCH] xfs: fix incorrect tail lsn tracking when AIL is empty
2025-05-23 6:30 UTC
[PATCH 0/2] xfs: unmount hang fixes
2025-05-23 5:43 UTC (6+ messages)
` [PATCH 1/2] xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
` [PATCH 2/2] [RFC] xfs: fix unmount hang with unflushable inodes stuck in the AIL
[syzbot] [jfs?] [xfs?] [bcachefs?] INFO: task hung in sb_start_write (2)
2025-05-23 4:46 UTC
[PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
2025-05-22 22:26 UTC (2+ messages)
[PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
2025-05-22 22:26 UTC (2+ messages)
[PATCH v9 0/1] mkfs: add ability to populate filesystem from directory
2025-05-22 13:54 UTC (4+ messages)
` [PATCH v9 1/1] proto: add ability to populate a filesystem from a directory
[PATCH v2 0/2] new: Improvements to new script
2025-05-22 4:50 UTC (6+ messages)
` [PATCH v2 1/2] new: Add a new parameter (name/emailid) in the "new" script
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