linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-02 15:34:11 to 2023-05-03 18:24:12 UTC [more...]

[PATCH 00/40] Memory allocation profiling
 2023-05-03 18:24 UTC  (76+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
` [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH 28/40] timekeeping: Fix a circular include dependency
` [PATCH 34/40] lib: code tagging context capture support
` [PATCH 35/40] lib: implement context capture support for tagged allocations

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-05-03 18:22 UTC  (8+ messages)
` [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension "
` [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs

[syzbot] [ext4?] KCSAN: data-race in __es_find_extent_range / __es_find_extent_range (6)
 2023-05-03 17:42 UTC  (3+ messages)

[PATCH v2 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-03 17:23 UTC  (3+ messages)
` [PATCH v2 3/4] exportfs: allow exporting non-decodeable file handles to userspace

[PATCH 0/2] sysctl: death to register_sysctl_paths()
 2023-05-03 16:24 UTC  (4+ messages)
` [PATCH 1/2] kernel: pid_namespace: simplify sysctls with register_sysctl()
` [PATCH 2/2] sysctl: remove register_sysctl_paths()

[PATCH 1/2] filemap: fix the conditional folio_put in filemap_fault
 2023-05-03 15:57 UTC  (6+ messages)
` [PATCH 2/2] afs: fix the afs_dir_get_folio return value

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

[PATCH v3 0/6] fs: implement multigrain timestamps
 2023-05-03 14:20 UTC  (7+ messages)
` [PATCH v3 1/6] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v3 2/6] overlayfs: allow it handle multigrain timestamps
` [PATCH v3 3/6] shmem: convert to "
` [PATCH v3 4/6] xfs: "
` [PATCH v3 5/6] ext4: "
` [PATCH v3 6/6] btrfs: "

[PATCH v4] fs/buffer.c: update per-CPU bh_lru cache via RCU
 2023-05-03 13:52 UTC  (2+ messages)

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

[syzbot] [mm?] [udf?] KASAN: null-ptr-deref Read in filemap_fault
 2023-05-03 12:23 UTC  (3+ messages)

[PATCH v4 0/4] fs: allow to mount beneath top mount
 2023-05-03 11:18 UTC  (5+ messages)
` [PATCH v4 1/4] fs: add path_mounted()
` [PATCH v4 2/4] fs: properly document __lookup_mnt()
` [PATCH v4 3/4] fs: use a for loop when locking a mount
` [PATCH v4 4/4] fs: allow to mount beneath top mount

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-05-03 10:31 UTC  (4+ messages)
` [syzbot] [xfs?] "

[PATCH] mm: Do not reclaim private data from pinned page
 2023-05-03  9:51 UTC  (7+ messages)

[6.4-current oops] null ptr deref in blk_mq_sched_bio_merge() from blkdev readahead
 2023-05-03  8:07 UTC  (2+ messages)

[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_bnode_put
 2023-05-03  8:04 UTC 

[RFC] FUSE: add another flag to support shared mmap in FOPEN_DIRECT_IO mode
 2023-05-03  5:09 UTC  (3+ messages)

[syzbot] [fs?] INFO: task hung in eventpoll_release_file
 2023-05-03  5:04 UTC  (4+ messages)

[syzbot] [sysv?] [vfs?] WARNING in invalidate_bh_lru
 2023-05-03  4:31 UTC  (4+ messages)

[PATCH] fs: hugetlbfs: Set vma policy only when needed for allocating folio
 2023-05-03  3:11 UTC  (2+ messages)

[PATCH 0/2] Fix fallocate error in hugetlbfs when fallocating again
 2023-05-03  3:05 UTC  (4+ messages)
` [PATCH 1/2] mm: filemap: Add filemap_has_folio function
` [PATCH 2/2] fs: hugetlbfs: Fix logic to skip allocation on hit in page cache

[PATCHSET RFC v24.6 0/4] xfs: online repair for fs summary counters with exclusive fsfreeze
 2023-05-03  3:02 UTC  (5+ messages)
` [PATCH 1/4] vfs: allow filesystem freeze callers to denote who froze the fs
` [PATCH 2/4] vfs: allow exclusive freezing of filesystems
` [PATCH 3/4] xfs: stabilize fs summary counters for online fsck
` [PATCH 4/4] xfs: repair summary counters

[syzbot] [net?] WARNING in print_bfs_bug (2)
 2023-05-03  2:49 UTC  (2+ messages)

[PATCH v1] shmem: stable directory cookies
 2023-05-03  0:43 UTC  (3+ messages)

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

[PATCH v2] writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
 2023-05-03  0:17 UTC  (2+ messages)

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xfs_getbmap
 2023-05-03  0:14 UTC  (7+ messages)

[ext4 io hang] buffered write io hang in balance_dirty_pages
 2023-05-02 23:27 UTC  (13+ messages)

[PATCH] fs: fix incorrect fmode_t casts
 2023-05-02 23:22 UTC 

[RFC PATCH 0/3] Rework locking when rendering mountinfo cgroup paths
 2023-05-02 19:58 UTC  (7+ 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

[PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings
 2023-05-02 19:23 UTC  (20+ messages)

[GIT PULL] afs: Fix directory size handling
 2023-05-02 18:27 UTC  (2+ messages)

[PATCH 0/3] afs: Fix directory size handling
 2023-05-02 17:56 UTC  (5+ messages)
` [PATCH 1/3] afs: Fix updating of i_size with dv jump from server
` [PATCH 2/3] afs: Fix getattr to report server i_size on dirs, not local size
` [PATCH 3/3] afs: Avoid endless loop if file is larger than expected


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