messages from 2025-02-24 19:07:43 to 2025-02-27 09:25:39 UTC [more...]
[PATCHSET v2 0/2] Add XFS support for RWF_DONTCACHE
2025-02-27 9:25 UTC (3+ messages)
[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
2025-02-27 9:02 UTC (34+ 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
[PATCH 1/1] iomap: propagate nowait to block layer
2025-02-26 20:49 UTC (8+ messages)
support for zoned devices v4
2025-02-26 19:21 UTC (47+ messages)
` [PATCH 01/44] xfs: reflow xfs_dec_freecounter
` [PATCH 02/44] xfs: generalize the freespace and reserved blocks handling
` [PATCH 03/44] xfs: support reserved blocks for the rt extent counter
` [PATCH 04/44] xfs: trace in-memory freecounter reservations
` [PATCH 05/44] xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocks
` [PATCH 06/44] xfs: make metabtree reservations global
` [PATCH 07/44] xfs: reduce metafile reservations
` [PATCH 08/44] xfs: factor out a xfs_rt_check_size helper
` [PATCH 09/44] xfs: add a rtg_blocks helper
` [PATCH 10/44] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 11/44] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
` [PATCH 12/44] xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
` [PATCH 13/44] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
` [PATCH 14/44] xfs: add a xfs_rtrmap_highest_rgbno helper
` [PATCH 15/44] xfs: define the zoned on-disk format
` [PATCH 16/44] xfs: allow internal RT devices for zoned mode
` [PATCH 17/44] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 18/44] xfs: disable sb_frextents for zoned file systems
` [PATCH 19/44] xfs: disable FITRIM for zoned RT devices
` [PATCH 20/44] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
` [PATCH 21/44] xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
` [PATCH 22/44] xfs: parse and validate hardware zone information
` [PATCH 23/44] xfs: add the zoned space allocator
` [PATCH 24/44] xfs: add support for zoned space reservations
` [PATCH 25/44] xfs: implement zoned garbage collection
` [PATCH 26/44] xfs: implement buffered writes to zoned RT devices
` [PATCH 27/44] xfs: implement direct "
` [PATCH 28/44] xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item
` [PATCH 29/44] xfs: hide reserved RT blocks from statfs
` [PATCH 30/44] xfs: support growfs on zoned file systems
` [PATCH 31/44] xfs: allow COW forks on zoned file systems in xchk_bmap
` [PATCH 32/44] xfs: support xchk_xref_is_used_rt_space on zoned file systems
` [PATCH 33/44] xfs: support xrep_require_rtext_inuse "
` [PATCH 34/44] xfs: enable fsmap reporting for internal RT devices
` [PATCH 35/44] xfs: disable reflink for zoned file systems
` [PATCH 36/44] xfs: disable rt quotas "
` [PATCH 37/44] xfs: enable the zoned RT device feature
` [PATCH 38/44] xfs: support zone gaps
` [PATCH 39/44] xfs: add a max_open_zones mount option
` [PATCH 40/44] xfs: support write life time based data placement
` [PATCH 41/44] xfs: wire up the show_stats super operation
` [PATCH 42/44] xfs: export zone stats in /proc/*/mountstats
` [PATCH 43/44] xfs: contain more sysfs code in xfs_sysfs.c
` [PATCH 44/44] xfs: export max_open_zones in sysfs
[PATCH] xfs_repair: -EFSBADCRC needs action when read verifier detects it
2025-02-26 18:20 UTC (2+ messages)
use folios and vmalloc for buffer cache backing memory
2025-02-26 18:02 UTC (22+ 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] xfs_repair: -EFSBADCRC needs action when read verifier detects it
2025-02-26 16:43 UTC
[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
[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 (2+ messages)
[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 (13+ messages)
[PATCH v3] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-25 20:25 UTC (2+ 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 (6+ 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 (6+ messages)
` [PATCH 1/4] xfs: reduce context switches for synchronous buffered I/O
` [PATCH 3/4] xfs: remove most in-flight buffer accounting
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