public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-08 17:06:53 to 2019-01-17 16:37:01 UTC [more...]

COW improvements and always_cow support V4
 2019-01-17 16:36 UTC  (9+ messages)
` [PATCH 01/11] xfs: remove xfs_trim_extent_eof
` [PATCH 02/11] xfs: remove the io_type field from the writeback context and ioend
` [PATCH 03/11] xfs: remove the s_maxbytes checks in xfs_map_blocks
` [PATCH 04/11] xfs: rework the truncate race handling in the writeback path
` [PATCH 05/11] xfs: make xfs_bmbt_to_iomap more useful
` [PATCH 06/11] xfs: don't use delalloc extents for COW on files with extsize hints
` [PATCH 07/11] xfs: also truncate holes covered by COW blocks
` [PATCH 08/11] xfs: merge COW handling into xfs_file_iomap_begin_delay

[PATCH 0/4] xfs: properly invalidate cached writeback mapping
 2019-01-17 16:35 UTC  (18+ messages)
` [PATCH 1/4] xfs: eof trim writeback mapping as soon as it is cached
` [PATCH 2/4] xfs: update fork seq counter on data fork changes
` [PATCH 3/4] xfs: validate writeback mapping using data fork seq counter
` [PATCH 4/4] xfs: remove superfluous writeback mapping eof trimming
` [PATCH] tests/generic: test writepage cached mapping validity

[PATCH 00/13] xfs: metadata inode directories
 2019-01-17 14:26 UTC  (2+ messages)

[PATCH 00/22] xfs: hoist inode operations to libxfs
 2019-01-17 14:25 UTC  (15+ messages)
` [PATCH 01/22] xfs: hoist extent size helpers "
` [PATCH 03/22] xfs: convert projid get/set functions
` [PATCH 05/22] xfs: pack inode allocation parameters into a separate structure
` [PATCH 06/22] xfs: refactor kernel-specific parts of xfs_ialloc
` [PATCH 07/22] xfs: decouple platform-specific inode allocation functions
` [PATCH 11/22] xfs: refactor special inode roll out of xfs_dir_ialloc
` [PATCH 22/22] xfs: create library function to reset root inodes

XFS filesystem hang
 2019-01-17 13:50 UTC  (3+ messages)

[PATCH] fs: move generic stat response attr handling to vfs_getattr_nosec
 2019-01-17 13:49 UTC  (2+ messages)

[PATCH] iomap: fix a use after free in iomap_dio_rw
 2019-01-17  7:57 UTC 

[PATCH] iomap: get/put the page in iomap_page_create/release()
 2019-01-17  7:51 UTC  (3+ messages)

[PATCH -next] xfs: remove duplicated xfs_defer.h
 2019-01-17  7:02 UTC 

BUG: iomap_dio_rw() accesses freed memory
 2019-01-16  5:59 UTC  (10+ messages)

[PATCH] xfs: don't crash when read verifier reports errors with null b_ops
 2019-01-15 22:42 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] xfs: use generic fillattr to reduce redundant code
 2019-01-15 21:34 UTC  (4+ messages)

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-15 20:42 UTC  (30+ messages)
` [PATCH v3 1/5] libnvdimm: nd_region flush callback support
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
` [PATCH v3 3/5] libnvdimm: add nd_region buffered dax_dev flag
` [PATCH v3 4/5] ext4: disable map_sync for virtio pmem
` [PATCH v3 5/5] xfs: "
        ` [Qemu-devel] [PATCH v3 0/5] kvm "virtio pmem" device

[PATCH 0/5] xfs: general scrubber fixes
 2019-01-15 19:32 UTC  (16+ messages)
` [PATCH 1/5] xfs: abort xattr scrub if fatal signals are pending
` [PATCH 2/5] xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t
` [PATCH 3/5] xfs: fix off-by-one error in rtbitmap cross-reference
  ` [PATCH v2 "
` [PATCH 4/5] xfs: check directory name validity
` [PATCH 5/5] xfs: check attribute "
` [PATCH 6/5] libxfs(progs): fix attr include mess
` [PATCH 7/5] xfs_repair: refactor namecheck functions

Enlarging w/ xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Inappropriate ioctl for device
 2019-01-15 15:55 UTC  (3+ messages)
` [RFC PATCH xfstests] xfs: add tests to validate ioctl structure layout

Block device flush ordering
 2019-01-15 14:35 UTC  (6+ messages)

[PATCH v2] tests/generic: test writepage cached mapping validity
 2019-01-15 14:09 UTC 

[PATCH V13 00/19] block: support multi-page bvec
 2019-01-15  3:44 UTC  (21+ messages)
` [PATCH V13 01/19] btrfs: look at bi_size for repair decisions
` [PATCH V13 02/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V13 03/19] block: remove bvec_iter_rewind()
` [PATCH V13 04/19] block: rename bvec helpers
` [PATCH V13 05/19] block: introduce multi-page "
` [PATCH V13 06/19] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V13 07/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V13 08/19] block: use bio_for_each_bvec() to map sg
` [PATCH V13 09/19] block: introduce bvec_last_segment()
` [PATCH V13 10/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V13 11/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V13 12/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V13 13/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V13 14/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V13 15/19] block: enable multipage bvecs
` [PATCH V13 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V13 17/19] block: document usage of bio iterator helpers
` [PATCH V13 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V13 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH] xfs_repair: allow '/' in attribute names
 2019-01-14 19:54 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 00/13] xfsdump: (style) remove spaces from parentheses
 2019-01-14 17:48 UTC  (15+ messages)
` [PATCH 01/13] xfsdump: (1/13) "
` [PATCH 02/13] xfsdump: (2/13) "
` [PATCH 03/13] xfsdump: (3/13) "
` [PATCH 04/13] xfsdump: (4/13) "
` [PATCH 05/13] xfsdump: (5/13) "
` [PATCH 06/13] xfsdump: (6/13) "
` [PATCH 07/13] xfsdump: (7/13) "
` [PATCH 08/13] xfsdump: (8/13) "
` [PATCH 09/13] xfsdump: (9/13) "
` [PATCH 10/13] xfsdump: (10/13) "
` [PATCH 11/13] xfsdump: (11/13) "
` [PATCH 12/13] xfsdump: (12/13) "
` [PATCH 13/13] xfsdump: (13/13) "

[PATCH v6 0/5] Try to squash metadump data leaks
 2019-01-14 17:46 UTC  (5+ messages)
` [PATCH 2/5] xfs_metadump: Zap multi fsb blocks

[PATCH 00/12] xfs: deferred inode inactivation
 2019-01-11 19:06 UTC  (7+ messages)
` [PATCH 01/12] xfs: free COW staging extents when freezing filesystem
` [PATCH 02/12] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 06/12] xfs: refactor walking of per-AG RECLAIM inodes

[Bug 199915] NULL pointer dereference in xfs_bmap_extents_to_btree() when mounting and operating a crafted image
 2019-01-10 23:06 UTC 

possible circular locking dependency detected between fs_reclaim and sb_internal
 2019-01-09 21:13 UTC  (4+ messages)
` [PATCH] xfs: silence lockdep false positives when freezing

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-09 18:21 UTC  (7+ messages)
` [PATCH v3 1/5] libnvdimm: nd_region flush callback support
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
` [PATCH v3 3/5] libnvdimm: add nd_region buffered dax_dev flag
` [Qemu-devel] [PATCH v3 0/5] kvm "virtio pmem" device

[PATCH v2 0/7] xfs: inode scrubber fixes
 2019-01-09 16:48 UTC  (13+ messages)
` [PATCH 1/7] xfs: never try to scrub more than 64 inodes per inobt record
` [PATCH 2/7] xfs: check the ir_startino alignment directly
` [PATCH 3/7] xfs: check inobt record alignment on big block filesystems
` [PATCH 4/7] xfs: hoist inode cluster checks out of loop
` [PATCH 5/7] xfs: clean up the inode cluster checking in the inobt scrub
` [PATCH 6/7] xfs: scrub big block inode btrees correctly
` [PATCH 7/7] xfs: consolidate scrub dinode mapping code into a single function

[PATCH] xfsdump: don't fail installation if /sbin is symlink of /usr/sbin
 2019-01-09 15:00 UTC  (5+ messages)

[PATCH v3 4/5] ext4: disable map_sync for virtio pmem
 2019-01-09 14:54 UTC  (4+ messages)
` [PATCH v3 5/5] xfs: "

Broken dio refcounting leads to livelock?
 2019-01-08 23:12 UTC  (7+ messages)

[PATCH 0/8] xfs: inode scrubber fixes
 2019-01-08 19:00 UTC  (9+ messages)
` [PATCH 2/8] xfs: check the ir_startino alignment directly

[Bug 202127] New: cannot mount or create xfs on a 597T device
 2019-01-08 17:59 UTC  (3+ messages)
` [Bug 202127] "


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