linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-21 20:59:20 to 2022-08-31 10:36:18 UTC [more...]

[PATCH] ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
 2022-08-31 10:36 UTC  (2+ messages)

[Bug 216430] New: mdtest may pause for 5-10 mins on ext4
 2022-08-31 10:15 UTC  (2+ messages)
` [Bug 216430] "

[PATCH] ext4/053: Remove nouser_xattr test
 2022-08-31  9:31 UTC  (5+ messages)

ext2/zram issue [was: Linux 5.19]
 2022-08-31  7:55 UTC  (2+ messages)

[PATCH 0/2] ext4: Fix performance regression with mballoc
 2022-08-31  7:36 UTC  (17+ messages)
` [PATCH 1/2] ext4: Make mballoc try target group first even with mb_optimize_scan
` [PATCH 2/2] ext4: Avoid unnecessary spreading of allocations among groups

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

[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
 2022-08-30 20:08 UTC  (46+ messages)
` [PATCH v3 1/7] iversion: update comments with info about atime updates
` [PATCH v3 2/7] ext4: fix i_version handling in ext4
` [PATCH v3 3/7] ext4: unconditionally enable the i_version counter
` [PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
` [PATCH v3 5/7] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v3 6/7] nfs: report the inode version in statx if requested
` [PATCH v3 7/7] ceph: fill in the change attribute in statx requests

[PATCH] ext4: place buffer head allocation before handle start
 2022-08-30 16:38 UTC 

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

kernel BUG at fs/ext4/inline.c:LINE!
 2022-08-30  7:46 UTC  (4+ messages)
` [syzbot] "

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-08-29 17:43 UTC  (13+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v5 4/8] ext4: support STATX_DIOALIGN
` [PATCH v5 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v5 6/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v5 7/8] f2fs: support STATX_DIOALIGN
` [PATCH v5 8/8] xfs: "

[PATCH] Documentation: ext4: correct the document about superblock
 2022-08-29 16:26 UTC  (2+ messages)

[man-pages PATCH] statx, inode: document the new STATX_INO_VERSION field
 2022-08-29 12:37 UTC  (3+ messages)

[PATCH v4 1/3] ext4: don't increase iversion counter for ea_inodes
 2022-08-29 10:16 UTC  (8+ messages)
` [PATCH v4 2/3] fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
  ` [PATCH v5] "
` [PATCH v4 3/3] ext4: unconditionally enable the i_version counter

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

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-27  7:07 UTC  (12+ messages)
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes

[syzbot] WARNING in ext2_fill_super
 2022-08-26 16:53 UTC 

[PATCH] mm: migrate: buffer_migrate_folio_norefs() fallback migrate not uptodate pages
 2022-08-25 14:11 UTC  (4+ messages)

[PATCH] iversion: update comments with info about atime updates
 2022-08-25  0:17 UTC  (19+ messages)

3: qa-Letter | Em
 2022-08-24 22:27 UTC 

[syzbot] possible deadlock in jbd2_journal_lock_updates
 2022-08-24 10:06 UTC  (3+ messages)

Daily News: Sie konnten der nachste Millionar sein. Beeil dich
 2022-08-23 23:18 UTC 

[PATCH v4] tune2fs: Add support for get/set UUID ioctls
 2022-08-23 20:58 UTC  (2+ messages)

[PATCH] ext4: Make ext4_lazyinit_thread freezable
 2022-08-23 16:03 UTC  (3+ messages)

[syzbot] WARNING in iomap_iter
 2022-08-23 15:54 UTC  (13+ messages)

[PATCH v4] ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
 2022-08-23 14:22 UTC  (2+ messages)

[PATCH RFC] jbd2: detect old record when do journal scan
 2022-08-23 13:07 UTC  (4+ messages)

[PATCH] ext4: Fix check for block being out of directory size
 2022-08-23 10:00 UTC  (2+ messages)

[ext4] 72b90c090b: xfstests.generic.324.fail
 2022-08-23  5:57 UTC 

[bug report] disk quota exceed after multiple write/delete loops
 2022-08-23  4:16 UTC 

[PATCH v2 0/2] ext4, f2fs: stop using PG_error for fscrypt and fsverity
 2022-08-22 19:21 UTC  (3+ messages)

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

Daily News: Sie konnten der nachste Millionar sein. Beeil dich
 2022-08-22 13:42 UTC 

[PATCH v2 0/2] fscrypt: rework filesystem-level keyring
 2022-08-22 12:25 UTC  (2+ messages)

[PATCH v2] ext4: do io submit when next to write page not continuous
 2022-08-22 11:59 UTC 

[PATCH v3 1/3] ext4: don't increase iversion counter for ea_inodes
 2022-08-22  8:33 UTC  (6+ messages)
` [PATCH v3 2/3] fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE


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