messages from 2021-11-22 07:47:50 to 2021-12-07 19:34:19 UTC [more...]
[PATCH] ext4: compare inode's i_projid with EXT4_DEF_PROJID rather than check EXT4_INODE_PROJINHERIT flag
2021-12-07 19:34 UTC (3+ messages)
[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2021-12-07 19:31 UTC (13+ messages)
` [PATCH v2 01/11] mm: add zone device coherent type memory support
` [PATCH v2 02/11] mm: add device coherent vma selection for memory migration
` [PATCH v2 03/11] mm/gup: migrate PIN_LONGTERM dev coherent pages to system
` [PATCH v2 04/11] drm/amdkfd: add SPM support for SVM
` [PATCH v2 05/11] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v2 06/11] lib: test_hmm add ioctl to get zone device type
` [PATCH v2 07/11] lib: test_hmm add module param for "
` [PATCH v2 08/11] lib: add support for device coherent type in test_hmm
` [PATCH v2 09/11] tools: update hmm-test to support device coherent type
` [PATCH v2 10/11] tools: update test_hmm script to support SP config
` [PATCH v2 11/11] tools: add hmm gup test for long term pinned device pages
[PATCH] fs: ext4: remove duplicate includes
2021-12-07 9:04 UTC
[PATCH] fs: ext2: remove duplicate includes
2021-12-07 8:55 UTC
[PATCH] ext4: set csum seed in tmp inode while migrating to extents
2021-12-06 14:37 UTC
Page fault in fs/ext4/namei.c: do_split when crafted image is mounted and operated
2021-12-05 20:44 UTC (2+ messages)
Meet New meeting Join a meeting Hangouts 1 of 42 Page fault in fs/ext4/namei.c: do_split when crafted image is mounted and operated
2021-12-05 20:43 UTC
Page fault in fs/ext4/namei.c: do_split when crafted image is mounted and operated
2021-12-05 20:42 UTC
[Bug 215227] New: FUZZ: Page fault in fs/ext4/namei.c: do_split when crafted image is mounted and operated
2021-12-05 20:41 UTC
Page fault and infinite loop after mount and operate on crafted image
2021-12-05 20:38 UTC
[Bug 215225] New: FUZZ: Page fault and infinite loop after mount and operate on crafted image
2021-12-05 20:36 UTC
[PATCH] e2fsck: skip sorting extents if there are no valid extents
2021-12-03 20:02 UTC (2+ messages)
[PATCH 0/6] solve memory leak and check whether NULL pointer
2021-12-03 6:31 UTC (8+ messages)
` [PATCH 1/6] e2fsck: set s->len=0 if malloc() fails in alloc_string()
` [PATCH 2/6] lib/ss: check whether argp is null before accessing it in ss_execute_command()
` [PATCH 3/6] lib/support: check whether inump is null before accessing it in quota_set_sb_inum()
` [PATCH 4/6] e2fsprogs: call ext2fs_badblocks_list_free() to free list in exception branch
` [PATCH 5/6] e2fsck: check whether ldesc is null before accessing it in end_problem_latch()
` [PATCH 6/6] lib/ext2fs: call ext2fs_free_mem() to free &io->name in exception branch
[PATCH 0/6] solve memory leak and check whether NULL pointer
2021-12-03 1:18 UTC (3+ messages)
Write I/O queue hangup at random on recent Linus' kernels
2021-12-02 15:37 UTC (17+ messages)
[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)
[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2021-11-25 2:12 UTC (8+ messages)
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm
` [PATCH v1 1/9] mm: add zone device coherent type memory support
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 (7+ messages)
` [LTP] "
decouple DAX from block devices
2021-11-24 7:14 UTC (95+ messages)
` [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 (4+ messages)
` [PATCH v2] "
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