messages from 2018-11-22 00:07:11 to 2018-11-29 03:15:03 UTC [more...]
[PATCH] xfsprogs: don't install xfs_scrub man pages if config'd off
2018-11-28 16:12 UTC (2+ messages)
[PATCH V12 00/20] block: support multi-page bvec
2018-11-28 13:44 UTC (45+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE
[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
2018-11-28 12:41 UTC (25+ messages)
` [PATCH v1 1/7] block: add nr_mirrors to request_queue
` [PATCH v1 2/7] block: expand write_hint of bio/request to rw_hint
` [PATCH v1 3/7] md: raid1: handle bi_rw_hint accordingly
` [PATCH v1 4/7] xfs: Add b_rw_hint to xfs_buf
` [PATCH v1 5/7] xfs: Add device retry
` [PATCH v1 6/7] xfs: Rewrite retried read
` [PATCH v1 7/7] xfs: Add tracepoints and logging to alternate device retry
COW improvements and always_cow support V2
2018-11-28 7:52 UTC (4+ messages)
[PATCH] xfs: fix PAGE_MASK usage in xfs_free_file_space
2018-11-28 7:14 UTC (3+ messages)
[PATCH 0/6] xfstests: add copy/dedupe/clone to fsx/fsstress
2018-11-28 5:54 UTC (10+ messages)
[PATCH 0/8] fstests: fix quota failures on xfs
2018-11-28 3:41 UTC (6+ messages)
` [PATCH 3/8] generic/050: fix ro blockdev mount of xfs with quota
[PATCH 0/6] xfsprogs-4.20: various fixes
2018-11-27 23:15 UTC (4+ messages)
` [PATCH 2/6] xfs_repair: don't error out on dirs with a single leafn block
` [PATCH v2 "
` [PATCH 7/6] xfs_db: add missing string name for DBM_COWDATA
[PATCH V2] xfs: libxfs: move xfs_perag_put late
2018-11-27 16:25 UTC (3+ messages)
[PATCH] mkfs.xfs: null-terminate symlinks created via protofile
2018-11-27 16:18 UTC (5+ messages)
` [PATCH V2] "
[PATCH v2] xfs: fix transaction block reservation in xfs_reflink_end_cow
2018-11-27 16:16 UTC
[Bug 201793] New: [xfstests generic/299] XFS corruption found: sb_fdblocks 7302443, counted 7302451
2018-11-27 3:33 UTC (4+ messages)
` [Bug 201793] "
[PATCH] xfs: libxfs: move xfs_perag_put late
2018-11-27 0:27 UTC (5+ messages)
[PATCH] xfs: clean up indentation issues, remove an unwanted space
2018-11-26 22:58 UTC (2+ messages)
[PATCH v3] xfs: cache minimum realtime summary level
2018-11-26 22:57 UTC (3+ messages)
[PATCH v3 00/12] xfstests: add copy/dedupe/clone to fsx/fsstress
2018-11-26 20:50 UTC (21+ 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 08/12] fsx: add FIDEDUPERANGE support
` [PATCH 09/12] fsstress: add copy_file_range support
` [PATCH 10/12] fsx: "
` [PATCH 11/12] common/dump: disable copyrange
` [PATCH 12/12] generic: long fsx soak tests
[PATCH] xfs: reserve blocks for rmapbt changes in xfs_reflink_end_cow
2018-11-26 20:26 UTC (5+ messages)
Regular FS shutdown while rsync is running
2018-11-26 15:32 UTC (2+ messages)
[GIT PULL] xfs: fixes for v4.20-rc4
2018-11-26 11:55 UTC (3+ messages)
Bug#470706: xfsprogs: xfs_repair crashes during attempted repair
2018-11-25 14:31 UTC
Hallo .. Guten Tag!
2018-11-24 14:20 UTC
[PATCH V11 00/19] block: support multi-page bvec
2018-11-23 10:50 UTC (48+ messages)
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [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 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 17/19] block: document usage of bio iterator helpers
[PATCH] fs/xfs: fix f_ffree value for statfs when project quota is set
2018-11-23 2:10 UTC (3+ messages)
` 答复: [PATCH] fs/xfs: fix f_ffree value for statfs when project quota is set(Internet mail)
[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 (4+ messages)
` [PATCH 6/7] xfs: don't ENOSPC on writeback when punching holes
[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 (6+ messages)
` [PATCH 02/10] fsx: always check buffer after each operation
` [PATCH 05/10] fsx: add clone range
` [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 (5+ messages)
` [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)
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).