messages from 2025-05-07 05:12:52 to 2025-05-13 09:53:45 UTC [more...]
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-13 9:53 UTC (9+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls
[PATCH] xfs: mark the i_delayed_blks access in xfs_file_release as racy
2025-05-13 8:56 UTC (2+ messages)
[PATCH] xfs: remove the EXPERIMENTAL warning for pNFS
2025-05-13 8:50 UTC (2+ messages)
[PATCH] xfs: remove some EXPERIMENTAL warnings
2025-05-13 8:49 UTC (6+ messages)
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-13 8:24 UTC (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
[PATCH v1 0/3] new: Improvements to new script
2025-05-13 8:10 UTC (4+ messages)
` [PATCH v1 1/3] new: Add a new parameter (name/emailid) in the "new" script
` [PATCH v1 2/3] new: Replace "status=0; exit 0" with _exit 0
` [PATCH v1 3/3] new: Run make after adding a new test file
[PATCH] xfs: fix zoned GC data corruption due to wrong bv_offset
2025-05-13 6:56 UTC (4+ messages)
[PATCH] mkfs: use stx_blksize for dev block size by default
2025-05-13 5:33 UTC (8+ messages)
[PATCH] xfs: dump cache size with sysfs
2025-05-13 5:33 UTC (4+ messages)
[PATCH] xfs: skip test that want to mdrestore to block devices on zoned devices
2025-05-13 5:19 UTC
[PATCH v9 0/1] mkfs: add ability to populate filesystem from directory
2025-05-12 16:34 UTC (3+ messages)
` [PATCH v9 1/1] proto: add ability to populate a filesystem from a directory
[PATCH v6 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
2025-05-12 16:30 UTC (2+ messages)
` [PATCH v6 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled
[PATCH v5 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
2025-05-12 16:29 UTC (6+ messages)
` [PATCH v5 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-12 15:43 UTC (5+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
[PATCH V2 0/2] Fix a couple comments
2025-05-12 15:41 UTC (4+ messages)
` [PATCH V2 1/2] xfs: Fix a comment on xfs_ail_delete
` [PATCH V2 2/2] xfs: Fix comment on xfs_trans_ail_update_bulk()
[PATCH] common: skip zoned devices in _require_populate_commands
2025-05-12 15:27 UTC (3+ messages)
[PATCH] xfs_mdrestore: don't allow restoring onto zoned block devices
2025-05-12 15:25 UTC (3+ messages)
[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
2025-05-12 13:28 UTC (2+ messages)
[PATCH V2 0/2] Fix a couple comments
2025-05-12 11:37 UTC (2+ messages)
[PATCH v4 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
2025-05-12 9:41 UTC (4+ messages)
` [PATCH v4 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled
[BUG] Data race between xfs_file_release and xfs_bmap_del_extent_delay about i_delayed_blks
2025-05-12 4:33 UTC (2+ messages)
[Bug report][xfstests g/735] xfs corruption
2025-05-11 14:13 UTC (2+ messages)
[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-05-09 12:35 UTC (21+ messages)
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
[GIT PULL] large atomic writes for xfs
2025-05-09 11:43 UTC (8+ messages)
[PATCH] xfs: Remove deprecated xfs_bufd sysctl parameters
2025-05-09 11:43 UTC (2+ messages)
[PATCH] xfs: free up mp->m_free[0].count in error case
2025-05-09 11:43 UTC (2+ messages)
[PATCH] xfs: don't assume perags are initialised when trimming AGs
2025-05-09 11:43 UTC (2+ messages)
[PATCH v2 0/6] iomap: misc buffered write path cleanups and prep
2025-05-09 10:36 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to c1f3d281226a
2025-05-09 7:56 UTC
[PATCH 0/2] Fix a couple comments
2025-05-09 7:30 UTC (10+ messages)
` [PATCH 1/2] Fix comment on xfs_ail_delete
` [PATCH 2/2] XFS: Fix comment on xfs_trans_ail_update_bulk()
new tests for zoned xfs v3
2025-05-08 18:43 UTC (19+ messages)
` [PATCH 01/16] common: generalize _filter_agno
` [PATCH 02/16] add a new rw_hint helper
` [PATCH 03/16] xfs: add a test for zoned block accounting after remount
` [PATCH 04/16] xfs: add a zoned growfs test
` [PATCH 05/16] xfs: add test to check for block layer reordering
` [PATCH 06/16] xfs: add a test to check that data growfs fails with internal rt device
` [PATCH 07/16] xfs: add a test for write lifetime hints
` [PATCH 08/16] xfs: add a test for writeback after close
` [PATCH 09/16] xfs: test zone stream separation for two direct writers
` [PATCH 10/16] xfs: test zone stream separation for two buffered writers
` [PATCH 11/16] xfs: test zoned ENOSPC behavior with multiple writers
` [PATCH 12/16] xfs: test zoned GC file defragmentation for sequential writers
` [PATCH 13/16] xfs: test zoned GC file defragmentation for random writers
` [PATCH 14/16] xfs: test that xfs_repair does not mess up the zone used counter
` [PATCH 15/16] xfs: test that truncate does not spuriously return ENOSPC
` [PATCH 16/16] xfs: test that we can handle spurious zone wp advancements
[RFC] gfs2: Do not call iomap_zero_range beyond eof
2025-05-08 16:36 UTC (8+ messages)
[PATCHSET] fstests: more random fixes for v2025.04.27
2025-05-08 14:47 UTC (6+ messages)
` [PATCH 1/2] fsstress: fix attr_set naming
` [PATCH 2/2] xfs/349: don't run on kernels that don't support scrub
add more bio helpers v3
2025-05-08 13:23 UTC (25+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
[PATCHSET] xfsprogs: various bug fixes for 6.15
2025-05-08 6:42 UTC (6+ messages)
` [PATCH 1/3] xfs: kill XBF_UNMAPPED
` [PATCH 2/3] xfs: remove the flags argument to xfs_buf_get_uncached
` [PATCH 3/3] man: adjust description of the statx manpage
Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
2025-05-07 21:59 UTC (11+ messages)
new tests for zoned xfs v2
2025-05-07 21:06 UTC (17+ messages)
` [PATCH 01/15] common: add a _filter_rgno helper
` [PATCH 02/15] add a new rw_hint helper
` [PATCH 03/15] xfs: add a test for zoned block accounting after remount
` [PATCH 04/15] xfs: add a zoned growfs test
` [PATCH 05/15] xfs: add test to check for block layer reordering
` [PATCH 06/15] xfs: add a test to check that data growfs fails with internal rt device
` [PATCH 07/15] xfs: add a test for write lifetime hints
` [PATCH 08/15] xfs: add a test for writeback after close
` [PATCH 09/15] xfs: test zone stream separation for two direct writers
` [PATCH 10/15] xfs: test zone stream separation for two buffered writers
` [PATCH 11/15] xfs: test zoned ENOSPC behavior with multiple writers
` [PATCH 12/15] xfs: test zoned GC file defragmentation for sequential writers
` [PATCH 13/15] xfs: test zoned GC file defragmentation for random writers
` [PATCH 14/15] xfs: test that xfs_repair does not mess up the zone used counter
` [PATCH 15/15] xfs: test that truncate does not spuriously return ENOSPC
[ANNOUNCE] xfsprogs: for-next updated to 72d5abe1d8c3
2025-05-07 17:15 UTC
[PATCH v3] xfs: test that we can handle spurious zone wp advancements
2025-05-07 17:01 UTC (3+ messages)
[PATCH v12 00/17] large atomic writes for xfs
2025-05-07 15:14 UTC (3+ messages)
` [PATCH v12 17/17] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
[PATCH 0/2] add read-only logdev/rtdev mount-remount tests
2025-05-07 10:23 UTC (9+ messages)
` [PATCH 1/2] xfs: add mount test for read only rt devices
[PATCH 15/15] xfs: test that we can handle spurious zone wp advancements
2025-05-07 6:05 UTC (4+ messages)
` [PATCH v2 "
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;
as well as URLs for NNTP newsgroup(s).