linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-05 05:52:58 to 2022-09-12 13:51:35 UTC [more...]

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-12 13:51 UTC  (70+ messages)

How does newbie find bugs in ext4?
 2022-09-12 13:09 UTC 

[PATCH] tune2fs: tune2fs_main() should return rc when some error, occurs
 2022-09-12 11:55 UTC  (3+ messages)

[PATCH] tune2fs: fix tune2fs segfault when ext2fs_run_ext3_journal() fails
 2022-09-12 11:55 UTC  (2+ messages)

[PATCH] ext4: remove ext4_inline_data_fiemap() declaration
 2022-09-12  9:09 UTC  (2+ messages)

[PATCH v2] ext4: Fix dir corruption when ext4_dx_add_entry() fails
 2022-09-12  8:25 UTC  (2+ messages)

[PATCH v2 00/13] some refactor of __ext4_fill_super()
 2022-09-12  3:12 UTC  (30+ 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()

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-09-12  0:54 UTC  (10+ 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

[PATCH 0/5 v3] ext4: Fix performance regression with mballoc
 2022-09-11 12:32 UTC  (10+ 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 v1] fs/ext4/xattr: check the return value of ext4_xattr_inode_dec_ref()
 2022-09-10  9:55 UTC  (2+ messages)

[PATCH] ext4: Fix dir corruption when ext4_dx_add_entry() fails
 2022-09-09 10:07 UTC  (2+ messages)

[Bug 216322] New: Freezing of tasks failed after 60.004 seconds (1 tasks refusing to freeze... task:fstrim ext4_trim_fs - Dell XPS 13 9310
 2022-09-09  6:02 UTC  (2+ messages)
` [Bug 216322] "

[Bug 216466] New: ext4: dir corruption when ext4_dx_add_entry() fails
 2022-09-09  2:34 UTC  (4+ messages)
` [Bug 216466] "

[PATCH] ext4: Fix some checkpatch complained in namei.c file
 2022-09-08 18:28 UTC 

[PATCH v5 0/8] vfs/nfsd: clean up handling of the i_version counter
 2022-09-08 17:24 UTC  (9+ messages)
` [PATCH v5 1/8] iversion: clarify when the i_version counter must be updated
` [PATCH v5 2/8] ext4: fix i_version handling in ext4
` [PATCH v5 3/8] ext4: unconditionally enable the i_version counter
` [PATCH v5 4/8] vfs: plumb i_version handling into struct kstat
` [PATCH v5 5/8] nfs: report the inode version in getattr if requested
` [PATCH v5 6/8] ceph: "
` [PATCH v5 7/8] nfsd: use the getattr operation to fetch i_version
` [RFC PATCH v5 8/8] nfsd: take inode_lock when querying for NFSv4 GETATTR

[PATCH 0/5 v2] ext4: Fix performance regression with mballoc
 2022-09-08 11:33 UTC  (23+ 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 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

[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 v2 00/14] fs/buffer: remove ll_rw_block()
 2022-09-06  1:06 UTC  (30+ messages)
` [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 0/2] ext4: Fix performance regression with mballoc
 2022-09-05 10:15 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 NNTP newsgroup(s).