linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-06 07:34:38 to 2024-06-27 07:19:30 UTC [more...]

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-06-27  7:15 UTC  (23+ 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 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

[PATCH 00/10] fs: multigrain timestamp redux
 2024-06-27  1:00 UTC  (11+ 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 "

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  (33+ 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
` [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 05/22] xfs: always tail align maxlen allocations
` [PATCH v4 06/22] xfs: simplify extent allocation alignment
` [PATCH v4 07/22] xfs: make EOF allocation simpler
` [PATCH v4 08/22] xfs: introduce forced allocation alignment
` [PATCH v4 09/22] xfs: align args->minlen for "
` [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag
` [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign
` [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() "
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign
` [PATCH v4 14/22] xfs: Only free full extents for forcealign
` [PATCH v4 15/22] xfs: Don't revert allocated offset "
` [PATCH v4 16/22] xfs: Enable file data forcealign feature
` [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v4 18/22] iomap: Atomic write support
` [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v4 20/22] xfs: Support atomic write for statx
` [PATCH v4 21/22] xfs: Validate atomic writes
` [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

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

[PATCH v6 00/10] Ext4 fast commit performance patch series
 2024-06-21 16:33 UTC  (5+ 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

[syzbot] kernel BUG in ext4_do_writepages
 2024-06-21 16:09 UTC  (4+ 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 

[PATCH] jbd2: Add a comment for incorrect tag size
 2024-06-20  3:19 UTC  (3+ messages)

[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  (23+ messages)

[syzbot] Monthly ext4 report (Jun 2024)
 2024-06-14  8:14 UTC 

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-06-14  3:47 UTC  (2+ messages)
` [syzbot] "

[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  (4+ messages)

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext2_fill_super
 2024-06-12  6:13 UTC  (4+ messages)
` Testing if issue still reproduces

[PATCH 0/2] e2fsck: make sure orphan files are cleaned-up
 2024-06-11 14:27 UTC  (3+ messages)
` [PATCH 1/2] e2fsck: don't skip checks if the orphan file is present in the filesystem
` [PATCH 2/2] tests: new test to check that the orphan file is cleaned up

stat Size and Blocks numbers don't decrease after deletion
 2024-06-11 13:26 UTC  (3+ messages)

[syzbot] [ext4?] WARNING in ext4_mb_add_groupinfo
 2024-06-09 12:28 UTC 

[bug report] ext4: Convert data=journal writeback to use ext4_writepages()
 2024-06-08 14:25 UTC 

[PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs
 2024-06-07 15:04 UTC  (10+ messages)
` [PATCH v18 2/7] f2fs: Simplify the handling of cached casefolded names
` [PATCH v18 3/7] libfs: Introduce case-insensitive string comparison helper
` [PATCH v18 4/7] ext4: Reuse generic_ci_match for ci comparisons
` [PATCH v18 5/7] f2fs: "
` [PATCH v18 6/7] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v18 7/7] f2fs: "

[PATCH v2] ext4: fix i_data_sem unlock order in ext4_ind_migrate()
 2024-06-06 21:07 UTC  (3+ messages)

[PATCH 0/3] Some extended attributes related comments correction
 2024-06-06 12:55 UTC  (4+ messages)
` [PATCH 1/3] ext4: correct comment of ext4_xattr_cmp
` [PATCH 2/3] ext4: correct comment of ext4_xattr_block_cache_insert
` [PATCH 3/3] ext4: correct comment of h_checksum


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