messages from 2021-11-16 17:52:58 to 2021-12-01 23:04:29 UTC [more...]
[PATCH] misc: fix chattr usage message for project ID
2021-12-01 22:56 UTC
[bug report] ext4: fast commit recovery path
2021-12-01 16:35 UTC (2+ messages)
[PATCH] ext4: initialize err_blk before calling __ext4_get_inode_loc
2021-12-01 16:34 UTC
[PATCH] ext4: implement support for get/set fs label
2021-12-01 14:39 UTC (7+ messages)
` [PATCH v2] "
[PATCH] ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
2021-12-01 9:52 UTC
[PATCH -next v5 0/3] Fix some issues about mmp
2021-12-01 7:39 UTC (2+ messages)
[PATCH] resize2fs : resize2fs failed due to the same name of tmpfs
2021-12-01 5:05 UTC (2+ messages)
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] setup_tdb : fix memory leak
2021-11-30 6:40 UTC
[PATCH] tune2fs: implement support for set/get label iocts
2021-11-29 20:19 UTC (4+ messages)
[PATCH] ext4: Destroy ext4_fc_dentry_cachep kmemcache on module removal
2021-11-29 11:28 UTC (3+ messages)
Subcribe linux-ext4
2021-11-29 11:15 UTC
Subcribe linux-ext4
2021-11-29 11:09 UTC
[PATCH] common/rc: set maximum label length for ext4
2021-11-29 9:55 UTC (3+ messages)
Write I/O queue hangup at random on recent Linus' kernels
2021-11-28 14:50 UTC (15+ messages)
[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2021-11-25 2:12 UTC (14+ 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 v1 7/9] lib: add support for device coherent type in test_hmm
Consulta muy urgente
2021-11-25 1:57 UTC
[PATCH] ext4: stop return ENOSPC from ext4_issue_zeroout
2021-11-24 17:15 UTC (8+ messages)
` [PATCH] ext4: if zeroout fails fall back to splitting the extent node
[PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event
2021-11-24 10:39 UTC (20+ 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
` [LTP] [PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event
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 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 v3] ext4: fix a possible ABBA deadlock dued to busy PA
2021-11-23 9:40 UTC (2+ messages)
[PATCH v2] ext4: fix a possible ABBA deadlock dued to busy PA
2021-11-23 1:26 UTC (3+ messages)
[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: 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)
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