linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-08 17:35:25 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

Write I/O queue hangup at random on recent Linus' kernels
 2021-11-23 23:35 UTC  (4+ messages)

[PATCH] common/rc: set maximum label length for ext4
 2021-11-23 10:11 UTC 

[PATCH v3] ext4: fix a possible ABBA deadlock dued to busy PA
 2021-11-23  9:40 UTC  (2+ messages)

[PATCH] ext4: stop return ENOSPC from ext4_issue_zeroout
 2021-11-23  9:27 UTC  (4+ messages)
` [PATCH] ext4: if zeroout fails fall back to splitting the extent node

[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-11-23  7:10 UTC  (18+ 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 3/9] drm/amdkfd: add SPM support for SVM
` [PATCH v1 4/9] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 5/9] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 6/9] lib: test_hmm add module param for "
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm
` [PATCH v1 8/9] tools: update hmm-test to support device coherent type
` [PATCH v1 9/9] tools: update test_hmm script to support SP config

[PATCH v2] ext4: fix a possible ABBA deadlock dued to busy PA
 2021-11-23  1:26 UTC  (3+ messages)

[PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event
 2021-11-22 21:09 UTC  (19+ messages)
` [PATCH v4 1/9] syscalls: fanotify: Add macro to require specific mark types
` [PATCH v4 2/9] syscalls: fanotify: Add macro to require specific events
` [PATCH v4 3/9] syscalls/fanotify22: Introduce FAN_FS_ERROR test
` [PATCH v4 4/9] syscalls/fanotify22: Validate the generic error info
` [PATCH v4 5/9] syscalls/fanotify22: Validate incoming FID in FAN_FS_ERROR
` [PATCH v4 6/9] syscalls/fanotify22: Support submission of debugfs commands
` [PATCH v4 7/9] syscalls/fanotify22: Create a corrupted file
` [PATCH v4 8/9] syscalls/fanotify22: Test file event with broken inode
` [PATCH v4 9/9] syscalls/fanotify22: Test capture of multiple errors

[PATCH -next] jbd2: discard last transaction when commit block checksum broken in v2v3
 2021-11-22 18:22 UTC  (2+ messages)

[PATCH] MM: introduce memalloc_retry_wait()
 2021-11-22 15:06 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] ext4: Destroy ext4_fc_dentry_cachep kmemcache on module removal
 2021-11-22 11:36 UTC  (2+ messages)

[PATCH] ext4: drop an always true check
 2021-11-17 20:26 UTC  (2+ messages)

[PATCH] e2fsck: skip sorting extents if there are no valid extents
 2021-11-17 16:50 UTC 

Maildir quickly hitting max htree
 2021-11-17 13:13 UTC  (8+ messages)

Fotowoltaika dla firm
 2021-11-16  8:51 UTC 

[PATCH v1 0/2] Remove extra ZONE_DEVICE page refcount
 2021-11-15 19:33 UTC  (3+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

Debugging ext4 corruption with nojournal & extents
 2021-11-15 23:55 UTC  (3+ messages)

[PATCH v3 0/9] Test the new fanotify FAN_FS_ERROR event
 2021-11-15 21:26 UTC  (2+ messages)
` [LTP] "

[PATCH] ext4: Avoid trim error on fs with small groups
 2021-11-15 11:48 UTC  (3+ messages)

[PATCH v3 RESEND] fcntl: Add 32bit filesystem mode
 2021-11-15 10:56 UTC  (4+ messages)

[PATCH] ext4:fix different behavior of fsync when use fast commit
 2021-11-15 10:09 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in crc16
 2021-11-15 10:09 UTC 

[Question] ext4: different behavior of fsync when use fast commit
 2021-11-15  2:59 UTC  (3+ messages)

[PATCH] ext4: implement support for get/set fs label
 2021-11-12  8:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] ext4: fix a possible ABBA deadlock dued to busy PA
 2021-11-11 10:03 UTC 

[PATCH linux-next] ext4: Delete unused statements
 2021-11-11  9:15 UTC 

[PATCH] ext4: remove unnecessary ext4_inode_datasync_dirty in read path
 2021-11-11  3:12 UTC  (8+ messages)

[GIT PULL] ext4 changes for 5.16-rc1
 2021-11-11  1:07 UTC  (2+ messages)

[PATCH 1/2] common/rc: add _require_kernel_config and _has_kernel_config
 2021-11-09 17:29 UTC  (5+ messages)
` [PATCH v2 "

[Website feedback]
 2021-11-09 16:08 UTC 

[syzbot] WARNING in iomap_iter
 2021-11-09  7:20 UTC 

[PATCH v4] ext4: add test for all ext4/ext3/ext2 mount options
 2021-11-09  1:08 UTC  (7+ messages)
` [PATCH v5] "

Contents of files exchanged
 2021-11-08 22:15 UTC 


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