Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-08 19:39:06 to 2023-09-20 08:47:27 UTC [more...]

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

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20  8:41 UTC  (9+ messages)
` [PATCH v7 12/13] ext4: switch to "

[PATCH 00/26] Finish the create_empty_buffers() transition
 2023-09-20  8:15 UTC  (42+ messages)
` [PATCH 01/26] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH 02/26] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH 03/26] ext4: Convert to folio_create_empty_buffers
` [PATCH 04/26] buffer: Add get_nth_bh()
` [PATCH 05/26] gfs2: Convert inode unstuffing to use a folio
` [PATCH 06/26] gfs2: Convert gfs2_getbuf() to folios
` [PATCH 07/26] gfs2; Convert gfs2_getjdatabuf to use a folio
` [PATCH 08/26] gfs2: Convert gfs2_write_buf_to_page() "
` [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 16/26] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH 17/26] ntfs: Convert ntfs_writepage "
` [PATCH 18/26] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH 19/26] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH 20/26] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH 21/26] reiserfs: Convert writepage "
` [PATCH 22/26] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH 23/26] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH 24/26] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH 25/26] ufs: Remove ufs_get_locked_page()
` [PATCH 26/26] buffer: Remove folio_create_empty_buffers()

Poptávka
 2023-09-20  7:46 UTC 

[syzbot] [ext4?] general protection fault in utf8nlookup
 2023-09-20  7:36 UTC  (2+ messages)

[bug report] ext4 misses final i_size meta sync under O_DIRECT | O_SYNC semantics after iomap DIO conversion
 2023-09-20  7:36 UTC  (5+ messages)

[PATCH 1/2] ext4: optimize metadata allocation for hybrid LUNs
 2023-09-20  5:39 UTC  (5+ messages)
` [PATCH v3] "

[RFC] ext4: don't remove already removed extent
 2023-09-20  0:41 UTC  (3+ messages)

[PATCH v7 00/12] cleanups and unit test for mballoc
 2023-09-19 20:15 UTC  (13+ messages)
` [PATCH v7 01/12] ext4: make state in ext4_mb_mark_bb to be bool
` [PATCH v7 02/12] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v7 03/12] ext4: call ext4_mb_mark_context in ext4_free_blocks_simple
` [PATCH v7 04/12] ext4: extend ext4_mb_mark_context to support allocation under journal
` [PATCH v7 05/12] ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used
` [PATCH v7 06/12] ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
` [PATCH v7 07/12] ext4: call ext4_mb_mark_context in ext4_mb_clear_bb
` [PATCH v7 08/12] ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()
` [PATCH v7 09/12] ext4: call ext4_mb_mark_context "
` [PATCH v7 10/12] ext4: add some kunit stub for mballoc kunit test
` [PATCH v7 11/12] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
` [PATCH v7 12/12] ext4: run mballoc test with different layouts setting

[PATCH v3] jbd2: Fix potential data lost in recovering journal raced with synchronizing fs bdev
 2023-09-19 10:14 UTC  (2+ messages)

[PATCH 5/7] [v2] lib: deduplicate buffer_head/kernel emulation
 2023-09-19  9:09 UTC  (3+ messages)
` [PATCH 6/7] misc: deduplicate log2/log10 functions
` [PATCH 7/7] lib: make journal.c more consistent

[PATCH 1/7] [v2] lib: move jfs_user.h into libsupport
 2023-09-19  9:02 UTC  (4+ messages)
` [PATCH 2/7] [v2] lib: move journal checksum code to libsupport
` [PATCH 3/7] [v2] lib: kill e2fsck use of ctx->journal_io
` [PATCH 4/7] [v2] lib: remove e2fsck context from bh emulation

[PATCH 1/7] [v2] lib: move jfs_user.h into libsupport
 2023-09-19  8:55 UTC  (4+ messages)
` [PATCH 2/7] [v2] lib: move journal checksum code to libsupport
` [PATCH 3/7] [v2] lib: kill e2fsck use of ctx->journal_io
` [PATCH 4/7] [v2] lib: remove e2fsck context from bh emulation

[PATCH] fs: apply umask if POSIX ACL support is disabled
 2023-09-19  8:18 UTC 

[PATCH] fs/ext4/acl: apply umask if ACL support is disabled
 2023-09-19  8:18 UTC 

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

Pytanie o samochód
 2023-09-19  7:30 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)

[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 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  (3+ 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  (2+ 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

[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  (3+ messages)

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (9+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()

[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 


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