linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-19 18:32:15 to 2018-11-23 04:39:47 UTC [more...]

[PATCH v3 00/12] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-11-22 17:59 UTC  (8+ messages)
` [PATCH 01/12] fsstress: fix compiler warnings
` [PATCH 02/12] fsstress: check system call return values
` [PATCH 03/12] fsx: shut up compiler warnings
` [PATCH 04/12] fsx: always check buffer after each operation
` [PATCH 05/12] fsx: use an enum to define the operation commands
` [PATCH 06/12] fsx: add five-argument logging function
` [PATCH 07/12] fsx: add FICLONERANGE support

[PATCH] fs/xfs: fix f_ffree value for statfs when project quota is set
 2018-11-22 17:58 UTC  (2+ messages)

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-22 14:57 UTC  (55+ messages)
` [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
` [PATCH V11 06/19] block: introduce bvec_last_segment()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH v2] mm: don't break integrity writeback on ->writepage() error
 2018-11-22 12:06 UTC  (2+ messages)

[PATCH 0/7] xfs: various fixes for 4.20
 2018-11-22  2:31 UTC  (34+ messages)
` [PATCH 1/7] xfs: zero length symlinks are not valid
` [PATCH 2/7] xfs: uncached buffer tracing needs to print bno
` [PATCH 3/7] xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
` [PATCH 4/7] xfs: finobt AG reserves don't consider last AG can be a runt
` [PATCH 5/7] xfs: extent shifting doesn't fully invalidate page cache
` [PATCH 6/7] xfs: don't ENOSPC on writeback when punching holes
` [PATCH 7/7] xfs: flush removing page cache in xfs_reflink_remap_prep
` [PATCH 8/7] xfs: delalloc -> unwritten COW fork allocation can go wrong

[PATCH 0/3] xfs: enums don't work with __print_symbolic
 2018-11-22  2:29 UTC  (6+ messages)
` [PATCH 1/3] xfs: make iomap type tracing work
` [PATCH 2/3] xfs: remove xfs_lookup_t enum because tracing
` [PATCH 3/3] xfs: remove xfs_extst_t "

[PATCH v2 00/10] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-11-22  2:15 UTC  (15+ messages)
` [PATCH 01/10] fsx: shut up compiler warnings
` [PATCH 02/10] fsx: always check buffer after each operation
` [PATCH 03/10] fsx: use an enum to define the operation commands
` [PATCH 04/10] fsx: add five-argument logging function
` [PATCH 05/10] fsx: add clone range
` [PATCH 06/10] fsx: add FIDEDUPERANGE support
` [PATCH 07/10] fsstress: add copy_file_range support
` [PATCH 08/10] fsx: "
` [PATCH 09/10] fsx: clean up copy/dedupe file range support
` [PATCH 10/10] common/dump: disable copyrange
` [PATCH 11/10] generic: long fsx soak tests

[ANNOUNCE] xfs-linux: for-next updated to 8c110d43c6bc
 2018-11-21 18:36 UTC  (2+ messages)

[PATCH 0/5] iomap: data corruption fixes and more
 2018-11-21 16:34 UTC  (16+ messages)
` [PATCH 1/5] iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extents
` [PATCH 2/5] iomap: sub-block dio needs to zeroout beyond EOF
` [PATCH 3/5] iomap: dio data corruption and spurious errors when pipes fill
` [PATCH 4/5] splice: increase pipe size in splice_direct_to_actor()
` [PATCH 5/5] vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP
` [PATCH 6/5] iomap: readpages doesn't zero page tail beyond EOF properly
  ` [PATCH 6/5 V2] "

[PATCH] xfs: reflink should flush after an unaligned directio cow write
 2018-11-21 16:30 UTC  (2+ messages)

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-21 10:19 UTC  (55+ messages)
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V10 13/19] iomap & xfs: only account for new added page
` [PATCH V10 14/19] block: enable multipage bvecs
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE

[PATCH 0/5] xfs-5.0: miscellaneous cleanups
 2018-11-20 16:56 UTC  (16+ messages)
` [PATCH 1/5] xfs: const-ify xfs_owner_info arguments
` [PATCH 2/5] xfs: remove xfs_rmap_ag_owner and friends
` [PATCH 3/5] xfs: add a block to inode count converter
` [PATCH 4/5] xfs: precalculate inodes and blocks per inode cluster
` [PATCH 5/5] xfs: precalculate cluster alignment in inodes and blocks

[PATCH v1] xfs/050: make it passed for dax 2 MiB alignment test
 2018-11-20  8:56 UTC  (3+ messages)

[PATCH 0/6] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-11-20  2:57 UTC  (10+ messages)
` [PATCH 1/6] fsx: add clone range

[RFC PATCH] xfs: flush posteof zeroing before reflink truncation
 2018-11-19 22:07 UTC  (7+ messages)

fstests: various fixups uncovered by the always_cow mode
 2018-11-19 14:20 UTC  (4+ messages)
` [PATCH 1/5] generic: move prealloc-enabled fsx to separate tests

COW improvements and always_cow support V2
 2018-11-19 13:46 UTC  (10+ messages)
` [PATCH 1/9] xfs: fix shared extent data corruption due to missing cow reservation
` [PATCH 2/9] xfs: handle -EAGAIN from xfs_iomap_write_allocate
` [PATCH 3/9] xfs: avoid an extent tree lookup in xfs_iomap_write_allocate
` [PATCH 4/9] xfs: make xfs_bmbt_to_iomap more useful
` [PATCH 5/9] xfs: don't use delalloc extents for COW on files with extsize hints
` [PATCH 6/9] xfs: merge COW handling into xfs_file_iomap_begin_delay
` [PATCH 7/9] xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
` [PATCH 8/9] xfs: make COW fork unwritten extent conversions more robust
` [PATCH 9/9] xfs: introduce an always_cow mode


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).