Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 22:02:33 to 2024-03-06 12:56:19 UTC [more...]

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_strcasecmp
 2024-03-06 12:56 UTC 

[syzbot] Monthly kernfs report (Mar 2024)
 2024-03-06 12:53 UTC 

[PATCH][next] hfsplus: remove dev_err message "xattr exists yet"
 2024-03-06 12:40 UTC 

[PATCH] reiserfs: Convert to writepages
 2024-03-06 12:28 UTC  (3+ messages)

[syzbot] [ntfs?] UBSAN: shift-out-of-bounds in ntfs_iget
 2024-03-06 12:21 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[PATCH 0/2] vfs: convert debugfs & tracefs to the new mount API
 2024-03-06 12:17 UTC  (7+ messages)
` [PATCH 1/2] vfs: Convert debugfs to use "
` [PATCH 2/2] vfs: Convert tracefs "

[PATCH 1/3] inotify: Fix misspelling of "writable"
 2024-03-06 12:13 UTC  (4+ messages)
` [PATCH 2/3] fsnotify: "
` [PATCH 3/3] fanotify: "

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-06 12:13 UTC  (15+ messages)
` [PATCH v2 bpf-next 1/9] bpf: rename fs_kfunc_set_ids to lsm_kfunc_set_ids
` [PATCH v2 bpf-next 2/9] bpf: add new acquire/release BPF kfuncs for mm_struct
` [PATCH v2 bpf-next 3/9] bpf/selftests: add selftests for mm_struct acquire/release BPF kfuncs
` [PATCH v2 bpf-next 4/9] bpf: add new acquire/release based BPF kfuncs for exe_file
` [PATCH v2 bpf-next 5/9] bpf/selftests: add selftests for exe_file acquire/release BPF kfuncs
` [PATCH v2 bpf-next 6/9] bpf: add acquire/release based BPF kfuncs for fs_struct's paths
` [PATCH v2 bpf-next 7/9] bpf/selftests: add selftests for root/pwd path based BPF kfuncs
` [PATCH v2 bpf-next 9/9] bpf/selftests: adapt selftests test_d_path for BPF kfunc bpf_path_d_path()
` [PATCH v2 bpf-next 8/9] bpf: add trusted d_path() based "

[PATCH v1] fs/fuse: Fix missing FOLL_PIN for direct-io
 2024-03-06 12:05 UTC  (4+ messages)

[RFC 0/9] ext4: Add direct-io atomic write support using fsawu
 2024-03-06 11:22 UTC  (2+ messages)

[RFC 1/8] fs: Add FS_XFLAG_ATOMICWRITES flag
 2024-03-06 11:14 UTC  (3+ messages)
` [RFC 4/8] ext4: Add statx and other atomic write helper routines

[LSF/MM/BPF TOPIC]: Challenges and Ideas in Transitioning EXT* and other FS to iomap
 2024-03-06 11:09 UTC  (2+ messages)

[syzbot] [jfs?] INFO: task hung in __get_metapage (2)
 2024-03-06 10:57 UTC 

[PATCH v2] proc: allow restricting /proc/pid/mem writes
 2024-03-06 10:49 UTC  (16+ messages)

[PATCHES] RCU pathwalk race fixes
 2024-03-06 10:21 UTC  (9+ messages)
` [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
  ` [PATCH 11/13] fuse: fix UAF in rcu pathwalks

[PATCH v2] fuse: remove unneeded lock which protecting update of congestion_threshold
 2024-03-06 10:09 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING: kmalloc bug in wnd_init
 2024-03-06  9:53 UTC 

[PATCH v2 00/14] block atomic writes for XFS
 2024-03-06  9:41 UTC  (9+ messages)
` [PATCH v2 02/14] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag

[PATCH v5 00/10] block atomic writes
 2024-03-06  9:05 UTC  (3+ messages)

[PATCH 0/2] fuse: fixes for remote locking
 2024-03-06  9:13 UTC  (3+ messages)
` [PATCH 2/2] fuse: remove an unnecessary if statement

[PATCH] coredump: get machine check errors early rather than during iov_iter
 2024-03-06  8:56 UTC  (7+ messages)

[PATCH v13 00/27] DEPT(Dependency Tracker)
 2024-03-06  8:55 UTC  (28+ messages)
` [PATCH v13 01/27] llist: Move llist_{head,node} definition to types.h
` [PATCH v13 02/27] dept: Implement Dept(Dependency Tracker)
` [PATCH v13 03/27] dept: Add single event dependency tracker APIs
` [PATCH v13 04/27] dept: Add lock "
` [PATCH v13 05/27] dept: Tie to Lockdep and IRQ tracing
` [PATCH v13 06/27] dept: Add proc knobs to show stats and dependency graph
` [PATCH v13 07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v13 08/27] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v13 09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v13 10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v13 11/27] dept: Distinguish each syscall context from another
` [PATCH v13 12/27] dept: Distinguish each work "
` [PATCH v13 13/27] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v13 14/27] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v13 15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v13 16/27] dept: Track timeout waits separately with a new Kconfig
` [PATCH v13 17/27] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v13 18/27] dept: Apply timeout consideration to swait
` [PATCH v13 19/27] dept: Apply timeout consideration to waitqueue wait
` [PATCH v13 20/27] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v13 21/27] dept: Apply timeout consideration to dma fence wait
` [PATCH v13 22/27] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v13 23/27] dept: Make Dept able to work with an external wgen
` [PATCH v13 24/27] dept: Track PG_locked with dept
` [PATCH v13 25/27] dept: Print event context requestor's stacktrace on report
` [PATCH v13 26/27] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v13 27/27] dept: Add documentation for Dept

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-03-06  8:30 UTC  (17+ messages)
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces

[PATCH][next] fsnotify: Avoid -Wflex-array-member-not-at-end warning
 2024-03-06  7:36 UTC  (3+ messages)

[syzbot] [nilfs?] KMSAN: uninit-value in nilfs_add_checksums_on_logs (2)
 2024-03-06  7:20 UTC  (4+ messages)

판매 문의 2024
 2024-03-06  3:51 UTC 

[PATCH] fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap
 2024-03-06  6:16 UTC  (2+ messages)

[linus:master] [readahead] ab4443fe3c: vm-scalability.throughput -21.4% regression
 2024-03-06  5:36 UTC  (8+ messages)

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-06  5:01 UTC  (16+ messages)
` [PATCH v5 05/24] fs: add FS_XFLAG_VERITY for verity files
` [PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity()
` [PATCH v5 07/24] fsverity: support block-based Merkle tree caching
` [PATCH v5 08/24] fsverity: add per-sb workqueue for post read processing
` [PATCH v5 09/24] fsverity: add tracepoints
` [PATCH v5 10/24] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v5 21/24] xfs: add fs-verity support

[PATCH v4 0/2] Fix libaio cancellation support
 2024-03-05 21:55 UTC  (7+ messages)
` [PATCH v4 1/2] fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio

[PATCH] minix: convert minix to use the new mount api
 2024-03-05 21:29 UTC  (3+ messages)

[PATCH] fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
 2024-03-05 21:17 UTC  (4+ messages)

[PATCH] Revert "fs/aio: Make io_cancel() generate completions again"
 2024-03-05 20:29 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 11afac187274a6177a7ac82997f8691c0f469e41
 2024-03-05 18:14 UTC 

[PATCH v9 1/8] landlock: Add IOCTL access right
 2024-03-05 18:13 UTC  (3+ messages)
` [RFC PATCH] fs: Add vfs_masks_device_ioctl*() helpers

9p KASAN splat
 2024-03-05 18:08 UTC  (3+ messages)

[PATCH] fanotify: move path permission and security check
 2024-03-05 17:14 UTC  (6+ messages)

[PATCH] xattr: restrict vfs_getxattr_alloc() allocation size
 2024-03-05 16:21 UTC  (5+ messages)

[PATCH] freevxfs: Convert freevxfs to the new mount API
 2024-03-05 16:18 UTC  (3+ messages)

[PATCH] fuse: Track process write operations in both direct and writethrough modes
 2024-03-05 16:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/2] fuse: Add support for resend pending requests
 2024-03-05 15:29 UTC  (2+ messages)

[RESEND PATCH v2] fuse: add support for explicit export disabling
 2024-03-05 14:47 UTC  (2+ messages)

[PATCH v1 0/9] fuse: basic support for idmapped mounts
 2024-03-05 14:38 UTC  (3+ messages)
` [PATCH v1 2/9] fs/fuse: add FUSE_OWNER_UID_GID_EXT extension

[PATCH v1 0/3] fuse: a few small fixes
 2024-03-05 14:32 UTC  (5+ messages)
` [PATCH v1 1/3] fuse: fix typo for fuse_permission comment
` [PATCH v1 3/3] fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()

[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-03-05 14:26 UTC  (6+ messages)

[PATCH 1/2] fuse: Remove fuse_writepage
 2024-03-05 14:15 UTC  (2+ messages)

[PATCH] isofs: remove SLAB_MEM_SPREAD flag usage
 2024-03-05 14:12 UTC  (2+ messages)

[PATCH] tmpfs: don't interrupt fallocate with EINTR
 2024-03-05 14:03 UTC  (5+ messages)

[syzbot] [fs?] KASAN: null-ptr-deref Write in do_pagemap_cmd
 2024-03-05 11:38 UTC  (2+ messages)
` [PATCH] mm/pagemap: fix null ptr deref "

[PATCH v3] efs: convert efs to use the new mount api
 2024-03-05 11:15 UTC  (2+ messages)

[syzbot] Monthly nilfs report (Mar 2024)
 2024-03-05 11:10 UTC 

[syzbot] Monthly ntfs3 report (Mar 2024)
 2024-03-05 11:09 UTC 

[syzbot] [gfs2?] WARNING in gfs2_check_blk_type (2)
 2024-03-05 11:03 UTC 

[PATCH v15 0/9] FUSE passthrough for file io
 2024-03-05 10:57 UTC  (11+ messages)
` [PATCH v15 3/9] fuse: implement ioctls to manage backing files

[PATCH v13 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-03-05 10:16 UTC  (10+ messages)
` [PATCH v13 1/9] ext4: Simplify the handling of cached insensitive names
` [PATCH v13 2/9] f2fs: "
` [PATCH v13 3/9] libfs: Introduce case-insensitive string comparison helper
` [PATCH v13 4/9] ext4: Reuse generic_ci_match for ci comparisons
` [PATCH v13 5/9] f2fs: "
` [PATCH v13 6/9] ext4: Log error when lookup of encoded dentry fails
` [PATCH v13 7/9] f2fs: "
` [PATCH v13 8/9] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v13 9/9] f2fs: "

[syzbot] [gfs2?] BUG: sleeping function called from invalid context in gfs2_withdraw
 2024-03-05 10:07 UTC  (3+ messages)

[PATCH 0/2] Fix I/O high when memory almost met memcg limit
 2024-03-05  7:07 UTC  (3+ messages)
` [PATCH 2/2] mm/readahead: limit sync readahead while too many active refault

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2024-03-05  6:57 UTC  (11+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
  ` [bug report] dead loop in generic_perform_write() //Re: "

[PATCH] fanotify: allow freeze when waiting response for permission events
 2024-03-05  6:18 UTC 

[PATCH] fat: ignore .. subdir and always add a link to dirs
 2024-03-05  4:14 UTC  (12+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-05  2:56 UTC  (10+ messages)

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-03-05  2:19 UTC  (11+ messages)

[PATCH] erofs: fix uninitialized page cache reported by KMSAN
 2024-03-05  2:17 UTC  (2+ messages)

[WIP] bcachefs fs usage update
 2024-03-05  0:00 UTC  (6+ messages)

[PATCH 0/4] slab: Introduce dedicated bucket allocator
 2024-03-04 23:03 UTC  (4+ messages)
` [PATCH 3/4] xattr: Use dedicated slab buckets for setxattr()

[PATCH] xfs: allow cross-linking special files without project quota
 2024-03-04 22:02 UTC  (2+ messages)


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