linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-12 12:42:41 to 2023-04-20 14:48:27 UTC [more...]

[PATCHv5 0/9] ext2: DIO to use iomap
 2023-04-20 14:48 UTC  (19+ messages)
` [PATCHv5 1/9] ext2/dax: Fix ext2_setsize when len is page aligned
` [PATCHv5 2/9] fs/buffer.c: Add generic_buffer_fsync implementation
` [PATCHv5 3/9] ext4: Use generic_buffer_fsync() implementation
` [PATCHv5 4/9] ext2: "
` [PATCHv5 5/9] ext2: Move direct-io to use iomap
` [PATCHv5 6/9] fs.h: Add TRACE_IOCB_STRINGS for use in trace points
` [PATCHv5 7/9] ext2: Add direct-io "
` [PATCHv5 8/9] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
` [PATCHv5 9/9] iomap: Add DIO tracepoints

[RFC 00/11] multiblock allocator improvements
 2023-04-20  6:32 UTC  (7+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum

[LSF TOPIC] online repair of filesystems: what next?
 2023-04-20  4:47 UTC  (13+ messages)
` [Lsf-pc] "

[tytso-ext4:dev] BUILD SUCCESS 54902099b1d8b62bea7cfd949aa3acd9eae1c3db
 2023-04-20  4:28 UTC 

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-04-20  1:48 UTC  (29+ messages)
  ` [PATCH v3 1/3] block: Introduce provisioning primitives
  ` [PATCH v3 2/3] dm: Add support for block provisioning
  ` [PATCH v3 3/3] loop: Add support for provision requests
  ` [PATCH v4 0/4] Introduce provisioning primitives for thinly provisioned storage
    ` [PATCH v4 1/4] block: Introduce provisioning primitives
      ` [dm-devel] "
    ` [PATCH v4 2/4] dm: Add block provisioning support
    ` [PATCH v4 3/4] dm-thin: Add REQ_OP_PROVISION support
    ` [PATCH v4 4/4] loop: Add support for provision requests
  ` [PATCH v5 0/5] Introduce block provisioning primitives
    ` [PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
      ` [PATCH v5-fix "
    ` [PATCH v5 2/5] block: Introduce provisioning primitives
    ` [PATCH v5 3/5] dm: Add block provisioning support
    ` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
    ` [PATCH v5 5/5] loop: Add support for provision requests

[syzbot] [ext4?] WARNING in ext4_iomap_overwrite_begin
 2023-04-19 18:52 UTC 

[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-04-19 14:58 UTC  (2+ messages)
` [Bug 216322] "

[PATCH][for stable [4.14, 5.10] 0/3] ext4: fix use-after-free in ext4_xattr_set_entry
 2023-04-19  6:46 UTC  (4+ messages)
` [PATCH][for stable [4.14, 5.10] 1/3] Revert "ext4: fix use-after-free in ext4_xattr_set_entry"
` [PATCH][for stable [4.14, 5.10] 2/3] ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
` [PATCH][for stable [4.14, 5.10] 3/3] ext4: fix use-after-free in ext4_xattr_set_entry

[PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
 2023-04-19  1:29 UTC  (14+ messages)

[PATCH v2 00/29] Convert most of ext4 to folios
 2023-04-18 13:08 UTC  (5+ messages)
` [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page

[syzbot] [ext4?] general protection fault in ext4_write_begin
 2023-04-18  5:19 UTC 

simplify ext4_sb_read_encoding regression
 2023-04-17 16:16 UTC  (14+ messages)

[PATCH] ext4: Remove unnecessary variable assignments
 2023-04-17 11:32 UTC 

[RFCv3 00/10] ext2: DIO to use iomap
 2023-04-17 10:01 UTC  (33+ messages)
` [RFCv3 01/10] ext2/dax: Fix ext2_setsize when len is page aligned
` [RFCv3 02/10] libfs: Add __generic_file_fsync_nolock implementation
` [RFCv3 03/10] ext4: Use "
` [RFCv3 04/10] ext2: "
` [RFCv3 05/10] ext2: Move direct-io to use iomap
` [RFCv3 06/10] fs.h: Add TRACE_IOCB_STRINGS for use in trace points
` [RFCv3 07/10] ext2: Add direct-io "
` [RFCv3 08/10] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
` [RFCv3 09/10] iomap: Minor refactor of iomap_dio_rw
` [RFCv3 10/10] iomap: Add trace points for DIO path

[RFCv1 0/4] ext4: misc left over folio changes
 2023-04-17  5:16 UTC  (11+ messages)
` [RFCv1 1/4] ext4: kill unused function ext4_journalled_write_inline_data
` [RFCv1 2/4] ext4: Change remaining tracepoints to use folio
` [RFCv1 3/4] ext4: Make mpage_journal_page_buffers "
` [RFCv1 4/4] ext4: Make ext4_write_inline_data_end() "

[PATCH v3 00/19] Fixes, cleanups and unit test for mballoc
 2023-04-17 11:06 UTC  (20+ messages)
` [PATCH v3 01/19] ext4: fix wrong unit use in ext4_mb_normalize_request
` [PATCH v3 02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple
` [PATCH v3 03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal
` [PATCH v3 04/19] ext4: treat stripe in block unit
` [PATCH v3 05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
` [PATCH v3 06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration
` [PATCH v3 07/19] ext4: try all groups in ext4_mb_new_blocks_simple
` [PATCH v3 08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks
` [PATCH v3 09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_simple
` [PATCH v3 10/19] ext4: fix wrong unit use in ext4_mb_clear_bb
` [PATCH v3 11/19] ext4: fix wrong unit use in ext4_mb_new_blocks
` [PATCH v3 12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v3 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
` [PATCH v3 14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
` [PATCH v3 15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
` [PATCH v3 16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
` [PATCH v3 17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks
` [PATCH v3 18/19] ext4: add some kunit stub for mballoc kunit test
` [PATCH v3 19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc

[RFCv4 0/9] ext2: DIO to use iomap
 2023-04-16 11:54 UTC  (15+ messages)
` [RFCv4 1/9] ext2/dax: Fix ext2_setsize when len is page aligned
` [RFCv4 2/9] fs/buffer.c: Add generic_buffer_fsync implementation
` [RFCv4 3/9] ext4: Use generic_buffer_fsync() implementation
` [RFCv4 4/9] ext2: "
` [RFCv4 5/9] ext2: Move direct-io to use iomap
` [RFCv4 6/9] fs.h: Add TRACE_IOCB_STRINGS for use in trace points
` [RFCv4 7/9] ext2: Add direct-io "
` [RFCv4 8/9] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
` [RFCv4 9/9] iomap: Add couple of DIO tracepoints

[PATCH 0/13 v1] ext4: Make ext4_writepages() write all journalled data
 2023-04-15  3:07 UTC  (2+ messages)

[PATCH v6 0/9] ext4: Convert inode preallocation list to an rbtree
 2023-04-15  3:06 UTC  (2+ messages)

[PATCH 0/2] ext4: Fix two bugs in journalled writepages rework
 2023-04-15  2:15 UTC  (2+ messages)

[PATCH] ext4: remove useless conditional branch code
 2023-04-14 16:55 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS e9ebecf266c6657de5865a02a47c0d6b2460c526
 2023-04-13 15:51 UTC 

[PATCH v3 0/8] ext4: fix WARNING in ext4_da_update_reserve_space
 2023-04-13 12:26 UTC  (16+ messages)
` [PATCH v3 1/8] ext4: only update i_reserved_data_blocks on successful block allocation
` [PATCH v3 2/8] ext4: add a new helper to check if es must be kept
` [PATCH v3 3/8] ext4: use __GFP_NOFAIL if allocating extents_status cannot fail
` [PATCH v3 6/8] ext4: make ext4_es_insert_delayed_block return void
` [PATCH v3 7/8] ext4: make ext4_es_insert_extent "
` [PATCH v3 8/8] ext4: make ext4_zeroout_es "

[PATCH v2] fs: jbd2: fix an incorrect warn log
 2023-04-13 10:12 UTC  (2+ messages)

[RFCv2 0/8] ext2: DIO to use iomap
 2023-04-13  9:51 UTC  (7+ messages)
` [RFCv2 2/8] libfs: Add __generic_file_fsync_nolock implementation

[PATCH] ext4: remove BUG_ON which will be triggered in race scenario
 2023-04-13  2:19 UTC  (3+ messages)

[PATCH v2 19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
 2023-04-12 19:49 UTC  (4+ messages)

[PATCH v2 18/19] ext4: add some kunit stub for mballoc kunit test
 2023-04-12 18:16 UTC  (3+ messages)

[RFCv2 0/8] ext2: DIO to use iomap
 2023-04-12 14:10 UTC  (2+ messages)

[RFCv2 8/8] ext2: Add direct-io trace points
 2023-04-12 14:07 UTC  (2+ messages)

[RFCv2 5/8] ext2: Move direct-io to use iomap
 2023-04-12 14:03 UTC  (2+ messages)


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 NNTP newsgroup(s).