messages from 2023-10-14 19:34:00 to 2023-10-27 10:16:26 UTC [more...]
[syzbot] [ext4?] general protection fault in locks_remove_posix
2023-10-27 10:16 UTC (2+ messages)
[syzbot] kernel BUG in ext4_do_writepages
2023-10-27 0:04 UTC (2+ messages)
[PATCH RFC 0/9] fs: multigrain timestamps (redux)
2023-10-26 5:42 UTC (40+ messages)
` [PATCH RFC 1/9] fs: switch timespec64 fields in inode to discrete integers
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
` [PATCH RFC 3/9] timekeeping: add new debugfs file to count multigrain timestamps
` [PATCH RFC 4/9] fs: add infrastructure for "
` [PATCH RFC 5/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH RFC 6/9] xfs: switch to multigrain timestamps
` [PATCH RFC 7/9] ext4: "
` [PATCH RFC 8/9] btrfs: convert "
` [PATCH RFC 9/9] tmpfs: add support for "
task hung in ext4_fallocate #2
2023-10-26 2:48 UTC (17+ messages)
[PATCH 01/10] highmem: Add folio_release_kmap()
2023-10-25 18:20 UTC (5+ messages)
` [PATCH 07/10] ext2: Handle large block size directories in ext2_delete_entry()
` [PATCH 08/10] ext2: Convert ext2_unlink() and ext2_rename() to use folios
[PATCH] io_uring/rw: disable IOCB_DIO_CALLER_COMP
2023-10-25 14:03 UTC
[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
2023-10-25 13:32 UTC (2+ messages)
[tytso-ext4:dev] BUILD SUCCESS c388da1dad59dc24801b61bc63539cab6cd83e23
2023-10-24 19:04 UTC
[PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
2023-10-24 16:25 UTC (4+ messages)
` Include __GFP_NOWARN in GFP_NOWAIT
Wycena paneli fotowoltaicznych
2023-10-24 8:05 UTC
[PATCH] ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()
2023-10-24 3:52 UTC (4+ messages)
` [PATCH V2] "
[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
2023-10-23 16:08 UTC (48+ messages)
[PATCH v2 0/4] ext4: fix WARN_ON in alloc_flex_gd()
2023-10-23 2:43 UTC (7+ messages)
` [PATCH v2 1/4] ext4: unify the type of flexbg_size to unsigned int
` [PATCH v2 2/4] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH v2 3/4] ext4: avoid online resizing failures due to oversized flex bg
` [PATCH v2 4/4] ext4: reduce unnecessary memory allocation in alloc_flex_gd()
[PATCH 1/2] kvm-xfstests: install-kconfig: Use $ARCH-config instead of $KERN_ARCH-config
2023-10-23 2:34 UTC (3+ messages)
` New archtecture support in xfstests-bld
[PATCH v3] ext4: Properly sync file size update after O_SYNC direct IO
2023-10-23 0:55 UTC (4+ messages)
[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
2023-10-21 10:07 UTC (5+ messages)
` [Bug 217965] "
[PATCH 0/3] Optimize __ext4_block_zero_page_range() for unwritten buffers
2023-10-19 16:55 UTC (6+ messages)
` [PATCH 1/3] ext4: treat end of range as exclusive in ext4_zero_range()
` [PATCH 2/3] ext4: truncate complete range in pagecache before calling ext4_zero_partial_blocks()
[PATCH 0/4] ext4: fix WARN_ON in alloc_flex_gd()
2023-10-19 12:03 UTC (10+ messages)
` [PATCH 1/4] ext4: unify the type of flexbg_size to unsigned int
` [PATCH 2/4] ext4: remove unnecessary check from alloc_flex_gd()
` [PATCH 3/4] ext4: avoid online resizing failures due to oversized flex bg
` [PATCH 4/4] ext4: reduce unnecessary memory allocation in alloc_flex_gd()
[Bug 218011] New: ext4 root filesystem related hangs on 6.5 kernels
2023-10-18 20:45 UTC (8+ messages)
` [Bug 218011] "
[PATCH v2 00/27] Finish the create_empty_buffers() transition
2023-10-18 14:19 UTC (30+ messages)
` [PATCH v2 01/27] buffer: Return bool from grow_dev_folio()
` [PATCH v2 02/27] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH v2 03/27] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH v2 04/27] ext4: Convert to folio_create_empty_buffers
` [PATCH v2 05/27] buffer: Add get_nth_bh()
` [PATCH v2 06/27] gfs2: Convert inode unstuffing to use a folio
` [PATCH v2 07/27] gfs2: Convert gfs2_getbuf() to folios
` [PATCH v2 08/27] gfs2: Convert gfs2_getjdatabuf to use a folio
` [PATCH v2 09/27] gfs2: Convert gfs2_write_buf_to_page() "
` [PATCH v2 10/27] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH v2 11/27] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH v2 12/27] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH v2 13/27] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH v2 14/27] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH v2 15/27] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH v2 16/27] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH v2 17/27] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH v2 18/27] ntfs: Convert ntfs_writepage "
` [PATCH v2 19/27] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH v2 20/27] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH v2 21/27] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH v2 22/27] reiserfs: Convert writepage "
` [PATCH v2 23/27] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH v2 24/27] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH v2 25/27] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH v2 26/27] ufs: Remove ufs_get_locked_page()
` [PATCH v2 27/27] buffer: Remove folio_create_empty_buffers()
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
2023-10-18 8:48 UTC (2+ messages)
` [syzbot] "
[PATCH v2] ext4: Replace value of xattrs in place
2023-10-18 8:44 UTC (3+ messages)
[PATCH 1/1] ext4: remove the bottleneck of ext4-rsv-conversion work queue
2023-10-17 22:11 UTC
[syzbot] INFO: task hung in ext4_fallocate
2023-10-17 14:58 UTC (10+ messages)
[syzbot] [ext4?] possible deadlock in console_flush_all (2)
2023-10-17 14:28 UTC (3+ messages)
[Bug 218006] New: [ext4] system panic when ext4_writepages:2918: Journal has aborted
2023-10-17 1:41 UTC (7+ messages)
` [Bug 218006] "
Zapytanie ofertowe
2023-10-16 7:30 UTC
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).