linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-01 04:31:22 to 2023-05-02 15:20:15 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-02 15:19 UTC  (64+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 02/40] scripts/kallysms: Always include __start and __stop symbols
` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
` [PATCH 04/40] nodemask: Split out include/linux/nodemask_types.h
` [PATCH 05/40] prandom: Remove unused include
` [PATCH 06/40] lib/string.c: strsep_no_empty()
` [PATCH 07/40] Lazy percpu counters
` [PATCH 08/40] mm: introduce slabobj_ext to support slab object extensions
` [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH 10/40] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH 11/40] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH 12/40] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH 13/40] lib: code tagging framework
` [PATCH 14/40] lib: code tagging module support
` [PATCH 15/40] lib: prevent module unloading if memory is not freed
` [PATCH 16/40] lib: code tagging query helper functions
` [PATCH 17/40] lib: add allocation tagging support for memory allocation profiling
` [PATCH 18/40] lib: introduce support for page allocation tagging
` [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH 20/40] mm: enable page allocation tagging
` [PATCH 21/40] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH 22/40] mm: create new codetag references during page splitting
` [PATCH 23/40] lib: add codetag reference into slabobj_ext
` [PATCH 24/40] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH 25/40] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH 26/40] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH 27/40] mempool: Hook up to memory allocation profiling
` [PATCH 28/40] timekeeping: Fix a circular include dependency
` [PATCH 29/40] mm: percpu: Introduce pcpuobj_ext
` [PATCH 30/40] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH 31/40] mm: percpu: enable per-cpu allocation tagging
` [PATCH 32/40] arm64: Fix circular header dependency
` [PATCH 33/40] move stack capture functionality into a separate function for reuse
` [PATCH 34/40] lib: code tagging context capture support
` [PATCH 35/40] lib: implement context capture support for tagged allocations
` [PATCH 36/40] lib: add memory allocations report in show_mem()
` [PATCH 37/40] codetag: debug: skip objext checking when it's for objext itself
` [PATCH 38/40] codetag: debug: mark codetags for reserved pages as empty
` [PATCH 39/40] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH 40/40] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v6 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-02 15:19 UTC  (40+ messages)
` [PATCH v6 1/3] mm/mmap: separate writenotify and dirty tracking logic
` [PATCH v6 2/3] mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappings
` [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast "

[PATCH 1/3] mm: handle swap page faults under VMA lock if page is uncontended
 2023-05-02 15:03 UTC  (10+ messages)
` [PATCH 2/3] mm: drop VMA lock before waiting for migration
` [PATCH 3/3] mm: implement folio wait under VMA lock

[PATCH] mm: Do not reclaim private data from pinned page
 2023-05-02 14:45 UTC  (3+ messages)

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-02 13:38 UTC  (4+ messages)
` [RFC PATCH 1/3] cgroup: Drop unused function for cgroup_path
` [RFC PATCH 2/3] cgroup: Rely on namespace_sem in current_cgns_cgroup_from_root explicitly
` [RFC PATCH 3/3] cgroup: Do not take css_set_lock in cgroup_show_path

[syzbot] [fs?] KASAN: stack-out-of-bounds Read in proc_pid_stack
 2023-05-02 13:13 UTC  (8+ messages)

[PATCH v2 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-02 12:48 UTC  (5+ messages)
` [PATCH v2 1/4] exportfs: change connectable argument to bit flags
` [PATCH v2 2/4] exportfs: add explicit flag to request non-decodeable file handles
` [PATCH v2 3/4] exportfs: allow exporting non-decodeable file handles to userspace
` [PATCH v2 4/4] fanotify: support reporting non-decodeable file handles

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-02 11:53 UTC  (23+ messages)
` [PATCH v5 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v5 02/20] drbd: "
` [PATCH v5 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v5 05/20] md: use __bio_add_page to add single page
` [PATCH v5 06/20] md: raid5-log: "
` [PATCH v5 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v5 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v5 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v5 10/20] zonefs: "
` [PATCH v5 11/20] zram: "
` [PATCH v5 12/20] floppy: "
` [PATCH v5 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v5 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v5 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone "
` [PATCH v5 17/20] block: mark bio_add_page as __must_check
` [PATCH v5 18/20] block: add __bio_add_folio
` [PATCH v5 19/20] fs: iomap: use __bio_add_folio where possible
` [PATCH v5 20/20] block: mark bio_add_folio as __must_check

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xfs_getbmap
 2023-05-02 11:07 UTC  (4+ messages)

[syzbot] [mm?] KCSAN: data-race in generic_fillattr / shmem_mknod (2)
 2023-05-02 10:13 UTC  (4+ messages)

[jlayton:ctime] [ext4] ff9aaf58e8: ltp.statx06.fail
 2023-05-02 10:12 UTC  (3+ messages)

[PATCH v5] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-02  8:39 UTC  (12+ messages)

[PATCH v3] migrate_pages: Avoid blocking for IO in MIGRATE_SYNC_LIGHT
 2023-05-02  8:29 UTC  (2+ messages)

[syzbot] [reiserfs?] INFO: task hung in queue_log_writer
 2023-05-02  8:04 UTC 

[PATCH v2 0/3] permit write-sealed memfd read-only shared mappings
 2023-05-02  7:57 UTC  (4+ messages)
` [PATCH v2 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[RFC] FUSE: add another flag to support shared mmap in FOPEN_DIRECT_IO mode
 2023-05-02  7:37 UTC  (2+ messages)

[syzbot] Monthly ntfs report (May 2023)
 2023-05-02  7:18 UTC 

[GIT PULL] pidfd updates
 2023-05-02  7:11 UTC  (9+ messages)

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-05-02  3:38 UTC  (5+ messages)
` [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension "

[ext4 io hang] buffered write io hang in balance_dirty_pages
 2023-05-02  3:02 UTC  (16+ messages)

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-05-01 19:15 UTC  (4+ messages)
` [PATCH v5 0/5] Introduce block provisioning primitives
  ` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support

INFO: task hung in do_truncate (2)
 2023-05-01 18:59 UTC  (3+ messages)

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-05-01 18:49 UTC  (3+ messages)
` [syzbot] [xfs?] "

[RFC][PATCH 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-01 18:48 UTC  (5+ messages)

[PATCH 1/1] mm: handle swap page faults if the faulting page can be locked
 2023-05-01 17:54 UTC  (8+ messages)

[syzbot] [f2fs?] possible deadlock in f2fs_release_file
 2023-05-01 17:06 UTC 

[syzbot] [f2fs?] WARNING: lock held when returning to user space in f2fs_write_single_data_page
 2023-05-01 17:05 UTC 

RFC: allow building a kernel without buffer_heads
 2023-05-01 16:00 UTC  (7+ messages)
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[syzbot] [reiserfs?] KASAN: null-ptr-deref Read in fix_nodes
 2023-05-01 14:32 UTC  (2+ messages)

[PATCH v5] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-01 12:39 UTC  (9+ messages)

[PATCH v6 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-05-01 10:12 UTC  (3+ messages)
` [PATCH v6 1/3] mm: vmscan: ignore "

[syzbot] [sysv?] [vfs?] WARNING in invalidate_bh_lru
 2023-05-01  9:18 UTC  (3+ messages)

[syzbot] Monthly fat report (Apr 2023)
 2023-05-01  9:05 UTC 

[PATCH RFC 0/2] io_uring: add getdents support, take 2
 2023-05-01  7:16 UTC  (10+ messages)
` [PATCH RFC 2/2] io_uring: add support for getdents


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