public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-07 04:21:59 to 2025-02-12 04:47:30 UTC [more...]

[PATCHSET v3] fstests: random fixes for v2025.02.02
 2025-02-12  4:47 UTC  (37+ messages)
` [PATCH 01/34] generic/476: fix fsstress process management
` [PATCH 02/34] metadump: make non-local function variables more obvious
` [PATCH 03/34] metadump: fix cleanup for v1 metadump testing
` [PATCH 04/34] generic/019: don't fail if fio crashes while shutting down
` [PATCH 05/34] fuzzy: do not set _FSSTRESS_PID when exercising fsx
` [PATCH 06/34] common/rc: revert recursive unmount in _clear_mount_stack
` [PATCH 07/34] common/dump: don't replace pids arbitrarily
` [PATCH 08/34] common/populate: correct the parent pointer name creation formulae
` [PATCH 09/34] generic/759,760: fix MADV_COLLAPSE detection and inclusion
` [PATCH 10/34] generic/759,760: skip test if we can't set up a hugepage for IO
` [PATCH 11/34] common/rc: create a wrapper for the su command
` [PATCH 12/34] fuzzy: kill subprocesses with SIGPIPE, not SIGINT
` [PATCH 13/34] common/rc: hoist pkill to a helper function
` [PATCH 14/34] common: fix pkill by running test program in a separate session
` [PATCH 15/34] check: run tests in a private pid/mount namespace
` [PATCH 16/34] check: deprecate using process sessions to isolate test instances
` [PATCH 17/34] common/rc: don't copy fsstress to $TEST_DIR
` [PATCH 18/34] unmount: resume logging of stdout and stderr for filtering
` [PATCH 19/34] mkfs: don't hardcode log size
` [PATCH 20/34] common/rc: return mount_ret in _try_scratch_mount
` [PATCH 21/34] preamble: fix missing _kill_fsstress
` [PATCH 22/34] generic/650: revert SOAK DURATION changes
` [PATCH 23/34] generic/032: fix pinned mount failure
` [PATCH 24/34] fuzzy: stop __stress_scrub_fsx_loop if fsx fails
` [PATCH 25/34] fuzzy: don't use readarray for xfsfind output
` [PATCH 26/34] fuzzy: always stop the scrub fsstress loop on error
` [PATCH 27/34] fuzzy: port fsx and fsstress loop to use --duration
` [PATCH 28/34] fix _require_scratch_duperemove ordering
` [PATCH 29/34] fsstress: fix a memory leak
` [PATCH 30/34] fsx: fix leaked log file pointer
` [PATCH 31/34] misc: don't put nr_cpus into the fsstress -n argument
` [PATCH 32/34] common/config: add $here to FSSTRESS_PROG
` [PATCH 33/34] config: add FSX_PROG variable
` [PATCH 34/34] build: initialize stack variables to zero by default

support for zoned devices RFCv2
 2025-02-12  0:54 UTC  (47+ messages)
` [PATCH 04/43] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
` [PATCH 06/43] xfs: generalize the freespace and reserved blocks handling
` [PATCH 10/43] xfs: make metabtree reservations global
` [PATCH 11/43] xfs: reduce metafile reservations
` [PATCH 22/43] xfs: add the zoned space allocator
` [PATCH 23/43] xfs: add support for zoned space reservations
` [PATCH 24/43] xfs: implement zoned garbage collection
` [PATCH 25/43] xfs: implement buffered writes to zoned RT devices
` [PATCH 28/43] xfs: hide reserved RT blocks from statfs
` [PATCH 33/43] xfs: enable fsmap reporting for internal RT devices
` [PATCH 34/43] xfs: disable reflink for zoned file systems
` [PATCH 35/43] xfs: disable rt quotas "
` [PATCH 38/43] xfs: add a max_open_zones mount option
` [PATCH 39/43] xfs: support write life time based data placement
` [PATCH 41/43] xfs: export zone stats in /proc/*/mountstats
` [PATCH 43/43] xfs: export max_open_zones in sysfs

linux-next: Fixes tag needs some work in the xfs tree
 2025-02-11 22:31 UTC  (2+ messages)

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-02-11 19:24 UTC  (3+ messages)

[PATCH v3 0/8] Update release.sh
 2025-02-11 19:09 UTC  (13+ messages)
` [PATCH v3 1/8] release.sh: add signing and fix outdated commands
` [PATCH v3 2/8] release.sh: add --kup to upload release tarball to kernel.org
` [PATCH v3 3/8] release.sh: update version files make commit optional
` [PATCH v3 4/8] release.sh: generate ANNOUNCE email
` [PATCH v3 5/8] Add git-contributors script to notify about merges
` [PATCH v3 6/8] git-contributors: make revspec required and shebang fix
` [PATCH v3 7/8] release.sh: use git-contributors to --cc contributors
` [PATCH v3 8/8] release.sh: add -f to generate for-next update email

[ANNOUNCE] xfs-linux: for-next updated to 35010cc72acc
 2025-02-11  8:44 UTC 

fix swapon for recently unshared blocks v2
 2025-02-11  8:44 UTC  (3+ messages)
` [PATCH 1/2] xfs: flush inodegc before swapon

[PATCH V3] xfs: Do not allow norecovery mount with quotacheck
 2025-02-11  8:44 UTC  (2+ messages)

[PATCH 0/1] RFE: Do not check NEEDSREPAIR if ro,norecovery mount
 2025-02-11  8:44 UTC  (3+ messages)
` [PATCH 1/1] xfs: do "

[PATCHSET] xfs: bug fixes for 6.14
 2025-02-11  8:44 UTC  (3+ messages)
` [GIT PULL] "

xfs/folio splat with v6.14-rc1
 2025-02-11  2:43 UTC  (14+ messages)

Possible regression with buffered writes + NOWAIT behavior, under memory pressure
 2025-02-10 21:27 UTC  (6+ messages)

[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-10 19:01 UTC  (13+ messages)
` [PATCH v7 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v7 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v7 14/20] rmap: Add support for PUD sized mappings to rmap
` [PATCH v7 15/20] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v7 16/20] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages

[v2] Documentation: Remove repeated word in docs
 2025-02-10 17:55 UTC  (4+ messages)

[PATCH RFC 00/10] large atomic writes for xfs with CoW
 2025-02-10 16:59 UTC  (18+ messages)
` [PATCH RFC 06/10] xfs: iomap CoW-based atomic write support
` [PATCH RFC 07/10] xfs: Add xfs_file_dio_write_atomic()
` [PATCH RFC 08/10] xfs: Commit CoW-based atomic writes atomically
` [PATCH RFC 09/10] xfs: Update atomic write max size

[PATCH 1/2] xfs/614: query correct direct I/O alignment
 2025-02-10 16:21 UTC  (3+ messages)
` [PATCH 2/2] xfs/614: remove the _require_loop call

[PATCH v2] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
 2025-02-10 14:23 UTC  (9+ messages)

[PATCH v6 00/10] iomap: incremental per-operation iter advance
 2025-02-10 13:53 UTC  (15+ messages)
` [PATCH v6 01/10] iomap: factor out iomap length helper
` [PATCH v6 02/10] iomap: split out iomap check and reset logic from iter advance
` [PATCH v6 03/10] iomap: refactor iomap_iter() length check and tracepoint
` [PATCH v6 04/10] iomap: lift error code check out of iomap_iter_advance()
` [PATCH v6 05/10] iomap: lift iter termination logic from iomap_iter_advance()
` [PATCH v6 06/10] iomap: export iomap_iter_advance() and return remaining length
` [PATCH v6 07/10] iomap: support incremental iomap_iter advances
` [PATCH v6 08/10] iomap: advance the iter directly on buffered writes
` [PATCH v6 09/10] iomap: advance the iter directly on unshare range
` [PATCH v6 10/10] iomap: advance the iter directly on zero range

[ANNOUNCE] xfs-linux: for-next updated to a64dcfb451e2
 2025-02-10  8:42 UTC 

[PATCH] xfs: Remove i_rwsem lock in buffered read
 2025-02-10  1:44 UTC  (12+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-09 23:35 UTC  (14+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages

[LSF/MM/BPF TOPIC] extsize and forcealign design in filesystems for atomic writes
 2025-02-08 17:05 UTC  (9+ messages)

[PATCH] mkfs: use stx_blksize for dev block size by default
 2025-02-07 19:44 UTC  (11+ messages)

[PATCHSET RFC 6.12] xfs: bug fixes for 6.12.y LTS
 2025-02-07 19:27 UTC  (4+ messages)

[PATCHSET 1/5] xfs_scrub: fixes and cleanups for inode iteration
 2025-02-07 17:00 UTC  (33+ messages)
` [PATCH 04/17] libfrog: wrap handle construction code
` [PATCH 05/17] xfs_scrub: don't report data loss in unlinked inodes twice
` [PATCH 06/17] xfs_scrub: call bulkstat directly if we're only scanning user files
` [PATCH 07/17] xfs_scrub: remove flags argument from scrub_scan_all_inodes
` [PATCH 08/17] xfs_scrub: selectively re-run bulkstat after re-running inumbers
` [PATCH 09/17] xfs_scrub: actually iterate all the bulkstat records
` [PATCH 10/17] xfs_scrub: don't double-scan inodes during phase 3
` [PATCH 11/17] xfs_scrub: don't (re)set the bulkstat request icount incorrectly
` [PATCH 12/17] xfs_scrub: don't complain if bulkstat fails
` [PATCH 13/17] xfs_scrub: return early from bulkstat_for_inumbers if no bulkstat data
` [PATCH 14/17] xfs_scrub: don't blow away new inodes in bulkstat_single_step
` [PATCH 15/17] xfs_scrub: hoist the phase3 bulkstat single stepping code
` [PATCH 16/17] xfs_scrub: ignore freed inodes when single-stepping during phase 3
` [PATCH 17/17] xfs_scrub: try harder to fill the bulkstat array with bulkstat()

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-07  7:08 UTC  (10+ messages)
` [PATCH v2 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v2 2/8] fs/buffer: remove batching from async read

[PATCHSET v6.3 3/5] xfsprogs: realtime reverse-mapping support
 2025-02-07  6:07 UTC  (58+ messages)
` [PATCH 01/27] libxfs: compute the rt rmap btree maxlevels during initialization
` [PATCH 02/27] libxfs: add a realtime flag to the rmap update log redo items
` [PATCH 03/27] libfrog: enable scrubbing of the realtime rmap
` [PATCH 04/27] man: document userspace API changes due to rt rmap
` [PATCH 05/27] xfs_db: compute average btree height
` [PATCH 06/27] xfs_db: don't abort when bmapping on a non-extents/bmbt fork
` [PATCH 07/27] xfs_db: display the realtime rmap btree contents
` [PATCH 08/27] xfs_db: support the realtime rmapbt
` [PATCH 09/27] xfs_db: copy the realtime rmap btree
` [PATCH 10/27] xfs_db: make fsmap query the realtime reverse mapping tree
` [PATCH 11/27] xfs_db: add an rgresv command
` [PATCH 12/27] xfs_spaceman: report health status of the realtime rmap btree
` [PATCH 13/27] xfs_repair: tidy up rmap_diffkeys
` [PATCH 14/27] xfs_repair: flag suspect long-format btree blocks
` [PATCH 15/27] xfs_repair: use realtime rmap btree data to check block types
` [PATCH 16/27] xfs_repair: create a new set of incore rmap information for rt groups
` [PATCH 17/27] xfs_repair: refactor realtime inode check
` [PATCH 18/27] xfs_repair: find and mark the rtrmapbt inodes
` [PATCH 19/27] xfs_repair: check existing realtime rmapbt entries against observed rmaps
` [PATCH 20/27] xfs_repair: always check realtime file mappings against incore info
` [PATCH 21/27] xfs_repair: rebuild the realtime rmap btree
` [PATCH 22/27] xfs_repair: check for global free space concerns with default btree slack levels
` [PATCH 23/27] xfs_repair: rebuild the bmap btree for realtime files
` [PATCH 24/27] xfs_repair: reserve per-AG space while rebuilding rt metadata
` [PATCH 25/27] xfs_logprint: report realtime RUIs
` [PATCH 26/27] mkfs: add some rtgroup inode helpers
` [PATCH 27/27] mkfs: create the realtime rmap inode


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