Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-27 06:23:40 to 2023-12-11 17:27:11 UTC [more...]

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-11 17:27 UTC  (24+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super()
` [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis
` [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail()
` [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis
` [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 12/18] gfs2: "
` [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 16/18] ext4: use "
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
` [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis

[PATCH] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
 2023-12-11 13:36 UTC  (2+ messages)

ext4 data corruption in 6.1 stable tree (was Re: [PATCH 5.15 000/297] 5.15.140-rc1 review)
 2023-12-11 11:58 UTC  (5+ messages)

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-12-11 10:57 UTC  (23+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
` [RFC 2/7] ext4: Factor out size and start prediction from ext4_mb_normalize_request()
` [RFC 3/7] ext4: add aligned allocation support in mballoc
` [RFC 4/7] ext4: allow inode preallocation for aligned alloc
` [RFC 5/7] block: export blkdev_atomic_write_valid() and refactor api
` [RFC 6/7] ext4: Add aligned allocation support for atomic direct io
` [RFC 7/7] ext4: Support atomic write for statx

[syzbot] Monthly ext4 report (Dec 2023)
 2023-12-10 10:05 UTC 

divide error in mb_update_avg_fragment_size
 2023-12-09 10:05 UTC  (2+ messages)

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

[PATCH] e2fsprogs: Document old requirement for block size with 'verity'
 2023-12-08 11:23 UTC 

[PATCH 13/14] iomap: map multiple blocks at a time
 2023-12-08  7:33 UTC  (3+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2023-12-08  0:06 UTC  (2+ messages)

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2023-12-07 23:03 UTC  (3+ messages)

[PATCH 0/2] e2fsprogs: avoid error information loss during journal replay
 2023-12-07 16:05 UTC  (2+ messages)

[PATCH] tune2fs: fall back to old get/set fs label on error
 2023-12-07 16:05 UTC  (2+ messages)

[PATCH] ext2fs: don't retry discard/zeroout repeatedly
 2023-12-07 16:05 UTC  (2+ messages)

[PATCH RESEND] build: split version and release in configure
 2023-12-07 16:05 UTC  (2+ messages)

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-07 14:15 UTC  (19+ messages)
` [PATCH -RFC 1/2] mm: "
` [PATCH -RFC 2/2] ext4: "

regression in 6.1.yy branch: LTP test preadv03 fails
 2023-12-07 10:50 UTC  (2+ messages)

regression in 6.1.yy branch: LTP test preadv03 fails
 2023-12-07 10:11 UTC 

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-12-07  8:58 UTC  (17+ messages)

[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
 2023-12-07  2:45 UTC  (28+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
` [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
` [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
` [PATCH -next RFC 08/14] btrfs: use bdev apis
` [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH -next RFC 10/14] erofs: use bdev api
` [PATCH -next RFC 11/14] ext4: use bdev apis
` [PATCH -next RFC 12/14] jbd2: "
` [PATCH -next RFC 13/14] gfs2: use bdev api
` [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer()

[RESEND PATCH] debugfs/htree.c: In do_dx_hash() read hash_seed, hash_version directly from superblock
 2023-12-04 11:55 UTC  (3+ messages)
  ` [External] : "

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2023-12-03  7:33 UTC  (3+ messages)
` [Bug 217965] "

[PATCH] lib/ext2fs: Validity checks for ext2fs_inode_scan_goto_blockgroup()
 2023-12-02 17:10 UTC  (4+ messages)

[tytso-ext4:dev] BUILD SUCCESS 619f75dae2cf117b1d07f27b046b9ffb071c4685
 2023-12-02 16:18 UTC 

[GIT PULL] ext2 fix for 6.7-rc4
 2023-12-01 21:21 UTC  (2+ messages)

[PATCH v2 1/2] jbd2: correct the printing of write_flags in jbd2_write_superblock()
 2023-12-01 14:46 UTC  (3+ messages)
` [PATCH v2 2/2] jbd2: increase the journal IO's priority

[PATCH] ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
 2023-12-01 14:46 UTC  (3+ messages)

[PATCH v2] ext4: Fix warning in ext4_dio_write_end_io()
 2023-12-01 14:46 UTC  (3+ messages)

[RFC 1/7] iomap: Don't fall back to bufferred write if the write is atomic
 2023-11-30 13:53 UTC 

[PATCH] ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()
 2023-11-30 12:36 UTC  (2+ messages)

[RFC PATCH 00/18] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2023-11-30 12:26 UTC  (4+ messages)
` [RFC PATCH 12/18] iomap: don't increase i_size if it's not a write operation

[PATCH] ext4: Fix warning in ext4_dio_write_end_io()
 2023-11-30  9:55 UTC  (3+ messages)

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

[f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-29 15:19 UTC  (28+ messages)
                      ` fun with d_invalidate() vs. d_splice_alias() was "

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-11-29  9:19 UTC  (9+ messages)

[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  (15+ 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 07/16] bcachefs: "

[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

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

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


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