Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-11 06:36:34 to 2023-08-18 04:09:04 UTC [more...]

[PATCH 00/13] fixes and cleanups to ext4 resize
 2023-08-18  4:07 UTC  (37+ messages)
` [PATCH 01/13] ext4: correct offset of gdb backup in non meta_bg group to update_backups
` [PATCH 02/13] ext4: add missed brelse in update_backups
` [PATCH 03/13] ext4: correct return value of ext4_convert_meta_bg
` [PATCH 04/13] ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
` [PATCH 05/13] ext4: fix typo "
` [PATCH 06/13] ext4: remove redundant check of count
` [PATCH 07/13] ext4: remove commented code in reserve_backup_gdb
` [PATCH 08/13] ext4: calculate free_clusters_count in cluster unit in verify_group_input
` [PATCH 09/13] ext4: remove EXT4FS_DEBUG defination in resize.c
` [PATCH 10/13] ext4: use saved local variable sbi instead of EXT4_SB(sb)
` [PATCH 11/13] ext4: correct gdblock calculation in add_new_gdb_meta_bg to support non first group
` [PATCH 12/13] ext4: remove unnecessary check for avoiding multiple update_backups in ext4_flex_group_add
` [PATCH 13/13] ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap

[PATCH v3] ext4: improve trim efficiency
 2023-08-18  3:43 UTC  (2+ messages)

[syzbot] [ext4?] kernel panic: EXT4-fs (device loop0): panic forced after error (3)
 2023-08-18  2:52 UTC  (9+ messages)

Tasks stuck jbd2 for a long time
 2023-08-18  2:41 UTC  (12+ messages)

[PATCH V2] ext4: introduce EXT4_BG_TRIMMED to optimize fstrim
 2023-08-18  0:12 UTC  (2+ messages)

[PATCH] mm: Change calling convention for ->huge_fault
 2023-08-17 20:01 UTC 

[PATCH v1] ext2: improve consistency of ext2_fsblk_t datatype usage
 2023-08-17 19:59 UTC 

[PATCH] ext4: Free data blocks directly for ordered journal
 2023-08-17 19:54 UTC  (2+ messages)

[PATCH] ext4: Modify the rec_len helpers to accommodate future cases
 2023-08-17 17:31 UTC  (2+ messages)

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-17 17:06 UTC  (11+ messages)
` [PATCH v6 1/9] ecryptfs: Reject casefold directory inodes
` [PATCH v6 2/9] 9p: Split ->weak_revalidate from ->revalidate
` [PATCH v6 3/9] fs: Expose name under lookup to d_revalidate hooks
` [PATCH v6 4/9] fs: Add DCACHE_CASEFOLDED_NAME flag
` [PATCH v6 5/9] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v6 6/9] libfs: Chain encryption checks after case-insensitive revalidation
` [PATCH v6 7/9] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v6 8/9] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v6 9/9] f2fs: "

[PATCH 2/2] ext4: Add correct group descriptors and reserved GDT blocks to system zone
 2023-08-17 17:05 UTC  (3+ messages)

[PATCH] e2fsprogs: modify dumpe2fs to report free block ranges for bigalloc
 2023-08-17 14:47 UTC  (2+ messages)

[PATCH v3 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-08-17 14:47 UTC  (10+ messages)
` [PATCH v3 05/12] jbd2: open code jbd2_verify_csum_type() helper
` [PATCH v3 06/12] jbd2: cleanup load_superblock()
` [PATCH v3 07/12] jbd2: add fast_commit space check
` [PATCH v3 08/12] jbd2: cleanup journal_init_common()
` [PATCH v3 09/12] jbd2: drop useless error tag in jbd2_journal_wipe()
` [PATCH v3 10/12] jbd2: jbd2_journal_init_{dev,inode} return proper error return value
` [PATCH v3 11/12] ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()
` [PATCH v3 12/12] ext4: ext4_get_{dev}_journal return proper error value

[syzbot] [ext4?] memory leak in __es_insert_extent
 2023-08-17 13:40 UTC 

[PATCH v5 00/10] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-17  9:12 UTC  (32+ messages)
` [PATCH v5 01/10] fs: Expose helper to check if a directory needs casefolding
` [PATCH v5 02/10] ecryptfs: Reject casefold directory inodes
` [PATCH v5 03/10] 9p: Split ->weak_revalidate from ->revalidate
` [PATCH v5 04/10] fs: Expose name under lookup to d_revalidate hooks
` [PATCH v5 05/10] fs: Add DCACHE_CASEFOLDED_NAME flag
` [PATCH v5 06/10] libfs: Validate negative dentries in case-insensitive directories
` [PATCH v5 07/10] libfs: Chain encryption checks after case-insensitive revalidation
` [PATCH v5 08/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v5 09/10] ext4: Enable negative dentries on case-insensitive lookup
` [PATCH v5 10/10] f2fs: "

[PATCH] e2fsck: delay quotas loading in release_orphan_inodes()
 2023-08-17  8:18 UTC 

[e2fsprogs PATCH] resize2fs: use directio when reading superblock
 2023-08-17  0:37 UTC  (7+ messages)

[syzbot] [ext4?] INFO: task hung in __writeback_inodes_sb_nr (6)
 2023-08-16 23:27 UTC  (2+ messages)

[PATCH v2 0/4] ext2: fix race between setxattr and write back
 2023-08-16 15:53 UTC  (6+ messages)
` [PATCH v2 1/4] ext2: remove ext2_new_block()
` [PATCH v2 2/4] ext2: introduce flag argument for ext2_new_blocks()
` [PATCH v2 3/4] ext2: fix race between setxattr and write back
` [PATCH v2 4/4] ext2: dump current reservation window info

6.5.0rc5 fs hang - ext4? raid?
 2023-08-16 15:30 UTC  (15+ messages)

[PATCH v2] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-08-16 14:16 UTC  (3+ messages)

[PATCH v1] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-08-16 11:56 UTC  (5+ messages)
    ` Aw: "

[PATCH 1/2] ext4: optimize metadata allocation for hybrid LUNs
 2023-08-16 10:09 UTC  (3+ messages)

[PATCH 1/2] ext4: introduce EXT4_BG_TRIMMED to optimize fstrim
 2023-08-16  3:47 UTC  (7+ messages)
` [PATCH 2/2] e2fsprogs: support EXT2_FLAG_BG_TRIMMED and EXT2_FLAGS_TRACK_TRIM

[syzbot] [ext4?] possible deadlock in quotactl_fd
 2023-08-16  3:22 UTC 

[PATCH 1/1] mke2fs: the -d option can now handle tarball input
 2023-08-15 18:58 UTC  (7+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
    ` [PATCH v3 0/1] "
      ` [PATCH v3 1/1] "

[v6.1] kernel BUG in ext4_writepages
 2023-08-15 16:44 UTC  (6+ messages)

[PATCH v2] ext4: Adds helpers for s_mount_state
 2023-08-15 12:36 UTC 

[PATCH v2] ext4: fix slab-use-after-free in ext4_es_insert_extent()
 2023-08-15 10:11 UTC  (2+ messages)

[PATCH] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-08-15  9:45 UTC 

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-15  9:14 UTC  (8+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker

[PATCH] ext4: fix slab-use-after-free in ext4_es_insert_extent()
 2023-08-15  1:20 UTC  (3+ messages)

[PATCH 0/3] Simplify rejection of unexpected casefold inode flag
 2023-08-14 19:52 UTC  (7+ messages)
` [PATCH 1/3] ext4: reject casefold inode flag without casefold feature
` [PATCH 2/3] ext4: remove redundant checks of s_encoding
` [PATCH 3/3] libfs: "

[PATCH 0/2] fix race between setxattr and write back
 2023-08-14 15:42 UTC  (6+ messages)
` [PATCH 1/2] ext2: "
` [PATCH 2/2] ext2: dump current reservation window info before BUG

[syzbot] [ext4?] possible deadlock in __ext4_mark_inode_dirty (2)
 2023-08-14 12:42 UTC 

more blkdev_get and holder work
 2023-08-14 11:05 UTC  (4+ messages)
  ` [PATCH 12/12] xfs use fs_holder_ops for the log and RT devices

KASAN: slab-use-after-free Read in ext4_es_insert_extent
 2023-08-14  3:22 UTC  (2+ messages)

[syzbot] [ext4?] INFO: rcu detected stall in sys_unlink (3)
 2023-08-13 23:42 UTC 

[PATCH] ext4: Adds helpers functions for s_mount_state
 2023-08-12 10:19 UTC  (2+ messages)

[PATCH -next] ext4: mballoc: Use LIST_HEAD() to initialize the list_head
 2023-08-12  7:18 UTC 

[PATCH 0/3] Add and use bdev_getblk()
 2023-08-11 19:23 UTC  (6+ messages)
` [PATCH 1/3] buffer: Pass GFP flags to folio_alloc_buffers()
` [PATCH 2/3] buffer: Hoist GFP flags from grow_dev_page() to __getblk_gfp()
` [PATCH 3/3] ext4: Use bdev_getblk() to avoid memory reclaim in readahead path
` [PATCH 4/3] buffer: Use bdev_getblk() in __breadahead()

[PATCH] ext4_sb_breadahead_unmovable: Change to be no-blocking
 2023-08-11 16:49 UTC  (3+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (3+ messages)
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()

s_fs_info and ->kill_sb revisited v2
 2023-08-11  7:24 UTC  (5+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype


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