public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-07 11:51:53 to 2023-08-12 00:42:05 UTC [more...]

[PATCH v5 00/10] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-12  0:41 UTC  (5+ 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 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 1/2] ext4: introduce EXT4_BG_TRIMMED to optimize fstrim
 2023-08-11 18:35 UTC  (3+ messages)
` [PATCH 2/2] e2fsprogs: support EXT2_FLAG_BG_TRIMMED and EXT2_FLAGS_TRACK_TRIM

[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 0/2] fix race between setxattr and write back
 2023-08-11  3:38 UTC  (3+ messages)
` [PATCH 1/2] ext2: "
` [PATCH 2/2] ext2: dump current reservation window info before BUG

more blkdev_get and holder work
 2023-08-10 18:14 UTC  (7+ messages)
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code

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

[v6.1] kernel BUG in ext4_writepages
 2023-08-10 11:35 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  (49+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

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  (31+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [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 05/13] xfs: don't call invalidate_bdev in xfs_free_buftarg
` [PATCH 06/13] xfs: close the RT and log block devices "
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free
` [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] ext4: improve trim efficiency
 2023-08-09  8:20 UTC  (4+ messages)
  ` [External] "

[PATCH] ext4: Adds helpers functions for s_mount_state
 2023-08-09  7:11 UTC 

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-08  7:50 UTC  (18+ messages)
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "

remove bdev->bd_super
 2023-08-08 14:33 UTC  (8+ messages)
` [PATCH 2/4] ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
` [PATCH 3/4] ocfs2: stop using bdev->bd_super for journal error logging
` [PATCH 4/4] fs, block: remove bdev->bd_super

[PATCH v4 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-08  1:33 UTC  (6+ messages)
` [PATCH v4 3/7] libfs: Validate negative dentries in case-insensitive directories

[PATCH 00/12] ext4,jbd2: cleanup journal load and initialization process
 2023-08-07 13:33 UTC  (8+ messages)
` [PATCH 07/12] jbd2: add fast_commit space check
` [PATCH 11/12] ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()


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