Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint, (continued)
- [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v7 06/14] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v7 07/14] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v7 03/14] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v7 08/14] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v7 10/14] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v7 13/14] xfs: update atomic write limits, John Garry
- [PATCH v7 12/14] xfs: add xfs_compute_atomic_write_unit_max(), John Garry
- [PATCH v7 14/14] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v8 0/9] Ext4 Fast Commit Performance Patchset,
Harshad Shirwadkar
- [PATCH v8 1/9] ext4: convert i_fc_lock to spinlock, Harshad Shirwadkar
- [PATCH v8 5/9] ext4: drop i_fc_updates from inode fc info, Harshad Shirwadkar
- [PATCH v8 2/9] ext4: for committing inode, make ext4_fc_track_inode wait, Harshad Shirwadkar
- [PATCH v8 4/9] ext4: rework fast commit commit path, Harshad Shirwadkar
- [PATCH v8 3/9] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr, Harshad Shirwadkar
- [PATCH v8 6/9] ext4: update code documentation, Harshad Shirwadkar
- [PATCH v8 8/9] ext4: convert s_fc_lock to mutex type, Harshad Shirwadkar
- [PATCH v8 7/9] ext4: temporarily elevate commit thread priority, Harshad Shirwadkar
- [PATCH v8 9/9] ext4: hold s_fc_lock while during fast commit, Harshad Shirwadkar
- Re: [PATCH v8 0/9] Ext4 Fast Commit Performance Patchset, Theodore Ts'o
- [PATCH AUTOSEL 5.15 15/15] ext4: make block validity check resistent to sb bh corruption, Sasha Levin
- [PATCH AUTOSEL 5.10 11/11] ext4: make block validity check resistent to sb bh corruption, Sasha Levin
- [PATCH AUTOSEL 6.1 17/17] ext4: make block validity check resistent to sb bh corruption, Sasha Levin
- [PATCH AUTOSEL 6.6 24/24] ext4: make block validity check resistent to sb bh corruption, Sasha Levin
- [PATCH AUTOSEL 6.12 30/30] ext4: make block validity check resistent to sb bh corruption, Sasha Levin
- [PATCH AUTOSEL 6.13 34/34] ext4: make block validity check resistent to sb bh corruption, Sasha Levin
- [PATCH AUTOSEL 6.14 34/34] ext4: make block validity check resistent to sb bh corruption, Sasha Levin
- [tytso-ext4:dev] BUILD SUCCESS 94824ac9a8aaf2fb3c54b4bdde842db80ffa555d, kernel test robot
- [GIT PULL] ext4 bug fixes for v6.15-rc2,
Theodore Ts'o
- [PATCH] ext4: filesystems without casefold feature cannot be mounted,
Kevin Paul Reddy Janagari
- Re: generic_permission() optimization,
Mateusz Guzik
- 6.12 stuck jbd2 kernel task, Charith Amarasinghe
- [PATCH v1] xfs: Fail remount with noattr2 on a v5 xfs with CONFIG_XFS_SUPPORT_V4=y,
Nirjhar Roy (IBM)
- [syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2),
syzbot
- [PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads,
Luis Chamberlain
- [PATCH v4 0/6] Minor cleanups in common/,
Nirjhar Roy (IBM)
- Help with Real-world Usage of ID-Mapped Mounts with Docker on Ubuntu 24.04, Pravin Shedage
- [PATCH 6.12 411/423] ext4: fix OOB read when checking dotdot dir, Greg Kroah-Hartman
- [PATCH 6.1 199/204] ext4: fix OOB read when checking dotdot dir, Greg Kroah-Hartman
- [PATCH 6.13 484/499] ext4: fix OOB read when checking dotdot dir, Greg Kroah-Hartman
- [PATCH 6.6 262/268] ext4: fix OOB read when checking dotdot dir, Greg Kroah-Hartman
- [PATCH 5.15 273/279] ext4: fix OOB read when checking dotdot dir, Greg Kroah-Hartman
- [PATCH 6.14 716/731] ext4: fix OOB read when checking dotdot dir, Greg Kroah-Hartman
- [PATCH 5.10 221/227] ext4: fix OOB read when checking dotdot dir, Greg Kroah-Hartman
- [PATCH v6 00/12] large atomic writes for xfs,
John Garry
- [PATCH v6 03/12] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite(), John Garry
- [PATCH v6 06/12] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v6 01/12] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v6 08/12] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v6 02/12] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v6 04/12] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v6 05/12] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v6 10/12] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v6 12/12] xfs: update atomic write limits, John Garry
- [PATCH v6 07/12] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v6 11/12] xfs: add xfs_compute_atomic_write_unit_max(), John Garry
- [PATCH v6 09/12] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v3 0/6] Minor cleanups in common/,
Nirjhar Roy (IBM)
- [PATCH] common/rc: fix dumping of corrupt ext* filesystems,
Darrick J. Wong
- [syzbot] [ext4?] [overlayfs?] WARNING in file_seek_cur_needs_f_lock,
syzbot
- [PATCH] ext4: fix off-by-one error in do_split,
Artem Sadovnikov
- [PATCH AUTOSEL 5.4 09/14] ext4: ignore xattrs past end, Sasha Levin
- [PATCH AUTOSEL 5.4 08/14] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 5.10 10/15] ext4: ignore xattrs past end, Sasha Levin
- [PATCH AUTOSEL 5.10 09/15] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 5.15 10/16] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 5.15 11/16] ext4: ignore xattrs past end, Sasha Levin
- [PATCH AUTOSEL 6.1 12/18] ext4: ignore xattrs past end, Sasha Levin
- [PATCH AUTOSEL 6.1 11/18] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 6.6 17/26] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 6.6 19/26] ext4: ignore xattrs past end, Sasha Levin
- [PATCH AUTOSEL 6.12 32/47] ext4: ignore xattrs past end, Sasha Levin
- [PATCH AUTOSEL 6.12 30/47] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 6.13 30/49] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 6.13 32/49] ext4: ignore xattrs past end, Sasha Levin
- [PATCH AUTOSEL 6.14 33/54] ext4: protect ext4_release_dquot against freezing, Sasha Levin
- [PATCH AUTOSEL 6.14 36/54] ext4: ignore xattrs past end, Sasha Levin
- [PATCH v2 0/3] Add support for -q <n> unconditional loop,
Nirjhar Roy (IBM)
- [PATCH v2 0/5] Minor cleanups in common/,
Nirjhar Roy (IBM)
- [syzbot] [ext4?] KASAN: slab-use-after-free Read in ext4_ext_remove_space,
syzbot
- [PATCH] ext4: Fix the issue of missing lock in ext4_page_mkwrite,
Penglei Jiang
- [PATCH 0/3] mm: move migration work around to buffer-heads,
Luis Chamberlain
- [PATCH v3] ext4: Make block validity check resistent to sb bh corruption,
Ojaswin Mujoo
- [PATCH v2] ext4: Make block validity check resistent to sb bh corruption,
Ojaswin Mujoo
- [PATCH] iomap: Fix conflicting values of iomap flags,
Ritesh Harjani (IBM)
- [GIT PULL] ext4 updates for v6.15-rc1,
Theodore Ts'o
- [syzbot] [ext4?] kernel BUG in ext4_alloc_file_blocks, syzbot
- [PATCH][next] ext4: Avoid -Wflex-array-member-not-at-end warning,
Gustavo A. R. Silva
- [RFC PATCH v2 0/4] remove buffer heads from ext2,
Catherine Hoang
- [PATCH] Documentation: ext4: Add fields to ext4_super_block documentation,
Tom Vierjahn
- [syzbot] Monthly ext4 report (Mar 2025), syzbot
- [RFC v3 00/11] ext4: Add extsize and forcealign support (groundwork for multi block atomic writes),
Ojaswin Mujoo
- [RFC v3 01/11] ext4: add aligned allocation hint in mballoc, Ojaswin Mujoo
- [RFC v3 02/11] ext4: allow inode preallocation for aligned alloc, Ojaswin Mujoo
- [RFC v3 03/11] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR, Ojaswin Mujoo
- [RFC v3 08/11] ext4: add forcealign support of mballoc, Ojaswin Mujoo
- [RFC v3 04/11] ext4: pass lblk and len explicitly to ext4_split_extent*(), Ojaswin Mujoo
- [RFC v3 05/11] ext4: add extsize hint support, Ojaswin Mujoo
- [RFC v3 10/11] ext4: add support for adding focealign via SETXATTR ioctl, Ojaswin Mujoo
- [RFC v3 11/11] ext4: disallow unaligned deallocations on forcealign inodes, Ojaswin Mujoo
- [RFC v3 06/11] ext4: make extsize work with EOF allocations, Ojaswin Mujoo
- [RFC v3 07/11] ext4: add ext4_map_blocks_extsize() wrapper to handle overwrites, Ojaswin Mujoo
- [RFC v3 09/11] ext4: add forcealign support to ext4_map_blocks, Ojaswin Mujoo
- [tytso-ext4:test] BUILD SUCCESS 2b0979df04e66765c599592d36121a2ab7fb21ad, kernel test robot
- [tytso-ext4:dev] BUILD SUCCESS d5e206778e96e8667d3bde695ad372c296dc9353, kernel test robot
- [PATCH v2] ext4: fix OOB read when checking dotdot dir,
Acs, Jakub
- [PATCH 0/3] further iomap large atomic writes changes,
John Garry
- [RESEND PATCH] ext4: log rorw on remount only when state changes,
Nicolas Bretz
- [PATCH] ext4: fix OOB read when checking dotdot dir,
Jakub Acs
- [tytso-ext4:dev] BUILD SUCCESS 854c025fcb32dc92fdf2165db745185359ada111, kernel test robot
- [PATCH -next] ext4: correct the error handle in ext4_fallocate(),
Zhang Yi
- [PATCH v4 0/3] Fix a BUG_ON crashing the kernel in start_this_handle,
Ojaswin Mujoo
- [RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag,
Zhang Yi
- [RFC PATCH -next v3 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP, Zhang Yi
- [RFC PATCH -next v3 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode, Zhang Yi
- [RFC PATCH -next v3 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit, Zhang Yi
- [RFC PATCH -next v3 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support, Zhang Yi
- [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features, Zhang Yi
- [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support, Zhang Yi
- [RFC PATCH -next v3 08/10] block: add FALLOC_FL_WRITE_ZEROES support, Zhang Yi
- [RFC PATCH -next v3 10/10] ext4: add FALLOC_FL_WRITE_ZEROES support, Zhang Yi
- [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate, Zhang Yi
- [RFC PATCH -next v3 09/10] block: factor out common part in blkdev_fallocate(), Zhang Yi
- [PATCH util-linux] fallocate: add FALLOC_FL_WRITE_ZEROES support, Zhang Yi
- [PATCH blktests 0/3] blktest: add unmap write zeroes tests,
Zhang Yi
- [PATCH xfstests 0/5] fstests: add fallocate write zeroes tests,
Zhang Yi
- [PATCH xfsprogs] xfs_io: add FALLOC_FL_WRITE_ZEROES support, Zhang Yi
- [PATCH] ext4: don't over-report free space or inodes in statvfs,
Theodore Ts'o
- [PATCH] e2fsck: fix logic bug when there are no references to an EA inode, Theodore Ts'o
- [PATCH v2] ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...),
Ethan Carter Edwards
- [PATCH] ext4: hash: change kzalloc(n * sizeof, ...) to kcalloc(n, sizeof, ...),
Ethan Carter Edwards
- [PATCH] ext4: cache es->s_journal_inum in ext4_sb_info,
Ojaswin Mujoo
- [PATCH v3 0/3] Fix a BUG_ON crashing the kernel in start_this_handle,
Ojaswin Mujoo
- [PATCH v6 00/13] large atomic writes for xfs with CoW,
John Garry
- [PATCH v6 01/13] iomap: inline iomap_dio_bio_opflags(), John Garry
- [PATCH v6 02/13] iomap: comment on atomic write checks in iomap_dio_bio_iter(), John Garry
- [PATCH v6 06/13] xfs: switch atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v6 07/13] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v6 09/13] xfs: add XFS_REFLINK_ALLOC_EXTSZALIGN, John Garry
- [PATCH v6 08/13] xfs: reflink CoW-based atomic write support, John Garry
- [PATCH v6 03/13] iomap: rework IOMAP atomic flags, John Garry
- [PATCH v6 10/13] xfs: iomap COW-based atomic write support, John Garry
- [PATCH v6 04/13] xfs: pass flags to xfs_reflink_allocate_cow(), John Garry
- [PATCH v6 12/13] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v6 11/13] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v6 13/13] xfs: update atomic write max size, John Garry
- [PATCH v6 05/13] xfs: allow block allocator to take an alignment hint, John Garry
- Re: [PATCH v6 00/13] large atomic writes for xfs with CoW, Christoph Hellwig
- [PATCH RESEND] ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_blocks(),
Qasim Ijaz
- [no subject], Unknown
- [PATCH] ext4: clear DISCARD flag if device does not support discard,
Diangang Li
- A syscall for changing birth time,
Artem S. Tashkinov
- [PATCH] ext4: Fix potential null dereference in ext4 test,
Charles Han
- Bounce probe for linux-ext4@xxxxxxxxxxxxxxx (no action required),
linux-ext4+owner
- [PATCH v2 0/3] Fix a BUG_ON crashing the kernel in start_this_handle,
Ojaswin Mujoo
- [PATCH v2 3/3] ext4: Make sb update interval tunable, Ojaswin Mujoo
- [PATCH v2 1/3] ext4: define ext4_journal_destroy wrapper, Ojaswin Mujoo
- Re: [PATCH v2 0/3] Fix a BUG_ON crashing the kernel in start_this_handle, Baokun Li
[PATCH v1 0/2] Minor cleanups in common/rc,
Nirjhar Roy (IBM)
- [PATCH v1 1/2] generic/749: Remove redundant sourcing of common/rc, Nirjhar Roy (IBM)
- [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Nirjhar Roy (IBM)
- Re: [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Darrick J. Wong
- Re: [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Zorro Lang
- Re: [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc, Dave Chinner
[PATCH] jbd2: remove jbd2_journal_unfile_buffer(),
libaokun
Re: Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5,
Matthew Wilcox
Potential Linux Crash: KASAN slab-out-of-bounds Read in ext4_find_extent in Linux kernel v6.13-rc5,
Luka
Potential Linux Crash: KASAN slab-use-after-free Read in ext4_find_extent in Linux kernel v6.13-rc5, Luka
Potential Linux Crash: KASAN use-after-free Read in ext4_ext_remove_space in Linux kernel v6.13-rc5, Luka
Potential Linux Crash: WARNING in ext4_invalidate_folio in Linux kernel v6.13-rc5, Luka
[PATCH] ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_blocks(), Qasim Ijaz
[RFC] configs: Add support for central fs configs using sections, Ritesh Harjani (IBM)
[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs,
Nirjhar Roy (IBM)
[PATCH RESEND] ext4: Fix exception handling in parse_apply_sb_mount_options(), Markus Elfring
[syzbot] [net?] [ext4?] BUG: corrupted list in __sk_destruct (2),
syzbot
[PATCH v4 00/12] large atomic writes for xfs with CoW,
John Garry
- [PATCH v4 01/12] xfs: Pass flags to xfs_reflink_allocate_cow(), John Garry
- [PATCH v4 06/12] iomap: Lift blocksize restriction on atomic writes, John Garry
- [PATCH v4 04/12] xfs: Refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v4 11/12] xfs: Update atomic write max size, John Garry
- [PATCH v4 07/12] xfs: Reflink CoW-based atomic write support, John Garry
- [PATCH v4 12/12] xfs: Allow block allocator to take an alignment hint, John Garry
- [PATCH v4 09/12] xfs: Add xfs_file_dio_write_atomic(), John Garry
- [PATCH v4 10/12] xfs: Commit CoW-based atomic writes atomically, John Garry
- [PATCH v4 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW, John Garry
- [PATCH v4 03/12] xfs: Switch atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v4 05/12] iomap: Support SW-based atomic writes, John Garry
- [PATCH v4 08/12] xfs: Iomap SW-based atomic write support, John Garry
- Re: (subset) [PATCH v4 00/12] large atomic writes for xfs with CoW, Christian Brauner
[BUG] Kernel BUG in ext4_write_inline_data (Ext4) on 6.14.0-rc4 - Possible Regression**, Strforexc yn
Re: [PATCH 1/1] common: test statfs reporting with project quota,
Zorro Lang
[PATCH v2 03/11] ext4: reorder capability check last,
Christian Göttsche
[PATCH] ext4: remove unnecessary checks for __GFP_NOFAIL allocation.,
Julian Sun
[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts,
Alistair Popple
- [PATCH v9 01/20] fuse: Fix dax truncate/punch_hole fault path, Alistair Popple
- [PATCH v9 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range(), Alistair Popple
- [PATCH v9 03/20] fs/dax: Don't skip locked entries when scanning entries, Alistair Popple
- [PATCH v9 04/20] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH v9 05/20] fs/dax: Create a common implementation to break DAX layouts, Alistair Popple
- [PATCH v9 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts, Alistair Popple
- [PATCH v9 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount, Alistair Popple
- [PATCH v9 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag, Alistair Popple
- [PATCH v9 09/20] mm/gup: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH v9 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma, Alistair Popple
- [PATCH v9 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings, Alistair Popple
- [PATCH v9 11/20] mm: Allow compound zone device pages, Alistair Popple
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]