public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-23 15:12:24 to 2025-05-03 03:08:45 UTC [more...]

[PATCH v3 0/2] common: Move exit related functions to common/exit
 2025-05-03  3:06 UTC  (9+ messages)
` [PATCH v3 1/2] common: Move exit related functions to a common/exit
` [PATCH v3 2/2] check: Replace exit with _fatal and _exit in check

[PATCH] ext4: added missing kfree
 2025-05-02 22:26 UTC  (3+ messages)

[PATCH v10 00/15] large atomic writes for xfs
 2025-05-02 20:13 UTC  (23+ messages)
` [PATCH v10 01/15] fs: add atomic write unit max opt to statx
  ` [PATCH v10.1 1.1/15] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v10 02/15] xfs: add helpers to compute log item overhead
` [PATCH v10 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v10 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v10 05/15] xfs: ignore HW which cannot atomic write a single block
  ` [PATCH v10.1 "
` [PATCH v10 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v10 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v10 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v10 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v10 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v10 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v10 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v10 13/15] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v10 14/15] xfs: update atomic write limits
` [PATCH v10 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
` [PATCH 16/15] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH 17/15] xfs: move buftarg atomic write geometry config to setsize_buftarg

[PATCH] ext4/002: make generic to support xfs
 2025-05-02 13:33 UTC  (2+ messages)

[PATCH v3 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
 2025-05-02  7:01 UTC  (3+ messages)
` [PATCH v3 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled

[PATCH v9 00/15] large atomic writes for xfs
 2025-05-01 19:53 UTC  (32+ messages)
` [PATCH v9 01/15] fs: add atomic write unit max opt to statx
` [PATCH v9 02/15] xfs: add helpers to compute log item overhead
` [PATCH v9 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v9 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block
  ` [PATCH v9.1 "
` [PATCH v9 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v9 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v9 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v9 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v9 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v9 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v9 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v9 13/15] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v9 14/15] xfs: update atomic write limits
` [PATCH v9 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH v8 0/9] Ext4 Fast Commit Performance Patchset
 2025-05-01 13:37 UTC  (5+ messages)

kernel BUG in zero_user_segments
 2025-05-01 11:19 UTC  (4+ messages)

[syzbot] [ext4?] possible deadlock in freeze_super (3)
 2025-04-30 22:14 UTC 

ext4 filesystem corruption (resize2fs bug)
 2025-04-30 18:24 UTC  (3+ messages)

[PATCH v2 0/2] common: Move exit related functions to common/exit
 2025-04-30 12:13 UTC  (8+ messages)
` [PATCH v2 1/2] common: Move exit related functions to a common/exit
` [PATCH v2 2/2] check: Replace exit with _exit in check

[PATCH 1/4] ext4: fix out of bounds punch offset
 2025-04-30 10:54 UTC  (14+ messages)
` [PATCH 2/4] ext4: fix incorrect punch max_end
` [PATCH 3/4] ext4: factor out ext4_get_maxbytes()
` [PATCH 4/4] ext4: ensure i_size is smaller than maxbytes

INFO_ task hung in jbd2_complete_transaction
 2025-04-30 10:29 UTC 

[RFC v2 0/2] ext4: Add multi-fsblock atomic write support using bigalloc
 2025-04-30  5:20 UTC  (3+ messages)
` [RFC v2 1/2] ext4: Add multi-fsblock atomic write support with bigalloc
` [RFC v2 2/2] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS

[PATCH AUTOSEL 6.12 29/37] fs/jbd2: use sleeping version of __find_get_block()
 2025-04-29 23:51 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 30/37] fs/ext4: use sleeping version of sb_find_get_block()

[PATCH AUTOSEL 6.14 30/39] fs/jbd2: use sleeping version of __find_get_block()
 2025-04-29 23:49 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 31/39] fs/ext4: use sleeping version of sb_find_get_block()

[PATCH] ext4: Fix calculation of credits for extent tree modification
 2025-04-29 17:55 UTC 

[PATCH 5.4 132/179] ext4: fix OOB read when checking dotdot dir
 2025-04-29 16:41 UTC 

Question about fsck for ext4
 2025-04-29 16:31 UTC  (3+ messages)

[PATCH v2 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
 2025-04-29 14:11 UTC  (4+ messages)
` [PATCH v2 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled

[RESEND PATCH] ext4: remove duplicate check for EXT4_FC_REPLAY
 2025-04-29 11:17 UTC 

[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
 2025-04-29  9:32 UTC  (11+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration

[PATCH 6.6/6.12] ext4: goto right label 'out_mmap_sem' in ext4_setattr()
 2025-04-29  7:51 UTC 

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-04-28 13:55 UTC  (13+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "

[PATCH v1] xfs: Fail remount with noattr2 on a v5 xfs with CONFIG_XFS_SUPPORT_V4=y
 2025-04-28  8:41 UTC  (8+ messages)

[PATCH v1 0/2] common: Move exit related functions to common/exit
 2025-04-28  8:39 UTC  (8+ messages)
` [PATCH v1 1/2] common: Move exit related functions to a common/exit

[syzbot] [ext4?] possible deadlock in ext4_convert_inline_data
 2025-04-27 23:54 UTC 

[syzbot] [ext4?] general protection fault in jbd2_journal_dirty_metadata
 2025-04-27  8:21 UTC 

[PATCHSET 5/5] fuse2fs: better disk cache
 2025-04-24 21:46 UTC  (6+ messages)
` [PATCH 1/5] fuse2fs: report cache hits and misses at unmount time
` [PATCH 2/5] libext2fs: make unix_io cache size configurable
` [PATCH 3/5] libext2fs: use hashing for cache lookups in unix IO manager
` [PATCH 4/5] fuse2fs: allow use of direct io for disk access
` [PATCH 5/5] fuse2fs: allow setting of the cache size

[PATCHSET 4/5] fuse2fs: delegate access control to kernel
 2025-04-24 21:45 UTC  (3+ messages)
` [PATCH 1/2] fuse2fs: refactor sysadmin predicate
` [PATCH 2/2] fuse2fs: delegate access control decisions to the kernel

[PATCHSET 3/5] fuse2fs: many fixes and improvements
 2025-04-24 21:44 UTC  (17+ messages)
` [PATCH 01/16] fuse2fs: refuse unsupported features
` [PATCH 02/16] fuse2fs: return -EOPNOTSUPP when we don't recognize a fallocate mode
` [PATCH 03/16] fuse2fs: implement zero range
` [PATCH 04/16] fuse2fs: remove posix acl translation
` [PATCH 05/16] fuse2fs: log names of xattrs being set/get/removed
` [PATCH 06/16] fuse2fs: add an easy option for emulating kernel access behaviors
` [PATCH 07/16] fuse2fs: report nanoseconds resolution through getattr
` [PATCH 08/16] fuse2fs: clamp timestamps that are being written to disk
` [PATCH 09/16] fuse2fs: add supportable mount options from the kernel
` [PATCH 10/16] fuse2fs: support getting and setting via struct fsxattr
` [PATCH 11/16] fuse2fs: support changing newer iflags
` [PATCH 12/16] fuse2fs: update new child timestamps during mkdir/symlink
` [PATCH 13/16] fuse2fs: report real inode numbers
` [PATCH 14/16] fuse2fs: disable renameat2
` [PATCH 15/16] fuse2fs: fix FITRIM validation
` [PATCH 16/16] fuse2fs: report inode number and file type via readdir

[PATCHSET 2/5] fuse2fs: prepare for kernel driver replacement
 2025-04-24 21:40 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: add dummy acl/user_xattr mount options
` [PATCH 2/3] fuse2fs: set fuse subtype via argv[0] if possible
` [PATCH 3/3] fuse2fs: make "ro" behavior consistent with the kernel

[PATCHSET 1/5] fuse2fs: better logging
 2025-04-24 21:40 UTC  (6+ messages)
` [PATCH 1/5] fuse2fs: enable runtime debugging
` [PATCH 2/5] fuse2fs: stop aliasing stderr with ff->err_fp
` [PATCH 3/5] fuse2fs: use error logging macro for mount errors
` [PATCH 4/5] fuse2fs: make other logging consistent
` [PATCH 5/5] fuse2fs: redirect all messages when FUSE2FS_LOGFILE is set

[PATCH] ext4: avoid -Wformat-security warning
 2025-04-24 13:48 UTC  (4+ messages)

[syzbot] Monthly ext4 report (Apr 2025)
 2025-04-24 13:06 UTC 

[Bug 218822] New: Delete the file from the upper layer directly, the file will become "Stale"
 2025-04-23 22:43 UTC  (2+ messages)
` [Bug 218822] "

[PATCH v3] ext4: Make block validity check resistent to sb bh corruption
 2025-04-23 18:20 UTC  (2+ messages)

[PATCH] Documentation: ext4: Add fields to ext4_super_block documentation
 2025-04-23 18:20 UTC  (2+ messages)

[PATCH] ext4: fix off-by-one error in do_split
 2025-04-23 18:20 UTC  (2+ messages)

[PATCH][next] ext4: Avoid -Wflex-array-member-not-at-end warning
 2025-04-23 18:20 UTC  (2+ messages)

[PATCH v8 00/15] large atomic writes for xfs
 2025-04-23 16:38 UTC  (19+ messages)
` [PATCH v8 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v8 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v8 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH] ext2: Deprecate DAX
 2025-04-23 16:06 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox