public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-14 08:08:45 to 2023-07-21 14:04:24 UTC [more...]

[PATCHSET v4 0/8] Improve async iomap DIO performance
 2023-07-21 14:04 UTC  (18+ messages)
` [PATCH 1/8] iomap: cleanup up iomap_dio_bio_end_io()
` [PATCH 2/8] iomap: add IOMAP_DIO_INLINE_COMP
` [PATCH 3/8] iomap: treat a write through cache the same as FUA
` [PATCH 4/8] iomap: completed polled IO inline
` [PATCH 5/8] iomap: only set iocb->private for polled bio
` [PATCH 6/8] fs: add IOCB flags related to passing back dio completions
` [PATCH 7/8] io_uring/rw: add write support for IOCB_DIO_DEFER
` [PATCH 8/8] iomap: support IOCB_DIO_DEFER

[PATCH V3 00/23] Metadump v2
 2023-07-21  9:57 UTC  (16+ messages)
` [PATCH V3 01/23] metadump: Use boolean values true/false instead of 1/0
` [PATCH V3 02/23] mdrestore: Fix logic used to check if target device is large enough
` [PATCH V3 03/23] metadump: Declare boolean variables with bool type
` [PATCH V3 04/23] metadump: Define and use struct metadump
` [PATCH V3 05/23] metadump: Add initialization and release functions
` [PATCH V3 06/23] metadump: Postpone invocation of init_metadump()
` [PATCH V3 07/23] metadump: Introduce struct metadump_ops
` [PATCH V3 08/23] metadump: Introduce metadump v1 operations
` [PATCH V3 09/23] metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1
` [PATCH V3 10/23] metadump: Define metadump v2 ondisk format structures and macros
` [PATCH V3 11/23] metadump: Define metadump ops for v2 format
` [PATCH V3 12/23] xfs_db: Add support to read from external log device
` [PATCH V3 13/23] metadump: Add support for passing version option
` [PATCH V3 14/23] mdrestore: Declare boolean variables with bool type

allow building a kernel without buffer_heads
 2023-07-21  6:26 UTC  (22+ messages)
` [PATCH 1/6] fs: remove emergency_thaw_bdev
` [PATCH 2/6] fs: rename and move block_page_mkwrite_return
` [PATCH 3/6] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 4/6] block: stop setting ->direct_IO
` [PATCH 5/6] block: use iomap for writes to block devices
` [PATCH 6/6] fs: add CONFIG_BUFFER_HEAD

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_pack_data
 2023-07-20 22:35 UTC  (3+ messages)

Backporting of series xfs/iomap: fix data corruption due to stale cached iomap
 2023-07-20 18:38 UTC  (8+ messages)

[GIT PULL] iomap: bug fixes for 6.5
 2023-07-20 18:01 UTC  (2+ messages)

[GIT PULL] xfs: ubsan fixes for 6.5-rc2
 2023-07-20 18:01 UTC  (2+ messages)

[PATCH V2 00/23] Metadump v2
 2023-07-20 17:22 UTC  (5+ messages)
` [PATCH V2 04/23] metadump: Define and use struct metadump

[PATCHSET v3 0/6] Improve async iomap DIO performance
 2023-07-20 16:27 UTC  (17+ messages)
` [PATCH 1/6] iomap: cleanup up iomap_dio_bio_end_io()
` [PATCH 2/6] iomap: add IOMAP_DIO_INLINE_COMP
` [PATCH 3/6] iomap: treat a write through cache the same as FUA
` [PATCH 4/6] fs: add IOCB flags related to passing back dio completions
` [PATCH 5/6] io_uring/rw: add write support for IOCB_DIO_DEFER
` [PATCH 6/6] iomap: support IOCB_DIO_DEFER

[PATCH] fs/xfs: Fix typos in comments
 2023-07-20 15:51 UTC 

[PATCHSET 0/2] fstests: testing improvements
 2023-07-20 14:34 UTC  (11+ messages)
` [PATCH 1/2] check: add a -smoketest option
` [PATCH 2/2] check: generate gcov code coverage reports at the end of each section

RFC: allow building a kernel without buffer_heads
 2023-07-20 12:16 UTC  (8+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

[ANNOUNCE] xfsprogs-6.4.0 released
 2023-07-20 12:10 UTC  (3+ messages)

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-07-20  1:50 UTC  (5+ messages)
` [PATCH v12 2/2] "

[PATCHSET 0/1] fstests: random fixes for v2023.07.09
 2023-07-20  1:39 UTC  (3+ messages)
` [PATCH 1/1] generic/558: avoid forkbombs on filesystems with many free inodes

[PATCH] xfs: add a couple more tests for ascii-ci problems
 2023-07-20  1:18 UTC  (7+ messages)
` [PATCH] generic/558: avoid forkbombs on filesystems with many free inodes
` [PATCH v2] xfs: add a couple more tests for ascii-ci problems

Question on slow fallocate
 2023-07-19 22:23 UTC  (12+ messages)

[PATCHSET v2 0/5] Improve async iomap DIO performance
 2023-07-19 19:55 UTC  (12+ messages)
` [PATCH] io_uring: Use io_schedule* in cqring wait
` [PATCH 1/5] iomap: simplify logic for when a dio can get completed inline
` [PATCH 2/5] fs: add IOCB flags related to passing back dio completions
` [PATCH 3/5] io_uring/rw: add write support for IOCB_DIO_DEFER
` [PATCH 4/5] iomap: add local 'iocb' variable in iomap_dio_bio_end_io()
` [PATCH 5/5] iomap: support IOCB_DIO_DEFER

xfsprogs-6.4.0 released
 2023-07-19 14:29 UTC 

[PATCH v2 0/3] xfs: fix two problem when recovery intents fails
 2023-07-19  6:41 UTC  (8+ messages)
` [PATCH v2 1/3] xfs: factor out xfs_defer_pending_abort
` [PATCH v2 2/3] xfs: abort intent items when recovery intents fail
` [PATCH v2 3/3] xfs: make sure done item committed before cancel intents

Fwd: [PATCH 4/5] xfs: add NOWAIT semantics for readdir
 2023-07-19  6:22 UTC 

Question: reserve log space at IO time for recover
 2023-07-19  6:25 UTC  (5+ messages)

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ messages)
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps

[PATCH]xfs: fix mounting failed caused by sequencing problem ,in the log records
 2023-07-19  1:28 UTC  (7+ messages)
` [PATCH]xfs_repair: fix the problem of repair failure caused by dirty flag being abnormally set on buffer

[PATCH] generic/558: avoid forkbombs on filesystems with many free inodes
 2023-07-18  1:02 UTC  (5+ messages)

[PATCH v1 0/2] xfs_db: add command to copy out files
 2023-07-18  0:58 UTC  (3+ messages)
` [PATCH v1 1/2] xfs_db: create header file for directory iteration code
` [PATCH v1 2/2] xfs_db: add a directory copy command

[PATCH 0/6] xfs: CPU usage optimizations for realtime allocator
 2023-07-17 21:06 UTC  (13+ messages)
` [PATCH 1/6] xfs: cache last bitmap block in "
` [PATCH 2/6] xfs: invert the realtime summary cache
` [PATCH 4/6] xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
` [PATCH 5/6] xfs: don't try redundant allocations "

[GIT PULL] Create large folios in iomap buffered write path
 2023-07-17 16:23 UTC 

[ANNOUNCE] xfs-linux: for-next updated to f6250e205691
 2023-07-17 16:17 UTC 

[ANNOUNCE] xfs-linux: vfs-for-next updated to 59ba4fdd2d1f
 2023-07-17 16:14 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to efa96cc99793
 2023-07-17 15:58 UTC 

[PATCH 1/2] iomap: fix a regression for partial write errors
 2023-07-17  5:14 UTC  (6+ messages)
` [PATCH 2/2] iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write

[PATCH 6.1 0/4] xfs inodegc fixes for 6.1.y (from v6.4)
 2023-07-16 15:01 UTC  (6+ messages)
` [PATCH 6.1 1/4] xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
` [PATCH 6.1 2/4] xfs: check that per-cpu inodegc workers actually run on that cpu
` [PATCH 6.1 3/4] xfs: disable reaping in fscounters scrub
` [PATCH 6.1 4/4] xfs: fix xfs_inodegc_stop racing with mod_delayed_work

[PATCHSET 0/3] xfs: ubsan fixes for 6.5-rc2
 2023-07-14 21:11 UTC  (5+ messages)
` [PATCH 1/3] xfs: convert flex-array declarations in struct xfs_attrlist*
` [PATCH 2/3] xfs: convert flex-array declarations in xfs attr leaf blocks
` [PATCH 3/3] xfs: convert flex-array declarations in xfs attr shortform objects

[PATCH v3] Documentation: admin-guide: correct "it's" to possessive "its"
 2023-07-14 19:18 UTC  (2+ messages)

[PATCHSET 0/3] xfsprogs: ubsan fixes for 6.5-rc2
 2023-07-14 14:56 UTC  (9+ messages)
` [PATCH 1/3] xfs: convert flex-array declarations in struct xfs_attrlist*
` [PATCH 2/3] xfs: convert flex-array declarations in xfs attr leaf blocks
` [PATCH 3/3] xfs: convert flex-array declarations in xfs attr shortform objects

[PATCH 6.1 CANDIDATE v2 0/4] xfs inodegc fixes for 6.1.y (from v6.4)
 2023-07-14 14:10 UTC  (2+ messages)

[LTP] [linus:master] [iomap] 219580eea1: ltp.writev07.fail
 2023-07-14 11:53 UTC  (3+ messages)

Wydłużony termin płatności za kupowane towary
 2023-07-14  7:55 UTC 


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