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

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-19  8:09 UTC  (70+ messages)
` [PATCH V10 01/19] block: introduce multi-page page bvec helpers
` [PATCH V10 02/19] block: introduce bio_for_each_bvec()
` [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V10 05/19] block: introduce bvec_last_segment()
` [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [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 16/19] block: document usage of bio iterator helpers
` [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 V10 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH 0/6] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-11-19  5:22 UTC  (10+ messages)
` [PATCH 1/6] fsx: add clone range
` [PATCH 2/6] fsx: add FIDEDUPERANGE support
` [PATCH 3/6] fsstress: add copy_file_range support
` [PATCH 4/6] fsx: "
` [PATCH 5/6] fsx: clean up copy/dedupe file range support
` [PATCH 6/6] common/dump: disable copyrange

[RFC PATCH 00/16] xfs: Block size > PAGE_SIZE support
 2018-11-19  1:14 UTC  (14+ messages)
` [PATCH 01/16] xfs: drop ->writepage completely
` [PATCH 14/16] xfs: align writepages to large block sizes

[RFC PATCH] xfs: flush posteof zeroing before reflink truncation
 2018-11-19  0:26 UTC  (5+ messages)

fstests: various fixups uncovered by the always_cow mode
 2018-11-18 13:49 UTC  (5+ messages)
` [PATCH 1/5] generic: move prealloc-enabled fsx to separate tests
` [PATCH 5/5] xfs/420: only check the extent layout after syncing

[PATCH] xfs: fix shared extent data corruption due to missing cow reservation
 2018-11-17 13:33 UTC  (13+ messages)

xfsprogs: MAP_SYNC detection/usage problems with musl
 2018-11-16 19:10 UTC 

[PATCH RFC] xfs: check shared extent state on writeback in debug mode
 2018-11-16 16:32 UTC 

[PATCH 00/24] xfsdump: code style change
 2018-11-16 15:19 UTC  (5+ messages)

[PATCH v2] mm: don't break integrity writeback on ->writepage() error
 2018-11-16 13:43 UTC 

[PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
 2018-11-16 12:06 UTC  (17+ messages)

Apply for a Personal/Business Loan
 2018-11-16  8:55 UTC 

[PATCH 0/2]: dedupe/copy_file_range fixes
 2018-11-16  5:42 UTC  (13+ messages)
` [PATCH 1/2] vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP
` [PATCH 2/2] iomap: dio data corruption and spurious errors when pipes fill
` [PATCH 3/2] splice: increase pipe size in splice_direct_to_actor()

Fwd: xfs remove / unlink extremely slow ?
 2018-11-15 22:28 UTC  (7+ messages)
      `  "

file write that exceeds thin device capacity
 2018-11-15 22:22 UTC  (3+ messages)

[PATCH] xfs: make xfs_file_remap_range() static
 2018-11-15 19:21 UTC  (3+ messages)

[PATCH 0/2] xfs: fix panics seen with error injection
 2018-11-15 10:19 UTC  (8+ messages)
` [PATCH 1/2] xfs: change xfs_buf_ioapply_map to STATIC
` [PATCH 2/2] xfs: take a ref on failed bufs in xfs_inode_item_push

[PATCH] xfs: Remove noinline from #define STATIC
 2018-11-15 10:12 UTC  (13+ messages)

[PATCH v1] xfs/050: make it passed for dax 2 MiB alignment test
 2018-11-15  7:19 UTC  (2+ messages)

[PATCH v2 0/9] xfs-5.0: inode btree scrub fixes
 2018-11-15  6:05 UTC  (10+ messages)
` [PATCH 1/9] xfs: count inode blocks correctly in inobt scrub
` [PATCH 2/9] xfs: never try to scrub more than 64 inodes per inobt record
` [PATCH 3/9] xfs: check the ir_startino alignment directly
` [PATCH 4/9] xfs: check inobt record alignment on big block filesystems
` [PATCH 5/9] xfs: hoist inode cluster checks out of loop
` [PATCH 6/9] xfs: clean up the inode cluster checking in the inobt scrub
` [PATCH 7/9] xfs: scrub big block inode btrees correctly
` [PATCH 8/9] xfs: abort xattr scrub if fatal signals are pending
` [PATCH 9/9] xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t

xfs fstrim and quota
 2018-11-14 10:51 UTC  (3+ messages)
    ` xfs remove / unlink extremely slow ?

[PATCH v3] xfs: cache minimum realtime summary level
 2018-11-13 19:28 UTC 

[PATCH v2] xfs: cache minimum realtime summary level
 2018-11-13 18:01 UTC  (3+ messages)

[RFC] xfs: save buffer offset when verifiers fail
 2018-11-13 16:42 UTC  (4+ messages)

[PATCH V9 13/19] iomap & xfs: only account for new added page
 2018-11-13 15:14 UTC 

[Bug 200063] XFS corruption: mismatch between format (2) and size (0) in symlink
 2018-11-12 22:08 UTC  (3+ messages)

[PATCH] Fix coding style issue in xfs_acl.c and xfs_aops.c
 2018-11-12 16:00 UTC  (4+ messages)

COW improvements and always_cow support
 2018-11-12  7:26 UTC  (6+ messages)
` [PATCH 3/3] xfs: introduce an always_cow mode
` [PATCH 4/3] xfs: make COW fork unwritten extent conversions more robust

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

[PATCH] xfs: cache minimum realtime summary level
 2018-11-11  3:59 UTC  (5+ messages)


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