Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
[PATCH] Documentation: document the design of iomap and how to port
 2024-06-11  1:32 UTC  (9+ messages)

stat Size and Blocks numbers don't decrease after deletion
 2024-06-10 20:55 UTC  (2+ messages)

linux: ext4 corruption with symlinks
 2024-06-10 16:03 UTC 

[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  (11+ messages)
` [PATCH v18 1/7] ext4: Simplify the handling of cached casefolded names
` [PATCH v18 2/7] f2fs: "
` [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 v4 00/22] block atomic writes for xfs
 2024-06-07 14:39 UTC  (23+ 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] kernel BUG in ext4_do_writepages
 2024-06-07  0:15 UTC  (2+ messages)

[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

[PATCH V5] ext4: check hash version and filesystem casefolded consistent
 2024-06-06  6:27 UTC  (7+ messages)
        ` [PATCH V6] fs/ext4: Filesystem without casefold feature cannot be mounted with spihash

[PATCH] ext4:fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH
 2024-06-06  5:43 UTC  (3+ messages)
` [PATCH v2] ext4: fix "

[syzbot] [ext4?] possible deadlock in ext4_setattr (2)
 2024-06-05 21:04 UTC 

[Bug 218932] New: Serious problem with ext4 with all kernels, auto-commits do not settle to block device
 2024-06-05 21:01 UTC  (7+ messages)
` [Bug 218932] "

[PATCH] tests: write f_badjour_encrypted output to log
 2024-06-05 20:03 UTC 

[syzbot] [ext4?] WARNING in ext4_mb_initialize_context
 2024-06-05 19:47 UTC 

[PATCHv2 0/2] iomap: Optimize read_folio
 2024-06-05 15:29 UTC  (7+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
  ` (subset) "
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio
  ` (subset) "

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

[RFC] Documentation: Add initial iomap document
 2024-06-05  4:07 UTC  (3+ messages)

[PATCH] jbd2: add missing MODULE_DESCRIPTION()
 2024-06-05  8:35 UTC  (2+ messages)

[PATCH v2] Fix issue in mark_buffer_dirty_inode
 2024-06-04 19:10 UTC  (3+ messages)

[PATCH V2] ext4: add casefolded feature check before setup encrypted info
 2024-06-04  9:36 UTC  (5+ messages)
    ` [PATCH V3] ext4: check hash version and filesystem casefolded consistent

[PATCH v2] Fix issue in mark_buffer_dirty_inode
 2024-06-04  6:00 UTC 

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-06-04  3:10 UTC  (4+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

[PATCH] ext4: Adjust the layout of the ext4_inode_info structure to save memory
 2024-06-03 15:24 UTC  (4+ messages)

6.9.3 stable : filesystem tasks stalled
 2024-06-03 13:08 UTC 

[syzbot] [ext4?] INFO: task hung in vfs_rmdir (2)
 2024-06-03 11:27 UTC  (7+ messages)

[PATCH] Fix filesystem issue: description of the fix Fix mark_buffer_dirty_inode to mark_buffer_dirty_fsync Signed-off-by: HyeonWoo Cha <chw1119@hanyang.ac.kr>
 2024-06-03  7:35 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate (2)
 2024-06-02 13:53 UTC 

[PATCH] Fix implicit my_llseek declaration error when targeting musl libc
 2024-06-02 12:07 UTC 

[PATCH 00/10] ext4: simplify the counting and management of delalloc reserved blocks
 2024-06-01  3:41 UTC  (11+ messages)
` [PATCH 01/10] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [PATCH 02/10] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [PATCH 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [PATCH 04/10] ext4: let __revise_pending() return newly inserted pendings
` [PATCH 05/10] ext4: count removed reserved blocks for delalloc only extent entry
` [PATCH 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [PATCH 07/10] ext4: drop ext4_es_delayed_clu()
` [PATCH 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [PATCH 09/10] ext4: drop ext4_es_is_delonly()
` [PATCH 10/10] ext4: drop all delonly descriptions

[RESEND PATCH] jbd2: Use str_plural() to fix Coccinelle warning
 2024-05-31 20:12 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-05-31  3:46 UTC  (2+ messages)
` [syzbot] "

[syzbot] [crypto?] KMSAN: uninit-value in aes_encrypt (5)
 2024-05-30  4:31 UTC 

[syzbot] [mm?] [ext4?] INFO: rcu detected stall in ext4_release_file (2)
 2024-05-30  3:27 UTC 

[PATCH] fuse2fs: explicitly set _FILE_OFFSET_BITS again
 2024-05-29 18:12 UTC 

[PATCH v3 0/2] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-05-29 16:52 UTC  (7+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] ext4: fix possible tid_t sequence overflows

[syzbot] [ext4?] WARNING: locking bug in find_lock_lowest_rq
 2024-05-29 15:50 UTC  (3+ messages)
` Testing if issue still reproduces

[PATCH 0/7] Start moving write_begin/write_end out of aops
 2024-05-29  5:25 UTC  (15+ messages)
` [PATCH 1/7] fs: Introduce buffered_write_operations
` [PATCH 2/7] fs: Supply optional buffered_write_operations in buffer.c
` [PATCH 3/7] buffer: Add buffer_write_begin, buffer_write_end and __buffer_write_end
` [PATCH 4/7] fs: Add filemap_symlink()
` [PATCH 5/7] ext2: Convert to buffered_write_operations
` [PATCH 6/7] ext4: "
` [PATCH 7/7] iomap: Return the folio from iomap_write_begin()

[syzbot] [ext4?] WARNING in ext4_xattr_inode_lookup_create
 2024-05-29  2:01 UTC  (4+ messages)
` [PATCH] fs/dcache: fix warning "

[PATCH v6 00/10] Ext4 fast commit performance patch series
 2024-05-29  1:20 UTC  (11+ 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 05/10] ext4: drop i_fc_updates from inode fc info
` [PATCH v6 06/10] ext4: update code documentation
` [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

[PATCH v2] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-05-29  0:01 UTC  (8+ messages)

[PATCH] libext2fs: fix unused parameter warnings/errors
 2024-05-28 13:18 UTC  (4+ messages)
    ` [PATCH e2fsprogs v2] "

[PATCH AUTOSEL 6.6 3/4] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
 2024-05-28  2:18 UTC 

[PATCH AUTOSEL 6.8 3/4] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
 2024-05-28  2:18 UTC 

[PATCH AUTOSEL 6.9 3/5] ext4: do not create EA inode under buffer lock
 2024-05-28  2:18 UTC  (2+ messages)
` [PATCH AUTOSEL 6.9 4/5] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()

[Bug 218850] New: Unexpected failure when write to a file with two file descriptor
 2024-05-27 21:14 UTC  (3+ messages)
` [Bug 218850] "

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-05-27 20:54 UTC  (8+ messages)
` [PATCH v16 3/9] libfs: Introduce case-insensitive string comparison helper

[PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
 2024-05-27 18:02 UTC 

[PATCH] ext4: use ext4_update_inode_fsync_trans() helper in inode creation
 2024-05-27 16:14 UTC 

[PATCH] configure: add SIZEOF_TIME_T to public_config.h
 2024-05-27  7:41 UTC 

[PATCH] ext4/jbd2: drop jbd2_transaction_committed()
 2024-05-27  6:37 UTC  (2+ messages)

[syzbot] [ext4?] WARNING in __fortify_report
 2024-05-25  4:11 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).