Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-03-04 12:59:18 to 2024-03-05 18:37:22 UTC [more...]

[PATCH v2] proc: allow restricting /proc/pid/mem writes
 2024-03-05 18:37 UTC  (19+ 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] coredump: get machine check errors early rather than during iov_iter
 2024-03-05 17:29 UTC  (5+ messages)

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

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-03-05 17:11 UTC  (20+ messages)
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces

[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  (4+ 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)

[PATCH v2 00/14] block atomic writes for XFS
 2024-03-05 15:22 UTC  (19+ messages)
` [PATCH v2 01/14] block: Add blk_validate_atomic_write_op_size()
` [PATCH v2 02/14] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH v2 03/14] fs: xfs: Introduce FORCEALIGN inode flag
` [PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH v2 05/14] fs: xfs: Enable file data forcealign feature
` [PATCH v2 06/14] fs: xfs: Do not free EOF blocks for forcealign
` [PATCH v2 07/14] fs: iomap: Sub-extent zeroing
` [PATCH v2 08/14] fs: xfs: "
` [PATCH v2 09/14] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v2 10/14] fs: iomap: Atomic write support
` [PATCH v2 11/14] fs: xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v2 12/14] fs: xfs: Support atomic write for statx
` [PATCH v2 13/14] fs: xfs: Validate atomic writes
` [PATCH v2 14/14] fs: xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[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] fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
 2024-03-05 14:15 UTC  (3+ 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)

[PATCHES] RCU pathwalk race fixes
 2024-03-05 12:43 UTC  (7+ 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

[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  (3+ 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] Revert "fs/aio: Make io_cancel() generate completions again"
 2024-03-05  9:01 UTC  (4+ 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  (3+ messages)

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-05  1:08 UTC  (30+ messages)
` [PATCH v5 01/24] fsverity: remove hash page spin lock
` [PATCH v5 02/24] xfs: add parent pointer support to attribute code
` [PATCH v5 03/24] xfs: define parent pointer ondisk extended attribute format
` [PATCH v5 04/24] xfs: add parent pointer validator functions
` [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 11/24] xfs: add XBF_VERITY_SEEN xfs_buf flag
` [PATCH v5 12/24] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v5 13/24] xfs: add attribute type for fs-verity
` [PATCH v5 14/24] xfs: make xfs_buf_get() to take XBF_* flags
` [PATCH v5 15/24] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer
` [PATCH v5 16/24] xfs: add fs-verity ro-compat flag
` [PATCH v5 17/24] xfs: add inode on-disk VERITY flag
` [PATCH v5 18/24] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v5 19/24] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v5 20/24] xfs: disable direct read path for fs-verity files
` [PATCH v5 21/24] xfs: add fs-verity support
` [PATCH v5 22/24] xfs: make scrub aware of verity dinode flag
` [PATCH v5 23/24] xfs: add fs-verity ioctls
` [PATCH v5 24/24] xfs: enable ro-compat fs-verity flag

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

[PATCH 0/4] slab: Introduce dedicated bucket allocator
 2024-03-04 23:03 UTC  (9+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH 3/4] xattr: Use dedicated slab buckets for setxattr()
` [PATCH 4/4] mm/util: Use dedicated slab buckets for memdup_user()

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

[syzbot] [udf?] KASAN: use-after-free Read in udf_finalize_lvid
 2024-03-04 21:27 UTC  (2+ messages)

[RFC 3/8] iomap: Add atomic write support for direct-io
 2024-03-04 20:56 UTC  (3+ messages)

[PATCH v4 0/2] Fix libaio cancellation support
 2024-03-04 20:53 UTC  (9+ messages)
` [PATCH v4 1/2] fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio

[RFC 1/8] fs: Add FS_XFLAG_ATOMICWRITES flag
 2024-03-04 20:34 UTC  (3+ messages)
` [RFC 6/8] ext4: Add an inode flag for atomic writes

[PATCH v5 0/8] Split a folio to any lower order folios
 2024-03-04 18:31 UTC  (13+ messages)
` [PATCH v5 8/8] mm: huge_memory: enable debugfs to split huge pages to any order

[syzbot] [fs?] KASAN: slab-use-after-free Read in sys_io_cancel
 2024-03-04 18:02 UTC  (10+ messages)
` [PATCH] fs/aio: fix uaf "

[PATCH v2 00/13] enable bs > ps in XFS
 2024-03-04 15:38 UTC  (6+ messages)
` [PATCH v2 03/13] filemap: align the index to mapping_min_order in the page cache

sendfile(2) erroneously yields EINVAL on too large counts
 2024-03-04 15:31 UTC  (5+ messages)
  ` Undefined Behavior in rw_verify_area() (was: sendfile(2) erroneously yields EINVAL on too large counts)

[PATCH] openpromfs: finish conversion to the new mount API
 2024-03-04 13:22 UTC  (2+ messages)

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

[PATCH v2] qnx6: convert qnx6 to use the new mount api
 2024-03-04 12:57 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