messages from 2025-02-22 00:34:11 to 2025-02-26 15:52:47 UTC [more...]
use folios and vmalloc for buffer cache backing memory
2025-02-26 15:51 UTC (13+ messages)
` [PATCH 01/12] xfs: unmapped buffer item size straddling mismatch
` [PATCH 02/12] xfs: add a fast path to xfs_buf_zero when b_addr is set
` [PATCH 03/12] xfs: remove xfs_buf.b_offset
` [PATCH 04/12] xfs: remove xfs_buf_is_vmapped
` [PATCH 05/12] xfs: refactor backing memory allocations for buffers
` [PATCH 06/12] xfs: remove the kmalloc to page allocator fallback
` [PATCH 07/12] xfs: convert buffer cache to use high order folios
` [PATCH 08/12] xfs: kill XBF_UNMAPPED
` [PATCH 09/12] xfs: buffer items don't straddle pages anymore
` [PATCH 10/12] xfs: use vmalloc instead of vm_map_area for buffer backing memory
` [PATCH 11/12] xfs: cleanup mapping tmpfs folios into the buffer cache
` [PATCH 12/12] xfs: trace what memory backs a buffer
[PATCH v5 00/10] Update release.sh
2025-02-26 14:50 UTC (11+ messages)
` [PATCH v5 01/10] release.sh: add signing and fix outdated commands
` [PATCH v5 02/10] release.sh: add --kup to upload release tarball to kernel.org
` [PATCH v5 03/10] release.sh: update version files make commit optional
` [PATCH v5 04/10] Add git-contributors script to notify about merges
` [PATCH v5 05/10] git-contributors: better handling of hash mark/multiple emails
` [PATCH v5 06/10] git-contributors: make revspec required and shebang fix
` [PATCH v5 07/10] release.sh: generate ANNOUNCE email
` [PATCH v5 08/10] release.sh: add -f to generate for-next update email
` [PATCH v5 09/10] libxfs-apply: drop Cc: to stable release list
` [PATCH v5 10/10] gitignore: ignore a few newly generated files
[PATCH 1/1] iomap: propagate nowait to block layer
2025-02-26 12:33 UTC (7+ messages)
[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
2025-02-26 11:55 UTC (30+ messages)
` [PATCH v3 01/16] coccinelle: misc: secs_to_jiffies: Patch expressions too
` [PATCH v3 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies()
` [PATCH v3 03/16] accel/habanalabs: "
` [PATCH v3 04/16] ALSA: ac97: "
` [cocci] "
` [PATCH v3 05/16] btrfs: "
` [PATCH v3 06/16] rbd: "
` [PATCH v3 07/16] libceph: "
` [PATCH v3 08/16] ata: libata-zpodd: "
` [PATCH v3 09/16] xfs: "
` [PATCH v3 10/16] power: supply: da9030: "
` [PATCH v3 11/16] nvme: "
` [PATCH v3 12/16] spi: spi-fsl-lpspi: "
` [PATCH v3 13/16] spi: spi-imx: "
` [PATCH v3 14/16] platform/x86/amd/pmf: "
` [PATCH v3 15/16] platform/x86: thinkpad_acpi: "
` [PATCH v3 16/16] RDMA/bnxt_re: "
` (subset) [PATCH v3 00/16] Converge on using secs_to_jiffies() part two
[syzbot] [mm?] [ext4?] WARNING in get_dump_page
2025-02-26 10:43 UTC
buffer cache simplifications v3
2025-02-26 10:01 UTC (7+ messages)
` [PATCH 1/4] xfs: reduce context switches for synchronous buffered I/O
` [PATCH 2/4] xfs: decouple buffer readahead from the normal buffer read path
` [PATCH 3/4] xfs: remove most in-flight buffer accounting
` [PATCH 4/4] xfs: remove the XBF_STALE check from xfs_buf_rele_cached
[ANNOUNCE] xfs-linux: for-next updated to 9b47d37496e2
2025-02-26 10:01 UTC
[PATCH v3 00/12] iomap: incremental advance conversion -- phase 2
2025-02-26 8:43 UTC (14+ messages)
` [PATCH v3 01/12] iomap: advance the iter directly on buffered read
` [PATCH v3 02/12] iomap: advance the iter on direct I/O
` [PATCH v3 03/12] iomap: convert misc simple ops to incremental advance
` [PATCH v3 04/12] dax: advance the iomap_iter in the read/write path
` [PATCH v3 05/12] dax: push advance down into dax_iomap_iter() for read and write
` [PATCH v3 06/12] dax: advance the iomap_iter on zero range
` [PATCH v3 07/12] dax: advance the iomap_iter on unshare range
` [PATCH v3 08/12] dax: advance the iomap_iter on dedupe range
` [PATCH v3 09/12] dax: advance the iomap_iter on pte and pmd faults
` [PATCH v3 10/12] iomap: remove unnecessary advance from iomap_iter()
` [PATCH v3 11/12] iomap: rename iomap_iter processed field to status
` [PATCH v3 12/12] iomap: introduce a full map advance helper
[PATCHSET v3] fstests: random fixes for v2025.02.02
2025-02-26 2:18 UTC (8+ messages)
` [PATCH 15/34] check: run tests in a private pid/mount namespace
` [PATCH v3.1 "
support for zoned devices v3
2025-02-26 1:20 UTC (6+ messages)
` [PATCH 03/45] xfs: support reserved blocks for the rt extent counter
` [PATCH 27/45] xfs: implement buffered writes to zoned RT devices
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-02-25 20:34 UTC (17+ messages)
[PATCH v3] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-25 20:25 UTC (4+ messages)
[PATCH v2 00/11] large atomic writes for xfs with CoW
2025-02-25 18:07 UTC (36+ messages)
` [PATCH v2 01/11] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v2 02/11] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v2 03/11] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v2 04/11] iomap: Support CoW-based atomic writes
` [PATCH v2 06/11] xfs: Reflink CoW-based atomic write support
` [PATCH v2 07/11] xfs: iomap "
` [PATCH v2 08/11] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v2 09/11] xfs: Commit CoW-based atomic writes atomically
` [PATCH v2 10/11] xfs: Update atomic write max size
` [PATCH v2 11/11] xfs: Allow block allocator to take an alignment hint
[GIT PULLBOMB]: xfsprogs: everything I have for 6.14
2025-02-25 17:28 UTC (8+ messages)
` [GIT PULL 1/7] xfsprogs: random bug fixes
` [GIT PULL 2/7] xfs_scrub: fixes and cleanups for inode iteration
` [GIT PULL 3/7] xfsprogs: new libxfs code from kernel 6.14
` [GIT PULL 4/7] xfsprogs: realtime reverse-mapping support
` [GIT PULL 5/7] xfsprogs: reflink on the realtime device
` [GIT PULL 6/7] xfs_db: dump fs directory trees
` [GIT PULL 7/7] xfs_scrub: handle emoji filenames better
[PATCH v2] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-25 16:04 UTC (12+ messages)
[PATCH] iomap: Minor code simplification in iomap_dio_bio_iter()
2025-02-25 10:55 UTC (3+ messages)
[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-25 6:23 UTC (4+ messages)
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping
[PATCHSET] xfsprogs: handle emoji filenames better
2025-02-24 22:29 UTC (7+ messages)
` [PATCH 1/3] xfs_scrub: fix buffer overflow in string_escape
` [PATCH 2/3] xfs_scrub: don't warn about zero width joiner control characters
` [PATCH 3/3] xfs_scrub: use the display mountpoint for reporting file corruptions
[PATCH 0/8][next] Avoid a couple hundred -Wflex-array-member-not-at-end warnings
2025-02-24 21:45 UTC (4+ messages)
` [PATCH 3/8][next] xfs: Avoid "
buffer cache simplifications v2
2025-02-24 21:03 UTC (8+ messages)
` [PATCH 1/4] xfs: reduce context switches for synchronous buffered I/O
` [PATCH 2/4] xfs: decouple buffer readahead from the normal buffer read path
` [PATCH 3/4] xfs: remove most in-flight buffer accounting
` [PATCH 4/4] xfs: remove the XBF_STALE check from xfs_buf_rele_cached
[PATCH] xfs_scrub: fix buffer overflow in string_escape
2025-02-24 17:54 UTC (6+ messages)
` [RFC PATCH] generic/45[34]: add colored emoji variants to unicode tests
[PATCHSET 1/5] xfs_scrub: fixes and cleanups for inode iteration
2025-02-24 16:58 UTC (4+ messages)
` [PATCH 04/17] libfrog: wrap handle construction code
` [PATCH v1.1] "
[PATCH] fs/xfs: add new superblock features added in Linux 6.12/6.13
2025-02-24 16:49 UTC (3+ messages)
[PATCH] xfs/614: determine the sector size of the fs image by doing a test format
2025-02-24 16:39 UTC (2+ messages)
[PATCH] dm: fix unconditional IO throttle caused by REQ_PREFLUSH
2025-02-24 12:53 UTC (2+ messages)
[PATCH v3 0/8] enable bs > ps for block devices
2025-02-24 10:45 UTC (4+ messages)
` [PATCH v3 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
[PATCH] mkfs: Correct filesize declaration
2025-02-24 9:31 UTC (2+ messages)
[PATCH] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-24 7:59 UTC (3+ messages)
[PATCH v1 0/3] Add mount and remount related tests
2025-02-24 4:50 UTC (4+ messages)
` [PATCH v1 1/3] xfs/539: Skip noattr2 remount option on v5 filesystems
xfsprogs_6.13.0-2_source.changes ACCEPTED into unstable
2025-02-23 15:11 UTC
Processing of xfsprogs_6.13.0-2_source.changes
2025-02-23 14:54 UTC
xfsprogs_6.13.0-1_source.changes ACCEPTED into unstable
2025-02-23 8:36 UTC
Processing of xfsprogs_6.13.0-1_source.changes
2025-02-23 8:01 UTC
[PATCH] xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support
2025-02-22 16:16 UTC (2+ messages)
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