ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-18 09:29:35 to 2021-03-03 09:58:06 UTC [more...]

[Ocfs2-devel] [PATCH v2 00/10] fsdax, xfs: Add reflink&dedupe support for fsdax
 2021-03-03  9:57 UTC  (50+ messages)
` [Ocfs2-devel] [PATCH v2 01/10] fsdax: Factor helpers to simplify dax fault code
` [Ocfs2-devel] [PATCH v2 02/10] fsdax: Factor helper: dax_fault_actor()
` [Ocfs2-devel] [PATCH v2 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [Ocfs2-devel] [PATCH v2 05/10] fsdax: Replace mmap entry in case of CoW
` [Ocfs2-devel] [PATCH v2 08/10] fsdax: Dedup file range to use a compare function
` [Ocfs2-devel] [PATCH v2 09/10] fs/xfs: Handle CoW for fsdax write() path
` [Ocfs2-devel] [PATCH v2 10/10] fs/xfs: Add dedupe support for fsdax
  ` [Ocfs2-devel] [PATCH v2 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [Ocfs2-devel] Question about the "EXPERIMENTAL" tag for dax in XFS
  ` [Ocfs2-devel] [PATCH v2 04/10] fsdax: Introduce dax_iomap_cow_copy()
  ` [Ocfs2-devel] [PATCH v2 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero

[Ocfs2-devel] [RFC PATCH 00/34] block: introduce bio_new()
 2021-02-18  1:28 UTC  (50+ messages)
` [Ocfs2-devel] [RFC PATCH 01/34] block: move common code into blk_next_bio()
` [Ocfs2-devel] [RFC PATCH 02/34] block: introduce and use bio_new
` [Ocfs2-devel] [RFC PATCH 03/34] drdb: use bio_new in drdb
` [Ocfs2-devel] [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush
` [Ocfs2-devel] [RFC PATCH 05/34] xen-blkback: use bio_new
` [Ocfs2-devel] [RFC PATCH 06/34] zram: "
` [Ocfs2-devel] [RFC PATCH 07/34] dm: use bio_new in dm-log-writes
` [Ocfs2-devel] [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow
` [Ocfs2-devel] [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock
` [Ocfs2-devel] [RFC PATCH 10/34] dm-zoned: use bio_new in dmz_rdwr_block
` [Ocfs2-devel] [RFC PATCH 11/34] nvmet: use bio_new in nvmet_bdev_execute_rw
` [Ocfs2-devel] [RFC PATCH 12/34] scsi: target/iblock: use bio_new
` [Ocfs2-devel] [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO
` [Ocfs2-devel] [RFC PATCH 14/34] fs/buffer: use bio_new in submit_bh_wbc
` [Ocfs2-devel] [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range
` [Ocfs2-devel] [RFC PATCH 16/34] fs/direct-io: use bio_new in dio_bio_alloc
` [Ocfs2-devel] [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero
` [Ocfs2-devel] [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor
` [Ocfs2-devel] [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead
` [Ocfs2-devel] [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO
` [Ocfs2-devel] [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage
` [Ocfs2-devel] [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage
` [Ocfs2-devel] [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc
` [Ocfs2-devel] [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio
` [Ocfs2-devel] [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
` [Ocfs2-devel] [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev
` [Ocfs2-devel] [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map
` [Ocfs2-devel] [RFC PATCH 28/34] zonefs: use bio_new
` [Ocfs2-devel] [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io
` [Ocfs2-devel] [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio()
` [Ocfs2-devel] [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor
` [Ocfs2-devel] [RFC PATCH 32/34] mm: use bio_new in __swap_writepage
` [Ocfs2-devel] [RFC PATCH 33/34] mm: use bio_new in swap_readpage
` [Ocfs2-devel] [RFC PATCH 34/34] mm: add swap_bio_new common bio helper

[Ocfs2-devel] [PATCH 0/7] fsdax, xfs: Add reflink&dedupe support for fsdax
 2021-02-25  7:35 UTC  (28+ messages)
` [Ocfs2-devel] [PATCH 1/7] fsdax: Output address in dax_iomap_pfn() and rename it
    ` [Ocfs2-devel] 回复: "
` [Ocfs2-devel] [PATCH 2/7] fsdax: Introduce dax_copy_edges() for CoW
` [Ocfs2-devel] [PATCH 3/7] fsdax: Copy data before write
` [Ocfs2-devel] [PATCH 4/7] fsdax: Replace mmap entry in case of CoW
` [Ocfs2-devel] [PATCH 5/7] fsdax: Dedup file range to use a compare function
` [Ocfs2-devel] [PATCH 6/7] fs/xfs: Handle CoW for fsdax write() path
` [Ocfs2-devel] [PATCH 7/7] fs/xfs: Add dedupe support for fsdax

[Ocfs2-devel] error message in log: ocfs2_reflink_ioctl:4431 ERROR: status = -17
 2021-02-26 16:42 UTC  (10+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-25  1:58 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Remove unneeded return variable
 2021-02-04 16:28 UTC  (4+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: Fix a use after free on error
 2021-02-02 12:08 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Simplify the calculation of variables
 2021-02-02  7:28 UTC  (2+ messages)

[Ocfs2-devel] About the status of reflink-tools
 2021-02-01 17:20 UTC  (6+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Fix a use after free on error
 2021-02-02  1:48 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: cleanup some definitions which is not used anymore
 2021-01-20  1:50 UTC  (2+ messages)

[Ocfs2-devel] [Ocfs2-users] how to find out the real size of a reflink ?
 2021-01-15 13:57 UTC  (5+ messages)

[Ocfs2-devel] [PATCH V2] ocfs2: initialize ip_next_orphan
 2020-11-11  0:55 UTC  (5+ messages)

[Ocfs2-devel] [PATCH] ocfs2: initialize ip_next_orphan
 2020-11-09 16:51 UTC  (9+ messages)

[Ocfs2-devel] [PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-26 17:14 UTC  (11+ messages)
` [Ocfs2-devel] [PATCH 1/7] 9P: Cast to loff_t before multiplying
` [Ocfs2-devel] [PATCH 5/7] btrfs: Promote to unsigned long long before shifting
` [Ocfs2-devel] [PATCH 6/7] "
` [Ocfs2-devel] [PATCH 7/7] btrfs: Promote to unsigned long long before multiplying

[Ocfs2-devel] [RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (15+ messages)

[Ocfs2-devel] [PATCH] fs: ocfs2 remove unneeded break
 2020-10-20  1:20 UTC  (2+ messages)

[Ocfs2-devel] [patch -next] ocfs2: Add the trace_ocfs2_read_blocks_end
 2020-10-19  8:07 UTC  (3+ messages)
  ` [Ocfs2-devel] 答复: "


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