Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-17 15:39:33 to 2023-11-30 04:22:57 UTC [more...]

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

[inline_data] ext4: Stale flags before sync when convert to non-inline
 2023-11-30  4:06 UTC  (3+ messages)

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-29 15:19 UTC  (52+ 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
                                ` fun with d_invalidate() vs. d_splice_alias() was "

[PATCH v2 1/2] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-11-29 11:47 UTC  (2+ messages)
` [PATCH v2 2/2] jbd2: increase the journal IO's priority

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

[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
 2023-11-28 10:05 UTC  (21+ messages)
` [PATCH block/for-next v2 01/16] block: add a new helper to get inode "
` [PATCH block/for-next v2 02/16] xen/blkback: use "
` [PATCH block/for-next v2 03/16] bcache: "
` [PATCH block/for-next v2 04/16] mtd: block2mtd: "
` [PATCH block/for-next v2 05/16] s390/dasd: "
` [PATCH block/for-next v2 06/16] scsicam: "
` [PATCH block/for-next v2 07/16] bcachefs: "
` [PATCH block/for-next v2 08/16] btrfs: "
` [PATCH block/for-next v2 09/16] cramfs: "

[PATCH 1/2] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-11-28  3:32 UTC  (5+ messages)
` [PATCH 2/2] jbd2: increase the journal IO's priority

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2023-11-27 17:31 UTC  (10+ messages)
` [Bug 217965] "

[PATCH] debugfs: Fix infinite loop when dump log
 2023-11-27  6:54 UTC  (2+ messages)

[PATCH] ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
 2023-11-27  6:33 UTC 

[PATCH block/for-next v2 10/16] erofs: use new helper to get inode from block_device
 2023-11-27  6:22 UTC  (7+ messages)
` [PATCH block/for-next v2 11/16] ext4: "
` [PATCH block/for-next v2 12/16] gfs2: "
` [PATCH block/for-next v2 13/16] jbd2: "
` [PATCH block/for-next v2 14/16] nilfs2: "
` [PATCH block/for-next v2 15/16] buffer: "
` [PATCH block/for-next v2 16/16] block: "

[PATCH -next] block: remove field 'bd_inode' from block_device
 2023-11-27  1:13 UTC  (3+ messages)

[PATCH 0/5] More unit test for mballoc
 2023-11-25 17:34 UTC  (8+ 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

[syzbot] [ext4?] kernel BUG in ext4_mb_release_inode_pa
 2023-11-25 10:34 UTC 

[PATCH 0/8] Some random cleanups to mballoc
 2023-11-25 16:11 UTC  (9+ 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 8/8] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations

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

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

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

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

[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 


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