messages from 2024-10-17 05:18:24 to 2024-10-25 19:15:49 UTC [more...]
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-10-25 19:14 UTC (11+ 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 0/6] ext4: Add atomic write support for DIO
2024-10-25 18:28 UTC (28+ messages)
` [PATCH 1/6] ext4: Add statx support for atomic writes
` [PATCH 2/6] ext4: Check for atomic writes support in write iter
` [PATCH 3/6] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH 4/6] ext4: Warn if we ever fallback to buffered-io for DIO atomic writes
` [PATCH 5/6] iomap: Lift blocksize restriction on "
` [PATCH 6/6] ext4: Add atomic write support for bigalloc
[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
2024-10-25 17:49 UTC (2+ messages)
[PATCH] ext4: fix FS_IOC_GETFSMAP handling
2024-10-25 15:42 UTC (3+ messages)
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-25 7:40 UTC (19+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[PATCH 0/2] generic: Addition of new tests for extsize hints
2024-10-25 6:17 UTC (13+ 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
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-25 4:35 UTC (12+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
[PATCH] Fix implicit my_llseek declaration error when targeting musl libc
2024-10-25 3:53 UTC (2+ messages)
[PATCH 0/2] e2fsck: make sure orphan files are cleaned-up
2024-10-25 3:53 UTC (5+ messages)
[PATCH] resize2fs: Check number of group descriptors only if meta_bg is disabled
2024-10-25 3:53 UTC (2+ messages)
[PATCH] libext2fs: fix unused parameter warnings/errors
2024-10-25 3:53 UTC (3+ messages)
` [PATCH e2fsprogs v2] "
[PATCH] fuse2fs: explicitly set _FILE_OFFSET_BITS again
2024-10-25 3:53 UTC (2+ messages)
[PATCH] configure: add SIZEOF_TIME_T to public_config.h
2024-10-25 3:53 UTC (2+ messages)
[PATCH] tune2fs.c (main): do not set dirty when default is not changed
2024-10-25 3:53 UTC (2+ messages)
[PATCH] tests: write f_badjour_encrypted output to log
2024-10-25 3:53 UTC (2+ messages)
[PATCH] tune2fs: do not update quota when not needed
2024-10-25 2:53 UTC (3+ messages)
[syzbot] [bcachefs?] INFO: task hung in do_rmdir (6)
2024-10-25 0:44 UTC
[Resend PATCHv3 1/1] fs: ext4: Don't use CMA for buffer_head
2024-10-25 0:41 UTC
[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
2024-10-24 7:44 UTC (32+ messages)
` [PATCH 01/27] ext4: remove writable userspace mappings before truncating page cache
` [PATCH 02/27] ext4: don't explicit update times in ext4_fallocate()
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()
` [PATCH 05/27] ext4: refactor ext4_zero_range()
` [PATCH 06/27] ext4: refactor ext4_collapse_range()
` [PATCH 07/27] ext4: refactor ext4_insert_range()
` [PATCH 08/27] ext4: factor out ext4_do_fallocate()
` [PATCH 09/27] ext4: move out inode_lock into ext4_fallocate()
` [PATCH 10/27] ext4: move out common parts "
` [PATCH 11/27] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry
` [PATCH 13/27] ext4: add a new iomap aops for regular file's buffered IO path
` [PATCH 14/27] ext4: implement buffered read iomap path
` [PATCH 15/27] ext4: implement buffered write "
` [PATCH 16/27] ext4: don't order data for inode with EXT4_STATE_BUFFERED_IOMAP
` [PATCH 17/27] ext4: implement writeback iomap path
` [PATCH 18/27] ext4: implement mmap "
` [PATCH 19/27] ext4: do not always order data when partial zeroing out a block
` [PATCH 20/27] ext4: do not start handle if unnecessary while "
` [PATCH 21/27] ext4: implement zero_range iomap path
` [PATCH 22/27] ext4: disable online defrag when inode using iomap buffered I/O path
` [PATCH 23/27] ext4: disable inode journal mode when "
` [PATCH 24/27] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH 25/27] ext4: enable large folio for regular file with iomap buffered I/O path
` [PATCH 26/27] ext4: change mount options code style
` [PATCH 27/27] ext4: introduce a mount option for iomap buffered I/O path
[RESEND PATCH] ext4: Fix race in buffer_head read fault injection
2024-10-24 2:19 UTC
[syzbot] [usb?] [ext4?] [input?] INFO: rcu detected stall in sys_pselect6 (2)
2024-10-23 13:36 UTC (2+ messages)
[5.10.y] Regression in EXT3/4 with v5.10.227, LTP preadv03 is failing
2024-10-22 10:59 UTC (5+ messages)
[syzbot] [ext4?] INFO: task hung in ext4_stop_mmpd
2024-10-22 9:03 UTC (3+ messages)
[RESEND PATCH] ext4: Annotate struct fname with __counted_by()
2024-10-22 7:52 UTC
Is fsmap supposed to use open or closed intervals?
2024-10-22 1:47 UTC
[RFC PATCH 0/4] dm-default-key: target for filesystem metadata encryption
2024-10-21 19:10 UTC (9+ messages)
` [RFC PATCH 1/4] block: export blk-crypto symbols required by dm-default-key
` [RFC PATCH 2/4] block: add the bi_skip_dm_default_key flag
` [RFC PATCH 3/4] dm-default-key: add target for filesystem metadata encryption
` [RFC PATCH 4/4] ext4,f2fs: support metadata encryption via dm-default-key
[PATCH v8 0/9] tmpfs: Add case-insensitive support for tmpfs
2024-10-21 16:37 UTC (10+ messages)
` [PATCH v8 1/9] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v8 2/9] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v8 3/9] unicode: Export latest available UTF-8 version number
` [PATCH v8 4/9] unicode: Recreate utf8_parse_version()
` [PATCH v8 5/9] libfs: Export generic_ci_ dentry functions
` [PATCH v8 6/9] tmpfs: Add casefold lookup support
` [PATCH v8 7/9] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v8 8/9] tmpfs: Expose filesystem features via sysfs
` [PATCH v8 9/9] docs: tmpfs: Add casefold options
[PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs
2024-10-21 12:59 UTC (18+ messages)
` [PATCH v7 1/9] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v7 2/9] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v7 3/9] unicode: Export latest available UTF-8 version number
` [PATCH v7 4/9] unicode: Recreate utf8_parse_version()
` [PATCH v7 5/9] libfs: Export generic_ci_ dentry functions
` [PATCH v7 6/9] tmpfs: Add casefold lookup support
` [PATCH v7 7/9] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v7 8/9] tmpfs: Expose filesystem features via sysfs
` [PATCH v7 9/9] docs: tmpfs: Add casefold options
[PATCH] ext4: Use str_yes_no() helper function
2024-10-21 10:00 UTC
[PATCH RESEND] ext4: Pass write-hint for buffered IO
2024-10-21 5:37 UTC
[syzbot] [ext4?] possible deadlock in ext4_writepages (2)
2024-10-19 20:27 UTC
[PATCH v3] ext4: Make sure BH_New bit is cleared in ->write_end handler
2024-10-18 14:59 UTC
[PATCH v1] ext4: fix a assertion failure due to ungranted bh dirting
2024-10-18 13:45 UTC (10+ messages)
[PATCH v2] ext4: Make sure BH_New bit is cleared in ->write_end handler
2024-10-18 12:37 UTC
6.9.3 stable : filesystem tasks stalled
2024-10-18 11:31 UTC (2+ messages)
` 6.9.3 stable : filesystem tasks stalled (now on 6.11.4)
[PATCH] ext4: Make sure BH_New bit is cleared in ->write_end handler
2024-10-18 9:14 UTC
[syzbot] [ext4?] KASAN: out-of-bounds Read in ext4_xattr_set_entry
2024-10-18 3:44 UTC (12+ messages)
` [PATCH] ext4: fix out-of-bounds issue "
[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents
2024-10-18 0:57 UTC (3+ messages)
[PATCH v2] ext4: inode: Delete braces for single statements
2024-10-18 0:50 UTC (3+ messages)
BUG: 6.10: ext4 mpage_process_page_bufs() BUG_ON triggers
2024-10-18 0:44 UTC (6+ messages)
[syzbot] [ext4?] WARNING in ext4_journal_check_start (2)
2024-10-18 0:39 UTC
[syzbot] WARNING in ext4_write_inode (2)
2024-10-17 16:58 UTC (2+ messages)
` [syzbot] [ext4?] "
[syzbot] Monthly ext4 report (Oct 2024)
2024-10-17 7:42 UTC
New {kvm,gce}-xfstests appliance released
2024-10-17 5:18 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).