Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-23 14:54:13 to 2023-04-04 17:14:41 UTC [more...]

[RFC PATCH 0/5] fstests specific MAINTAINERS file
 2023-04-04 17:14 UTC  (3+ messages)
` [PATCH 1/5] fstests: add MAINTAINERS and get_maintainer.pl files
` [PATCH 2/5] tools/get_maintainer.pl: remove penguin chiefs

[PATCH v2 00/23] fs-verity support for XFS
 2023-04-04 16:39 UTC  (31+ messages)
` [PATCH v2 01/23] xfs: Add new name to attri/d
` [PATCH v2 02/23] xfs: add parent pointer support to attribute code
` [PATCH v2 03/23] xfs: define parent pointer xattr format
` [PATCH v2 04/23] xfs: Add xfs_verify_pptr
` [PATCH v2 05/23] fsverity: make fsverity_verify_folio() accept folio's offset and size
` [PATCH v2 06/23] fsverity: add drop_page() callout
` [PATCH v2 07/23] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v2 08/23] iomap: hoist iomap_readpage_ctx from the iomap_readahead/_folio
` [PATCH v2 09/23] iomap: allow filesystem to implement read path verification
` [PATCH v2 10/23] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v2 11/23] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v2 12/23] xfs: introduce workqueue for post read IO work
` [PATCH v2 13/23] xfs: add iomap's readpage operations
` [PATCH v2 14/23] xfs: add attribute type for fs-verity
` [PATCH v2 15/23] xfs: add fs-verity ro-compat flag
` [PATCH v2 16/23] xfs: add inode on-disk VERITY flag
` [PATCH v2 17/23] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v2 18/23] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v2 19/23] xfs: disable direct read path for fs-verity sealed files
` [PATCH v2 20/23] xfs: add fs-verity support
` [PATCH v2 21/23] xfs: handle merkle tree block size != fs blocksize != PAGE_SIZE
` [PATCH v2 22/23] xfs: add fs-verity ioctls
` [PATCH v2 23/23] xfs: enable ro-compat fs-verity flag

[PATCH] ext4: only update i_reserved_data_blocks on successful block allocation
 2023-04-04 11:31 UTC  (9+ messages)

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-04-03 22:57 UTC  (16+ messages)
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

RFC: Filesystem metadata in HIGHMEM
 2023-04-03 14:22 UTC  (2+ messages)

[PATCH] ext4: simplify 32bit calculation of lblk
 2023-04-03 13:53 UTC 

[PATCH v2][for-stable 5.10, 5.4, 4.19, 4.14] ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
 2023-04-03 13:21 UTC  (2+ messages)

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-04-03 12:24 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Write in ext4_write_inline_data_end (2)
 2023-04-03  5:32 UTC 

[PATCH v3] ext4: Add a uapi header for ext4 userspace APIs
 2023-04-02  2:37 UTC 

[PATCH v2] ext4: fix performance issue of xattr when expanding inode
 2023-04-02  1:30 UTC 

[PATCH] ext4: fix performance issue of xattr when expanding inode
 2023-04-01 21:43 UTC  (3+ messages)

[PATCH] ext4: remove useless conditional branch code
 2023-04-01  7:53 UTC 

[PATCH] ext4: Add a uapi header for ext4 userspace APIs
 2023-04-01  0:40 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/7] Support negative dentries on case-insensitive directories
 2023-03-31 15:31 UTC  (8+ messages)
` [PATCH 1/7] fs: Expose name under lookup to d_revalidate hook
` [PATCH 3/7] libfs: Validate negative dentries in case-insensitive directories
    ` [f2fs-dev] "

[PATCH RESEND][for-stable 5.10, 5.4, 4.19, 4.14] ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
 2023-03-30 13:47 UTC  (6+ messages)

kernel BUG at fs/ext4/inline.c:226!
 2023-03-30  9:48 UTC 

[PATCH 0/13 v1] ext4: Make ext4_writepages() write all journalled data
 2023-03-30  8:21 UTC  (16+ messages)
` [PATCH 01/13] jdb2: Don't refuse invalidation of already invalidated buffers
` [PATCH 02/13] ext4: Mark pages with journalled data dirty
` [PATCH 03/13] ext4: Keep "
` [PATCH 04/13] ext4: Clear dirty bit from pages without data to write
` [PATCH 05/13] ext4: Commit transaction before writing back pages in data=journal mode
` [PATCH 06/13] ext4: Drop special handling of journalled data from ext4_sync_file()
` [PATCH 07/13] ext4: Drop special handling of journalled data from extent shifting operations
` [PATCH 08/13] ext4: Fix special handling of journalled data from extent zeroing
` [PATCH 09/13] ext4: Drop special handling of journalled data from ext4_evict_inode()
` [PATCH 10/13] ext4: Drop special handling of journalled data from ext4_quota_on()
` [PATCH 11/13] ext4: Simplify handling of journalled data in ext4_bmap()
` [PATCH 12/13] ext4: Update comment in mpage_prepare_extent_to_map()
` [PATCH 13/13] Revert "ext4: Fix warnings when freezing filesystem with journaled data"

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in get_max_inline_xattr_value_size
 2023-03-30  7:48 UTC 

[PATCH v2 0/2] Add some msg for io error
 2023-03-30  6:56 UTC  (3+ messages)
` [PATCH v2 1/2] lib/ext2fs: add error handle in unix_flush and unix_write_byte
` [PATCH v2 2/2] e2fsck: add sync error handle to e2fsck

[PATCH 0/2] Add some msg for io error
 2023-03-30  3:00 UTC  (7+ messages)
` [PATCH 1/2] lib/ext2fs: add error handle in unix_flush and unix_write_byte
` [PATCH 2/2] e2fsck: add sync error handle to e2fsck

return an ERR_PTR from __filemap_get_folio v2
 2023-03-29 23:56 UTC  (3+ messages)

[PATCH v3] ext4: fix race between writepages and remount
 2023-03-29 13:06 UTC  (2+ messages)

[PATCH] ext4: defer updating i_disksize until endio
 2023-03-29 11:37 UTC  (10+ messages)

[PATCH v3 0/2] ext4: fix quotas leak in __ext4_fill_super()
 2023-03-28  9:15 UTC  (4+ messages)
` [PATCH v3 1/2] ext4: turning quotas off if mount failed after enable quotas
` [PATCH v3 2/2] ext4: refactoring to use the unified helper ext4_quotas_off()

[PATCH v2] ext4: fix race between writepages and remount
 2023-03-28  9:05 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in ext4_convert_inline_data_nolock
 2023-03-28  7:53 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:40 UTC 

[PATCH v2 0/2] ext4: fix quotas leak in __ext4_fill_super()
 2023-03-27 12:06 UTC  (6+ messages)
` [PATCH v2 1/2] ext4: turning quotas off if mount failed after enable quotas
` [PATCH v2 2/2] ext4: refactoring to use the unified helper ext4_quotas_off()

[PATCH 0/3] ext4: fix WARNING in ext4_add_complete_io
 2023-03-27 11:11 UTC  (6+ messages)
` [PATCH 3/3] ext4: fix race between writepages and remount

[PATCH 0/2] ext4: fix quotas leak in __ext4_fill_super()
 2023-03-27  1:43 UTC  (6+ messages)
` [PATCH 1/2] ext4: turning quotas off if mount failed after enable quotas
` [PATCH 2/2] ext4: refactoring to use the unified helper ext4_quotas_off()

[PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
 2023-03-27  0:58 UTC  (7+ messages)

[PATCH v2 0/3] lib/string_helpers et al.: Change return value of strreplace()
 2023-03-26 13:37 UTC  (3+ messages)
` [PATCH v2 3/3] kobject: Use "

[syzbot] [ext4?] WARNING in ext4_da_update_reserve_space (2)
 2023-03-26 10:44 UTC 

[RFC 00/11] multiblock allocator improvements
 2023-03-26  3:54 UTC  (17+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
` [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)

[PATCH v2 00/29] Convert most of ext4 to folios
 2023-03-26  3:25 UTC  (32+ messages)
` [PATCH v2 01/29] fs: Add FGP_WRITEBEGIN
` [PATCH v2 02/29] fscrypt: Add some folio helper functions
` [PATCH v2 03/29] ext4: Convert ext4_bio_write_page() to use a folio
` [PATCH v2 04/29] ext4: Convert ext4_finish_bio() to use folios
` [PATCH v2 05/29] ext4: Turn mpage_process_page() into mpage_process_folio()
` [PATCH v2 06/29] ext4: Convert mpage_submit_page() to mpage_submit_folio()
` [PATCH v2 07/29] ext4: Convert mpage_page_done() to mpage_folio_done()
` [PATCH v2 08/29] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
` [PATCH v2 09/29] ext4: Convert ext4_readpage_inline() to take a folio
` [PATCH v2 10/29] ext4: Convert ext4_convert_inline_data_to_extent() to use "
` [PATCH v2 11/29] ext4: Convert ext4_try_to_write_inline_data() "
` [PATCH v2 12/29] ext4: Convert ext4_da_convert_inline_data_to_extent() "
` [PATCH v2 13/29] ext4: Convert ext4_da_write_inline_data_begin() "
` [PATCH v2 14/29] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
` [PATCH v2 15/29] ext4: Convert ext4_write_inline_data_end() to use a folio
` [PATCH v2 16/29] ext4: Convert ext4_write_begin() "
` [PATCH v2 17/29] ext4: Convert ext4_write_end() "
` [PATCH v2 18/29] ext4: Use a folio in ext4_journalled_write_end()
` [PATCH v2 19/29] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
` [PATCH v2 20/29] ext4: Convert __ext4_block_zero_page_range() "
` [PATCH v2 21/29] ext4: Convert ext4_page_nomap_can_writeout to ext4_folio_nomap_can_writeout
` [PATCH v2 22/29] ext4: Use a folio in ext4_da_write_begin()
` [PATCH v2 23/29] ext4: Convert ext4_mpage_readpages() to work on folios
` [PATCH v2 24/29] ext4: Convert ext4_block_write_begin() to take a folio
` [PATCH v2 25/29] ext4: Use a folio in ext4_page_mkwrite()
` [PATCH v2 26/29] ext4: Use a folio iterator in __read_end_io()
` [PATCH v2 27/29] ext4: Convert mext_page_mkuptodate() to take a folio
` [PATCH v2 28/29] ext4: Convert pagecache_read() to use "
` [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page

[PATCH v6 0/9] ext4: Convert inode preallocation list to an rbtree
 2023-03-25  8:13 UTC  (10+ messages)
` [PATCH v6 1/9] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v6 2/9] ext4: Refactor code related to freeing PAs
` [PATCH v6 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v6 4/9] ext4: Move overlap assert logic into a separate function
` [PATCH v6 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v6 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
` [PATCH v6 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v6 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v6 9/9] ext4: Remove the logic to trim inode PAs

[tytso-ext4:dev] BUILD SUCCESS 463f2e46bf7cfa718f020a933a6941bd6db1b267
 2023-03-25  0:53 UTC 

[syzbot] [ext4] Monthly Report
 2023-03-24 15:59 UTC 

[PATCH 00/31] Convert most of ext4 to folios
 2023-03-24  4:55 UTC  (10+ messages)
` [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use a folio
` [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() "
` [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take "

[PATCH v1 0/3] lib/string_helpers et al.: Change return value of strreplace()
 2023-03-23 22:23 UTC  (4+ messages)
` [PATCH v1 2/3] lib/string_helpers: Change returned value of the strreplace()

[PATCH 4/8] ext4: factor out ext4_flex_groups_free()
 2023-03-23 20:16 UTC  (2+ messages)

[PATCH 0/2] ext4: Fix two bugs in journalled writepages rework
 2023-03-23 14:53 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 read-only IMAP folder(s) and NNTP newsgroup(s).