linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 14:22:18 to 2021-08-26 14:55:18 UTC [more...]

[PATCH 0/5 v7] ext4: Speedup orphan file handling
 2021-08-26 14:55 UTC  (8+ messages)

dax_supported() related cleanups v2
 2021-08-26 14:42 UTC  (12+ messages)
` [PATCH 1/9] fsdax: improve the FS_DAX Kconfig description and help text
` [PATCH 2/9] dax: stop using bdevname
` [PATCH 3/9] dm: use fs_dax_get_by_bdev instead of dax_get_by_host
` [PATCH 4/9] dax: mark dax_get_by_host static
` [PATCH 5/9] dax: move the dax_read_lock() locking into dax_supported
` [PATCH 6/9] dax: remove __generic_fsdax_supported
` [PATCH 7/9] dax: stub out dax_supported for !CONFIG_FS_DAX
` [PATCH 8/9] xfs: factor out a xfs_buftarg_is_dax helper
` [PATCH 9/9] dax: remove bdev_dax_supported

[PATCH v3 0/4] ext4: fix a inode checksum error
 2021-08-26 12:54 UTC  (7+ messages)
` [PATCH v3 1/4] ext4: move inode eio simulation behind io completeion
` [PATCH v3 2/4] ext4: remove an unnecessary if statement in __ext4_get_inode_loc()
` [PATCH v3 3/4] ext4: make the updating inode data procedure atomic
` [PATCH v3 4/4] ext4: prevent getting empty inode buffer

[PATCH v4 0/6] ext4: fix a inode checksum error
 2021-08-26 13:04 UTC  (7+ messages)
` [PATCH v4 1/6] ext4: move inode eio simulation behind io completeion
` [PATCH v4 2/6] ext4: remove an unnecessary if statement in __ext4_get_inode_loc()
` [PATCH v4 3/6] ext4: make the updating inode data procedure atomic
` [PATCH v4 4/6] ext4: factor out ext4_fill_raw_inode()
` [PATCH v4 5/6] ext4: move ext4_fill_raw_inode() related functions
` [PATCH v4 6/6] ext4: prevent getting empty inode buffer

[PATCH V3 0/5] ext4: get discard out of jbd2 commit context
 2021-08-26 11:42 UTC  (15+ messages)
` [PATCH V3 2/5] ext4: add new helper interface ext4_try_to_trim_range()
` [PATCH V3 4/5] ext4: get discard out of jbd2 commit kthread contex
` [PATCH V3 5/5] ext4: make fallocate retry when err is ENOSPC

[PATCH v6 00/21] File system wide monitoring
 2021-08-26 10:44 UTC  (24+ messages)
` [PATCH v6 04/21] fsnotify: Reserve mark flag bits for backends
` [PATCH v6 09/21] fsnotify: Allow events reported with an empty inode
` [PATCH v6 18/21] fanotify: Emit generic error info type for error event
` [PATCH v6 20/21] samples: Add fs error monitoring example

[QUESTION] question for commit 2d01ddc86606 ("ext4: save error info to sb through journal if available")
 2021-08-26  1:06 UTC  (3+ messages)

[PATCH 0/5 v6] e2fsprogs: Support for orphan file feature
 2021-08-25 22:11 UTC  (6+ messages)
` [PATCH 1/5] libext2fs: "
` [PATCH 2/5] mke2fs: Add support for orphan_file feature
` [PATCH 3/5] e2fsck: Add support for handling orphan file
` [PATCH 4/5] tune2fs: Add support for orphan_file feature
` [PATCH 5/5] dumpe2fs, debugfs, e2image: Add support for orphan file

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-08-25 18:24 UTC  (29+ messages)
` [PATCH v1 01/14] ext4/xfs: add page refcount helper
` [PATCH v1 02/14] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration
` [PATCH v1 04/14] mm: add zone device public type memory support
` [PATCH v1 05/14] drm/amdkfd: ref count init for device pages
` [PATCH v1 06/14] drm/amdkfd: add SPM support for SVM
` [PATCH v1 07/14] drm/amdkfd: public type as sys mem on migration to ram
` [PATCH v1 08/14] mm: add public type support to migrate_vma helpers
` [PATCH v1 09/14] mm: call pgmap->ops->page_free for DEVICE_PUBLIC pages
` [PATCH v1 10/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 11/14] lib: test_hmm add module param for "
` [PATCH v1 12/14] lib: add support for device public type in test_hmm
` [PATCH v1 13/14] tools: update hmm-test to support device public type
` [PATCH v1 14/14] tools: update test_hmm script to support SP config

[PATCH v2] ext4: fix reserved space counter leakage
 2021-08-25  1:38 UTC  (3+ messages)

[PATCHSET 0/2] dax: fix broken pmem poison narrative
 2021-08-24 19:25 UTC  (3+ messages)

[PATCH 1/2] tests: update expect files for f_mmp_garbage
 2021-08-24 12:10 UTC  (2+ messages)
` [PATCH 2/2] tests: update expect files for f_large_dir and f_large_dir_csum

[PATCH] ext4: flush s_error_work before journal destroy in ext4_fill_super
 2021-08-24 10:11 UTC  (4+ messages)

unicode cleanups, and split the data table into a separate module
 2021-08-24  7:34 UTC  (21+ messages)
` [PATCH 01/11] ext4: simplify ext4_sb_read_encoding
` [PATCH 02/11] f2fs: simplify f2fs_sb_read_encoding
  ` [f2fs-dev] "
` [PATCH 03/11] unicode: remove the charset field from struct unicode_map
` [PATCH 04/11] unicode: mark the version field in struct unicode_map unsigned
` [PATCH 05/11] unicode: pass a UNICODE_AGE() tripple to utf8_load
` [PATCH 06/11] unicode: remove the unused utf8{,n}age{min,max} functions
` [PATCH 07/11] unicode: simplify utf8len
` [PATCH 08/11] unicode: move utf8cursor to utf8-selftest.c
` [PATCH 09/11] unicode: cache the normalization tables in struct unicode_map
` [PATCH 10/11] unicode: Add utf8-data module
` [PATCH 11/11] unicode: only export internal symbols for the selftests

dax_supported() related cleanups
 2021-08-24  6:55 UTC  (21+ messages)
` [PATCH 1/9] fsdax: improve the FS_DAX Kconfig description and help text
` [PATCH 2/9] dax: stop using bdevname
` [PATCH 3/9] dm: use fs_dax_get_by_bdev instead of dax_get_by_host
` [PATCH 4/9] dax: mark dax_get_by_host static
` [PATCH 5/9] dax: move the dax_read_lock() locking into dax_supported
` [PATCH 6/9] dax: remove __generic_fsdax_supported
` [PATCH 7/9] dax: stub out dax_supported for !CONFIG_FS_DAX
` [PATCH 8/9] xfs: factor out a xfs_buftarg_is_dax helper
` [PATCH 9/9] dax: remove bdev_dax_supported

[PATCH linux-next] ext4:namei: fix boolreturn.cocci warnings
 2021-08-24  5:55 UTC 

[PATCH] ext4: remove an unused variable warning with CONFIG_QUOTA=n
 2021-08-24  3:49 UTC 

[PATCH 0/8 v2] Quota fixes for e2fsprogs
 2021-08-23 15:41 UTC  (9+ messages)
` [PATCH 1/8] quota: Add support to version 0 quota format
` [PATCH 2/8] quota: Fold quota_read_all_dquots() into quota_update_limits()
` [PATCH 3/8] quota: Rename quota_update_limits() to quota_read_all_dquots()
` [PATCH 4/8] tune2fs: Fix conversion of quota files
` [PATCH 5/8] e2fsck: Do not trash user limits when processing orphan list
` [PATCH 6/8] tests: Expand test checking quota and orphan processing interaction
` [PATCH 7/8] debugfs: Fix headers for quota commands
` [PATCH 8/8] quota: Drop dead code

[PATCH 0/7] Test the new fanotify FAN_FS_ERROR event
 2021-08-23 14:34 UTC  (10+ messages)
` [PATCH 3/7] syscalls/fanotify20: Validate incoming FID in FAN_FS_ERROR
        ` [LTP] "

[PATCH 0/2] Quota fixes for e2fsprogs
 2021-08-23 14:01 UTC  (5+ messages)
` [PATCH 1/2] quota: Add support to version 0 quota format
` [PATCH 2/2] tune2fs: Fix conversion of quota files

[PATCH] libss: add newer libreadline.so.8 to dlopen path
 2021-08-23  9:31 UTC  (3+ messages)

[PATCH] ext4: fix reserved space counter leakage
 2021-08-23  5:46 UTC  (8+ messages)

[ext4:dev] BUILD SUCCESS 9e445093e523f3277081314c864f708fd4bd34aa
 2021-08-21 16:08 UTC 

[syzbot] KASAN: slab-out-of-bounds Write in ext4_write_inline_data_end
 2021-08-21  4:53 UTC  (5+ messages)
` [PATCH] ext4: fix race writing to an inline_data file while its xattrs are changing

[syzbot] KASAN: use-after-free Write in ext4_write_inline_data
 2021-08-21  4:31 UTC  (3+ messages)

[PATCH] ext4: scope ret locally in ext4_try_to_trim_range()
 2021-08-20 12:08 UTC 

[syzbot] KASAN: use-after-free Read in ext4_find_extent
 2021-08-20  9:18 UTC 

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-20  7:24 UTC  (20+ messages)
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH] ext4: limit the number of blocks in one ADD_RANGE TLV
 2021-08-20  4:45 UTC 

[PATCH 0/2] ext4: fix inline data / extent status truncation bug
 2021-08-19 14:49 UTC  (3+ messages)
` [PATCH 1/2] ext4: remove extent cache entries when truncating inline data
` [PATCH 2/2] ext4: enforce buffer head state assertion in ext4_da_map_blocks

[PATCH v2 0/4] ext4: fix a inode checksum error
 2021-08-19 13:11 UTC  (8+ messages)
` [PATCH v2 1/4] ext4: move inode eio simulation behind io completeion
` [PATCH v2 2/4] ext4: remove an unnecessary if statement in __ext4_get_inode_loc()
` [PATCH v2 3/4] ext4: don't return error if huge_file feature mismatch
` [PATCH v2 4/4] ext4: prevent getting empty inode buffer

[PATCH v2] ext4: regression test for "tune2fs -l" after ext4 shutdown
 2021-08-19  8:49 UTC  (2+ messages)

[syzbot] kernel BUG in ext4_get_group_info
 2021-08-19  8:21 UTC 

[PATCH] ext4: regression test for "tune2fs -l" after ext4 shutdown
 2021-08-19  6:30 UTC  (8+ messages)


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