public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-01 16:38:28 to 2023-11-25 08:12:56 UTC [more...]

[PATCH 0/8] Some random cleanups to mballoc
 2023-11-25 16:11 UTC  (8+ messages)
` [PATCH 1/8] ext4: remove unused return value of __mb_check_buddy
` [PATCH 2/8] ext4: remove unused parameter group in ext4_mb_choose_next_group_*()
` [PATCH 3/8] ext4: remove unneeded return value of ext4_mb_release_context
` [PATCH 4/8] ext4: remove unused ext4_allocation_context::ac_groups_considered
` [PATCH 5/8] ext4: remove unused return value of ext4_mb_release
` [PATCH 6/8] ext4: remove unused return value of ext4_mb_release_inode_pa
` [PATCH 7/8] ext4: remove unused return value of ext4_mb_release_group_pa

[PATCH 0/5] More unit test for mballoc
 2023-11-25 15:41 UTC  (6+ messages)
` [PATCH 1/5] ext4: Add unit test for test_free_blocks_simple
` [PATCH 2/5] ext4: Add unit test of ext4_mb_generate_buddy
` [PATCH 3/5] ext4: Add unit test for mb_mark_used
` [PATCH 4/5] ext4: Add unit test for mb_free_blocks
` [PATCH 5/5] ext4: Add unit test for ext4_mb_mark_diskspace_used

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-11-24 16:47 UTC  (5+ messages)

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-24 15:22 UTC  (35+ messages)
` [PATCH v6 3/9] fs: Expose name under lookup to d_revalidate hooks
` [PATCH v6 4/9] fs: Add DCACHE_CASEFOLDED_NAME flag
` [PATCH v6 5/9] libfs: Validate negative dentries in case-insensitive directories
  ` [f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs

[RFC PATCH 00/18] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2023-11-24 13:57 UTC  (25+ messages)
` [RFC PATCH 01/18] ext4: introduce ext4_es_skip_hole_extent() to skip hole extents
` [RFC PATCH 02/18] ext4: make ext4_es_lookup_extent() return the next extent if not found
` [RFC PATCH 03/18] ext4: correct the hole length returned by ext4_map_blocks()
` [RFC PATCH 04/18] ext4: add a hole extent entry in cache after punch
` [RFC PATCH 05/18] ext4: make ext4_map_blocks() distinguish delayed only mapping
` [RFC PATCH 06/18] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC mapping type
` [RFC PATCH 07/18] ext4: allow reserving multi-delayed blocks
` [RFC PATCH 08/18] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH 09/18] ext4: implement buffered read iomap path
` [RFC PATCH 10/18] ext4: implement buffered write "
` [RFC PATCH 11/18] iomap: add a fs private parameter to iomap_ioend
` [RFC PATCH 12/18] iomap: don't increase i_size if it's not a write operation
` [RFC PATCH 13/18] ext4: impliment writeback iomap path
` [RFC PATCH 14/18] ext4: impliment zero_range "
` [RFC PATCH 15/18] ext4: writeback partial blocks before zero range
` [RFC PATCH 16/18] ext4: impliment mmap iomap path
` [RFC PATCH 17/18] ext4: partial enable iomap for regular file's buffered IO path
` [RFC PATCH 18/18] ext4: enable large folio for regular file which has been switched to use iomap

[syzbot] kernel BUG in ext4_do_writepages
 2023-11-24  0:06 UTC  (3+ messages)

[PATCH] ext4: Fix warning in ext4_dio_write_end_io()
 2023-11-23  9:47 UTC  (4+ messages)

[RFC 1/3] ext2: Fix ki_pos update for DIO buffered-io fallback case
 2023-11-23  7:09 UTC  (20+ messages)
` [RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
` [RFC 3/3] ext2: Enable large folio support

[PATCH] tests: make m_assume_storage_prezeroed more robust
 2023-11-23  3:03 UTC 

[syzbot] [ext4?] WARNING in ext4_dio_write_end_io
 2023-11-22 17:11 UTC  (2+ messages)

[PATCH 0/5] jbd2: Add errseq to detect writeback
 2023-11-22 13:02 UTC  (7+ messages)
` [PATCH 1/5] jbd2: Add errseq to detect client fs's bdev writeback error
` [PATCH 2/5] jbd2: Replace journal state flag by checking errseq
` [PATCH 3/5] jbd2: Remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'
` [PATCH 4/5] jbd2: Abort journal when detecting metadata writeback error of fs dev
` [PATCH 5/5] ext4: Move ext4_check_bdev_write_error() into nojournal mode

[PATCHv2] ext2: Fix ki_pos update for DIO buffered-io fallback case
 2023-11-22  9:18 UTC  (2+ messages)

[linus:master] [ext2] bc943f4872: xfstests.generic.269.fail
 2023-11-22  3:03 UTC  (3+ messages)

[PATCH v2 0/4] xfstests: test custom crypto data unit size
 2023-11-21 22:39 UTC  (5+ messages)
` [PATCH v2 1/4] fscrypt-crypt-util: rename block to data unit
` [PATCH v2 2/4] common/rc: fix _require_xfs_io_command with digits in argument
` [PATCH v2 3/4] common/encrypt: support custom data unit size
` [PATCH v2 4/4] generic: add test for custom crypto "

[RFC PATCH 0/6] ext4: make ext4_map_blocks() recognize delayed only extent
 2023-11-21  9:34 UTC  (7+ messages)
` [RFC PATCH 1/6] ext4: introduce ext4_es_skip_hole_extent() to skip hole extents
` [RFC PATCH 2/6] ext4: make ext4_es_lookup_extent() return the next extent if not found
` [RFC PATCH 3/6] ext4: correct the hole length returned by ext4_map_blocks()
` [RFC PATCH 4/6] ext4: add a hole extent entry in cache after punch
` [RFC PATCH 5/6] ext4: make ext4_map_blocks() distinguish delayed only mapping
` [RFC PATCH 6/6] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC mapping type

[RFC 0/3] ext2: Use iomap in buffered-io for regular files and enable large folio support
 2023-11-20 19:05 UTC 

[PATCHv3 1/2] aio-dio-write-verify: Add sync and noverify option
 2023-11-20 11:19 UTC  (2+ messages)
` [PATCHv3 2/2] generic: Add integrity tests with synchronous directio

Fwd: fdatasync to a block device seems to block writes on unrelated devices
 2023-11-20  9:04 UTC 

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2023-11-20  8:48 UTC  (26+ messages)
` [Bug 217965] "

[PATCH] debugfs: Fix infinite loop when dump log
 2023-11-17 10:23 UTC 

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-11-15  8:50 UTC  (2+ messages)
` [syzbot] "

[PATCH] ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()
 2023-11-13  8:26 UTC 

[PATCH 0/3] Add folio_zero_tail() and folio_fill_tail()
 2023-11-11  4:02 UTC  (14+ messages)
` [PATCH 1/3] mm: Add folio_zero_tail() and use it in ext4
` [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap
` [PATCH 3/3] gfs2: Convert stuffed_readpage() to stuffed_read_folio()

[syzbot] [ext4?] general protection fault in hrtimer_nanosleep
 2023-11-10 17:08 UTC  (7+ messages)
    ` AW: "

PSA: This list is being migrated (no action required)
 2023-11-10 19:35 UTC  (2+ messages)

[bigalloc] ext4 filesystem creation fails with specific sizes
 2023-11-10  7:25 UTC 

Your Order Confirmation997766429
 2023-11-09 11:04 UTC 

[syzbot] Monthly ext4 report (Nov 2023)
 2023-11-08 23:44 UTC 

[PATCH e2fsprogs] ext2fs: Fix -Walloc-size
 2023-11-07 23:31 UTC 

[PATCH e2fsprogs 1/2] configure.ac: call AC_SYS_LARGEFILE before checking the size of off_t
 2023-11-07 23:33 UTC  (2+ messages)
` [PATCH e2fsprogs 2/2] lib/ext2fs: llseek: simplify linux section

[PATCH e2fsprogs] resize2fs: avoid constantly flushing while moving blocks
 2023-11-07  9:46 UTC 

PSA: migrating linux-ext4 to new vger infrastructure
 2023-11-06 13:11 UTC 

[tytso-ext4:dev] BUILD SUCCESS 91562895f8030cb9a0470b1db49de79346a69f91
 2023-11-04 11:30 UTC 

Słowa kluczowe do wypozycjonowania
 2023-10-31  8:30 UTC 

[GIT PULL] ext4 update for v6.7-rc1
 2023-11-02 18:37 UTC  (2+ messages)

[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
 2023-11-02 10:29 UTC  (20+ messages)

[PATCH v2 0/2] Document handing of unwritten bh in ext4_block_zero_page_range()
 2023-11-02 10:08 UTC  (5+ messages)
` [PATCH v2 1/2] ext4: treat end of range as exclusive in ext4_zero_range()
` [PATCH v2 2/2] ext4: Clarify handling of unwritten bh in __ext4_block_zero_page_range()


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