Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-12 19:30:09 to 2024-02-13 15:23:24 UTC [more...]

[syzbot] [jfs?] kernel BUG in txEnd (2)
 2024-02-13 15:23 UTC 

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-13 15:06 UTC  (24+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [RFC v2 02/14] filemap: align the index to mapping_min_order in the page cache
` [RFC v2 03/14] filemap: use mapping_min_order while allocating folios
` [RFC v2 04/14] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [RFC v2 06/14] readahead: rework loop in page_cache_ra_unbounded()
` [RFC v2 07/14] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [RFC v2 08/14] mm: do not split a folio if it has minimum folio order requirement
` [RFC v2 09/14] mm: Support order-1 folios in the page cache
` [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 11/14] xfs: expose block size in stat
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 13/14] xfs: add an experimental CONFIG_XFS_LBS option
` [RFC v2 14/14] xfs: enable block size larger than page size support

[PATCH 5.10/5.15 v2 0/1 RESEND] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-02-13 14:09 UTC  (2+ messages)
` [PATCH 5.10/5.15 v2 1/1 RESEND] mm/truncate: Replace page_mapped() call in invalidate_inode_page()

[PATCH v3 00/15] block atomic writes
 2024-02-13 14:21 UTC  (20+ messages)
` [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
` [PATCH v3 05/15] block: Add REQ_ATOMIC flag
` [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v3 14/15] nvme: Support atomic writes
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[PATCH v3 0/7] Split a folio to any lower order folios
 2024-02-13 13:46 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in btrfs_create_pending_block_groups
 2024-02-13 13:22 UTC 

convert write_cache_pages() to an iterator v7
 2024-02-13 13:15 UTC  (4+ messages)
` [PATCH 01/14] writeback: don't call mapping_set_error in writepage_cb

[PATCH v3 00/10] IOMMU memory observability
 2024-02-13 13:12 UTC  (3+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-13 12:58 UTC  (14+ messages)
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v9 24/25] ima: Make it independent from 'integrity' LSM
` [PATCH v9 25/25] integrity: Remove LSM

[PATCH] udf: convert to new mount API
 2024-02-13 12:51 UTC  (4+ messages)

[PATCH v3 00/35] Memory allocation profiling
 2024-02-13 12:24 UTC  (72+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 02/35] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v3 03/35] fs: Convert alloc_inode_sb() to a macro
` [PATCH v3 04/35] mm: enumerate all gfp flags
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 06/35] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v3 09/35] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 11/35] lib: code tagging module support
` [PATCH v3 12/35] lib: prevent module unloading if memory is not freed
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 14/35] lib: introduce support for page allocation tagging
` [PATCH v3 15/35] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v3 16/35] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v3 17/35] mm: enable page allocation tagging
` [PATCH v3 18/35] mm: create new codetag references during page splitting
` [PATCH v3 19/35] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
` [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 24/35] mempool: Hook up to memory allocation profiling
` [PATCH v3 25/35] xfs: Memory allocation profiling fixups
` [PATCH v3 26/35] mm: percpu: Introduce pcpuobj_ext
` [PATCH v3 27/35] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v3 28/35] mm: percpu: enable per-cpu allocation tagging
` [PATCH v3 29/35] mm: vmalloc: Enable memory allocation profiling
` [PATCH v3 30/35] rhashtable: Plumb through alloc tag
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v3 33/35] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v3 34/35] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v3 35/35] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v3 10/15] block: Add fops atomic write support
 2024-02-13 11:52 UTC  (5+ messages)
`  "

[syzbot] [ntfs3?] possible deadlock in ntfs_set_state (2)
 2024-02-13 11:41 UTC  (2+ messages)

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13 11:24 UTC  (6+ messages)
` [PATCH v5 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v5 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-13 11:18 UTC  (11+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal

[syzbot] [ext4?] general protection fault in utf8nlookup
 2024-02-13 10:42 UTC  (3+ messages)

[syzbot] [jfs?] kernel BUG in txLock
 2024-02-13 10:24 UTC  (3+ messages)

[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-02-13  9:43 UTC  (7+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-02-13  9:10 UTC  (14+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag

[PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
 2024-02-13  8:05 UTC  (3+ messages)

[PATCH v3 09/15] block: Add checks to merging of atomic writes
 2024-02-13  6:52 UTC  (4+ messages)
`  "

[PATCH] dcache: rename d_genocide()
 2024-02-13  6:42 UTC  (8+ messages)

[PATCH net-next v8 0/4] Per epoll context busy poll support
 2024-02-13  6:34 UTC  (6+ messages)
` [PATCH net-next v8 1/4] eventpoll: support busy poll per epoll instance
` [PATCH net-next v8 2/4] eventpoll: Add per-epoll busy poll packet budget
` [PATCH net-next v8 3/4] eventpoll: Add per-epoll prefer busy poll option
` [PATCH net-next v8 4/4] eventpoll: Add epoll ioctl for epoll_params

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-02-13  5:46 UTC  (3+ messages)
` [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation

[RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
 2024-02-13  4:44 UTC  (6+ messages)
` [RESEND PATCH v9 1/3] libfs: "

[PATCH v6 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-02-13  2:13 UTC  (11+ messages)
` [PATCH v6 01/10] ovl: Always reject mounting over case-insensitive directories
` [PATCH v6 02/10] fscrypt: Factor out a helper to configure the lookup dentry
` [PATCH v6 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
` [PATCH v6 04/10] fscrypt: Drop d_revalidate once the key is added
` [PATCH v6 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH v6 06/10] libfs: Add helper to choose dentry operations at mount-time
` [PATCH v6 07/10] ext4: Configure dentry operations at dentry-creation time
` [PATCH v6 08/10] f2fs: "
` [PATCH v6 09/10] ubifs: "
` [PATCH v6 10/10] libfs: Drop generic_set_encrypted_ci_d_ops

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-02-13  1:18 UTC  (6+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

[PATCH v4 0/3] virtiofs: export filesystem tags through sysfs
 2024-02-13  0:11 UTC  (4+ messages)
` [PATCH v4 1/3] virtiofs: forbid newlines in tags
` [PATCH v4 2/3] virtiofs: export filesystem tags through sysfs
` [PATCH v4 3/3] virtiofs: emit uevents on filesystem events

[PATCH] quota: Detect loops in quota tree
 2024-02-12 23:59 UTC  (4+ messages)

[PATCH v2 0/7] filesystem visibililty ioctls
 2024-02-12 23:24 UTC  (5+ messages)

[PATCH v4 0/3] per-vma locks in userfaultfd
 2024-02-12 22:53 UTC  (13+ messages)
` [PATCH v4 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH v9 0/8] Landlock: IOCTL support
 2024-02-12 22:10 UTC  (6+ messages)
` [PATCH v9 1/8] landlock: Add IOCTL access right

[LSF/MM/BPF TOPIC] Removing GFP_NOFS
 2024-02-12 22:07 UTC  (10+ messages)

[PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-12 22:03 UTC  (2+ messages)

[syzbot] Monthly fs report (Feb 2024)
 2024-02-12 21:31 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 read-only IMAP folder(s) and NNTP newsgroup(s).