linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-11 08:42:34 to 2023-10-13 08:04:22 UTC [more...]

[PATCH v3 0/3] userfaultfd move option
 2023-10-13  8:04 UTC  (13+ messages)
` [PATCH v3 1/3] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v3 3/3] selftests/mm: add UFFDIO_MOVE ioctl test

[RFC PATCH] fs: introduce check for drop/inc_nlink
 2023-10-13  8:02 UTC  (2+ messages)

[PATCH v10 00/27] Rust support
 2023-10-13  7:50 UTC  (11+ messages)
` [PATCH v10 25/27] x86: enable initial "

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-10-13  7:38 UTC  (42+ messages)
` [PATCH v3 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() "
` [PATCH v3 04/25] ima: Align ima_file_mprotect() "
` [PATCH v3 05/25] ima: Align ima_inode_setxattr() "
` [PATCH v3 07/25] ima: Align ima_post_read_file() "
` [PATCH v3 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v3 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v3 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v3 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v3 14/25] security: Introduce file_post_open hook

[PATCH v2] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
 2023-10-13  5:52 UTC 

Subject: [ANNOUNCE] xfs-linux: for-next updated to cbc06310c36f
 2023-10-13  4:45 UTC 

[PATCH] kallsyms: Clean up errors in module.h
 2023-10-13  3:36 UTC 

[PATCH] sysctl: Clean up errors in sysctl.h
 2023-10-13  3:27 UTC 

[PATCH v3 00/28] fs-verity support for XFS
 2023-10-13  3:12 UTC  (48+ messages)
` [PATCH v3 04/28] xfs: Add xfs_verify_pptr
` [PATCH v3 05/28] fs: add FS_XFLAG_VERITY for fs-verity sealed inodes
` [PATCH v3 06/28] fsverity: add drop_page() callout
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [PATCH v3 08/28] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v3 09/28] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 12/28] iomap: allow filesystem to implement read path verification
` [PATCH v3 13/28] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
` [PATCH v3 16/28] xfs: add bio_set and submit_io for ioend post-processing
` [PATCH v3 17/28] xfs: add attribute type for fs-verity
` [PATCH v3 20/28] xfs: add fs-verity ro-compat flag
` [PATCH v3 21/28] xfs: add inode on-disk VERITY flag
` [PATCH v3 23/28] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v3 24/28] xfs: disable direct read path for fs-verity sealed files
` [PATCH v3 25/28] xfs: add fs-verity support
` [PATCH v3 26/28] xfs: make scrub aware of verity dinode flag

[PATCH v3 0/4] querying mount attributes
 2023-10-13  2:39 UTC  (8+ messages)
` [PATCH v3 4/4] add listmount(2) syscall

[PATCH v2 00/15] Pass data temperature information to UFS devices
 2023-10-13  1:08 UTC  (17+ messages)
` [PATCH v2 03/15] block: Support data lifetime in the I/O priority bitfield
  ` [PATCH v2 01/15] block: Make bio_set_ioprio() modify fewer bio->bi_ioprio bits
  ` [PATCH v2 04/15] fs: Restore write hint support

[PATCH] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
 2023-10-12 23:55 UTC  (3+ messages)

[PATCH v6 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-10-12 23:51 UTC  (17+ messages)
` [PATCH v6 bpf-next 02/13] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v6 bpf-next 03/13] bpf: introduce BPF token object
  ` [PATCH v6 3/13] "
` [PATCH v6 bpf-next 04/13] bpf: add BPF token support to BPF_MAP_CREATE command

[PATCH v7 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-12 22:28 UTC  (19+ messages)
` [PATCH v7 bpf-next 01/18] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v7 bpf-next 02/18] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v7 bpf-next 03/18] bpf: introduce BPF token object
` [PATCH v7 bpf-next 04/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v7 bpf-next 05/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v7 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v7 bpf-next 07/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v7 bpf-next 08/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v7 bpf-next 09/18] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v7 bpf-next 10/18] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v7 bpf-next 11/18] bpf,lsm: add bpf_token_create and bpf_token_free "
` [PATCH v7 bpf-next 12/18] libbpf: add bpf_token_create() API
` [PATCH v7 bpf-next 13/18] selftests/bpf: fix test_maps' use of bpf_map_create_opts
` [PATCH v7 bpf-next 14/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v7 bpf-next 15/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v7 bpf-next 16/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v7 bpf-next 17/18] selftests/bpf: add BPF token-enabled tests
` [PATCH v7 bpf-next 18/18] bpf,selinux: allocate bpf_security_struct per BPF token

[PATCH] audit,io_uring: io_uring openat triggers audit reference count underflow
 2023-10-12 22:07 UTC  (2+ messages)

[PATCH v9 0/7] fuse: full atomic open and atomic-open-revalidate
 2023-10-12 20:44 UTC  (4+ messages)
` [PATCH v9 2/7] fuse: introduce atomic open

[syzbot] [btrfs?] UBSAN: array-index-out-of-bounds in FSE_decompress_wksp_body_bmi2
 2023-10-12 20:23 UTC  (6+ messages)
` [syzbot] [zstd] "

Large Block Sizes update and monthly sync ups
 2023-10-12 17:56 UTC 

[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-12 17:04 UTC  (4+ messages)
` [PATCH v4 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH v4 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
` [PATCH v4 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[PATCH 0/2] ovl: fix regression from new mount api conversion
 2023-10-12 15:19 UTC  (4+ messages)
` [PATCH 1/2] fs: factor out vfs_parse_monolithic_sep() helper
` [PATCH 2/2] ovl: fix regression in parsing of mount options with esacped comma

[PATCH] const_structs.checkpatch: add xattr_handler
 2023-10-12 15:15 UTC  (2+ messages)

[PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
 2023-10-12 14:42 UTC  (13+ messages)

Question about fuse dax support
 2023-10-12 14:10 UTC  (3+ messages)

[PATCH 0/2] lib/find: Fix KCSAN warnings in find_*_bit() functions
 2023-10-12 12:21 UTC  (10+ messages)
` [PATCH 1/2] lib/find: Make functions safe on changing bitmaps
` [PATCH 2/2] xarray: Fix race in xas_find_chunk()

[PATCH] xfs: pin inodes that would otherwise overflow link count
 2023-10-12 11:05 UTC 

[bug report] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al
 2023-10-12  9:28 UTC 

[PATCH v3 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-12  8:38 UTC  (5+ messages)
` [PATCH v3 3/3] mm: enforce the mapping_map_writable() check after call_mmap()

[PATCH] xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE
 2023-10-12  4:47 UTC  (6+ messages)

[PATCH 0/8] shmem,tmpfs: general maintenance
 2023-10-12  4:40 UTC  (11+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)
          ` [PATCH 9/8] percpu_counter: extend _limited_add() to negative amounts

[syzbot] [ext4?] KASAN: wild-memory-access Read in read_block_bitmap
 2023-10-12  2:25 UTC 

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-12  1:35 UTC  (7+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled

[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-10-12  0:32 UTC  (9+ messages)
` [PATCH v4 2/12] "

[PATCH v6 bpf-next 06/13] bpf: add BPF token support to BPF_PROG_LOAD command
 2023-10-12  0:31 UTC  (3+ messages)
` [PATCH v6 6/13] "

[RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
 2023-10-11 23:53 UTC  (4+ messages)

[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
 2023-10-11 22:09 UTC  (12+ messages)

[GIT PULL] quota regression fix for 6.6-rc6
 2023-10-11 21:58 UTC  (2+ messages)

[PATCH] Documentation: fs: fix directory locking proofs
 2023-10-11 19:06 UTC  (4+ messages)

[resend PATCH v2 0/2] virtiofs submounts that are still in use forgotten by shrinker
 2023-10-11 18:27 UTC  (9+ messages)
` [resend PATCH v2 2/2] fuse: ensure that submounts lookup their parent

[PATCH] *: mark stuff as __ro_after_init
 2023-10-11 18:21 UTC  (3+ messages)

[PATCH] virtiofs: Export filesystem tags through sysfs
 2023-10-11 18:08 UTC  (3+ messages)

[PATCH v4 0/5] Abstract vma_merge() and split_vma()
 2023-10-11 17:04 UTC  (6+ messages)
` [PATCH v4 1/5] mm: move vma_policy() and anon_vma_name() decls to mm_types.h
` [PATCH v4 2/5] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al
` [PATCH v4 3/5] mm: make vma_merge() and split_vma() internal
` [PATCH v4 4/5] mm: abstract merge for new VMAs into vma_merge_new_vma()
` [PATCH v4 5/5] mm: abstract VMA merge and extend into vma_merge_extend() helper

memleak in libfs report
 2023-10-11 16:06 UTC  (4+ messages)

[PATCH] exec: allow executing block devices
 2023-10-11 15:59 UTC  (4+ messages)

[PATCH v4 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-11 15:48 UTC  (8+ messages)
` [PATCH v4 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v4 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[syzbot] Monthly v9fs report (Oct 2023)
 2023-10-11 14:38 UTC 

[bug report] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
 2023-10-11 13:27 UTC  (2+ messages)

[BUG] soft lockup in filemap_get_read_batch
 2023-10-11 13:20 UTC  (2+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_rename_cat
 2023-10-11 11:48 UTC 

[PATCH 0/3] Add tst_iterate_fd()
 2023-10-11  8:52 UTC  (5+ messages)
` [LTP] "


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