linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-11 08:16:34 to 2025-01-26 19:49:47 UTC [more...]

[REGRESSION] 998ef75ddb and aio-dio-invalidate-failure w/ data=journal
 2025-01-26 19:49 UTC  (5+ messages)
` [PATCH] ext4: use private version of page_zero_new_buffers() for data=journal mode

[PATCH 0/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
 2025-01-26  8:27 UTC  (3+ messages)
` [PATCH 1/2] ext4: introduce ITAIL helper
` [PATCH 2/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()

[PATCH 6.6.y] ext4: fix access to uninitialised lock in fc replay path
 2025-01-26  7:26 UTC 

[PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path
 2025-01-26  7:06 UTC 

[syzbot] [ext4?] INFO: rcu detected stall in sys_mkdir (9)
 2025-01-25  4:35 UTC 

[PATCH 1/3] misc: deduplicate log2/log10 functions
 2025-01-25  0:42 UTC  (2+ messages)
` [PATCH 2/3] journal: increase revoke block hash size

[PATCH v2] jbd2: Avoid long replay times due to high number or revoke blocks
 2025-01-24 22:28 UTC  (3+ messages)

Security Vulnerability Report: Cross-filesystem ACL Permissions Issue in Different File Systems (EXT4, XFS, NTFS, etc.)
 2025-01-23 14:36 UTC  (2+ messages)

[PATCH] debugfs: byteswap dirsearch dirent buf on big endian systems
 2025-01-23 13:52 UTC 

[Bug 86681] INFO: task nfsd:16901 blocked for more than 120 seconds. ; NFSD: Failed to remove expired client state directory
 2025-01-23 13:29 UTC 

[PATCH v2 0/3] Fix and cleanups to ext4 namei.c
 2025-01-23 16:20 UTC  (4+ messages)
` [PATCH v2 1/3] ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
` [PATCH v2 2/3] ext4: remove unneeded forward declaration in namei.c
` [PATCH v2 3/3] ext4: remove unused input "inode" in ext4_find_dest_de

[PATCH v2 0/6] Minor cleanups to jbd2
 2025-01-23 15:50 UTC  (7+ messages)
` [PATCH v2 1/6] jbd2: remove unused h_jdata flag of handle
` [PATCH v2 2/6] jbd2: remove unused return value of jbd2_journal_cancel_revoke
` [PATCH v2 3/6] jbd2: remove unused return value of do_readahead
` [PATCH v2 4/6] jbd2: remove stale comment of update_t_max_wait
` [PATCH v2 5/6] jbd2: correct stale function name in comment
` [PATCH v2 6/6] jbd2: Correct stale comment of release_buffer_page

Transparent compression with ext4 - especially with zstd
 2025-01-22 14:11 UTC  (13+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in filldir64
 2025-01-22 13:06 UTC 

[PATCH v2 0/7] ext4: correct behaviors under errors=remount-ro mode
 2025-01-22 11:41 UTC  (8+ messages)
` [PATCH v2 1/7] ext4: convert EXT4_FLAGS_* defines to enum
` [PATCH v2 2/7] ext4: add EXT4_FLAGS_EMERGENCY_RO bit
` [PATCH v2 3/7] ext4: add ext4_emergency_state() helper function
` [PATCH v2 4/7] ext4: add more ext4_emergency_state() checks around sb_rdonly()
` [PATCH v2 5/7] ext4: correct behavior under errors=remount-ro mode
` [PATCH v2 6/7] ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set
` [PATCH v2 7/7] ext4: show 'shutdown' hint when ext4 is forced to shutdown

[PATCH v3 0/9] ext4: fix issues caused by data write-back failures
 2025-01-22 11:05 UTC  (10+ messages)
` [PATCH v3 1/9] ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()
` [PATCH v3 2/9] ext4: do not convert the unwritten extents if data writeback fails
` [PATCH v3 3/9] ext4: reject the 'data_err=abort' option in nojournal mode
` [PATCH v3 4/9] ext4: extract ext4_has_journal_option() from __ext4_fill_super()
` [PATCH v3 5/9] ext4: abort journal on data writeback failure if in data_err=abort mode
` [PATCH v3 6/9] jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR
` [PATCH v3 7/9] ext4: update the descriptions of data_err=abort and data_err=ignore
` [PATCH v3 8/9] ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'
` [PATCH v3 9/9] ext4: pack holes in ext4_inode_info

WARNING in jbd2_journal_update_sb_log_tail
 2025-01-21 16:55 UTC  (10+ messages)

[syzbot] [ext4?] BUG: unable to handle kernel NULL pointer dereference in ext4_mb_add_groupinfo (2)
 2025-01-21 16:00 UTC 

[PATCH 0/7] ext4: correct behaviors under errors=remount-ro mode
 2025-01-21 14:08 UTC  (18+ messages)
` [PATCH 1/7] ext4: convert EXT4_FLAGS_* defines to enum
` [PATCH 2/7] ext4: add EXT4_FLAGS_EMERGENCY_RO bit
` [PATCH 3/7] ext4: add ext4_is_emergency() helper function
` [PATCH 4/7] ext4: add ext4_sb_rdonly() "
` [PATCH 5/7] ext4: correct behavior under errors=remount-ro mode
` [PATCH 6/7] ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set
` [PATCH 7/7] ext4: show 'shutdown' hint when ext4 is forced to shutdown

Is it possible to make ext4 images reproducible even after filesystem operations ?
 2025-01-21 12:29 UTC 

[PATCH v2 0/8] ext4: fix issues caused by data write-back failures
 2025-01-21 12:11 UTC  (16+ messages)
` [PATCH v2 1/8] ext4: replace opencoded ext4_end_io_end() in ext4_put_io_end()
` [PATCH v2 2/8] ext4: do not convert the unwritten extents if data writeback fails
` [PATCH v2 3/8] ext4: reject the 'data_err=abort' option in nojournal mode
` [PATCH v2 4/8] ext4: extract ext4_check_nojournal_options() from __ext4_fill_super()
` [PATCH v2 5/8] ext4: abort journal on data writeback failure if in data_err=abort mode
` [PATCH v2 6/8] ext4: update the descriptions of data_err=abort and data_err=ignore
` [PATCH v2 7/8] ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'
` [PATCH v2 8/8] ext4: pack holes in ext4_inode_info

[syzbot] Monthly ext4 report (Jan 2025)
 2025-01-20 13:06 UTC 

[PATCH] jbd2: Avoid long replay times due to high number or revoke blocks
 2025-01-17 11:11 UTC  (3+ messages)

e2fsck max blocks for huge non-extent file
 2025-01-17  3:26 UTC  (4+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-17  1:54 UTC  (76+ messages)
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 06/26] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH V2] jbd2: use rhashtable for revoke records during replay
 2025-01-16 18:04 UTC  (7+ messages)

[PATCH] jbd2: use rhashtable for revoke records during replay
 2025-01-16 17:59 UTC  (3+ messages)

[PATCH 1/2] misc: deduplicate log2/log10 functions
 2025-01-16 13:09 UTC  (3+ messages)
` [PATCH 2/2] journal: increase revoke block hash size

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-01-16  3:04 UTC  (11+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v2 3/8] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v2 5/8] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v2 6/8] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v2 7/8] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v2 8/8] ext4: add FALLOC_FL_WRITE_ZEROES support

Two questions on sparse files
 2025-01-15 11:04 UTC  (2+ messages)

[PATCH] misc: fix --without-libarchive build failure
 2025-01-15  4:36 UTC 

[PATCH] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
 2025-01-15  5:10 UTC  (11+ messages)

"WARNING in ext4_destroy_inode" in Linux Kernel v6.12-rc4
 2025-01-15  5:00 UTC  (2+ messages)

[RFC 0/5] Add support for central fsconfig and -q <n> unconditional loop
 2025-01-13 16:46 UTC  (3+ messages)
` [RFC 1/5] tests/selftest: Add a new pseudo flaky test

[PATCH] ext4: convert i_fc_lock to spinlock
 2025-01-13 14:16 UTC  (3+ messages)
` [PATCH v7 9/9] ext4: hold s_fc_lock while during fast commit

[syzbot] [ext4?] possible deadlock in wait_transaction_locked (2)
 2025-01-12 23:44 UTC 

Do sparse files save HDD-space and are the blocks in random order?
 2025-01-11  8:16 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 NNTP newsgroup(s).