linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-14 15:28:10 to 2024-11-22 01:43:11 UTC [more...]

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-22  1:40 UTC  (26+ 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 v3 0/3] Addition of new tests for extsize hints
 2024-11-21 18:52 UTC  (11+ 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 v8 00/19] fanotify: add pre-content hooks
 2024-11-21 18:37 UTC  (46+ messages)
` [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [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 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v8 05/19] fanotify: rename a misnamed constant
` [PATCH v8 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v8 07/19] fsnotify: introduce pre-content permission events
` [PATCH v8 08/19] fsnotify: pass optional file access range in pre-content event
` [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 11/19] fanotify: report file range info with pre-content events
` [PATCH v8 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v8 13/19] fanotify: add a helper to check for pre content events
` [PATCH v8 14/19] fanotify: disable readahead if we have pre-content watches
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults
` [PATCH v8 18/19] btrfs: disable defrag on pre-content watched files
` [PATCH v8 19/19] fs: enable pre-content events on supported file systems

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-21 16:06 UTC  (22+ 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-21 14:16 UTC  (10+ 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: "

[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
 2024-11-21 12:48 UTC  (4+ 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?] 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  (13+ messages)
` [PATCH v2 1/3] vfs: support caching symlink lengths in inodes
` [PATCH v2 2/3] ext4: use inode_set_cached_link()
` [PATCH v2 3/3] tmpfs: "

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  (15+ messages)
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
` [PATCH v7 09/18] fanotify: introduce FAN_PRE_ACCESS permission event

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-11-20  3:18 UTC  (7+ messages)
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()

[PATCH][next] ext4: avoid dozens of -Wflex-array-member-not-at-end warnings
 2024-11-19 22:37 UTC 

[PATCH 0/1] Fix generic/390 failure due to quota release after freeze
 2024-11-19  6:29 UTC  (9+ messages)
` [PATCH 1/1] quota: flush quota_release_work upon quota writeback

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

[tytso-ext4:test] BUILD SUCCESS f2af46ce2a4985e30910574b4b61c96b331aefbb
 2024-11-19  1:46 UTC 

[GIT PULL] ext4 updates for v6.13-rc1
 2024-11-19  1:09 UTC  (2+ messages)

[PATCHSET v5 0/17] Uncached buffered IO
 2024-11-18 14:49 UTC  (19+ messages)
` [PATCH 06/17] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/17] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/17] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/17] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/17] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 12/17] mm: add FGP_UNCACHED folio creation flag
` [PATCH 13/17] ext4: add RWF_UNCACHED write support
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 15/17] xfs: punt uncached write completions to the completion wq
` [PATCH 16/17] xfs: flag as supporting FOP_UNCACHED
` [PATCH 17/17] btrfs: add support for uncached writes

[syzbot] Monthly ext4 report (Nov 2024)
 2024-11-18 10:39 UTC 

arm64: __kmem_cache_create_args(ext4_groupinfo_4k) failed with error -22 - Boot failed
 2024-11-17  6:32 UTC  (2+ messages)

ltp-syscalls/ioctl04: sysfs: cannot create duplicate filename '/kernel/slab/:a-0000176'
 2024-11-17  6:31 UTC  (3+ messages)

[syzbot] [batman?] [mm?] [ext4?] INFO: rcu detected stall in rescuer_thread
 2024-11-16 21:50 UTC 

[PATCH v4] ext4: Make sure BH_New bit is cleared in ->write_end handler
 2024-11-15 12:58 UTC 

[PATCH v2] ext4: Annotate struct fname with __counted_by()
 2024-11-14 23:01 UTC  (3+ messages)

[PATCH] ext4: Use str_plural() instead of PLURAL() macro
 2024-11-14 22:14 UTC 

[PATCH] ext4: log rorw on remount only when state changes
 2024-11-14 22:13 UTC 


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