messages from 2024-12-10 06:59:13 to 2024-12-18 07:23:43 UTC [more...]
[PATCH v2 0/3] Minor cleanups to ext4 and jbd2
2024-12-18 14:54 UTC (5+ messages)
` [PATCH v2 1/3] ext4: remove unused ext4 journal callback
` [PATCH v2 2/3] jbd2: remove unused transaction->t_private_list
` [PATCH v2 3/3] ext4: remove unneeded forward declaration
[PATCH v4 00/10] ext4: clean up and refactor fallocate
2024-12-18 7:10 UTC (21+ messages)
` [PATCH v4 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v4 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v4 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v4 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v4 05/10] ext4: refactor ext4_zero_range()
` [PATCH v4 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v4 07/10] ext4: refactor ext4_insert_range()
` [PATCH v4 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v4 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v4 10/10] ext4: move out common parts "
[PATCH 0/3] Minor cleanups to ext4 and jbd2
2024-12-18 3:43 UTC (8+ messages)
` [PATCH 1/3] ext4: remove unused ext4 journal callback
` [PATCH 2/3] jbd2: remove unused transaction->t_private_list
` [PATCH 3/3] ext4: remove unneeded forward declaration
[PATCH] fallocate: Add support for fixed goal extent allocations
2024-12-18 1:28 UTC (3+ messages)
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-17 22:33 UTC (32+ messages)
` [PATCH v4 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v4 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v4 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v4 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v4 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v4 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v4 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v4 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 11/25] mm: Allow compound zone device pages
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v4 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v4 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v4 23/25] mm: Remove pXX_devmap callers
` [PATCH v4 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v4 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[syzbot] [ext4?] WARNING in __find_get_block (2)
2024-12-17 14:35 UTC (2+ messages)
[PATCH 1/1] fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode'
2024-12-17 11:31 UTC (3+ messages)
[PATCH 0/3] xfs_io: enable extsize and stat -v support for ext4
2024-12-17 5:39 UTC (6+ messages)
` [PATCH 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH 3/3] xfs_io: add extsize command support
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-17 5:20 UTC (8+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
ext4 damage suspected in between 5.15.167 - 5.15.170
2024-12-16 19:31 UTC (8+ messages)
Lockdep warnings on kexec (virtio_blk, hrtimers)
2024-12-16 17:41 UTC (34+ messages)
` [PATCH] sched: Prevent rescheduling when interrupts are disabled
[PATCH] ext4: convert i_fc_lock to spinlock
2024-12-16 10:50 UTC (14+ messages)
` [PATCH v7 2/9] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v7 3/9] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v7 4/9] ext4: rework fast commit commit path
` [PATCH v7 6/9] ext4: update code documentation
` [PATCH v7 8/9] ext4: make fast commit ineligible on ext4_reserve_inode_write failure
` [PATCH v7 9/9] ext4: hold s_fc_lock while during fast commit
[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
2024-12-16 9:11 UTC (6+ messages)
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing
[syzbot] [ext4?] possible deadlock in ext4_setattr (3)
2024-12-13 23:14 UTC
[RFC 0/3] xfs_io: enable extsize and stat -v support for ext4
2024-12-13 18:37 UTC (18+ messages)
` [RFC 1/3] include/linux.h: Factor out generic platform_test_fs_fd() helper
` [RFC 2/3] xfs_io: Add ext4 support to show FS_IOC_FSGETXATTR details
` [RFC 3/3] xfs_io: add extsize command support
[syzbot] [ext4?] possible deadlock in ext4_map_blocks (2)
2024-12-12 23:41 UTC (2+ messages)
[syzbot] [ext4?] possible deadlock in ext4_truncate
2024-12-12 23:40 UTC (2+ messages)
[syzbot] [ext4?] possible deadlock in ext4_da_get_block_prep (2)
2024-12-12 23:40 UTC (2+ messages)
[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
2024-12-12 21:37 UTC (2+ messages)
[bugzilla:219548] the kernel crashes when storing an EXT4 file system in a ZRAM device
2024-12-12 14:12 UTC (10+ messages)
[PATCH 0/2] jbd2: two straightforward fixes
2024-12-12 14:08 UTC (6+ messages)
` [PATCH 2/2] jbd2: flush filesystem device before updating tail sequence
[Bug 219595] New: Warning at fs/inode.c:1277
2024-12-12 7:33 UTC
[PATCHSET v5 0/17] Uncached buffered IO
2024-12-12 6:31 UTC (5+ messages)
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED
[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
2024-12-12 2:32 UTC (10+ messages)
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry
[PATCH] ext4: only test for inode xattr state when expanding inode
2024-12-11 20:06 UTC (3+ messages)
` [PATCH v2] "
[PATCH v8 00/19] fanotify: add pre-content hooks
2024-12-11 16:30 UTC (5+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault
[PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path
2024-12-11 10:13 UTC
[RFC v2 0/6] ext4: Implement support for extsize hints
2024-12-11 7:57 UTC (7+ messages)
` [RFC v2 1/6] ext4: add aligned allocation hint in mballoc
` [RFC v2 2/6] ext4: allow inode preallocation for aligned alloc
` [RFC v2 3/6] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR
` [RFC v2 4/6] ext4: pass lblk and len explicitly to ext4_split_extent*()
` [RFC v2 5/6] ext4: add extsize hint support
` [RFC v2 6/6] ext4: make extsize work with EOF allocations
[PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path
2024-12-11 4:13 UTC
remove _supported_fs
2024-12-10 16:08 UTC (7+ messages)
` [PATCH 1/4] generic/363: remove _supported_fs xfs
` [PATCH 3/4] ext-common: create a new test directory for ext* common tests
` [PATCH 4/4] replace _supported_fs with _exclude_fs
[PATCH] ext4: make trace_ext4_ext_load_extent print-format correctly
2024-12-10 13:13 UTC (2+ messages)
commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
2024-12-10 11:20 UTC (5+ messages)
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).