public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-06 08:18:48 to 2023-07-13 15:56:39 UTC [more...]

[LTP] [linus:master] [iomap] 219580eea1: ltp.writev07.fail
 2023-07-13 15:56 UTC  (3+ messages)

[PATCH v4 0/9] Create large folios in iomap buffered write path
 2023-07-13 15:19 UTC  (40+ messages)
` [PATCH v4 1/9] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
` [PATCH v4 2/9] iov_iter: Add copy_folio_from_iter_atomic()
` [PATCH v4 3/9] iomap: Remove large folio handling in iomap_invalidate_folio()
` [PATCH v4 4/9] doc: Correct the description of ->release_folio
` [PATCH v4 5/9] iomap: Remove unnecessary test from iomap_release_folio()
` [PATCH v4 6/9] filemap: Add fgf_t typedef
` [PATCH v4 7/9] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH v4 8/9] iomap: Create large folios in the buffered write path
` [PATCH v4 9/9] iomap: Copy larger chunks from userspace

[PATCH] xfs: add a couple more tests for ascii-ci problems
 2023-07-13 15:16 UTC  (2+ messages)

[PATCH V2 00/23] Metadump v2
 2023-07-13 14:22 UTC  (40+ messages)
` [PATCH V2 04/23] metadump: Define and use struct metadump
` [PATCH V2 06/23] metadump: Postpone invocation of init_metadump()
` [PATCH V2 07/23] metadump: Introduce struct metadump_ops
` [PATCH V2 08/23] metadump: Introduce metadump v1 operations
` [PATCH V2 10/23] metadump: Define metadump v2 ondisk format structures and macros
` [PATCH V2 11/23] metadump: Define metadump ops for v2 format
` [PATCH V2 12/23] xfs_db: Add support to read from external log device
` [PATCH V2 14/23] mdrestore: Declare boolean variables with bool type
` [PATCH V2 15/23] mdrestore: Define and use struct mdrestore
` [PATCH V2 16/23] mdrestore: Detect metadump v1 magic before reading the header
` [PATCH V2 17/23] mdrestore: Add open_device(), read_header() and show_info() functions
` [PATCH V2 19/23] mdrestore: Replace metadump header pointer argument with generic pointer type
` [PATCH V2 20/23] mdrestore: Introduce mdrestore v1 operations
` [PATCH V2 22/23] mdrestore: Define mdrestore ops for v2 format
` [PATCH V2 23/23] mdrestore: Add support for passing log device as an argument

[PATCH] libxfs: Redefine 1-element arrays as flexible arrays
 2023-07-13  5:54 UTC  (6+ messages)

[PATCHv11 0/8] iomap: Add support for per-block dirty state to improve write performance
 2023-07-13  5:27 UTC  (20+ messages)
` [PATCHv11 1/8] iomap: Rename iomap_page to iomap_folio_state and others
` [PATCHv11 2/8] iomap: Drop ifs argument from iomap_set_range_uptodate()
` [PATCHv11 3/8] iomap: Add some uptodate state handling helpers for ifs state bitmap
` [PATCHv11 4/8] iomap: Fix possible overflow condition in iomap_write_delalloc_scan
` [PATCHv11 5/8] iomap: Use iomap_punch_t typedef
` [PATCHv11 8/8] iomap: Add per-block dirty state tracking to improve performance

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

[MEGAPATCHSET v25 1/2] xfs: online repair, part 1
 2023-07-13  5:12 UTC  (6+ messages)
` [PATCHSET v25.0 0/7] xfs_scrub: fixes to the repair code

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

[PATCH] xfs: xfs_trans->t_flags overflow
 2023-07-13  1:39 UTC  (3+ messages)

rm hanging, v6.1.35
 2023-07-13  0:57 UTC  (15+ messages)
              ` Subject: v5.15 backport - 5e672cd69f0a xfs: non-blocking inodegc pushes

[PATCH 0/6] xfs: CPU usage optimizations for realtime allocator
 2023-07-12 23:34 UTC  (13+ messages)
` [PATCH 1/6] xfs: cache last bitmap block in "
` [PATCH 2/6] xfs: invert the realtime summary cache
` [PATCH 3/6] xfs: return maximum free size from xfs_rtany_summary()
` [PATCH 4/6] xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
` [PATCH 5/6] xfs: don't try redundant allocations "

[PATCH] misc: remove bogus fstest
 2023-07-12 22:12 UTC  (10+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-12 16:06 UTC  (8+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

[PATCHSET 0/5] Improve async iomap DIO performance
 2023-07-12 15:22 UTC  (10+ messages)
` [PATCH 1/5] iomap: complete polled writes 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

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-12 14:33 UTC  (11+ messages)
` [PATCH 5/6] btrfs: Block writes to seed devices
` [PATCH 6/6] fs: Make bind mounts work with bdev_allow_write_mounted=n

[ANNOUNCE] xfsprogs: for-next **rebased** to 10139046b
 2023-07-12  7:29 UTC 

XFS writing issue
 2023-07-11 23:11 UTC  (3+ messages)

Question on slow fallocate
 2023-07-11 22:49 UTC  (8+ messages)

xfs WARNING on v6.5-rc1 kernel
 2023-07-11 21:37 UTC  (3+ messages)

[PATCH] po: fix German translation
 2023-07-11 13:53 UTC  (2+ messages)

W sprawie samochodu
 2023-07-11  7:55 UTC 

gfs2 write bandwidth regression on 6.4-rc3 compareto 5.15.y
 2023-07-11  2:08 UTC  (6+ messages)
  ` [Cluster-devel] "

[PATCHSET v25.0 0/9] xfs: fix online repair block reaping
 2023-07-10 22:07 UTC  (12+ messages)
` [PATCH 7/9] xfs: ignore stale buffers when scanning the buffer cache
` [PATCH 8/9] xfs: reap large AG metadata extents when possible

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (16+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[PATCH v3 0/8] Create large folios in iomap buffered write path
 2023-07-10  3:57 UTC  (13+ messages)
` [PATCH v3 1/8] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
` [PATCH v3 8/8] iomap: Copy larger chunks from userspace

[PATCHSET v25.0 0/5] xfs: online repair of AG btrees
 2023-07-09 23:23 UTC  (6+ messages)
` [PATCH 3/5] xfs: rewrite xfs_icache_inode_is_allocated

[GIT PULL] xfs: more new code for 6.5
 2023-07-09 17:46 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to ed04a91f718e
 2023-07-08  3:17 UTC 

[bug report][5.10] deadlock between xfs_create() and xfs_inactive()
 2023-07-07  2:57 UTC  (3+ messages)

[PATCH] xfs: fix uninit warning in xfs_growfs_data
 2023-07-06 23:51 UTC  (3+ messages)

[PATCH v2 82/92] xfs: convert to ctime accessor functions
 2023-07-06 14:52 UTC  (2+ messages)

Prezentacja
 2023-07-06  8:15 UTC 


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