Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 10:13:35 to 2024-03-22 13:37:39 UTC [more...]

[GIT PULL] xfs: Bug fixes for 6.9
 2024-03-22 13:32 UTC 

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-22 13:10 UTC  (20+ messages)
` [RFC v4 linux-next 04/19] block: prevent direct access of bd_inode
` [RFC v4 linux-next 19/19] fs & block: remove bdev->bd_inode

[PATCH v3 0/2] sysctl: treewide: prepare ctl_table_root for ctl_table constification
 2024-03-22 12:47 UTC  (6+ messages)
    ` [PATCH v3 2/2] sysctl: treewide: constify argument ctl_table_root::permissions(table)
    ` [PATCH v3 1/2] sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)

[PATCH v2 00/34] Open block devices as files
 2024-03-22 12:40 UTC  (5+ messages)

[PATCH 0/6] Improve visibility of writeback
 2024-03-22 11:58 UTC  (25+ messages)
` [PATCH 1/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [PATCH 2/6] writeback: support retrieving per group debug writeback stats of bdi
` [PATCH 3/6] workqueue: remove unnecessary import and function in wq_monitor.py
` [PATCH 4/6] writeback: add wb_monitor.py script to monitor writeback info on bdi
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v8 0/2] rust: xarray: Add an abstraction for XArray
 2024-03-22 11:12 UTC  (8+ messages)
` [PATCH v8 2/2] "

[PATCH v2 0/2] Fix I/O high when memory almost met memcg limit
 2024-03-22  9:35 UTC  (3+ messages)
` [PATCH v2 1/2] mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEM
` [PATCH v2 2/2] mm/readahead: don't decrease mmap_miss when folio has workingset flags

[PATCH v10 0/9] Landlock: IOCTL support
 2024-03-22  8:45 UTC  (6+ messages)
` [PATCH v10 6/9] selftests/landlock: Test IOCTLs on named pipes
` [PATCH v10 7/9] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets

ZONE_DEVICE refcounting
 2024-03-22  6:58 UTC  (9+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-22  6:13 UTC  (19+ messages)

[PATCH] exec: fix linux_binprm::exec in transfer_args_to_stack()
 2024-03-22  3:48 UTC  (7+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-03-22  3:43 UTC  (2+ messages)
` [syzbot] "

[PATCH v2] binfmt: replace deprecated strncpy
 2024-03-22  3:23 UTC  (2+ messages)

[PATCH RFC] ntfs3: remove atomic_open
 2024-03-22  2:35 UTC  (2+ messages)

[syzbot] [v9fs?] KASAN: slab-use-after-free Read in v9fs_stat2inode_dotl
 2024-03-22  1:28 UTC  (4+ messages)
` [PATCH next] fs/9p: fix uaf in "

[syzbot] [hfs?] KMSAN: uninit-value in hfs_find_1st_rec_by_cnid
 2024-03-22  0:31 UTC  (2+ messages)
` [PATCH] fs/hfsplus: fix "

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in f2fs_filemap_fault
 2024-03-22  0:30 UTC  (6+ messages)
      ` f2fs F2FS_IOC_SHUTDOWN hang issue
        ` 回覆: "
              ` 回覆: "

[PATCH] hfsplus: refactor copy_name to not use strncpy
 2024-03-21 23:46 UTC 

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

[PATCH] binfmt: replace deprecated strncpy with strscpy_pad
 2024-03-21 19:57 UTC  (3+ messages)

[PATCH 0/3] fiemap extension to add physical extent length
 2024-03-21 18:58 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION e7528c088874326d3060a46f572252be43755a86
 2024-03-21 16:30 UTC 

[syzbot] Monthly xfs report (Mar 2024)
 2024-03-21 15:10 UTC 

[syzbot] [exfat?] INFO: task hung in do_new_mount (2)
 2024-03-21 14:06 UTC 

possible 6.6 regression: Deadlock involving super_lock()
 2024-03-21 13:35 UTC  (3+ messages)

[PATCH 0/3] fs: aio: more folio conversion
 2024-03-21 13:31 UTC  (8+ messages)
` [PATCH 1/3] fs: aio: use a folio in aio_setup_ring()
` [PATCH 2/3] fs: aio: use a folio in aio_free_ring()
` [PATCH 3/3] fs: aio: convert to ring_folios and internal_folios

[PATCH v5 0/9] File abstractions needed by Rust Binder
 2024-03-21 13:28 UTC  (9+ messages)
` [PATCH v5 3/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v5 6/9] rust: file: add `FileDescriptorReservation`
` [PATCH v5 8/9] rust: file: add `DeferredFdCloser`

[PATCH v2 0/3] fs: aio: more folio conversion
 2024-03-21 13:16 UTC  (4+ messages)
` [PATCH v2 1/3] fs: aio: use a folio in aio_setup_ring()
` [PATCH v2 2/3] fs: aio: use a folio in aio_free_ring()
` [PATCH v2 3/3] fs: aio: convert to ring_folios and internal_folios

BUG: unable to handle kernel paging request in fuse_copy_do
 2024-03-21  7:52 UTC 

RE:Mobile App Development || Web App Development
 2024-03-21  6:32 UTC 

[PATCH v1 00/11] mm: migrate: support poison recover from migrate folio
 2024-03-21  5:40 UTC  (14+ messages)
` [PATCH v1 01/11] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH v1 02/11] mm: migrate_device: use more folio in __migrate_device_pages()
` [PATCH v1 03/11] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
` [PATCH v1 04/11] mm: migrate: remove migrate_folio_extra()
` [PATCH v1 05/11] mm: remove MIGRATE_SYNC_NO_COPY mode
` [PATCH v1 06/11] mm: migrate: split folio_migrate_mapping()
` [PATCH v1 07/11] mm: add folio_mc_copy()
` [PATCH v1 08/11] mm: migrate: support poisoned recover from migrate folio
` [PATCH v1 09/11] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()
` [PATCH v1 10/11] mm: migrate: remove folio_migrate_copy()
` [PATCH v1 11/11] fs: aio: add explicit check for large folio in aio_migrate_folio()

Uneccesary flushes waking up suspended disks
 2024-03-20 21:58 UTC  (6+ messages)

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-20 20:12 UTC  (7+ messages)
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 08/24] vfs: make vfs_mknod break delegations on parent directory

[PATCHSET v5.2] fs-verity support for XFS
 2024-03-20 16:22 UTC  (6+ messages)
` [PATCH 08/29] fsverity: add per-sb workqueue for post read processing

[linux-next:master] BUILD REGRESSION 72fb52fb0ac44b6a1edd9bc390e44bce3acccd26
 2024-03-20 15:25 UTC 

[PATCHBOMB v5.3] fs-verity support for XFS
 2024-03-20 15:11 UTC  (7+ messages)
` [PATCHSET "

[PATCH RESEND] tmpfs: Fix race on handling dquot rbtree
 2024-03-20 12:39 UTC 

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-20 11:05 UTC  (10+ messages)
` [PATCH v4 1/9] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH v4 2/9] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH v4 3/9] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH v4 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH v4 5/9] iomap: drop the write failure handles when unsharing and zeroing
` [PATCH v4 6/9] iomap: don't increase i_size if it's not a write operation
` [PATCH v4 7/9] iomap: use a new variable to handle the written bytes in iomap_write_iter()
` [PATCH v4 8/9] iomap: make iomap_write_end() return a boolean
` [PATCH v4 9/9] iomap: do some small logical cleanup in buffered write

[GIT PULL] vfs fixes
 2024-03-20 10:21 UTC  (5+ messages)

[PATCH 00/10] Further reduce overhead of fsnotify permission hooks
 2024-03-20 10:13 UTC  (6+ messages)
` [PATCH 07/10] fsnotify: lazy attach fsnotify_sb_info state to sb


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