messages from 2019-01-18 05:31:01 to 2019-01-29 22:03:24 UTC [more...]
[Bug 202349] New: Extreme desktop freezes during sustained write operations with XFS
2019-01-29 22:03 UTC (12+ messages)
` [Bug 202349] "
[Bug 202441] New: Possibly vfs cache related replicable xfs regression since 4.19.0 on sata hdd:s
2019-01-29 21:53 UTC (23+ messages)
` [Bug 202441] "
[PATCH RFC v2 0/3] xfs: fix [f]inobt magic value verification
2019-01-29 21:16 UTC (7+ messages)
` [PATCH RFC v2 1/3] xfs: create a separate finobt verifier
` [PATCH RFC v2 2/3] xfs: distinguish between inobt and finobt magic values
` [PATCH RFC v2 3/3] xfs: detect and warn about finobt blocks with an inobt magic value
linux-next: Fixes tag needs some work in the xfs tree
2019-01-29 20:56 UTC
[PATCH 0/5] xfs: fix [f]inobt magic value verification
2019-01-29 18:33 UTC (6+ messages)
` [PATCH 1/5] xfs: create a separate finobt verifier
` [PATCH 2/5] xfs: distinguish between inobt and finobt magic values
` [PATCH 3/5] xfs: use verifier magic field in dir2 leaf verifiers
` [PATCH 4/5] xfs: miscellaneous verifier magic value fixups
` [PATCH 5/5] xfs: fix typo in xfs_inode_buf_ra_ops verifier name
[ANNOUNCE] xfsprogs for-next updated to 193bc42
2019-01-29 17:05 UTC
[PATCH 1/4] xfs/093: make sure the scratch directory still exists after repair
2019-01-29 16:17 UTC (4+ messages)
` [PATCH 2/4] xfs/138: format the scratch device before using it
` [PATCH 3/4] common: fix kmemleak to work with sections
` [PATCH 4/4] generic: check for reasonable inode creation time
[PATCH] xfs: end sync buffer I/O properly on shutdown error
2019-01-29 13:47 UTC (3+ messages)
Regular FS shutdown while rsync is running
2019-01-29 13:46 UTC (22+ messages)
[LSF/MM TOPIC] Lazy file reflink
2019-01-29 7:18 UTC (6+ messages)
[PATCH RFC] xfs: support magic value in xfs_buf_ops
2019-01-28 21:06 UTC (6+ messages)
[ANNOUNCE] xfs-linux: iomap-5.0-fixes updated to 4ea899ead278
2019-01-28 16:43 UTC
[PATCH] iomap: fix a use after free in iomap_dio_rw
2019-01-28 16:42 UTC (5+ messages)
[PATCH] xfs: set buffer ops when repair probes for btree type
2019-01-28 12:27 UTC (2+ messages)
[PATCH 1/2] common/dump: do not override test cleanup trap
2019-01-27 8:00 UTC (5+ messages)
` [PATCH 2/2] xfs/068: Add fsstress generated file count to golden output
[PATCH v2 1/2] common/dump: do not override test cleanup trap
2019-01-27 7:50 UTC (2+ messages)
` [PATCH v2 2/2] xfs/068: Verify actual file count instead of reported file count
[PATCH v3 0/6] xfs: properly invalidate cached writeback mapping
2019-01-24 14:03 UTC (11+ messages)
` [PATCH v3 1/6] xfs: eof trim writeback mapping as soon as it is cached
` [PATCH v3 2/6] xfs: update fork seq counter on data fork changes
` [PATCH v3 3/6] xfs: validate writeback mapping using data fork seq counter
` [PATCH v3 4/6] xfs: remove superfluous writeback mapping eof trimming
` [PATCH v3 5/6] xfs: create delalloc bmapi wrapper for full extent allocation
` [PATCH v3 6/6] xfs: use the latest extent at writeback delalloc conversion time
Unable to fix metadata corruption with xfs_repair
2019-01-24 13:07 UTC (6+ messages)
[Bug 202127] New: cannot mount or create xfs on a 597T device
2019-01-24 13:02 UTC (16+ messages)
` [Bug 202127] "
[PATCH 00/22] xfs: hoist inode operations to libxfs
2019-01-24 2:04 UTC (9+ messages)
` [PATCH 05/22] xfs: pack inode allocation parameters into a separate structure
` [PATCH 06/22] xfs: refactor kernel-specific parts of xfs_ialloc
[PATCH] xfs_repair: initialize non-leaf finobt blocks with correct magic
2019-01-23 20:51 UTC (4+ messages)
[PATCH v2 0/5] xfs: properly invalidate cached writeback mapping
2019-01-23 18:40 UTC (26+ messages)
` [PATCH v2 1/5] xfs: eof trim writeback mapping as soon as it is cached
` [PATCH v2 2/5] xfs: update fork seq counter on data fork changes
` [PATCH v2 3/5] xfs: validate writeback mapping using data fork seq counter
` [PATCH v2 4/5] xfs: remove superfluous writeback mapping eof trimming
` [PATCH v2 5/5] xfs: revalidate imap properly before writeback delalloc conversion
[PATCH V14 00/18] block: support multi-page bvec
2019-01-22 2:01 UTC (25+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE
move noatime and automount flags setting into common code
2019-01-21 15:23 UTC (3+ messages)
` [PATCH 1/2] orangefs: don't reinitialize result_mask in ->getattr
` [PATCH 2/2] fs: move generic stat response attr handling to vfs_getattr_nosec
[PATCH] iomap: get/put the page in iomap_page_create/release()
2019-01-21 15:17 UTC
XFS filesystem hang
2019-01-21 14:59 UTC (7+ messages)
[PATCH] Fix metadump CRC miscalculation of symlink blocks
2019-01-21 12:04 UTC
[PATCH] iomap: get/put the page in iomap_page_create/release()
2019-01-19 19:01 UTC (6+ messages)
4.9.13: general protection fault: RIP: 0010:xfs_fs_destroy_inode+0x41/0x1c0 [xfs]
2019-01-18 19:47 UTC (2+ messages)
` 4.19.13: "
[PATCH] xfs: Introduce XFS_PTAG_VERIFIER_ERROR panic mask
2019-01-18 18:01 UTC (2+ messages)
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).