messages from 2024-12-12 18:04:58 to 2024-12-20 03:46:29 UTC [more...]
[PATCH v2] fallocate: Add support for fixed goal extent allocations
2024-12-20 3:46 UTC
[PATCH v5 00/10] ext4: clean up and refactor fallocate
2024-12-20 1:16 UTC (11+ messages)
` [PATCH v5 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v5 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v5 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v5 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v5 05/10] ext4: refactor ext4_zero_range()
` [PATCH v5 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v5 07/10] ext4: refactor ext4_insert_range()
` [PATCH v5 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v5 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v5 10/10] ext4: move out common parts "
[PATCH 0/6] Fix and cleanups to ext4 namei.c
2024-12-20 1:10 UTC (8+ messages)
` [PATCH 1/6] ext4: add missing brelse for bh2 in ext4_dx_add_entry
` [PATCH 2/6] ext4: remove unneeded bits mask in dx_get_block()
` [PATCH 3/6] ext4: remove unneeded forward declaration in namei.c
` [PATCH 4/6] ext4: remove unneeded check in get_dx_countlimit
` [PATCH 5/6] ext4: remove unused input "inode" in ext4_find_dest_de
` [PATCH 6/6] ext4: calculate rec_len of ".." with correct name length 2
qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above
2024-12-19 23:33 UTC (9+ messages)
[syzbot] Monthly ext4 report (Dec 2024)
2024-12-19 18:40 UTC
[syzbot] [ext4?] possible deadlock in start_this_handle (5)
2024-12-19 18:05 UTC
remove _supported_fs
2024-12-19 17:02 UTC (6+ messages)
` [PATCH 3/4] ext-common: create a new test directory for ext* common tests
[PATCH v2 0/3] xfs_io: enable extsize and stat -v support for ext4
2024-12-19 15:57 UTC (7+ messages)
` [PATCH v2 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH v2 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH v2 3/3] xfs_io: add extsize command support
[syzbot] [ext4?] possible deadlock in ext4_destroy_inline_data
2024-12-19 12:14 UTC
[PATCH v4 00/10] ext4: clean up and refactor fallocate
2024-12-19 7:19 UTC (35+ 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] fallocate: Add support for fixed goal extent allocations
2024-12-19 7:17 UTC (4+ messages)
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-18 23:11 UTC (35+ 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"
[PATCH 0/3] Minor cleanups to ext4 and jbd2
2024-12-18 11:37 UTC (11+ 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
[syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate (3)
2024-12-18 8:58 UTC
[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
[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 (33+ 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 (12+ 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
[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)
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).