public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-15 04:01:29 to 2024-11-20 22:53:59 UTC [more...]

[PATCH 0/5] *** Introduce new space allocation algorithm ***
 2024-11-20 22:53 UTC  (8+ messages)

[PATCH] fstests: fix blksize_t printf format warnings across architectures
 2024-11-20 22:21 UTC  (4+ messages)

[PATCH] xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()
 2024-11-20 20:37 UTC  (5+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-20 16:43 UTC  (31+ messages)
` [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [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 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v8 05/19] fanotify: rename a misnamed constant
` [PATCH v8 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v8 07/19] fsnotify: introduce pre-content permission events
` [PATCH v8 08/19] fsnotify: pass optional file access range in pre-content event
` [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 11/19] fanotify: report file range info with pre-content events
` [PATCH v8 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v8 13/19] fanotify: add a helper to check for pre content events
` [PATCH v8 14/19] fanotify: disable readahead if we have pre-content watches
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults
` [PATCH v8 18/19] btrfs: disable defrag on pre-content watched files
` [PATCH v8 19/19] fs: enable pre-content events on supported file systems

[PATCH RFC 0/4] iomap: zero range folio batch processing prototype
 2024-11-20 14:34 UTC  (11+ 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 RFC 3/4] xfs: always trim mapping to requested range for zero range
` [PATCH RFC 4/4] xfs: fill dirty folios on zero range of unwritten mappings

[PATCH v2 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-20 13:50 UTC  (18+ messages)
` [PATCH v2 2/2] xfs: clean up xfs_end_ioend() to reuse local variables

[PATCH v7 00/18] fanotify: add pre-content hooks
 2024-11-20 11:36 UTC  (10+ messages)
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
` [PATCH v7 09/18] fanotify: introduce FAN_PRE_ACCESS permission event

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  (8+ messages)
` [PATCH v4 1/3] iomap: reset per-iter state on non-error iter advances
` [PATCH v4 2/3] iomap: lift zeroed mapping handling into iomap_zero_range()
` [PATCH v4 3/3] iomap: elide flush from partial eof zero range

[PATCH v2] iomap: warn on zero range of a post-eof folio
 2024-11-20  8:24 UTC  (3+ messages)

[PATCHSET] fstests: random fixes for v2024.11.17
 2024-11-19 21:16 UTC  (24+ messages)
` [PATCH 01/12] generic/757: fix various bugs in this test
` [PATCH 02/12] xfs/113: fix failure to corrupt the entire directory
` [PATCH 03/12] xfs/508: fix test for 64k blocksize
` [PATCH 04/12] common/rc: capture dmesg when oom kills happen
` [PATCH 05/12] generic/562: handle ENOSPC while cloning gracefully
` [PATCH 06/12] xfs/163: skip test if we can't shrink due to enospc issues
` [PATCH 07/12] xfs/009: allow logically contiguous preallocations
` [PATCH 08/12] generic/251: use sentinel files to kill the fstrim loop
` [PATCH 09/12] generic/251: constrain runtime via time/load/soak factors
` [PATCH 10/12] common/rc: _scratch_mkfs_sized supports extra arguments
` [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

[PATCHSET] xfs: bug fixes for 6.13
 2024-11-19 18:27 UTC  (22+ messages)
` [PATCH 01/10] xfs: fix off-by-one error in fsmap's end_daddr usage
` [PATCH 02/10] xfs: metapath scrubber should use the already loaded inodes
` [PATCH 03/10] xfs: keep quota directory inode loaded
` [PATCH 04/10] xfs: return a 64-bit block count from xfs_btree_count_blocks
` [PATCH 05/10] xfs: don't drop errno values when we fail to ficlone the entire range
` [PATCH 06/10] xfs: separate healthy clearing mask during repair
` [PATCH 07/10] xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink
` [PATCH 08/10] xfs: mark metadir repair tempfiles with IRECOVERY
` [PATCH 09/10] xfs: fix null bno_hint handling in xfs_rtallocate_rtg
` [PATCH 10/10] xfs: fix error bailout in xfs_rtginode_create

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

[PATCH v2] xfs_io: add support for atomic write statx fields
 2024-11-19 16:08 UTC  (6+ messages)

[PATCH] xfs/229: call on the test directory
 2024-11-19 15:47 UTC  (2+ messages)

xfs: new code for 6.13
 2024-11-19 14:56 UTC 

[PATCH] xfs_spaceman: add dependency on libhandle target
 2024-11-19 10:44 UTC  (2+ messages)

[PATCHSET] xfsprogs: bug fixes for 6.12
 2024-11-19  6:09 UTC  (5+ messages)
` [PATCH 1/2] xfs_repair: fix crasher in pf_queuing_worker
` [PATCH 2/2] xfs_repair: synthesize incore inode tree records when required

[RFC 0/8] enable bs > ps for block devices
 2024-11-19  6:08 UTC  (7+ messages)
` [RFC 6/8] block/bdev: lift block size restrictions and use common definition
` [RFC 8/8] bdev: use bdev_io_min() for statx block size

[PATCH v2 0/2] Addition of new tests for extsize hints
 2024-11-19  3:08 UTC  (14+ messages)
` [PATCH v2 1/2] common/rc,xfs/207: Adding a common helper function to check xflag bits on a given file
` [PATCH v2 2/2] generic: Addition of new tests for extsize hints

[PATCH 0/2] fstests: fix test issue of xfs/157
 2024-11-18 22:43 UTC  (6+ messages)
` [PATCH 1/2] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 2/2] xfs/157: do not drop necessary mkfs options

[PATCHSET v5 0/17] Uncached buffered IO
 2024-11-18 14:49 UTC  (9+ messages)
` [PATCH 08/17] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED

[PATCH] xfs: fix off-by-one error in fsmap's end_daddr usage
 2024-11-18  6:59 UTC  (2+ messages)

[PATCH v2] xfs: remove unknown compat feature check in superblock write validation
 2024-11-18  6:54 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_ilock (3)
 2024-11-18  6:10 UTC 

[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-17 13:42 UTC 

[syzbot] [iomap?] [erofs?] WARNING in iomap_iter (4)
 2024-11-17 12:53 UTC  (3+ messages)

[bug report] xfs: support creating per-RTG files in growfs
 2024-11-15 18:42 UTC  (2+ messages)

[PATCHSET] fstests: random fixes for v2024.10.28
 2024-11-15 18:28 UTC  (11+ messages)
` [PATCH 1/3] xfs/273: check thoroughness of the mappings
` [PATCH 2/3] xfs/185: don't fail when rtfile is larger than rblocks
` [PATCH 3/3] generic/757: fix various bugs in this test

[PATCH v4 00/14] forcealign for xfs
 2024-11-15 11:20 UTC  (13+ messages)


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