public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-09 12:25:34 to 2023-08-15 11:30:34 UTC [more...]

[PATCH v2 0/4] ext2: fix race between setxattr and write back
 2023-08-15 11:26 UTC  (5+ 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

[PATCH v1] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-08-15 10:27 UTC  (2+ messages)

[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 1/2] ext4: introduce EXT4_BG_TRIMMED to optimize fstrim
 2023-08-15  5:08 UTC  (6+ messages)
` [PATCH 2/2] e2fsprogs: support EXT2_FLAG_BG_TRIMMED and EXT2_FLAGS_TRACK_TRIM

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

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

[PATCH v5 00/10] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-15  3:59 UTC  (30+ 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] ext4: fix slab-use-after-free in ext4_es_insert_extent()
 2023-08-15  1:20 UTC  (3+ messages)

6.5.0rc5 fs hang - ext4? raid?
 2023-08-15  1:11 UTC  (4+ messages)

[v6.1] kernel BUG in ext4_writepages
 2023-08-14 22:05 UTC  (6+ 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  (10+ messages)
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code
  ` [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  (27+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the xfs_mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: close the RT and log block devices in xfs_free_buftarg
` [PATCH 06/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 07/13] xfs: document the invalidate_bdev call in invalidate_bdev
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[PATCH v3 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-08-11  6:36 UTC  (13+ messages)
` [PATCH v3 01/12] jbd2: move load_superblock() dependent functions
` [PATCH v3 02/12] jbd2: move load_superblock() into journal_init_common()
` [PATCH v3 03/12] jbd2: don't load superblock in jbd2_journal_check_used_features()
` [PATCH v3 04/12] jbd2: checking valid features early in journal_get_superblock()
` [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

[PATCH] ext4_sb_breadahead_unmovable: Change to be no-blocking
 2023-08-11  4:08 UTC  (2+ messages)

[PATCH v2] ext4: do not mark inode dirty every time in delalloc append write scenario
 2023-08-10 17:34 UTC  (2+ messages)

[PATCH v2] ext4: drop dio overwrite only flag and associated warning
 2023-08-10 16:55 UTC 

[PATCH] ext4: Add periodic superblock update check
 2023-08-10 14:38 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ext4: drop dio overwrite only flag and associated warning
 2023-08-10 14:26 UTC  (3+ messages)

[syzbot] [ext4?] WARNING in ext4_file_write_iter
 2023-08-10 14:17 UTC  (6+ messages)

[bug report] ext4: convert symlink external data block mapping to bdev
 2023-08-10 11:48 UTC  (3+ messages)

[PATCH v2 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-08-10 10:20 UTC  (16+ messages)
` [PATCH v2 01/12] jbd2: move load_superblock() dependent functions
` [PATCH v2 02/12] jbd2: move load_superblock() into journal_init_common()
` [PATCH v2 03/12] jbd2: don't load superblock in jbd2_journal_check_used_features()
` [PATCH v2 04/12] jbd2: checking valid features early in journal_get_superblock()
` [PATCH v2 05/12] jbd2: open code jbd2_verify_csum_type() helper
` [PATCH v2 06/12] jbd2: cleanup load_superblock()
` [PATCH v2 07/12] jbd2: add fast_commit space check
` [PATCH v2 08/12] jbd2: cleanup journal_init_common()
` [PATCH v2 09/12] jbd2: drop useless error tag in jbd2_journal_wipe()
` [PATCH v2 10/12] jbd2: jbd2_journal_init_{dev,inode} return proper error return value
` [PATCH v2 11/12] ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()
` [PATCH v2 12/12] ext4: ext4_get_{dev}_journal return proper error value

[PATCH] ext4: do not mark inode dirty which is already dirtied under append-write scenario
 2023-08-10  6:59 UTC  (3+ messages)

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (24+ messages)
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets "
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time

Processes hung in "D" state in ext4, mm, md and dmcrypt
 2023-08-09 18:28 UTC  (3+ messages)
` [dm-devel] "
  ` [dm-devel] Processes hung in "D" state in ext4, mm, md and dmcrypt (lockdep output)

s_fs_info and ->kill_sb revisited
 2023-08-09 17:17 UTC  (16+ messages)
` [PATCH 02/13] xfs: remove a superflous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 06/13] xfs: close the RT and log block devices in xfs_free_buftarg
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox