public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-25 05:12:36 to 2018-12-01 07:46:05 UTC [more...]

[PATCH AUTOSEL 4.14 25/35] iomap: sub-block dio needs to zeroout beyond EOF
 2018-11-30 20:35 UTC 

[RFC PATCH] splice: don't read more than available pipe space
 2018-11-30 19:20 UTC 

[PATCH] xfs: split up the xfs_reflink_end_cow work into smaller transactions
 2018-11-30 19:19 UTC 

inconsistent behaviour of xfs_db, xfs_repair and xfs_scrub
 2018-11-30 18:36 UTC 

[4.20-rc4 regression] generic/095 Concurrent mixed I/O hang on xfs based overlayfs
 2018-11-30 18:23 UTC  (4+ messages)

[PATCH] mkfs.xfs: don't go into multidisk mode if there is only one stripe
 2018-11-30 18:05 UTC  (15+ messages)
                        ` block layer API for file system creation - when to use multidisk mode

[PATCH] xfs: fix inverted return from xfs_btree_sblock_verify_crc
 2018-11-30 15:56 UTC  (2+ messages)

How to avoid xfs_do_force_shutdown on xlog_iodone error
 2018-11-30 11:59 UTC 

Non-blocking socket stuck for multiple seconds on xfs_reclaim_inodes_ag()
 2018-11-30  7:45 UTC  (9+ messages)

[Bug 201819] New: [xfstests generic/299]: WARNING: CPU: 15 PID: 23147 at kernel/workqueue.c:4170 destroy_workqueue+0x118/0x590
 2018-11-30  7:21 UTC 

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-11-29 20:40 UTC  (7+ messages)

[PATCH 0/4] xfs-5.0: cleanups
 2018-11-29 15:00 UTC  (7+ messages)
` [PATCH 1/4] xfs: remove xfs_rmap_ag_owner and friends
` [PATCH 2/4] xfs: add a block to inode count converter
` [PATCH 3/4] xfs: precalculate inodes and blocks per inode cluster
` [PATCH 4/4] xfs: precalculate cluster alignment in inodes and blocks

[PATCH 0/6] xfsprogs-4.20: various fixes
 2018-11-29  5:24 UTC  (15+ messages)
` [PATCH 1/6] xfs_io.8: rearrange command listings by section
` [PATCH 3/6] xfs_repair: skip block reservation when fixing freelist
` [PATCH 4/6] xfs_scrub: handle totally empty inode chunks
` [PATCH 7/6] xfs_db: add missing string name for DBM_COWDATA
  ` [PATCH v2 "

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-29  3:30 UTC  (48+ 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

[PATCH 0/6] xfstests: add copy/dedupe/clone to fsx/fsstress
 2018-11-29  1:52 UTC  (11+ messages)

[PATCH 0/6] xfs-5.0: ftrace cleanups
 2018-11-28 23:29 UTC  (7+ messages)
` [PATCH 1/6] xfs: fix symbolic enum printing in ftrace output
` [PATCH 2/6] xfs: fix function pointer type in ftrace format
` [PATCH 3/6] xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs
` [PATCH 4/6] xfs: move XFS_INODE_FORMAT_STR "
` [PATCH 5/6] xfs: stringify btree cursor types in ftrace output
` [PATCH 6/6] xfs: stringify scrub "

[PATCH 0/9] xfs-5.0: inode scrubber fixes
 2018-11-28 23:27 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

[PATCH v2] xfs: fix transaction block reservation in xfs_reflink_end_cow
 2018-11-28 20:37 UTC  (2+ messages)

[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
 2018-11-28 19:38 UTC  (27+ 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

[PATCH 0/4] xfsdump: a little bit of cleaning
 2018-11-28 16:56 UTC  (5+ messages)
` [PATCH 1/4] xfsdump: (style) remove trailing whitespaces
` [PATCH 2/4] xfsdump: do not split function call with ifdef
` [PATCH 3/4] common/types.h: Wrap #define UUID_STR_LEN 36 in #ifndef
` [PATCH 4/4] common/drive.c: include stdlib.h

[PATCH] xfsprogs: don't install xfs_scrub man pages if config'd off
 2018-11-28 16:12 UTC  (2+ messages)

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/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 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] "

[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  (10+ messages)
` [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 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  (2+ 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 


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