linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 08:49:30 to 2021-09-22 18:33:20 UTC [more...]

dax_supported() related cleanups v2
 2021-09-22 18:33 UTC  (6+ messages)
` [PATCH 1/3] nvdimm/pmem: fix creating the dax group
` [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 3/3] block: warn if ->groups is set when calling add_disk

[PATCHSET RFC v2 jane 0/5] vfs: enable userspace to reset damaged file storage
 2021-09-22 18:26 UTC  (30+ messages)
` [PATCH 1/5] dax: prepare pmem for use by zero-initializing contents and clearing poisons
` [PATCH 2/5] iomap: use accelerated zeroing on a block device to zero a file range
` [PATCH 3/5] vfs: add a zero-initialization mode to fallocate
` [PATCH 4/5] xfs: implement FALLOC_FL_ZEROINIT_RANGE
` [PATCH 5/5] ext4: "

[PATCHSET RFC chandan 00/14] xfs: support dynamic btree cursor height
 2021-09-22 17:38 UTC  (44+ messages)
` [PATCH 01/14] xfs: remove xfs_btree_cur_t typedef
` [PATCH 02/14] xfs: don't allocate scrub contexts on the stack
` [PATCH 03/14] xfs: dynamically allocate btree scrub context structure
` [PATCH 04/14] xfs: stricter btree height checking when looking for errors
` [PATCH 05/14] xfs: stricter btree height checking when scanning for btree roots
` [PATCH 06/14] xfs: check that bc_nlevels never overflows
` [PATCH 07/14] xfs: support dynamic btree cursor heights
` [PATCH 08/14] xfs: refactor btree cursor allocation function
` [PATCH 09/14] xfs: fix maxlevels comparisons in the btree staging code
` [PATCH 10/14] xfs: encode the max btree height in the cursor
` [PATCH 11/14] xfs: dynamically allocate cursors based on maxlevels
` [PATCH 12/14] xfs: compute actual maximum btree height for critical reservation calculation
` [PATCH 13/14] xfs: compute the maximum height of the rmap btree when reflink enabled
` [PATCH 14/14] xfs: kill XFS_BTREE_MAXLEVELS

XFS Sprints
 2021-09-22 14:01 UTC  (5+ messages)
` [External] : "

kernel 5.16 sprint planning
 2021-09-22 12:07 UTC  (3+ messages)

[PATCH 0/3 RFC] Remove DAX experimental warnings
 2021-09-22  5:25 UTC  (9+ messages)
` [PATCH 2/3] ext4: remove dax EXPERIMENTAL warning
` [PATCH 3/3] ext2: "

[PATCH] xfs: fix system crash caused by null bp->b_pages
 2021-09-22  1:48 UTC  (4+ messages)

BoF at LPC: Documenting the Heterogeneous Memory Model Architecture
 2021-09-21 19:19 UTC 

[PATCH v9 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-21  8:14 UTC  (12+ messages)
` [PATCH v9 5/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v9 7/8] xfs: support CoW in fsdax mode

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-21  5:14 UTC  (5+ messages)
` [PATCH v2 09/12] lib: test_hmm add module param for zone device type

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-09-20 23:48 UTC  (10+ messages)
` [PATCH 6/6] XFS: remove congestion_wait() loop from xfs_buf_alloc_pages()
` [PATCH 1/6] MM: Support __GFP_NOFAIL in alloc_pages_bulk_*() and improve doco
` [PATCH 5/6] XFS: remove congestion_wait() loop from kmem_alloc()
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 4/6] EXT4: remove congestion_wait from ext4_bio_write_page, and simplify
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[Bug 214475] New: xfs filesystem not mountable and xfs_repair hangs at function call futex
 2021-09-20 18:48 UTC 

Shameless plug for the FS Track at LPC next week!
 2021-09-18 15:21 UTC  (12+ messages)
` [External] : "
            ` Alternative project ids and quotas semantics (Was: Shameless plug for the FS Track at LPC next week!)

[PATCH V3 00/12] xfs: Extend per-inode extent counters
 2021-09-18  3:36 UTC  (15+ messages)
` [PATCH V3 01/12] xfs: Move extent count limits to xfs_format.h
` [PATCH V3 02/12] xfs: Introduce xfs_iext_max_nextents() helper
` [PATCH V3 03/12] xfs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16
` [PATCH V3 04/12] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V3 05/12] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V3 06/12] xfs: xfs_dfork_nextents: Return extent count via an out argument
` [PATCH V3 07/12] xfs: Rename inode's extent counter fields based on their width
` [PATCH V3 08/12] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V3 09/12] xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
` [PATCH V3 10/12] xfs: Extend per-inode extent counter widths
` [PATCH V3 11/12] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to XFS_SB_FEAT_INCOMPAT_ALL
` [PATCH V3 12/12] xfs: Define max extent length based on on-disk format definition
  ` [External] : Re: [PATCH V3 00/12] xfs: Extend per-inode extent counters

[PATCHSET RFC achender 0/2] xfs: refactor log recovery resource capture
 2021-09-18  1:30 UTC  (3+ messages)
` [PATCH 1/2] xfs: formalize the process of holding onto resources across a defer roll
` [PATCH 2/2] xfs: port the defer ops capture and continue to resource capture

[PATCHSET 0/1] fstests: random fixes
 2021-09-18  0:49 UTC  (4+ messages)
` [PATCH 2/1] common/rc: use directio mode for the loop device when possible

[PATCH v24 00/11] Log Attribute Replay
 2021-09-18  0:02 UTC  (5+ messages)
` [PATCH v24 02/11] xfs: Capture buffers for delayed ops

[PATCHSET v3 0/1] fstests: exercise code refactored in 5.14
 2021-09-17 23:48 UTC  (4+ messages)
` [PATCH 1/1] generic: fsstress with cpu offlining

[PATCHSET v3 0/9] fstests: document all test groups
 2021-09-17 16:00 UTC  (9+ messages)
` [PATCH 7/9] tools: add missing license tags to my scripts
` [PATCH 9/9] new: don't allow new tests in group 'other'

Could we get an IOCB_NO_READ_HOLE?
 2021-09-17 11:04 UTC  (3+ messages)

[PATCHSET 0/3] fstests: various cleanups to ./new script
 2021-09-17 10:42 UTC  (7+ messages)
` [PATCH 1/3] new: clean up the group name input code
` [PATCH 2/3] new: standardize group name checking
` [PATCH 3/3] new: don't allow new tests in group 'other'

XFS fallocate implementation incorrectly reports ENOSPC
 2021-09-17  6:07 UTC  (11+ messages)
        ` Mysterious ENOSPC [was: XFS fallocate implementation incorrectly reports ENOSPC]
              ` Mysterious ENOSPC

[PATCHSET v4 0/8] fstests: document all test groups
 2021-09-17  0:39 UTC  (9+ messages)
` [PATCH 1/8] ceph: re-tag copy_file_range as being in the copy_range group
` [PATCH 2/8] xfs: move reflink tests into the clone group
` [PATCH 3/8] xfs: fix incorrect fuzz test group name
` [PATCH 4/8] btrfs: fix incorrect subvolume "
` [PATCH 5/8] generic/631: change this test to use the 'whiteout' group
` [PATCH 6/8] tools: make sure that test groups are described in the documentation
` [PATCH 7/8] tools: add missing license tags to my scripts
` [PATCH 8/8] new: only allow documented test group names

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-16 22:13 UTC  (11+ messages)
` [PATCH 2/6] MM: annotate congestion_wait() and wait_iff_congested() as ineffective
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops

[PATCHSET 00/61] xfs: sync libxfs with 5.14
 2021-09-16 16:23 UTC  (8+ messages)
` [PATCH 03/61] libfrog: create header file for mocked-up kernel data structures
` [PATCH 61/61] mkfs: warn about V4 deprecation when creating new V4 filesystems

[PATCH v9 3/8] fsdax: Replace mmap entry in case of CoW
 2021-09-16 14:51 UTC  (2+ messages)

Patch "iomap: pass writeback errors to the mapping" has been added to the 5.10-stable tree
 2021-09-16 11:56 UTC 

Patch "iomap: pass writeback errors to the mapping" has been added to the 5.13-stable tree
 2021-09-16 11:46 UTC 

Patch "iomap: pass writeback errors to the mapping" has been added to the 5.14-stable tree
 2021-09-16 11:34 UTC 

[PATCH V3 00/16] xfsprogs: Extend per-inode extent counters
 2021-09-16 10:08 UTC  (17+ messages)
` [PATCH V3 01/16] xfsprogs: xfs_repair: allow administrators to add older v5 features
` [PATCH V3 02/16] xfsprogs: Move extent count limits to xfs_format.h
` [PATCH V3 03/16] xfsprogs: Introduce xfs_iext_max_nextents() helper
` [PATCH V3 04/16] xfsprogs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16
` [PATCH V3 05/16] xfsprogs: Use xfs_extnum_t instead of basic data types
` [PATCH V3 06/16] xfsprogs: Introduce xfs_dfork_nextents() helper
` [PATCH V3 07/16] xfsprogs: xfs_dfork_nextents: Return extent count via an out argument
` [PATCH V3 08/16] xfsprogs: Rename inode's extent counter fields based on their width
` [PATCH V3 09/16] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V3 10/16] xfsprogs: Enable bulkstat ioctl to support 64-bit extent counters
` [PATCH V3 11/16] xfsprogs: Extend per-inode extent counter widths
` [PATCH V3 12/16] xfsprogs: xfs_info: Report NREXT64 feature status
` [PATCH V3 13/16] xfsprogs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to XFS_SB_FEAT_INCOMPAT_ALL
` [PATCH V3 14/16] xfsprogs: Add nrext64 mkfs option
` [PATCH V3 15/16] xfsprogs: Add support for upgrading to NREXT64 feature
` [PATCH V3 16/16] xfsprogs: Define max extent length based on on-disk format definition


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