linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 02:09:26 to 2021-11-30 19:07:03 UTC [more...]

decouple DAX from block devices v2
 2021-11-30 19:06 UTC  (38+ messages)
` [PATCH 01/29] dm: fix alloc_dax error handling in alloc_dev
` [PATCH 02/29] dm: make the DAX support depend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc, free}_buftarg
` [PATCH 22/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK

[PATCH v1 0/2] Cosmetic changes to erofs-utils
 2021-11-30  5:56 UTC  (9+ messages)
` [PATCH v1 1/2] Add android build target to build erofs as library
` [PATCH v1 2/2] Make erofs-utils more C++ friendly
  ` [PATCH v2 1/2] erofs-utils: Add android build target to build erofs as library
    ` [PATCH v2 2/2] erofs-utils: Make erofs-utils more C++ friendly
  ` [PATCH v3 1/2] erofs-utils: Add android build target to build erofs as library
    ` [PATCH v3 2/2] erofs-utils: Make erofs-utils more C++ friendly

【Amazon】アカウントの利用状況をご確認ください。
 2021-11-29 22:08 UTC 

[GIT PULL] erofs fixes for 5.16-rc3
 2021-11-27 18:58 UTC  (2+ messages)

【Amazon】アカウントの利用状況をご確認ください。
 2021-11-26 16:09 UTC 

decouple DAX from block devices
 2021-11-24  7:14 UTC  (100+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc, free}_buftarg
  ` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] iomap: add a IOMAP_DAX flag
` [PATCH 23/29] xfs: use IOMAP_DAX to check for DAX mappings
` [PATCH 24/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK

[PATCH v1] Refactor out some I/O logic into separate function
 2021-11-24  3:30 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3 1/2] "

[xiang-erofs:fixes] BUILD SUCCESS 57bbeacdbee72a54eb97d56b876cf9c94059fc34
 2021-11-23 19:29 UTC 

[PATCH] erofs: Deadlock caused by kswap work in low memory scenarios
 2021-11-23 10:03 UTC  (4+ messages)
    ` [External Mail]Re: "

[PATCH v1 0/3] Make erofs-utils more library friendly
 2021-11-23  7:54 UTC  (8+ messages)
` [PATCH v1 1/4] Make erofs_devfd a parameter for most functions
` [PATCH v1 2/4] Mark certain callback function pointers as const
` [PATCH v1 3/4] Make super block info struct a paramater instead of globals

Deadlock caused by kswap work in low memory scenarios
 2021-11-23  2:55 UTC 

[PATCH] erofs-utils: add fuse/macosx.h to noinst_HEADERS
 2021-11-22  0:05 UTC 

[PATCH] erofs-utils: fix Makefile for fsck.erofs manpage
 2021-11-21 23:58 UTC 

[PATCH] erofs-utils: dump: fix format errors on some architectures
 2021-11-21 23:48 UTC  (2+ messages)
` [PATCH] erofs-utils: dump: fix de->nid issues

[ANNOUNCE] erofs-utils: release 1.4
 2021-11-21 17:24 UTC 

[PATCH] erofs-utils: update README
 2021-11-21 11:25 UTC 

[PATCH 5.10.y 1/2] erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()
 2021-11-19 14:34 UTC  (5+ messages)
  ` [PATCH 5.10.y 2/2] erofs: fix unsafe pagevec reuse of hooked pclusters
    ` Patch "erofs: fix unsafe pagevec reuse of hooked pclusters" has been added to the 5.10-stable tree
  ` Patch "erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()" "

[PATCH 5.4.y 1/2] erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()
 2021-11-19 14:34 UTC  (4+ messages)
  ` [PATCH 5.4.y 2/2] erofs: fix unsafe pagevec reuse of hooked pclusters
    ` Patch "erofs: fix unsafe pagevec reuse of hooked pclusters" has been added to the 5.4-stable tree
  ` Patch "erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()" "

[PATCH 4.19.y 1/2] erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()
 2021-11-19 14:34 UTC  (4+ messages)
  ` [PATCH 4.19.y 2/2] erofs: fix unsafe pagevec reuse of hooked pclusters
    ` Patch "erofs: fix unsafe pagevec reuse of hooked pclusters" has been added to the 4.19-stable tree
  ` Patch "erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()" "

[PATCH] erofs: fix deadlock when shrink erofs slab
 2021-11-19  2:19 UTC  (3+ messages)

[PATCH] erofs-utils: check the return value of erofs_d_alloc
 2021-11-18 10:04 UTC  (3+ messages)
` [PATCH] erofs-utils: fix memory leak when get blob chunk

[PATCH v4 0/6] erofs-utils: add multiple device support
 2021-11-18  6:01 UTC  (9+ messages)
` [PATCH v4 1/6] erofs-utils: add extra device I/O interface
` [PATCH v4 2/6] erofs-utils: fuse: add multiple device support
` [PATCH v4 3/6] erofs-utils: mkfs: add extra blob "
` [PATCH v4 4/6] erofs-utils: dump: support multiple devices
` [PATCH v4 5/6] erofs-utils: fsck: "
` [PATCH v4 6/6] erofs-utils: get compression algorithms directly on mapping

[PATCH 1/2] erofs-utils: mkfs: enable block map chunk format
 2021-11-18  3:59 UTC  (3+ messages)
` [PATCH 2/2] erofs-utils: manpage: document `noinline_data' extended option

[RFC PATCH] erofs: support tail-packing inline compressed data
 2021-11-17  9:25 UTC 

[RFC PATCH v3 1/2] erofs-utils: support tail-packing inline compressed data
 2021-11-17  9:22 UTC  (2+ messages)
` [RFC PATCH v3 2/2] erofs-utils: fuse: "

[PATCH v6 1/3] erofs: rename lz4_0pading to zero_padding
 2021-11-16  4:33 UTC  (6+ messages)
` [PATCH v6 2/3] erofs: add sysfs interface
` [PATCH v6 3/3] erofs: add sysfs node to control sync decompression strategy

[PATCH] erofs-utils: dump: refine file info statistics
 2021-11-16  0:06 UTC 

[GIT PULL] erofs fixes for 5.16-rc1
 2021-11-13 19:44 UTC  (2+ messages)

[PATCH v2 1/3] erofs-utils: add extra device I/O interface
 2021-11-12 12:31 UTC  (3+ messages)
` [PATCH v2 2/3] erofs-utils: fuse: add multiple device support
` [PATCH v2 3/3] erofs-utils: add extra blob "

[PATCH v5 1/2] erofs: add sysfs interface
 2021-11-12 10:57 UTC  (5+ messages)
` [PATCH v5 2/2] erofs: add sysfs node to control sync decompression strategy

[PATCH] erofs-utils: mkfs: add block list support for chunked files
 2021-11-12  6:32 UTC  (4+ messages)

[PATCH 2/2] erofs: add sysfs node to control sync decompression strategy
 2021-11-12  2:08 UTC  (3+ messages)


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