public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-31 03:23:51 to 2023-01-18 00:41:54 UTC [more...]

[PATCH v3] xfsdocs: add epub output
 2023-01-18  0:14 UTC 

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-18  0:03 UTC  (22+ messages)
` [PATCH 02/14] xfs: document the general theory underlying online fsck design
` [PATCH 01/14] xfs: document the motivation for "
` [PATCH 04/14] xfs: document the user interface for online fsck
` [PATCH 03/14] xfs: document the testing plan "
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.2 "

[bug report] xfs: allow setting and clearing of log incompat feature flags
 2023-01-17 23:41 UTC  (3+ messages)

[PATCH v2] xfsdocs: add epub output
 2023-01-17 23:36 UTC  (3+ messages)

[PATCH v1] xfs_admin: get/set label of mounted filesystem
 2023-01-17 22:37 UTC 

Locking issue with directory renames
 2023-01-17 21:44 UTC  (3+ messages)

[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
 2023-01-16 23:22 UTC 

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-16 16:02 UTC  (34+ messages)
` [RFC v6 01/10] iomap: Add __iomap_put_folio helper
` [RFC v6 02/10] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v6 03/10] iomap: Rename page_done handler to put_folio
` [RFC v6 04/10] iomap: Add iomap_get_folio helper
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler
` [RFC v6 06/10] iomap: Add __iomap_get_folio helper
` [RFC v6 07/10] iomap: Rename page_prepare handler to get_folio
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v6 09/10] iomap: Rename page_ops to folio_ops
` [RFC v6 10/10] xfs: Make xfs_iomap_folio_ops static

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: blktests.zbd/(003/004).fail blktests.loop/(002/004).fail
 2023-01-16  7:33 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: xfstests.btrfs.020/026/215.fail
 2023-01-16  7:18 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: fio.read_iops 126.2% improvement
 2023-01-16  6:40 UTC 

[NYE DELUGE 1/4] xfs: all pending online scrub improvements
 2023-01-13 21:28 UTC  (3+ messages)

[PATCHSET v24.0 00/16] fstests: refactor online fsck stress tests
 2023-01-13 21:28 UTC  (4+ messages)
` [PATCH 12/16] fuzzy: increase operation count for each fsstress invocation

[ANNOUNCE] xfsprogs-6.1.1 released
 2023-01-13 18:58 UTC 

[PATCH] xfs: Call kiocb_modified() for buffered write
 2023-01-13 18:02 UTC  (5+ messages)

[PATCH v3 0/2] get UUID of mounted filesystems
 2023-01-13  0:15 UTC  (6+ messages)
` [PATCH v3 1/2] xfs_io: add fsuuid command
` [PATCH v3 2/2] xfs_admin: get UUID of mounted filesystem

[PATCH] xfsdocs: add epub output
 2023-01-12  8:40 UTC  (5+ messages)

[PATCH v7 00/27] Parent Pointers
 2023-01-12  6:18 UTC  (3+ messages)

[PATCH] xfs: don't reuse busy extents on extent trim
 2023-01-11 21:06 UTC  (6+ messages)

[syzbot] KASAN: stack-out-of-bounds Read in xfs_buf_lock
 2023-01-11 15:09 UTC  (2+ messages)
` [syzbot] [xfs?] "

[PATCH v2] filelock: move file locking definitions to separate header file
 2023-01-11 11:29 UTC  (6+ messages)

[PATCH 2/2] xfs: Prevent deadlock when allocating blocks for AGFL
 2023-01-11  3:14 UTC  (3+ messages)

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2023-01-10 21:56 UTC  (33+ messages)
` [PATCH v5 1/9] iomap: Add iomap_put_folio helper
` [PATCH v5 2/9] iomap/gfs2: Unlock and put folio in page_done handler
` [PATCH v5 3/9] iomap: Rename page_done handler to put_folio
` [PATCH v5 4/9] iomap: Add iomap_get_folio helper
` [PATCH v5 5/9] iomap/gfs2: Get page in page_prepare handler
` [PATCH v5 6/9] iomap: Rename page_prepare handler to get_folio
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
` [PATCH v5 8/9] iomap: Rename page_ops to folio_ops
` [PATCH v5 9/9] xfs: Make xfs_iomap_folio_ops static

[PATCH V6 0/2] cleanup and bugfix for xfs tests related to btree format
 2023-01-10  8:56 UTC  (9+ messages)
` [PATCH V6 2/2] common/populate: Ensure that S_IFDIR.FMT_BTREE is in "

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-10  3:10 UTC  (10+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()

[RFC PATCH 00/11] fs-verity support for XFS
 2023-01-09 17:23 UTC  (18+ messages)
` [RFC PATCH 02/11] pagemap: add mapping_clear_large_folios() wrapper
` [RFC PATCH 03/11] xfs: add attribute type for fs-verity
` [RFC PATCH 05/11] xfs: add inode on-disk VERITY flag
` [RFC PATCH 07/11] xfs: disable direct read path for fs-verity sealed files
` [RFC PATCH 09/11] iomap: fs-verity verification on page read

[PATCH linux-next] xfs: use strscpy() to instead of strncpy()
 2023-01-09 11:40 UTC 

[ANNOUNCE] xfsprogs-6.1.0 released
 2023-01-09  9:24 UTC  (5+ messages)

[GIT PULL] xfs: bug fixes for 6.2
 2023-01-08 18:31 UTC  (3+ messages)

xfsprogs_6.1.0-1_source.changes ACCEPTED into unstable
 2023-01-08 10:29 UTC 

Processing of xfsprogs_6.1.0-1_source.changes
 2023-01-08  9:38 UTC 

[PATCH RESEND] xfsprogs: scrub: fix warnings/errors due to missing include
 2023-01-06  9:36 UTC 

[PATCH] xfs: fix extent busy updating
 2023-01-05 19:58 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 601a27ea09a3
 2023-01-05 19:54 UTC 

[PATCHSET v24.0 0/3] fstests: refactor GETFSMAP stress tests
 2023-01-05 18:28 UTC  (5+ messages)
` [PATCH 1/3] fuzzy: enhance scrub stress testing to use fsx
  ` [PATCH v24.1 "

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2023-01-04  6:58 UTC  (2+ messages)

[PATCH 0/4] fsverity cleanups
 2023-01-04  6:58 UTC  (2+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2023-01-04  6:18 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e195605ed28b
 2023-01-03 18:30 UTC 

[PATCH] xfs: xfs_qm: remove unnecessary ‘0’ values from error
 2023-01-03 18:07 UTC  (2+ messages)

[PATCHSET 0/1] fstests: functional test for refcount reporting
 2022-12-30 22:21 UTC  (2+ messages)
` [PATCH 1/1] xfs: test output of new FSREFCOUNTS ioctl

[PATCHSET 0/1] fstests: defragment free space
 2022-12-30 22:21 UTC  (2+ messages)
` [PATCH 1/1] xfs: test clearing of "

[PATCHSET 0/1] xfs_scrub: vectorize kernel calls
 2022-12-30 22:21 UTC  (2+ messages)
` [PATCH 1/1] xfs/122: update for vectored scrub

[PATCHSET 0/5] xfsprogs: defragment free space
 2022-12-30 22:20 UTC  (6+ messages)
` [PATCH 1/5] xfs: fallocate free space into a file
` [PATCH 2/5] xfs_io: support using fallocate to map free space
` [PATCH 5/5] xfs_spaceman: defragment free space with normal files
` [PATCH 4/5] xfs_spaceman: implement clearing free space
` [PATCH 3/5] xfs_db: get and put blocks on the AGFL

[PATCHSET 0/1] libxfs: report refcount information to userspace
 2022-12-30 22:20 UTC  (2+ messages)
` [PATCH 1/1] xfs_io: dump reference count information

[PATCHSET 00/11] xfs_scrub: vectorize kernel calls
 2022-12-30 22:20 UTC  (12+ messages)
` [PATCH 02/11] xfs: introduce vectored scrub mode
` [PATCH 01/11] xfs: track deferred ops statistics
` [PATCH 03/11] libfrog: support vectored scrub
` [PATCH 04/11] xfs_io: "
` [PATCH 09/11] xfs_scrub: vectorize repair calls
` [PATCH 06/11] xfs_scrub: split the repair epilogue code into a separate function
` [PATCH 07/11] xfs_scrub: convert scrub and repair epilogues to use xfs_scrub_vec
` [PATCH 08/11] xfs_scrub: vectorize scrub calls
` [PATCH 10/11] xfs_scrub: use scrub barriers to reduce kernel calls
` [PATCH 05/11] xfs_scrub: split the scrub epilogue code into a separate function
` [PATCH 11/11] xfs_scrub: try spot repairs of metadata items to make scrub progress

[PATCHSET 0/2] xfs: defragment free space
 2022-12-30 22:19 UTC  (3+ messages)
` [PATCH 1/2] xfs: capture the offset and length in fallocate tracepoints
` [PATCH 2/2] xfs: fallocate free space into a file

[PATCHSET 0/1] xfs: report refcount information to userspace
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: export reference count "

[PATCHSET 0/3] xfs: vectorize scrub kernel calls
 2022-12-30 22:19 UTC  (4+ messages)
` [PATCH 1/3] xfs: track deferred ops statistics
` [PATCH 2/3] xfs: whine to dmesg when we encounter errors
` [PATCH 3/3] xfs: introduce vectored scrub mode

[PATCHSET 0/3] xfs: improve post-close eofblocks gc behavior
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 3/3] xfs: Don't free EOF blocks on close when extent size hints are set


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