Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-04 00:12:25 to 2023-01-10 09:05:56 UTC [more...]

[PATCH] tune2fs:check return value of ext2fs_mmp_update2 in rewrite_metadata_checksums
 2023-01-10  9:02 UTC  (3+ messages)

[PATCH] mmp:fix wrong comparison in ext2fs_mmp_stop
 2023-01-10  9:03 UTC  (3+ messages)

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-10  8:52 UTC  (21+ messages)
` [RFC v6 01/10] iomap: Add __iomap_put_folio helper
` [RFC v6 02/10] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v6 03/10] iomap: Rename page_done handler to put_folio
` [RFC v6 04/10] iomap: Add iomap_get_folio helper
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler
` [RFC v6 06/10] iomap: Add __iomap_get_folio helper
` [RFC v6 07/10] iomap: Rename page_prepare handler to get_folio
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v6 09/10] iomap: Rename page_ops to folio_ops
` [RFC v6 10/10] xfs: Make xfs_iomap_folio_ops static

[PATCH] build: split version and release in configure
 2023-01-10  4:10 UTC 

[PATCH] tests: fix u_direct_io to work with older losetup
 2023-01-10  4:05 UTC 

[PATCH] tests: fix r_move_itable_realloc to run on Linux
 2023-01-10  4:02 UTC 

[PATCH] ext4: fix task hung in ext4_xattr_delete_inode
 2023-01-10  4:27 UTC 

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-10  3:10 UTC  (10+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()

[PATCH v4] jbd2: Fix data missing when reusing bh which is ready to be checkpointed
 2023-01-10  1:53 UTC 

[PATCH -next v3] jbd2: Fix data missing when reusing bh which is ready to be checkpointed
 2023-01-10  1:17 UTC  (3+ messages)

[e2fsprogs PATCH v2] e2fsck: don't allow journal inode to have encrypt flag
 2023-01-09 18:20 UTC  (2+ messages)

[e2fsprogs PATCH] mke2fs: fix Windows build
 2023-01-09 18:17 UTC 

some ideas
 2023-01-09 16:23 UTC 

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-09 15:07 UTC  (13+ messages)
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION
` [PATCH v2 6/7] ext4: Add mount option for provisioning blocks during allocations

[PATCH v2] jbd2: Fix data missing when reusing bh which is ready to be checkpointed
 2023-01-09 11:20 UTC  (4+ messages)

[PATCH v2 0/2] ext4: fix possible null pointer dereference in ext4_get_group_info
 2023-01-09 11:01 UTC  (4+ messages)
` [PATCH v2 1/2] ext4: fail ext4_iget if special inode unallocated
` [PATCH v2 2/2] ext4: update s_journal_inum if it changes after journal replay

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-09  9:10 UTC  (25+ messages)
` [PATCH RFC v7 01/23] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v7 02/23] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 04/23] dept: Add lock "
` [PATCH RFC v7 05/23] dept: Tie to Lockdep and IRQ tracing
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()
` [PATCH RFC v7 08/23] dept: Apply sdt_might_sleep_strong() to PG_{locked,writeback} wait
` [PATCH RFC v7 09/23] dept: Apply sdt_might_sleep_weak() to swait
` [PATCH RFC v7 10/23] dept: Apply sdt_might_sleep_weak() to waitqueue wait
` [PATCH RFC v7 11/23] dept: Apply sdt_might_sleep_weak() to hashed-waitqueue wait
` [PATCH RFC v7 12/23] dept: Distinguish each syscall context from another
` [PATCH RFC v7 13/23] dept: Distinguish each work "
` [PATCH RFC v7 14/23] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH RFC v7 15/23] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v7 16/23] dept: Apply sdt_might_sleep_strong() to dma fence wait
` [PATCH RFC v7 17/23] dept: Track timeout waits separately with a new Kconfig
` [PATCH RFC v7 18/23] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH RFC v7 19/23] dept: Apply timeout consideration to swait
` [PATCH RFC v7 20/23] dept: Apply timeout consideration to waitqueue wait
` [PATCH RFC v7 21/23] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH RFC v7 22/23] dept: Apply timeout consideration to dma fence wait
` [PATCH RFC v7 23/23] dept: Record the latest one out of consecutive waits of the same class

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2023-01-08 19:40 UTC  (32+ messages)
` [PATCH v5 1/9] iomap: Add iomap_put_folio helper
` [PATCH v5 2/9] iomap/gfs2: Unlock and put folio in page_done handler
` [PATCH v5 3/9] iomap: Rename page_done handler to put_folio
` [PATCH v5 4/9] iomap: Add iomap_get_folio helper
` [PATCH v5 5/9] iomap/gfs2: Get page in page_prepare handler
` [PATCH v5 6/9] iomap: Rename page_prepare handler to get_folio
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler
` [PATCH v5 8/9] iomap: Rename page_ops to folio_ops
` [PATCH v5 9/9] xfs: Make xfs_iomap_folio_ops static

[syzbot] [ext4?] INFO: task hung in find_inode_fast
 2023-01-08  3:47 UTC 

[PATCH 5.10 0/2] Selected ext4 fast-commit fixes for 5.10-stable
 2023-01-07 20:37 UTC  (3+ messages)
` [PATCH 5.10 1/2] ext4: disable fast-commit of encrypted dir operations
` [PATCH 5.10 2/2] ext4: don't set up encryption key during jbd2 transaction

Please apply "ext4: don't allow journal inode to have encrypt flag" to 5.15 and earlier
 2023-01-07 20:30 UTC 

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-01-07 15:11 UTC  (3+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs

[PATCH] [RFC] Fix data missing when reusing bh which is ready to be checkpointed
 2023-01-07  9:28 UTC  (3+ messages)

[Bug 216898] New: jbd2: Data missing when reusing bh which is ready to be checkpointed
 2023-01-07  9:27 UTC  (4+ messages)
` [Bug 216898] "

[PATCH 0/2] ext4: fix possible null pointer dereference in ext4_get_group_info
 2023-01-07  1:37 UTC  (6+ messages)
` [PATCH 1/2] ext4: fail ext4_iget if special inode unallocated
` [PATCH 2/2] ext4: update s_journal_inum if it changes after journal replay

[PATCH v2] ext4: Fix function prototype mismatch for ext4_feat_ktype
 2023-01-06  8:01 UTC  (2+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-06  7:57 UTC  (25+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
  ` [Cluster-devel] "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()

[e2fsprogs PATCH] tune2fs: fix setting fsuuid::fsu_len
 2023-01-05 19:28 UTC  (4+ messages)

FAILED: patch "[PATCH] ext4: fix kernel BUG in 'ext4_write_inline_data_end()'" failed to apply to 5.10-stable tree
 2023-01-05 17:03 UTC 

[PATCH 5.15 00/10] ext4 fast-commit fixes for 5.15-stable
 2023-01-05 12:01 UTC  (12+ messages)
` [PATCH 5.15 01/10] ext4: remove unused enum EXT4_FC_COMMIT_FAILED
` [PATCH 5.15 02/10] ext4: use ext4_debug() instead of jbd_debug()
` [PATCH 5.15 03/10] ext4: introduce EXT4_FC_TAG_BASE_LEN helper
` [PATCH 5.15 04/10] ext4: factor out ext4_fc_get_tl()
` [PATCH 5.15 05/10] ext4: fix potential out of bound read in ext4_fc_replay_scan()
` [PATCH 5.15 06/10] ext4: disable fast-commit of encrypted dir operations
` [PATCH 5.15 07/10] ext4: don't set up encryption key during jbd2 transaction
` [PATCH 5.15 08/10] ext4: add missing validation of fast-commit record lengths
` [PATCH 5.15 09/10] ext4: fix unaligned memory access in ext4_fc_reserve_space()
` [PATCH 5.15 10/10] ext4: fix off-by-one errors in fast-commit block filling

[PATCH v4] ext4: truncate during setxattr leads to kernel panic
 2023-01-05 11:27 UTC  (4+ messages)

[PATCH] ext4: fix WARNING in ext4_update_inline_data
 2023-01-05  9:15 UTC 

[e2fsprogs PATCH] libext2fs: fix 32-bit Windows build
 2023-01-04 20:53 UTC  (4+ messages)

Pls. keep noacl & nouser_xattr
 2023-01-04 20:42 UTC 

kernel BUG in ext4_free_blocks (2)
 2023-01-04 11:34 UTC 

[e2fsprogs PATCH] libext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics()
 2023-01-04 10:43 UTC  (2+ messages)

[e2fsprogs PATCH] resize2fs: remove unused variable from adjust_superblock()
 2023-01-04 10:35 UTC  (2+ messages)

[e2fsprogs PATCH] libsupport: remove unused label in get_devname()
 2023-01-04 10:25 UTC  (2+ messages)

[e2fsprogs PATCH] libsupport: clean up definition of flags_array
 2023-01-04 10:23 UTC  (2+ messages)

[e2fsprogs PATCH] libext2fs: remove unused variable in ext2fs_xattrs_read_inode()
 2023-01-04 10:23 UTC  (2+ messages)

BUG: corrupted list in mb_update_avg_fragment_size
 2023-01-04  9:02 UTC 

[PATCH] ext4: fix use-after-free Read in ext4_find_extent for bigalloc + inline
 2023-01-04  8:49 UTC  (3+ messages)

[PATCH] fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
 2023-01-04  6:58 UTC  (2+ messages)

[PATCH 0/4] fsverity cleanups
 2023-01-04  6:58 UTC  (2+ messages)

[PATCH] ext4: Fix function prototype mismatch for ext4_feat_ktype
 2023-01-04  6:43 UTC  (5+ messages)

Separate mailing list (and git and patchwork) for fsverity?
 2023-01-04  6:18 UTC  (4+ messages)

[PATCH 1/1] fs/ext4/inode.c: Remove unnecessary variable initialization
 2023-01-04  5:52 UTC 

[PATCH] ext4: reject 1k block fs on the first block of disk
 2023-01-04  1:58 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).