public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-04 09:37:51 to 2023-09-19 04:52:12 UTC [more...]

[PATCH 00/26] Finish the create_empty_buffers() transition
 2023-09-19  4:51 UTC  (11+ messages)
` [PATCH 08/26] gfs2: Convert gfs2_write_buf_to_page() to use a folio
` [PATCH 09/26] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH 10/26] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH 11/26] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH 12/26] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH 13/26] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH 14/26] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH 15/26] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH 19/26] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH 20/26] ocfs2: Convert ocfs2_map_page_blocks "

[PATCH v3] jbd2: Fix potential data lost in recovering journal raced with synchronizing fs bdev
 2023-09-19  1:25 UTC 

[PATCH 1/5] move a jfs_user.h to better place
 2023-09-19  0:04 UTC  (10+ messages)
` [PATCH 2/5] move a journal checksum code into common place
` [PATCH 3/5] kill a ctx->journal_io
` [PATCH 4/5] remove an e2fsck context from bh emulation code
` [PATCH 5/5] deduplicate a buffer_head / kernel device code

[PATCH v4 0/8] e2fsck: add fast commit replay path
 2023-09-18 23:01 UTC  (5+ messages)
` [PATCH v4 4/8] e2fsck: add fast commit scan pass

[syzbot] INFO: task hung in ext4_fallocate
 2023-09-18 22:07 UTC  (2+ messages)

[PATCH 1/2] ext4: optimize metadata allocation for hybrid LUNs
 2023-09-18 21:47 UTC  (3+ messages)
` [PATCH v3] "

[e2fsprogs PATCH v2] resize2fs: use directio when reading superblock
 2023-09-18 21:36 UTC  (3+ messages)

[PATCH] ext4/mballoc: No need to generate from free list
 2023-09-18 15:36 UTC  (2+ messages)

[PATCH] ext4: Fix incorrect offset
 2023-09-18 14:51 UTC  (2+ messages)

[PATCH 2/2] ext4: trivial: add semicolon after label attributes
 2023-09-18 14:47 UTC  (2+ messages)

[syzbot] [ext4?] WARNING in setattr_copy
 2023-09-18 11:10 UTC  (5+ messages)
  ` [syzbot] [overlayfs] "

[PATCH v3 0/1] ext4: Fix stale data exposure caused with dioread_nolock
 2023-09-18 10:45 UTC  (2+ messages)
` [PATCH v3 1/1] ext4: Mark buffer new if it is unwritten to avoid stale data exposure

[PATCH v2 0/1] ext4: Fix stale data exposure caused with dioread_nolock
 2023-09-18 10:20 UTC  (4+ messages)
` [PATCH v2 1/1] ext4: Mark buffer new if it is unwritten to avoid stale data exposure

[PATCH v2] ext4: Simplify code in ext4_decode_error()
 2023-09-17  7:03 UTC 

[PATCH 0/1] ext4: Fix stale data exposure caused with dioread_nolock
 2023-09-16 11:02 UTC  (11+ messages)
` [PATCH 1/1] ext4: Mark buffer new if it is unwritten to avoid stale data exposure

[PATCH v4] ext4: Fix rec_len verify error
 2023-09-15 15:06 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS 7fda67e8c3ab6069f75888f67958a6d30454a9f6
 2023-09-15 14:57 UTC 

[PATCH v6] ext4: improve trim efficiency
 2023-09-15  9:19 UTC  (2+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2023-09-15  0:02 UTC  (2+ messages)

[PATCH 0/3] Add and use bdev_getblk()
 2023-09-14 17:25 UTC  (4+ messages)
` [PATCH 2/3] buffer: Hoist GFP flags from grow_dev_page() to __getblk_gfp()

[PATCH] merge extent blocks when possible
 2023-09-14 15:29 UTC  (2+ messages)

[PATCH] jbd2: Fix memory leak in journal_init_common()
 2023-09-14 15:00 UTC  (5+ messages)

[PATCH 0/2] ext4: Do not let fstrim block suspend
 2023-09-14 15:00 UTC  (4+ messages)
` [PATCH 1/2] ext4: Move setting of trimmed bit into ext4_try_to_trim_range()
` [PATCH 2/2] ext4: Do not let fstrim block system suspend

[PATCH v2 0/8] Add and use bdev_getblk()
 2023-09-14 15:00 UTC  (9+ messages)
` [PATCH v2 1/8] buffer: Pass GFP flags to folio_alloc_buffers()
` [PATCH v2 2/8] buffer: Hoist GFP flags from grow_dev_page() to __getblk_gfp()
` [PATCH v2 3/8] ext4: Use bdev_getblk() to avoid memory reclaim in readahead path
` [PATCH v2 4/8] buffer: "
` [PATCH v2 5/8] buffer: Convert getblk_unmovable() and __getblk() to use bdev_getblk()
` [PATCH v2 6/8] buffer: Convert sb_getblk() to call __getblk()
` [PATCH v2 7/8] ext4: Call bdev_getblk() from sb_getblk_gfp()
` [PATCH v2 8/8] buffer: Remove __getblk_gfp()

[linus:master] [ext4] 68228da51c: xfstests.ext4.059.fail
 2023-09-14  8:36 UTC 

[PATCH v2 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-14  8:12 UTC  (6+ messages)
` [PATCH v2 1/5] fscrypt: make it extra clear that key_prefix is deprecated
` [PATCH v2 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [PATCH v2 3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits
` [PATCH v2 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [PATCH v2 5/5] fscrypt: support crypto data unit size less than filesystem block size

cleanup the filemap / direct I/O interaction v4
 2023-09-13 16:33 UTC  (6+ messages)
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write

[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
 2023-09-13 15:03 UTC  (4+ messages)
` [Bug 216322] "

[PATCH 0/6] improve cluster and block removal code
 2023-09-13  2:11 UTC  (7+ messages)
` [PATCH 1/6] ext4: consolidate code used to free clusters
` [PATCH 2/6] ext4: rework partial cluster definition and related tracepoints
` [PATCH 3/6] ext4: rework partial cluster handling to use lblk more consistently
` [PATCH 4/6] ext4: consolidate partial cluster initialization
` [PATCH 5/6] ext4: simplify and improve efficiency of cluster removal code
` [PATCH 6/6] ext4: remove mballoc's NOFREE flags

general protection fault in ext4_update_overhead
 2023-09-12 23:50 UTC  (3+ messages)

[PATCH v6 05/11] ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
 2023-09-12 11:32 UTC  (5+ messages)

[PATCH v2] ext4: Fix potential data lost in recovering journal raced with synchronizing fs bdev
 2023-09-12  3:52 UTC  (4+ messages)

[PATCH] ext4: Fix a test in ext4_decode_error()
 2023-09-12  1:49 UTC  (2+ messages)

[RFC] ext4: don't' remove already removed extent
 2023-09-11  9:13 UTC 

[RFC] ext4: don't remove already removed extent
 2023-09-11  9:24 UTC 

[PATCH] jbd2: Fix potential data lost in recovering journal raced with synchronizing fs bdev
 2023-09-11 15:58 UTC  (5+ messages)

[syzbot] [ext4?] WARNING in ext4_discard_allocated_blocks
 2023-09-11 13:35 UTC 

[PATCH v6 30/45] ext4: dynamically allocate the ext4-es shrinker
 2023-09-11  9:44 UTC  (2+ messages)
` [PATCH v6 31/45] jbd2,ext4: dynamically allocate the jbd2-journal shrinker

[RFC] ext4: don't remove already removed extent
 2023-09-11  9:57 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS 147d4a092e9a726ce706dbf0d329d2b96a025459
 2023-09-11 15:51 UTC 

[fstests generic/388, 455, 475, 482 ...] Ext4 journal recovery test fails
 2023-09-11  3:43 UTC  (14+ messages)

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (13+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait

[linus:master] [ext4] 03de20bed2: aim7.jobs-per-min 249.0% improvement
 2023-09-10 15:37 UTC 

[PATCH AUTOSEL 6.4 04/11] ext4: add two helper functions extent_logical_end() and pa_logical_end()
 2023-09-09  0:22 UTC  (2+ messages)
` [PATCH AUTOSEL 6.4 05/11] ext4: avoid overlapping preallocations due to overflow

[PATCH AUTOSEL 6.5 04/11] ext4: add two helper functions extent_logical_end() and pa_logical_end()
 2023-09-09  0:21 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 05/11] ext4: avoid overlapping preallocations due to overflow

[PATCH AUTOSEL 6.4 28/31] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:31 UTC 

[PATCH AUTOSEL 4.19 3/3] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:36 UTC 

[PATCH AUTOSEL 5.4 4/4] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:36 UTC 

[PATCH AUTOSEL 4.14 3/3] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:36 UTC 

[PATCH AUTOSEL 5.10 9/9] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:36 UTC 

[PATCH AUTOSEL 5.15 13/13] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:35 UTC 

[PATCH AUTOSEL 6.1 22/22] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:34 UTC 

[PATCH AUTOSEL 6.5 33/36] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-09-08 19:28 UTC 

[Bug 217888] New: jbd2: potential data lost in recovering journal raced with synchronizing fs bdev
 2023-09-08  9:30 UTC  (5+ messages)
` [Bug 217888] "

[PATCH] fs: micro optimizations in ext4/xattr
 2023-09-08  8:24 UTC 

[syzbot] [ext4?] KASAN: out-of-bounds Read in ext4_ext_remove_space
 2023-09-07 13:27 UTC  (3+ messages)

s_fs_info and ->kill_sb revisited v2
 2023-09-07 15:49 UTC  (6+ messages)
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[syzbot] Monthly ext4 report (Sep 2023)
 2023-09-07  9:25 UTC 

[PATCH 0/2] fsverity: simplify initcall and move sysctl registration
 2023-09-07  4:12 UTC  (5+ messages)
` [f2fs-dev] "
  ` [PATCH 2/2] fsverity: move sysctl registration out of signature.c

direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
 2023-09-06 20:15 UTC 

[linux-next:master] BUILD REGRESSION 66d9573193967138cd12e232d4b5bc2b57e0d1ac
 2023-09-06 17:38 UTC 

[syzbot] kernel BUG in __ext4_journal_stop
 2023-09-06  8:48 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-09-06  8:46 UTC  (2+ messages)
` [syzbot] "

[RFC PATCH 12/16] ext4: update reserved meta blocks in ext4_da_{release|update_reserve}_space()
 2023-09-06  7:35 UTC  (2+ messages)

[PATCH] ext4: move 'ix' sanity check to corrent position
 2023-09-06  1:33 UTC 

[PATCH V2 7/7] ext4: get discard out of jbd2 commit kthread contex
 2023-09-06  0:11 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c50216cfa084d5eb67dc10e646a3283da1595bb6
 2023-09-05 16:14 UTC 

[syzbot] [xfs?] [ext4?] kernel BUG in __block_write_begin_int
 2023-09-05 12:26 UTC  (7+ messages)
    ` [syzbot] [block] "

[PATCH 0/5] fscrypt: add support for data_unit_size < fs_block_size
 2023-09-05  0:58 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: make it extra clear that key_prefix is deprecated
` [PATCH 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
` [PATCH 3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits
` [PATCH 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
` [PATCH 5/5] fscrypt: support crypto data unit size less than filesystem block size

Prezentacja
 2023-09-04  7:40 UTC 

[RFC 0/1] ext4: Replace linear search with array of lists in CR_GOAL_LEN_SLOW
 2023-09-05 11:01 UTC  (2+ messages)
` [RFC 1/1] "

[PATCH] quota: explicitly forbid quota files from being encrypted
 2023-09-05  9:11 UTC  (2+ messages)

[PATCH 0/3] Simplify rejection of unexpected casefold inode flag
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/17] fs: unexport buffer_check_dirty_writeback
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/12] fs: export setup_bdev_super
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "

[e2fsprogs PATCH] libext2fs: fix ext2fs_get_device_size2() return value on Windows
 2023-09-04 17:48 UTC  (2+ messages)

[PATCH v2 0/2] JBD2: print io_block if check data block checksum failed when do recovery
 2023-09-04 10:58 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] JBD2: fix printk format type for 'io_block' in do_one_pass()


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