linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 13:24:44 to 2022-09-08 10:36:27 UTC [more...]

[PATCH 0/5 v3] ext4: Fix performance regression with mballoc
 2022-09-08 10:36 UTC  (7+ messages)
` [PATCH 1/5] ext4: Make mballoc try target group first even with mb_optimize_scan
` [PATCH 2/5] ext4: Avoid unnecessary spreading of allocations among groups
` [PATCH 3/5] ext4: Make directory inode spreading reflect flexbg size
` [PATCH 4/5] ext4: Use locality group preallocation for small closed files
` [PATCH 5/5] ext4: Use buckets for cr 1 block scan instead of rbtree

[PATCH 0/5 v2] ext4: Fix performance regression with mballoc
 2022-09-08  9:24 UTC  (21+ messages)
` [PATCH 1/5] ext4: Make mballoc try target group first even with mb_optimize_scan
` [PATCH 2/5] ext4: Avoid unnecessary spreading of allocations among groups
` [PATCH 3/5] ext4: Make directory inode spreading reflect flexbg size
` [PATCH 4/5] ext4: Use locality group preallocation for small closed files
` [PATCH 5/5] ext4: Use buckets for cr 1 block scan instead of rbtree

[PATCH] jbd2: wake up journal waiters in FIFO order, not LIFO
 2022-09-08  9:13 UTC  (8+ messages)

[PATCH] mbcache: Avoid nesting of cache->c_list_lock under bit locks
 2022-09-08  9:10 UTC 

[PATCH v2 00/13] some refactor of __ext4_fill_super()
 2022-09-08  9:06 UTC  (27+ messages)
` [PATCH v2 01/13] ext4: goto right label 'failed_mount3a'
` [PATCH v2 02/13] ext4: remove cantfind_ext4 error handler
` [PATCH v2 03/13] ext4: factor out ext4_set_def_opts()
` [PATCH v2 04/13] ext4: factor out ext4_handle_clustersize()
` [PATCH v2 05/13] ext4: factor out ext4_fast_commit_init()
` [PATCH v2 06/13] ext4: factor out ext4_inode_info_init()
` [PATCH v2 07/13] ext4: factor out ext4_encoding_init()
` [PATCH v2 08/13] ext4: factor out ext4_init_metadata_csum()
` [PATCH v2 09/13] ext4: factor out ext4_check_feature_compatibility()
` [PATCH v2 10/13] ext4: factor out ext4_geometry_check()
` [PATCH v2 11/13] ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()
` [PATCH v2 12/13] ext4: factor out ext4_load_and_init_journal()
` [PATCH v2 13/13] ext4: factor out ext4_journal_data_mode_check()

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-08  8:33 UTC  (19+ messages)

[PATCH v3] fs/ext4: replace ternary operator with min()/max() and min_t()
 2022-09-08  2:34 UTC  (3+ messages)
  `  "

Ext4 filesystem recovery after mdraid failure -2
 2022-09-07 16:01 UTC 

Fwd: Ext4 filesystem recovery after mdraid failure
 2022-09-07 14:27 UTC 

307af6c879377 "mbcache: automatically delete entries from cache on freeing" ==> PREEMPT_RT grumble
 2022-09-07 13:14 UTC 

[PATCH v4 0/6] vfs: clean up i_version behavior and expose it via statx
 2022-09-07 11:33 UTC  (7+ messages)
` [PATCH v4 1/6] iversion: update comments with info about atime updates
` [PATCH v4 2/6] ext4: fix i_version handling in ext4
` [PATCH v4 3/6] ext4: unconditionally enable the i_version counter
` [PATCH v4 4/6] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v4 5/6] nfs: report the inode version in statx if requested
` [PATCH v4 6/6] ceph: fill in the change attribute in statx requests

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-09-07  9:10 UTC  (9+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 8/8] xfs: support STATX_DIOALIGN

[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
 2022-09-06 19:55 UTC  (8+ messages)

[PATCH v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-09-06 15:43 UTC  (5+ messages)
` [PATCH v2 1/2] fscrypt: stop using PG_error to track error status
  ` [f2fs-dev] "
` [PATCH v2 2/2] fsverity: "
  ` [f2fs-dev] "

[man-pages RFC PATCH v3] statx, inode: document the STATX_INO_VERSION field
 2022-09-06 13:29 UTC 

[PATCH] tune2fs: tune2fs_main() should return rc when some error, occurs
 2022-09-06  9:41 UTC  (2+ messages)

[PATCH v2 00/14] fs/buffer: remove ll_rw_block()
 2022-09-06  1:06 UTC  (46+ messages)
` [PATCH v2 01/14] fs/buffer: remove __breadahead_gfp()
` [PATCH v2 02/14] fs/buffer: add some new buffer read helpers
` [PATCH v2 03/14] fs/buffer: replace ll_rw_block()
` [PATCH v2 04/14] gfs2: "
` [PATCH v2 05/14] isofs: "
` [PATCH v2 06/14] jbd2: "
` [PATCH v2 07/14] ntfs3: "
` [PATCH v2 08/14] ocfs2: "
  ` [Ocfs2-devel] "
` [PATCH v2 09/14] reiserfs: "
` [PATCH v2 10/14] udf: "
` [PATCH v2 11/14] ufs: "
` [PATCH v2 12/14] fs/buffer: remove ll_rw_block() helper
` [PATCH v2 13/14] ext2: replace bh_submit_read() helper with bh_read_locked()
` [PATCH v2 14/14] fs/buffer: remove bh_submit_read() helper

kvm-xfstests, adv test scenario, inode size-related failures
 2022-09-05 14:59 UTC  (2+ messages)

[PATCH] tune2fs: fix tune2fs segfault when ext2fs_run_ext3_journal() fails
 2022-09-05 11:16 UTC 

[PATCH 0/2] ext4: Fix performance regression with mballoc
 2022-09-05 10:15 UTC  (11+ messages)

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

[PATCH v2] ext4: place buffer head allocation before handle start
 2022-09-03  1:24 UTC 

Wycena paneli fotowoltaicznych
 2022-09-02  7:55 UTC 

[PATCH -next] ext4: ensure data forced to disk when rename
 2022-09-02  3:31 UTC  (5+ messages)

[RFC PATCH] ext4: limit the number of retries after discarding preallocations blocks
 2022-09-01 22:18 UTC 

[PATCH v4 0/3] fscrypt: rework keyring and stop using request_queue
 2022-09-01 19:32 UTC  (4+ messages)
` [PATCH v4 1/3] fscrypt: stop using keyrings subsystem for fscrypt_master_key
` [PATCH v4 2/3] fscrypt: stop holding extra request_queue references
` [PATCH v4 3/3] fscrypt: work on block_devices instead of request_queues


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