public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-17 05:15:02 to 2024-12-19 19:20:01 UTC [more...]

[PATCHBOMB 6.14 v6.1] xfs: realtime rmap and reflink
 2024-12-19 19:20 UTC  (6+ messages)
` [PATCHSET 1/5] xfs: bug fixes for 6.13
` [PATCHSET v6.1 2/5] xfs: refactor btrees to support records in inode root
` [PATCHSET v6.1 3/5] xfs: enable in-core block reservation for rt metadata
` [PATCHSET v6.1 4/5] xfs: realtime reverse-mapping support
` [PATCHSET v6.1 5/5] xfs: reflink on the realtime device

[PATCHBOMB 6.14 v6.0] xfs: realtime rmap and reflink
 2024-12-19 19:14 UTC  (5+ messages)
` [PATCHSET v6.0 5/5] xfs: reflink with large realtime extents
` [PATCHBOMB 6.14 v6.1] xfs: realtime rmap and reflink

[PATCH] xfs: using mutex instead of semaphore for xfs_buf_lock()
 2024-12-19 18:35 UTC  (4+ messages)

Create xfs-stable@lists.linux.dev
 2024-12-19 18:32 UTC 

iomap patches for zoned XFS v1
 2024-12-19 18:25 UTC  (20+ messages)
` [PATCH 01/10] iomap: allow the file system to submit the writeback bios
` [PATCH 02/10] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 03/10] iomap: add a IOMAP_F_ANON_WRITE flag
` [PATCH 04/10] iomap: split bios to zone append limits in the submission handlers
` [PATCH 05/10] iomap: move common ioend code to ioend.c
` [PATCH 06/10] iomap: factor out a iomap_dio_done helper
` [PATCH 07/10] iomap: optionally use ioends for direct I/O
` [PATCH 08/10] iomap: pass private data to iomap_page_mkwrite
` [PATCH 09/10] iomap: pass private data to iomap_zero_range
` [PATCH 10/10] iomap: pass private data to iomap_truncate_page

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-19 17:53 UTC  (13+ messages)
` [PATCH 1/5] fs/buffer: move async batch read code into a helper
` [PATCH 2/5] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [PATCH 4/5] fs/buffer: add iteration support "
` [PATCH 5/5] fs/buffer: reduce stack usage on bh_read_iter()

RFC: support for zoned devices
 2024-12-19 17:37 UTC  (40+ messages)
` [PATCH 25/43] xfs: add support for zoned space reservations
` [PATCH 26/43] xfs: implement zoned garbage collection
` [PATCH 33/43] xfs: support xchk_xref_is_used_rt_space on zoned file systems
` [PATCH 35/43] xfs: enable fsmap reporting for internal RT devices
` [PATCH 36/43] xfs: disable reflink for zoned file systems
` [PATCH 40/43] xfs: add a max_open_zones mount option
` [PATCH 41/43] xfs: support write life time based data placement

RFC: iomap patches for zoned XFS
 2024-12-19 17:36 UTC  (7+ messages)
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag

[PATCH v2] xfs: add a test for atomic writes
 2024-12-19 17:32 UTC  (6+ messages)

[PATCHSET v3] fstests: random fixes for v2024.12.01
 2024-12-19 17:27 UTC  (2+ messages)

[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-12-19 17:02 UTC  (3+ messages)
` [Bug 219504] "
` [Bug 219504] XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 (and up) "

[syzbot] [btrfs?] general protection fault in put_pwq_unlocked (2)
 2024-12-19 16:50 UTC  (3+ messages)
` [syzbot] [bcachefs?] "

[PATCH v2 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-19 15:57 UTC  (7+ messages)
` [PATCH v2 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH v2 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH v2 3/3] xfs_io: add extsize command support

[RFC v2] lsm: fs: Use inode_free_callback to free i_security in RCU callback
 2024-12-19  3:03 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_dquot_detach_buf
 2024-12-19  1:07 UTC  (3+ messages)

[PATCH v1 2/3] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
 2024-12-19  0:35 UTC  (2+ messages)

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-18 23:11 UTC  (23+ messages)
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v4 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v4 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v4 23/25] mm: Remove pXX_devmap callers
` [PATCH v4 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v4 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCHSET 6.12] xfs: bug fixes for 6.12.y LTS
 2024-12-18 19:51 UTC  (6+ messages)
` [PATCH 1/5] xfs: sb_spino_align is not verified
` [PATCH 2/5] xfs: fix sparse inode limits on runt AG
` [PATCH 3/5] xfs: fix off-by-one error in fsmap's end_daddr usage
` [PATCH 4/5] xfs: fix sb_spino_align checks for large fsblock sizes
` [PATCH 5/5] xfs: fix zero byte checking in the superblock scrubber

[PATCH 6.6 00/17] xfs backports for 6.6.y (from 6.11)
 2024-12-18 19:17 UTC  (18+ messages)
` [PATCH 6.6 01/17] xfs: fix the contact address for the sysfs ABI documentation
` [PATCH 6.6 02/17] xfs: verify buffer, inode, and dquot items every tx commit
` [PATCH 6.6 03/17] xfs: use consistent uid/gid when grabbing dquots for inodes
` [PATCH 6.6 04/17] xfs: declare xfs_file.c symbols in xfs_file.h
` [PATCH 6.6 05/17] xfs: create a new helper to return a file's allocation unit
` [PATCH 6.6 06/17] xfs: Fix xfs_flush_unmap_range() range for RT
` [PATCH 6.6 07/17] xfs: Fix xfs_prepare_shift() "
` [PATCH 6.6 08/17] xfs: don't walk off the end of a directory data block
` [PATCH 6.6 09/17] xfs: convert comma to semicolon
` [PATCH 6.6 10/17] xfs: fix file_path handling in tracepoints
` [PATCH 6.6 11/17] xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
` [PATCH 6.6 12/17] xfs: attr forks require attr, not attr2
` [PATCH 6.6 13/17] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
` [PATCH 6.6 14/17] xfs: Fix the owner setting issue for rmap query in xfs fsmap
` [PATCH 6.6 15/17] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
` [PATCH 6.6 16/17] xfs: take m_growlock when running growfsrt
` [PATCH 6.6 17/17] xfs: reset rootdir extent size hint after growfsrt

[PATCH 6.6 CANDIDATE 00/18] xfs backports for 6.6.y (from 6.11)
 2024-12-18 18:34 UTC  (21+ messages)
` [PATCH 6.6 CANDIDATE 01/18] xfs: fix the contact address for the sysfs ABI documentation
` [PATCH 6.6 CANDIDATE 02/18] xfs: verify buffer, inode, and dquot items every tx commit
` [PATCH 6.6 CANDIDATE 03/18] xfs: use consistent uid/gid when grabbing dquots for inodes
` [PATCH 6.6 CANDIDATE 04/18] xfs: declare xfs_file.c symbols in xfs_file.h
` [PATCH 6.6 CANDIDATE 05/18] xfs: create a new helper to return a file's allocation unit
` [PATCH 6.6 CANDIDATE 06/18] xfs: Fix xfs_flush_unmap_range() range for RT
` [PATCH 6.6 CANDIDATE 07/18] xfs: Fix xfs_prepare_shift() "
` [PATCH 6.6 CANDIDATE 08/18] xfs: don't walk off the end of a directory data block
` [PATCH 6.6 CANDIDATE 09/18] xfs: convert comma to semicolon
` [PATCH 6.6 CANDIDATE 10/18] xfs: fix file_path handling in tracepoints
` [PATCH 6.6 CANDIDATE 11/18] xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
` [PATCH 6.6 CANDIDATE 12/18] xfs: attr forks require attr, not attr2
` [PATCH 6.6 CANDIDATE 13/18] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
` [PATCH 6.6 CANDIDATE 14/18] xfs: Fix the owner setting issue for rmap query in xfs fsmap
` [PATCH 6.6 CANDIDATE 15/18] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
` [PATCH 6.6 CANDIDATE 16/18] xfs: Fix missing interval for missing_owner in xfs fsmap
` [PATCH 6.6 CANDIDATE 17/18] xfs: take m_growlock when running growfsrt
` [PATCH 6.6 CANDIDATE 18/18] xfs: reset rootdir extent size hint after growfsrt

Weird behaviour with project quotas
 2024-12-18 17:55 UTC  (12+ messages)

[PATCH 0/2] block size limit cleanups
 2024-12-18 17:14 UTC  (8+ messages)
` [PATCH 1/2] block/bdev: use helper for max block size check
` [PATCH 2/2] nvme: use blk_validate_block_size() for max LBA check

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-18 11:15 UTC  (15+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[PATCHSET v6.0 4/5] xfs: reflink on the realtime device
 2024-12-18  6:55 UTC  (11+ messages)
` [PATCH 03/43] xfs: introduce realtime refcount btree ondisk definitions
` [PATCH 28/43] xfs: scrub the realtime refcount btree
` [PATCH 43/43] xfs: enable realtime reflink

[PATCHSET v6.0 3/5] xfs: realtime reverse-mapping support
 2024-12-18  6:55 UTC  (15+ messages)
` [PATCH 04/37] xfs: introduce realtime rmap btree ondisk definitions
` [PATCH 10/37] xfs: pretty print metadata file types in error messages
` [PATCH 27/37] xfs: online repair of realtime file bmaps
` [PATCH 32/37] xfs: online repair of the realtime rmap btree

[PATCHSET v6.0 2/5] xfs: enable in-core block reservation for rt metadata
 2024-12-18  6:54 UTC  (5+ messages)
` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device

[PATCH] xfs: don't over-report free space or inodes in statvfs
 2024-12-18  6:54 UTC  (2+ messages)

[PATCH 0/5] *** Introduce new space allocation algorithm ***
 2024-12-18  1:31 UTC  (11+ messages)

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-17 21:00 UTC  (17+ messages)
` [RFC v2 01/11] fs/buffer: move async batch read code into a helper
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [RFC v2 03/11] fs/buffer: add iteration support "
` [RFC v2 04/11] fs/buffer: reduce stack usage on bh_read_iter()
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition

[PATCHSET v6.0 1/5] xfs: refactor btrees to support records in inode root
 2024-12-17 19:43 UTC  (4+ messages)
` [PATCH 2/8] xfs: refactor the inode fork memory allocation functions

[RFC] lsm: fs: Use i_callback to free i_security in RCU callback
 2024-12-17 18:19 UTC  (7+ messages)

[PATCH] xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT
 2024-12-17  6:19 UTC  (2+ messages)

[PATCH 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-17  5:39 UTC  (4+ messages)
` [PATCH 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-17  5:20 UTC  (6+ messages)


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