linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-20 10:33:30 to 2024-12-02 01:09:40 UTC [more...]

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

[syzbot] [batman?] [mm?] [ext4?] INFO: rcu detected stall in rescuer_thread
 2024-12-01 23:16 UTC  (2+ messages)

Release candidate for e2fsprogs 1.47.2 is available
 2024-11-30 22:42 UTC  (3+ messages)

[PATCH RFC] ext4: don't treat fhandle lookup of ea_inode as FS corruption
 2024-11-29 20:20 UTC 

[PATCH] ext4: optimize two log messages in super.c
 2024-11-29 11:14 UTC 

[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
 2024-11-29  8:00 UTC  (15+ messages)
` [PATCH v2 1/2] quota: flush quota_release_work upon quota writeback
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing

[syzbot] [ext4?] WARNING: locking bug in jbd2_alloc
 2024-11-28  5:37 UTC 

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-27 12:20 UTC  (35+ messages)
` [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched
` [PATCH v8 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v8 13/19] fanotify: add a helper to check for pre content events
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults

[PATCH v5 0/3] Addition of new tests for extsize hints
 2024-11-27  5:11 UTC  (6+ messages)
` [PATCH v5 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v5 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v5 3/3] generic: Addition of new tests for extsize hints

[PATCH v4 0/3] Addition of new tests for extsize hints
 2024-11-27  4:11 UTC  (14+ messages)
` [PATCH v4 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v4 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v4 3/3] generic: Addition of new tests for extsize hints

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-25 13:13 UTC  (32+ messages)
` [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
` [PATCH v3 11/25] mm: Allow compound zone device pages
` [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
` [PATCH v3 15/25] huge_memory: Allow mappings of PMD "
` [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v3 19/25] memcontrol-v1: "
` [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v3 23/25] mm: Remove pXX_devmap callers
` [PATCH v3 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH 0/9] ext4: enable large folio for regular files
 2024-11-25 11:44 UTC  (10+ messages)
` [PATCH 1/9] fs: make block_read_full_folio() support large folio
` [PATCH 2/9] ext4: make ext4_mpage_readpages() support large folios
` [PATCH 3/9] ext4: make regular file's buffered write path "
` [PATCH 4/9] ext4: make __ext4_block_zero_page_range() support large folio
` [PATCH 5/9] ext4/jbd2: convert jbd2_journal_blocks_per_page() to "
` [PATCH 6/9] ext4: correct the journal credits calculations of allocating blocks
` [PATCH 7/9] ext4: make the writeback path support large folios
` [PATCH 8/9] ext4: make online defragmentation "
` [PATCH RFC 9/9] ext4: enable large folio for regular file

[syzbot] [ext4?] WARNING: locking bug in get_page_from_freelist
 2024-11-25 11:10 UTC  (4+ messages)

[PATCH 03/11] ext4: reorder capability check last
 2024-11-25 10:39 UTC 

[PATCH v14 02/28] dept: Implement Dept(Dependency Tracker)
 2024-11-25  1:05 UTC  (3+ messages)
` [PATCH v14 2/28] "

[PATCH AUTOSEL 6.11 16/16] ext4: partial zero eof block on unaligned inode size extension
 2024-11-24 12:39 UTC 

[PATCH AUTOSEL 6.12 19/19] ext4: partial zero eof block on unaligned inode size extension
 2024-11-24 12:38 UTC 

[syzbot] [ext4?] INFO: task hung in do_get_write_access (3)
 2024-11-23 20:42 UTC 

[PATCH v3 0/3] Addition of new tests for extsize hints
 2024-11-22 19:06 UTC  (15+ messages)
` [PATCH v3 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v3 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v3 3/3] generic: Addition of new tests for extsize hints

[PATCH] tdb: fix -std=c23 build failure
 2024-11-22 12:36 UTC 

[PATCH] ext4: avoid OOB when converting inline data
 2024-11-22 11:32 UTC 

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-22 10:58 UTC  (23+ messages)
` [PATCH 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [PATCH 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open
` [PATCH 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH 05/19] fanotify: rename a misnamed constant
` [PATCH 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH 07/19] fsnotify: introduce pre-content permission events
` [PATCH 08/19] fsnotify: pass optional file access range in pre-content event
` [PATCH 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH 11/19] fanotify: report file range info with pre-content events
` [PATCH 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH 13/19] fanotify: disable readahead if we have pre-content watches
` [PATCH 14/19] mm: don't allow huge faults for files with pre content watches
` [PATCH 15/19] fsnotify: generate pre-content permission event on page fault
` [PATCH 16/19] xfs: add pre-content fsnotify hook for DAX faults
` [PATCH 17/19] btrfs: disable defrag on pre-content watched files
` [PATCH 18/19] ext4: add pre-content fsnotify hook for DAX faults
` [PATCH 19/19] fs: enable pre-content events on supported file systems

[PATCH v3 0/3] symlink length caching
 2024-11-22  1:56 UTC  (11+ messages)
` [PATCH v3 1/3] vfs: support caching symlink lengths in inodes
` [PATCH v3 2/3] ext4: use inode_set_cached_link()
` [PATCH v3 3/3] tmpfs: "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (2)
 2024-11-21  9:00 UTC 

[PATCH v2 0/3] symlink length caching
 2024-11-20 19:47 UTC  (5+ messages)

md-raid 6.11.8 page fault oops
 2024-11-20 11:48 UTC  (2+ messages)
    ` md-raid 6.11.8 page fault oops - *bad memory* please ignore

[PATCH v7 00/18] fanotify: add pre-content hooks
 2024-11-20 11:36 UTC  (7+ messages)
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events


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