linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-30 05:01:47 to 2018-10-04 23:42:00 UTC [more...]

[GIT PULL] xfs: fixes for 4.19-rc6
 2018-10-04 16:47 UTC  (2+ messages)

[somewhat OT] I just discovered that Stratis uses XFS
 2018-10-04 10:27 UTC  (7+ messages)

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-04 10:04 UTC  (14+ messages)

[PATCH 0/2] xfs stats fixes
 2018-10-04  8:01 UTC  (13+ messages)
` [PATCH 1/2] xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
` [PATCH 2/2] xfs: Add new constant to mark start of xqmstat

[PATCH] xfs: avoid lockdep false positives in xfs_trans_alloc
 2018-10-04  7:33 UTC  (14+ messages)

[PATCH v2 00/22] xfs-4.20: major documentation surgery
 2018-10-04  4:20 UTC  (22+ messages)
` [PATCH 01/22] docs: add skeleton of XFS Data Structures and Algorithms book
` [PATCH 03/22] docs: add XFS self-describing metadata integrity doc to DS&A book
` [PATCH 04/22] docs: add XFS delayed logging design "
` [PATCH 05/22] docs: add XFS shared data block chapter "
` [PATCH 06/22] docs: add XFS online repair "
` [PATCH 07/22] docs: add XFS common types and magic numbers "
` [PATCH 08/22] docs: add XFS testing chapter to the "
` [PATCH 09/22] docs: add XFS btrees "
` [PATCH 10/22] docs: add XFS dir/attr btree structure "
` [PATCH 11/22] docs: add XFS allocation group metadata "
` [PATCH 12/22] docs: add XFS reverse mapping structures "
` [PATCH 13/22] docs: add XFS refcount btree structure to "
` [PATCH 14/22] docs: add XFS log to the "
` [PATCH 15/22] docs: add XFS internal inodes "
` [PATCH 16/22] docs: add preliminary XFS realtime rmapbt structures "
` [PATCH 17/22] docs: add XFS inode format "
` [PATCH 18/22] docs: add XFS data extent map doc "
` [PATCH 19/22] docs: add XFS directory structure "
` [PATCH 20/22] docs: add XFS extended attributes structures "
` [PATCH 21/22] docs: add XFS symlink "
` [PATCH 22/22] docs: add XFS metadump structure to "

[PATCH v2 00/22] xfs-4.20: major documentation surgery
 2018-10-04  3:26 UTC  (8+ messages)
` [PATCH 01/22] docs: add skeleton of XFS Data Structures and Algorithms book
` [PATCH 03/22] docs: add XFS self-describing metadata integrity doc to DS&A book
` [PATCH 04/22] docs: add XFS delayed logging design "
` [PATCH 05/22] docs: add XFS shared data block chapter "
` [PATCH 06/22] docs: add XFS online repair "
` [PATCH 07/22] docs: add XFS common types and magic numbers "
` [PATCH 08/22] docs: add XFS testing chapter to the "

[PATCH] xfs: zero posteof blocks when cloning above eof
 2018-10-03 15:51 UTC  (7+ messages)

delalloc and reflink fixes & tweaks V3
 2018-10-03 14:54 UTC  (14+ messages)
` [PATCH 1/8] xfs: remove XFS_IO_INVALID
` [PATCH 2/8] xfs: remove suport for filesystems without unwritten extent flag
` [PATCH 3/8] xfs: remove magic handling of unwritten extents in xfs_bmapi_allocate
` [PATCH 4/8] xfs: handle zeroing in xfs_file_iomap_begin_delay
` [PATCH 5/8] xfs: remove the unused shared argument to xfs_reflink_reserve_cow
` [PATCH 6/8] xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
` [PATCH 7/8] xfs: fix fork selection in xfs_find_trim_cow_extent
` [PATCH 8/8] xfs: print dangling delalloc extents

[PATCH v2 0/2] xfs-4.20: scrub fixes
 2018-10-03 11:05 UTC  (11+ messages)
` [PATCH 1/2] xfs: xrep_findroot_block should reject root blocks with siblings
  ` [PATCH v2 "
` [PATCH 2/2] xfs: fix buffer state management in xrep_findroot_block
  ` [PATCH v2 "

Leaking Path in XFS's ioctl interface(missing LSM check)
 2018-10-02 22:42 UTC  (14+ messages)

cross-fs copy support
 2018-10-02 18:28 UTC  (8+ messages)

[Bug 201259] New: [xfstests shared/010]: maybe pagecache contents is mutated after cycle mount
 2018-10-02 16:37 UTC  (6+ messages)
` [Bug 201259] "

[PATCH] vfs: check ->get_link return value
 2018-10-02  2:47 UTC  (10+ messages)

[PATCH] xfs: don't use slab for metadata buffers
 2018-10-01 23:17 UTC  (3+ messages)

[patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)
 2018-10-01 20:34 UTC  (12+ messages)

xfs_scrub_all warning
 2018-10-01 17:08 UTC  (3+ messages)

[PATCH v3 0/8] xfsprogs-4.19: transaction cleanups
 2018-10-01 17:05 UTC  (9+ messages)
` [PATCH 1/8] libxfs: port kernel transaction code
` [PATCH 2/8] libxfs: fix libxfs_trans_alloc callsite problems
` [PATCH 3/8] xfs_repair: fix block reservation in mk_rsumino
` [PATCH 4/8] libxfs: fix xfs_trans_alloc reservation abuse
` [PATCH 5/8] libxfs: check libxfs_trans_commit return values
` [PATCH 6/8] libxfs: clean up IRELE/iput callsites
` [PATCH 7/8] libxfs: track transaction block reservation usage like the kernel
` [PATCH 8/8] xfs_scrub_all: fix systemd escaping again

[PATCH v2 0/6] xfsprogs-4.19: transaction cleanups
 2018-10-01 16:04 UTC  (4+ messages)
` [PATCH 3/6] libxfs: fix xfs_trans_alloc reservation abuse

delalloc and reflink fixes & tweaks V2
 2018-10-01 14:46 UTC  (16+ messages)
` [PATCH 1/7] xfs: remove XFS_IO_INVALID
` [PATCH 2/7] xfs: always allocate blocks as unwritten for file data
` [PATCH 3/7] xfs: handle zeroing in xfs_file_iomap_begin_delay
` [PATCH 4/7] xfs: remove the unused shared argument to xfs_reflink_reserve_cow
` [PATCH 5/7] xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
` [PATCH 6/7] xfs: fix fork selection in xfs_find_trim_cow_extent
` [PATCH 7/7] xfs: print dangling delalloc extents

delalloc and reflink fixes & tweaks
 2018-10-01 12:40 UTC  (7+ messages)
` [PATCH 07/10] xfs: handle extent size hints in xfs_file_iomap_begin_delay
` [PATCH 10/10] xfs: use a separate iomap_ops for delalloc writes

more reflink fixes & debug
 2018-10-01 11:03 UTC  (5+ messages)
` [PATCH 1/5] xfs: cancel COW blocks before swapext

[PATCH] iomap: set page dirty after partial delalloc on mkwrite
 2018-10-01 10:54 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e55ec4ddbef9
 2018-10-01  0:49 UTC 

[PATCH] xfs: fix error handling in xfs_bmap_extents_to_btree
 2018-09-30 22:09 UTC  (3+ messages)

[PATCH 0/2 V3] xfs: validate size vs format
 2018-09-30 17:54 UTC  (6+ messages)
` [PATCH 2/2 V3] xfs: verify size-vs-format for symlinks & dirs

[Bug 201287] New: xfsprogs 4.17 and later can't be built as static binaries anymore
 2018-09-30  5:18 UTC  (9+ messages)
` [Bug 201287] "


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