messages from 2021-11-17 04:16:33 to 2021-11-24 07:10:35 UTC [more...]
decouple DAX from block devices
2021-11-24 7:10 UTC (99+ 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 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
[BUG] xfs deadlock due to agi and agf
2021-11-24 6:59 UTC
[PATCHSET 0/2] xfs: fixes for 5.14.1
2021-11-24 2:21 UTC (5+ messages)
` [PATCH 1/2] libfrog: fix crc32c self test code on cross builds
` [PATCH 2/2] libxfs: fix atomic64_t poorly for 32-bit architectures
[PATCH v25 00/12] Log Attribute Replay
2021-11-24 0:11 UTC (9+ messages)
` [PATCH v25 02/12] xfs: don't commit the first deferred transaction without intents
` [PATCH v25 04/12] xfs: Set up infrastructure for log attribute replay
` [PATCH v25 05/12] xfs: Implement attr logging and replay
` [PATCH v25 10/12] xfs: Add larp debug option
[PATCH 00/16 v7] xfs: rework xlog_write()
2021-11-23 21:47 UTC (29+ messages)
` [PATCH 01/16] xfs: factor out the CIL transaction header building
` [PATCH 02/16] xfs: only CIL pushes require a start record
` [PATCH 03/16] xfs: embed the xlog_op_header in the unmount record
` [PATCH 04/16] xfs: embed the xlog_op_header in the commit record
` [PATCH 05/16] xfs: log tickets don't need log client id
` [PATCH 06/16] xfs: move log iovec alignment to preparation function
` [PATCH 07/16] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 08/16] xfs: log ticket region debug is largely useless
` [PATCH 09/16] xfs: pass lv chain length into xlog_write()
` [PATCH 10/16] xfs: change the type of ic_datap
` [PATCH 11/16] xfs: introduce xlog_write_full()
` [PATCH 12/16] xfs: introduce xlog_write_partial()
` [PATCH 13/16] xfs: remove xlog_verify_dest_ptr
` [PATCH 14/16] xfs: xlog_write() no longer needs contwr state
` [PATCH 15/16] xfs: xlog_write() doesn't need optype anymore
` [PATCH 16/16] xfs: CIL context doesn't need to count iovecs
xfsprogs_5.14.0-release-2_source.changes ACCEPTED into unstable
2021-11-23 21:18 UTC
Processing of xfsprogs_5.14.0-release-2_source.changes
2021-11-23 21:12 UTC
[PATCH 0/2] debian: Fix xfsprogs FT(C)BFS
2021-11-23 20:08 UTC (13+ messages)
` [PATCH 1/2] debian: Generate .gitcensus instead of .census (Closes: #999743)
` [PATCH 2/2] debian: Fix FTCBFS: Skip crc32 test (Closes: #999879)
[PATCHSET 0/1] fstests: random fixes
2021-11-23 19:58 UTC (2+ messages)
` [PATCH 1/1] xfs/122: update for 5.16 typedef removal
[Bug 202441] New: Possibly vfs cache related replicable xfs regression since 4.19.0 on sata hdd:s
2021-11-23 15:43 UTC (2+ messages)
` [Bug 202441] "
[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2021-11-23 7:10 UTC (12+ messages)
` [PATCH v1 1/9] mm: add zone device coherent type memory support
` [PATCH v1 2/9] mm: add device coherent vma selection for memory migration
` [PATCH v1 6/9] lib: test_hmm add module param for zone device type
[PATCH v25 00/14] Log Attribute Replay
2021-11-23 6:44 UTC (8+ messages)
` [PATCH v25 07/14] xfsprogs: Implement attr logging and replay
` [PATCH v25 08/14] xfsprogs: Skip flip flags for delayed attrs
` [PATCH v25 09/14] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v25 11/14] xfsprogs: Add log attribute error tag
` [PATCH v25 13/14] xfsprogs: Add helper function xfs_attr_leaf_addname
` [PATCH v25 14/14] xfsprogs: Add log item printing for ATTRI and ATTRD
[PATCH 2/2] xfs: make sure link path does not go away at access
2021-11-22 23:26 UTC (19+ messages)
[PATCH] MM: introduce memalloc_retry_wait()
2021-11-22 15:06 UTC (6+ messages)
` [PATCH v2] "
[Bug 214767] New: xfs seems to hang due to race condition? maybe related to (gratuitous) thaw
2021-11-20 22:31 UTC (4+ messages)
` [Bug 214767] "
[LOCKDEP] Circular locking dependency detected, fs_reclaim vs xfs_nondir_ilock_class
2021-11-19 22:54 UTC (2+ messages)
` [issue] kvmalloc doesn't repsect __GFP_NOLOCKDEP (was Re: [LOCKDEP] Circular locking dependency detected, fs_reclaim vs xfs_nondir_ilock_class)
Processed: fixed 999743 in 5.14.0-release-1
2021-11-19 19:42 UTC
xfsprogs_5.14.0-release-1_source.changes ACCEPTED into unstable
2021-11-19 19:14 UTC
Processing of xfsprogs_5.14.0-release-1_source.changes
2021-11-19 18:48 UTC
Bug#999743: marked as done (xfsprogs FTBFS: .gitcensus: No such file or directory)
2021-11-19 17:36 UTC (3+ messages)
` Processed: xfsprogs FTCBFS: [TEST] CRC32 fails to compile
` Bug#999879: marked as done (xfsprogs FTCBFS: [TEST] CRC32 fails to compile)
xfsprogs_5.14.0-1_source.changes REJECTED
2021-11-19 17:34 UTC
Processing of xfsprogs_5.14.0-1_source.changes
2021-11-19 17:22 UTC
[ANNOUNCE] xfsprogs 5.14.0 released
2021-11-19 16:39 UTC
[PATCH] xfs: fix the problem that the array may be out of bound
2021-11-19 8:17 UTC
[PATCH 00/14 v6] xfs: improve CIL scalability
2021-11-18 23:15 UTC (2+ messages)
[PATCH v2 00/28] iomap/xfs folio patches
2021-11-18 20:08 UTC (31+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use "
` [PATCH v2 20/28] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v2 25/28] iomap: Convert iomap_add_to_ioend() to take a folio
[PATCH 00/16 v6] xfs: rework xlog_write()
2021-11-18 5:22 UTC (16+ messages)
` [PATCH 02/16] xfs: only CIL pushes require a start record
` [PATCH 04/16] xfs: embed the xlog_op_header in the commit record
` [PATCH 10/16] xfs: change the type of ic_datap
` [PATCH 11/16] xfs: introduce xlog_write_full()
` [PATCH 12/16] xfs:_introduce xlog_write_partial()
` [PATCH 13/16] xfs: remove xlog_verify_dest_ptr
[PATCH v2] tests/xfs: test COW writeback failure when overlapping non-shared blocks
2021-11-17 18:01 UTC (2+ messages)
[PATCH] iomap: iomap_read_inline_data cleanup
2021-11-17 17:12 UTC (3+ messages)
[5.15 REGRESSION v2] iomap: Fix inline extent handling in iomap_readpage
2021-11-17 10:24 UTC (4+ messages)
[PATCH] xfs: remove xfs_inew_wait
2021-11-17 5:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).