messages from 2025-03-18 03:42:08 to 2025-04-03 19:03:32 UTC [more...]
[PATCH AUTOSEL 6.14 33/54] ext4: protect ext4_release_dquot against freezing
2025-04-03 19:01 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 36/54] ext4: ignore xattrs past end
Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
2025-04-03 17:12 UTC (6+ messages)
[PATCH 0/3] mm: move migration work around to buffer-heads
2025-04-03 16:11 UTC (16+ messages)
` [PATCH 1/3] mm/migrate: add might_sleep() on __migrate_folio()
` [PATCH 2/3] fs/buffer: avoid races with folio migrations on __find_get_block_slow()
` [PATCH 3/3] mm/migrate: avoid atomic context on buffer_migrate_folio_norefs() migration
[Bug 61601] New: rootflags=noatime causes kernel panic when booting without initrd
2025-04-03 10:14 UTC (3+ messages)
` [Bug 61601] "
[PATCH v2 0/3] Add support for -q <n> unconditional loop
2025-04-03 8:58 UTC (4+ messages)
` [PATCH v2 1/3] tests/selftest: Add a new pseudo flaky test
` [PATCH v2 2/3] check: Add -q <n> option to support unconditional looping
` [PATCH v2 3/3] check: Improve pass/fail metrics and section config output
[PATCH blktests 0/3] blktest: add unmap write zeroes tests
2025-04-03 7:55 UTC (8+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "
[PATCH v2 0/5] Minor cleanups in common/
2025-04-01 21:37 UTC (7+ messages)
` [PATCH v2 1/5] generic/749: Remove redundant sourcing of common/rc
` [PATCH v2 2/5] check: Remove redundant _test_mount in check
` [PATCH v2 3/5] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v2 4/5] common/config: Introduce _exit wrapper around exit command
` [PATCH v2 5/5] common: exit --> _exit
[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs
2025-04-01 19:58 UTC (4+ messages)
` [PATCH v2 1/1] "
[syzbot] [ext4?] KASAN: slab-use-after-free Read in ext4_ext_remove_space
2025-03-31 11:15 UTC
[PATCH] ext4: Fix the issue of missing lock in ext4_page_mkwrite
2025-03-31 1:51 UTC (2+ messages)
[RFC PATCH v2 0/4] remove buffer heads from ext2
2025-03-28 18:29 UTC (8+ messages)
` [RFC PATCH v2 1/4] ext2: remove buffer heads from superblock
` [RFC PATCH v2 2/4] ext2: remove buffer heads from group descriptors
` [RFC PATCH v2 3/4] ext2: remove buffer heads from quota handling
` [RFC PATCH v2 4/4] ext2: remove buffer heads from block bitmaps
[RFC PATCH v1] ext2: remove buffer heads from quota handling
2025-03-28 17:56 UTC (3+ messages)
[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (4)
2025-03-28 17:10 UTC (3+ messages)
[PATCH] iomap: Fix conflicting values of iomap flags
2025-03-28 10:48 UTC (5+ messages)
[PATCH v3] ext4: Make block validity check resistent to sb bh corruption
2025-03-28 6:24 UTC
[PATCH v2] ext4: Make block validity check resistent to sb bh corruption
2025-03-28 6:12 UTC (5+ messages)
[GIT PULL] ext4 updates for v6.15-rc1
2025-03-27 20:49 UTC (2+ messages)
[syzbot] [ext4?] kernel BUG in ext4_alloc_file_blocks
2025-03-27 16:27 UTC
[PATCH RFC] ext4: don't treat fhandle lookup of ea_inode as FS corruption
2025-03-27 11:04 UTC (2+ messages)
[PATCH 0/3] further iomap large atomic writes changes
2025-03-27 10:46 UTC (15+ messages)
` [PATCH 1/3] iomap: inline iomap_dio_bio_opflags()
` [PATCH 2/3] iomap: comment on atomic write checks in iomap_dio_bio_iter()
` [PATCH 3/3] iomap: rework IOMAP atomic flags
[PATCH] ext4: cache es->s_journal_inum in ext4_sb_info
2025-03-27 6:20 UTC (11+ messages)
[PATCH][next] ext4: Avoid -Wflex-array-member-not-at-end warning
2025-03-26 22:55 UTC
[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-03-26 21:04 UTC (4+ messages)
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages
[PATCH] Documentation: ext4: Add fields to ext4_super_block documentation
2025-03-25 18:07 UTC (2+ messages)
[LSF/MM/BPF TOPIC] extsize and forcealign design in filesystems for atomic writes
2025-03-25 11:42 UTC (6+ messages)
` [RFCv1 0/1] EXT4 support of multi-fsblock atomic write with bigalloc
` [RFCv1 1/1] ext4: Add multi-fsblock atomic write support "
[syzbot] Monthly ext4 report (Mar 2025)
2025-03-24 18:56 UTC
[RFC v3 00/11] ext4: Add extsize and forcealign support (groundwork for multi block atomic writes)
2025-03-24 7:37 UTC (12+ messages)
` [RFC v3 01/11] ext4: add aligned allocation hint in mballoc
` [RFC v3 02/11] ext4: allow inode preallocation for aligned alloc
` [RFC v3 03/11] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR
` [RFC v3 04/11] ext4: pass lblk and len explicitly to ext4_split_extent*()
` [RFC v3 05/11] ext4: add extsize hint support
` [RFC v3 06/11] ext4: make extsize work with EOF allocations
` [RFC v3 07/11] ext4: add ext4_map_blocks_extsize() wrapper to handle overwrites
` [RFC v3 08/11] ext4: add forcealign support of mballoc
` [RFC v3 09/11] ext4: add forcealign support to ext4_map_blocks
` [RFC v3 10/11] ext4: add support for adding focealign via SETXATTR ioctl
` [RFC v3 11/11] ext4: disallow unaligned deallocations on forcealign inodes
[tytso-ext4:test] BUILD SUCCESS 2b0979df04e66765c599592d36121a2ab7fb21ad
2025-03-23 19:42 UTC
[syzbot] [apparmor?] [ext4?] INFO: rcu detected stall in sys_getdents64
2025-03-23 6:53 UTC (2+ messages)
` [syzbot] [net] "
[tytso-ext4:dev] BUILD SUCCESS d5e206778e96e8667d3bde695ad372c296dc9353
2025-03-22 6:51 UTC
[PATCH] jbd2: add a missing data flush during file and fs synchronization
2025-03-22 3:36 UTC (3+ messages)
[PATCH -next] ext4: correct the error handle in ext4_fallocate()
2025-03-22 3:36 UTC (3+ messages)
[PATCH v2] ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)
2025-03-22 3:36 UTC (2+ messages)
[PATCH v4 0/3] Fix a BUG_ON crashing the kernel in start_this_handle
2025-03-22 3:36 UTC (6+ messages)
` [PATCH v4 1/3] ext4: define ext4_journal_destroy wrapper
` [PATCH v4 2/3] ext4: avoid journaling sb update on error if journal is destroying
` [PATCH v4 3/3] ext4: Make sb update interval tunable
[PATCH v2] ext4: fix OOB read when checking dotdot dir
2025-03-22 3:36 UTC (2+ messages)
[RESEND PATCH] ext4: log rorw on remount only when state changes
2025-03-22 3:36 UTC (2+ messages)
[PATCH] ext4: Fix potential null dereference in ext4 test
2025-03-21 5:08 UTC (2+ messages)
[PATCH RESEND] ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_blocks()
2025-03-21 5:03 UTC (2+ messages)
[PATCH v6 00/13] large atomic writes for xfs with CoW
2025-03-20 14:12 UTC (41+ messages)
` [PATCH v6 03/13] iomap: rework IOMAP atomic flags
` [PATCH v6 04/13] xfs: pass flags to xfs_reflink_allocate_cow()
` [PATCH v6 10/13] xfs: iomap COW-based atomic write support
` [PATCH v6 11/13] xfs: add xfs_file_dio_write_atomic()
` [PATCH v6 13/13] xfs: update atomic write max size
[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-03-19 19:50 UTC (12+ messages)
` [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH -next v3 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH -next v3 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH -next v3 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH -next v3 08/10] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH -next v3 09/10] block: factor out common part in blkdev_fallocate()
` [RFC PATCH -next v3 10/10] ext4: add FALLOC_FL_WRITE_ZEROES support
[PATCH] ext4: fix OOB read when checking dotdot dir
2025-03-19 16:46 UTC (4+ messages)
[tytso-ext4:dev] BUILD SUCCESS 854c025fcb32dc92fdf2165db745185359ada111
2025-03-19 4:41 UTC
[PATCH] ext4: don't over-report free space or inodes in statvfs
2025-03-18 15:30 UTC (2+ messages)
[PATCH v2 0/2] fs/ext4/xattr: Fix issues seen while deleting xattr inode(s)
2025-03-18 11:06 UTC (5+ messages)
` [PATCH v2 2/2] fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode'
[PATCH util-linux] fallocate: add FALLOC_FL_WRITE_ZEROES support
2025-03-18 7:32 UTC
[PATCH xfstests 0/5] fstests: add fallocate write zeroes tests
2025-03-18 7:26 UTC (6+ messages)
` [PATCH xfstests 1/5] generic/764: add page boundaries tests for fallocate write zeroes
` [PATCH xfstests 2/5] generic/765: add generic "
` [PATCH xfstests 3/5] generic/766: test fallocate write zeroes on block device
` [PATCH xfstests 4/5] fstress: add fallocate write zeroes support
` [PATCH xfstests 5/5] fsx: "
[PATCH xfsprogs] xfs_io: add FALLOC_FL_WRITE_ZEROES support
2025-03-18 7:23 UTC
[PATCH v1 0/2] Minor cleanups in common/rc
2025-03-18 4:57 UTC (7+ messages)
` [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc
[PATCH] jbd2: fix off-by-one while erasing journal
2025-03-18 3:41 UTC (2+ messages)
[PATCH] ext4: Fix potential null dereference in ext4 kunit test
2025-03-18 3:41 UTC (2+ messages)
[PATCH] ext4: goto right label 'out_mmap_sem' in ext4_setattr()
2025-03-18 3:41 UTC (2+ messages)
[PATCH] jbd2: remove jbd2_journal_unfile_buffer()
2025-03-18 3:41 UTC (2+ messages)
[PATCH v3 0/9] ext4: fix issues caused by data write-back failures
2025-03-18 3:41 UTC (2+ messages)
[PATCH v2 0/6] Minor cleanups to jbd2
2025-03-18 3:41 UTC (2+ messages)
[PATCH v2 0/7] ext4: correct behaviors under errors=remount-ro mode
2025-03-18 3:41 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).