linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 06:12:34 to 2024-11-05 09:22:55 UTC [more...]

[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-05  9:22 UTC  (31+ messages)
` [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v3 06/18] loongarch/crc32: "
` [PATCH v3 07/18] mips/crc32: "
` [PATCH v3 08/18] powerpc/crc32: "
` [PATCH v3 09/18] s390/crc32: "
` [PATCH v3 10/18] sparc/crc32: "
` [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v3 15/18] ext4: switch to using the crc32c library
` [PATCH v3 16/18] jbd2: "
` [PATCH v3 17/18] f2fs: switch to using the crc32 library
  ` [f2fs-dev] "
` [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library

[PATCH V2] jbd2: use rhashtable for revoke records during replay
 2024-11-05  3:44 UTC 

[ANNOUNCE] work tree for untorn filesystem writes
 2024-11-05  0:43 UTC 

[PATCH 0/6] ext4: Add atomic write support for DIO
 2024-11-05  0:09 UTC  (37+ messages)
` [PATCH 1/6] ext4: Add statx support for atomic writes
` [PATCH 2/6] ext4: Check for atomic writes support in write iter
` [PATCH 4/6] ext4: Warn if we ever fallback to buffered-io for DIO atomic writes
` [PATCH 5/6] iomap: Lift blocksize restriction on "

[RESEND PATCH] ext4: Annotate struct fname with __counted_by()
 2024-11-04 23:42 UTC 

[RESEND PATCH] ext4: Use str_yes_no() helper function
 2024-11-04 23:32 UTC 

[PATCH] jbd2: use rhashtable for revoke records during replay
 2024-11-04 18:33 UTC  (3+ messages)

[syzbot] [ext4?] WARNING: locking bug in get_page_from_freelist
 2024-11-04 17:56 UTC 

[PATCH v2][next] jbd2: Avoid dozens of -Wflex-array-member-not-at-end warnings
 2024-11-04 11:05 UTC  (2+ messages)

[PATCH] fix: KCSAN data-race in ext4_buffered_write_iter()
 2024-11-04  6:48 UTC 

[syzbot] [ext4?] KASAN: use-after-free Write in ext4_insert_dentry
 2024-11-04  6:43 UTC  (7+ messages)
` [PATCH] ext4: Add a sanity check for next dentry when insert
    ` [PATCH V2] "

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-11-04  2:34 UTC  (40+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (3)
 2024-11-02 22:58 UTC  (2+ messages)

[PATCH][next] jbd2: Avoid dozens of -Wflex-array-member-not-at-end warnings
 2024-11-01 20:46 UTC  (7+ messages)

[syzbot] [ext4?] divide error in qnx6_mmi_fill_super
 2024-11-01 19:35 UTC 

[PATCH v4 0/4] ext4: Add atomic writes support for DIO
 2024-11-01 17:23 UTC  (13+ messages)
` [PATCH v4 1/4] ext4: Add statx support for atomic writes
` [PATCH v4 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v4 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v4 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[tytso-ext4:fixes] BUILD SUCCESS b2ef7a39bcafa75a161a1da41a0acc424688b44e
 2024-11-01  6:44 UTC 

[PATCH v3 0/4] ext4: Add atomic writes support for DIO
 2024-11-01  3:33 UTC  (13+ messages)
` [PATCH v3 1/4] ext4: Add statx support for atomic writes
` [PATCH v3 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v3 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v3 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[syzbot] [ext4?] WARNING in ext4_iomap_begin (3)
 2024-11-01  1:18 UTC  (2+ messages)

[PATCH v8 0/9] tmpfs: Add case-insensitive support for tmpfs
 2024-10-31 19:11 UTC  (8+ messages)
` [PATCH v8 8/9] tmpfs: Expose filesystem features via sysfs

[PATCH] ext4: WARN if a full dir leaf block has only one dentry
 2024-10-31 14:33 UTC  (2+ messages)

[PATCH] ext4: show the default enabled prefetch_block_bitmaps option
 2024-10-31 14:33 UTC  (2+ messages)

[PATCH] ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()
 2024-10-31 14:33 UTC  (2+ messages)

[PATCH v3] ext4: prevent data-race that occur when read/write ext4_group_desc structure members
 2024-10-31 14:33 UTC  (2+ messages)

[PATCH] ext4: Avoid remount errors with 'abort' mount option
 2024-10-31 14:33 UTC  (2+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-30  5:57 UTC  (10+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[RFC PATCH v1] ext2: remove buffer heads from quota handling
 2024-10-29 20:45 UTC 

[PATCH v2 0/4] ext4: Add atomic writes support for DIO
 2024-10-29 15:27 UTC  (12+ messages)
` [PATCH v2 1/4] ext4: Add statx support for atomic writes
` [PATCH v2 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v2 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v2 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[syzbot] [ext4?] kernel BUG in jbd2_journal_dirty_metadata
 2024-10-29  5:25 UTC  (2+ messages)
` [syzbot] [ocfs2] "

[PATCH] ext4: fix FS_IOC_GETFSMAP handling
 2024-10-29  2:20 UTC  (6+ messages)

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-28 12:27 UTC  (3+ messages)

[syzbot] [ext4?] WARNING: locking bug in ext4_mb_add_groupinfo (2)
 2024-10-27  0:58 UTC 

[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
 2024-10-25  7:40 UTC  (2+ messages)

[PATCH 0/2] generic: Addition of new tests for extsize hints
 2024-10-25  6:17 UTC  (11+ messages)
` [PATCH 1/2] common/xfs,xfs/207: Adding a common helper function to check xflag bits on a given file
` [PATCH 2/2] generic: Addition of new tests for extsize hints


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