messages from 2024-06-12 06:13:02 to 2024-07-01 14:31:17 UTC [more...]
[syzbot] [ext4?] BUG: unable to handle kernel paging request in do_split
2024-07-01 14:25 UTC (2+ messages)
` [PATCH] ext4: No need to continue when the number of entries is 1
[PATCH v2 00/11] fs: multigrain timestamp redux
2024-07-01 14:12 UTC (18+ messages)
` [PATCH v2 01/11] fs: turn inode ctime fields into a single ktime_t
` [PATCH v2 02/11] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH v2 03/11] fs: tracepoints for inode_needs_update_time "
` [PATCH v2 04/11] fs: add infrastructure for multigrain timestamps
` [PATCH v2 05/11] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v2 06/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v2 07/11] xfs: switch to multigrain timestamps
` [PATCH v2 08/11] ext4: "
` [PATCH v2 09/11] btrfs: convert "
` [PATCH v2 10/11] tmpfs: add support for "
` [PATCH v2 11/11] Documentation: add a new file documenting "
[PATCH] jbd2: Increase maximum transaction size
2024-07-01 13:28 UTC
[PATCH 0/14] New uid & gid mount option parsing helpers
2024-07-01 9:34 UTC (8+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 06/14] ext4: Convert to new uid/gid "
[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
2024-07-01 8:59 UTC (34+ messages)
` [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/13] fs/dax: Refactor wait for dax idle page
` [PATCH 04/13] fs/dax: Add dax_page_free callback
` [PATCH 05/13] mm: Allow compound zone device pages
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 08/13] huge_memory: Allow mappings of PMD "
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 12/13] mm: Remove pXX_devmap callers
` [PATCH 13/13] mm: Remove devmap related functions and page table bits
[PATCH] ext4: Correct dentry name hash when readdir with encrypted and not casefolded
2024-07-01 6:43 UTC
[tytso-ext4:dev] BUILD SUCCESS 8262fe9a902c8a7b68c8521ebe18360a9145bada
2024-06-29 19:36 UTC
[PATCH] Fix WARNING in __ext4_ioctl
2024-06-29 3:31 UTC
[PATCH v5 00/10] ext4: support adding multi-delalloc blocks
2024-06-28 17:17 UTC (2+ messages)
[PATCH v2] ext4: fix infinite loop when replaying fast_commit
2024-06-28 17:17 UTC (3+ messages)
[PATCH v2 0/9] A fix and some cleanups to jbd2
2024-06-28 17:17 UTC (2+ messages)
[PATCH] Fix uninitialized variable in ext4_inlinedir_to_tree
2024-06-28 17:17 UTC (2+ messages)
[PATCH] jbd2: Use str_plural() to fix Coccinelle warning
2024-06-28 17:17 UTC (2+ messages)
[PATCH v6 00/10] Ext4 fast commit performance patch series
2024-06-28 14:47 UTC (18+ messages)
` [PATCH v6 01/10] ext4: convert i_fc_lock to spinlock
` [PATCH v6 02/10] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v6 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v6 04/10] ext4: rework fast commit commit path
` [PATCH v6 07/10] ext4: add nolock mode to ext4_map_blocks()
` [PATCH v6 08/10] ext4: introduce selective flushing in fast commit
` [PATCH v6 09/10] ext4: temporarily elevate commit thread priority
` [PATCH v6 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
2024-06-28 3:48 UTC (3+ messages)
` [syzbot] "
[PATCH] jbd2: Add a comment for incorrect tag size
2024-06-28 2:15 UTC (5+ messages)
[PATCH 1/2] ext4: Reduce stack usage in ext4_mpage_readpages()
2024-06-27 20:20 UTC (3+ messages)
` [PATCH 2/2] ext4: Remove array of buffer_heads from mext_page_mkuptodate()
[PATCH 00/10] fs: multigrain timestamp redux
2024-06-27 15:35 UTC (13+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
` [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH 03/10] fs: tracepoints for inode_needs_update_time "
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps
` [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH 07/10] xfs: switch to multigrain timestamps
` [PATCH 08/10] ext4: "
` [PATCH 09/10] btrfs: convert "
` [PATCH 10/10] tmpfs: add support for "
[PATCH v3 0/2] ext4: fix fast commit inode enqueueing during a full journal commit
2024-06-27 15:10 UTC (4+ messages)
[PATCH] ext4: fix kernel segfault after iterator overflow
2024-06-27 13:27 UTC (2+ messages)
[PATCH 0/4] jbd2: Avoid infinite transaction commit loop
2024-06-27 7:07 UTC (16+ messages)
` [PATCH v2 1/4] jbd2: Make jbd2_journal_get_max_txn_bufs() internal
` [PATCH v2 2/4] jbd2: Precompute number of transaction descriptor blocks
` [PATCH v2 3/4] jbd2: Avoid infinite transaction commit loop
` [PATCH v2 4/4] jbd2: Drop pointless shrinker batch initialization
mostly remove _supported_fs
2024-06-26 4:01 UTC (16+ messages)
` [PATCH 1/8] remove support for ext4dev
` [PATCH 2/8] generic/740: clean up handling of mkfs options
` [PATCH 3/8] generic/740: pass the --quick option to mkfs.ntfs
` [PATCH 4/8] generic/740: skip jffs2 as foreign fs earlier
` [PATCH 5/8] generic/740: enable by default
` [PATCH 6/8] generic/745: rework support fs checking
` [PATCH 7/8] generic/746: clean up fs support
` [PATCH 8/8] remove spurious _supported_fs calls
PROBLEM: ext4 resize2fs on-line resizing panic
2024-06-24 17:38 UTC (5+ messages)
[PATCH] ext2: Verify bitmap and itable block numbers before using them
2024-06-24 15:33 UTC
[PATCH v4 00/22] block atomic writes for xfs
2024-06-24 13:58 UTC (13+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
` [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size
[syzbot] [ext4?] WARNING in __ext4_ioctl
2024-06-24 8:10 UTC
[PATCH] ext4/059: disable block_validity checks when mounting a corrupted file system
2024-06-22 2:31 UTC (4+ messages)
[syzbot] kernel BUG in ext4_do_writepages
2024-06-21 16:09 UTC (3+ messages)
[PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
2024-06-21 11:13 UTC (3+ messages)
[PATCH] fs/ext4: Prevent encryption/decryption of unaligned blocks in aes_encrypt
2024-06-21 4:00 UTC (2+ messages)
[PATCH v4] jbd2: avoid mount failed when commit block is partial submitted
2024-06-20 9:59 UTC (2+ messages)
[syzbot] [ext4?] KCSAN: data-race in __d_instantiate / lookup_fast (7)
2024-06-20 8:23 UTC
[PATCH v3] jbd2: avoid mount failed when commit block is partial submitted
2024-06-20 6:32 UTC (3+ messages)
[syzbot] [ext4?] WARNING: ODEBUG bug in ext4_fill_super (4)
2024-06-20 5:55 UTC
[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (3)
2024-06-20 3:10 UTC (3+ messages)
` [PATCH] ext4: fix deadlock in ext4_xattr_inode_iget
[PATCH] ext4: don't track ranges in fast_commit if inode has inlined data
2024-06-19 13:47 UTC (4+ messages)
Kernel bug at fs/ext4/resize.c:324! (6.8.12-amd64 on Debian)
2024-06-19 3:53 UTC (2+ messages)
[PATCH v2] Documentation: the design of iomap and how to port
2024-06-18 14:32 UTC (5+ messages)
` [TEXT 1/3] design of iomap
` [TEXT 2/3] file operations
` [TEXT 3/3] porting iomap
[syzbot] [ext4?] WARNING in ext4_fileattr_get
2024-06-18 13:57 UTC
linux: ext4 corruption with symlinks
2024-06-18 13:19 UTC (4+ messages)
How to create new file in idmapped mountpoint
2024-06-17 7:53 UTC (2+ messages)
[PATCH] Documentation: document the design of iomap and how to port
2024-06-14 20:41 UTC (14+ messages)
[syzbot] Monthly ext4 report (Jun 2024)
2024-06-14 8:14 UTC
[PATCH] ext4: Avoid writing unitialized memory to disk in EA inodes
2024-06-13 15:02 UTC
[syzbot] [mm?] KMSAN: uninit-value in zswap_store
2024-06-12 15:07 UTC (3+ messages)
[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext2_fill_super
2024-06-12 6:13 UTC (3+ messages)
` Testing if issue still reproduces
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