Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-27 17:11:15 to 2023-11-29 08:51:18 UTC [more...]

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-11-29  8:51 UTC  (2+ messages)
` [syzbot] "

[PATCH/RFC] core/nfsd: allow kernel threads to use task_work
 2023-11-29  7:55 UTC  (23+ messages)

[PATCH 00/16] IOMMU memory observability
 2023-11-29  7:49 UTC  (40+ messages)
` [PATCH 01/16] iommu/vt-d: add wrapper functions for page allocations
` [PATCH 02/16] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH 03/16] iommu/io-pgtable-arm: "
` [PATCH 04/16] iommu/io-pgtable-dart: "
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 07/16] iommu/exynos: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 10/16] iommu/rockchip: "
` [PATCH 11/16] iommu/sun50i: "
` [PATCH 12/16] iommu/tegra-smmu: "
` [PATCH 13/16] iommu: observability of the IOMMU allocations
` [PATCH 14/16] iommu: account IOMMU allocated memory
` [PATCH 15/16] vhost-vdpa: account iommu allocations
` [PATCH 16/16] vfio: "

[PATCH v14 00/12] FUSE passthrough for file io
 2023-11-29  7:25 UTC  (12+ messages)

[PATCH v4 1/2] exfat: change to get file size from DataLength
 2023-11-29  7:24 UTC  (5+ messages)

[PATCH 09/15] fold the call of retain_dentry() into fast_dput()
 2023-11-29  7:14 UTC  (11+ messages)
      ` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())

[PATCH v14 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-29  6:47 UTC  (8+ messages)
` [PATCH v14 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v14 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v14 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v14 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v14 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v14 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH v10 2/8] fuse: introduce atomic open
 2023-11-29  6:46 UTC  (3+ messages)
` [PATCH 0/1] Adapt atomic open to fuse no_open/no_open_dir
  ` [PATCH 1/1] fuse: Handle no_open/no_opendir in atomic_open

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-11-29  6:32 UTC  (8+ messages)

RFC: map multiple blocks per ->map_blocks in iomap writeback
 2023-11-29  5:44 UTC  (19+ messages)
` [PATCH 03/13] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 06/13] iomap: move all remaining per-folio logic into xfs_writepage_map
` [PATCH 09/13] iomap: don't chain bios
` [PATCH 10/13] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/13] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/13] iomap: submit ioends immediately
` [PATCH 13/13] iomap: map multiple blocks at a time

[PATCH 08/13] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
 2023-11-29  5:42 UTC  (5+ messages)

[PATCH 02/13] iomap: treat inline data in iomap_writepage_map as an I/O error
 2023-11-29  5:39 UTC  (5+ messages)

fanotify HSM open issues
 2023-11-29  5:22 UTC  (17+ messages)

[f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-29  4:53 UTC  (25+ messages)
                    ` fun with d_invalidate() vs. d_splice_alias() was "

[PATCH 07/13] iomap: clean up the iomap_new_ioend calling convention
 2023-11-29  4:51 UTC  (4+ messages)

[PATCH 05/13] iomap: factor out a iomap_writepage_handle_eof helper
 2023-11-29  4:48 UTC  (4+ messages)

[PATCH 04/13] iomap: drop the obsolete PF_MEMALLOC check in iomap_do_writepage
 2023-11-29  4:45 UTC  (4+ messages)

[PATCH 00/21] block atomic writes
 2023-11-29  2:45 UTC  (8+ messages)
` [PATCH 17/21] fs: xfs: iomap atomic write support

[PATCH] buffer: Add cast in grow_buffers() to avoid a multiplication libcall
 2023-11-29  1:40 UTC  (2+ messages)

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

[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-11-28 20:54 UTC  (4+ messages)

Should we still go __GFP_NOFAIL? (Was Re: [PATCH] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method)
 2023-11-28 20:06 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in btrfs_use_block_rsv
 2023-11-28 18:09 UTC  (4+ messages)

[RFC PATCH 00/11] mm/mempolicy: Make task->mempolicy externally modifiable via syscall and procfs
 2023-11-28 18:08 UTC  (20+ messages)
` [RFC PATCH 02/11] mm/mempolicy: swap cond reference counting logic in do_get_mempolicy
` [RFC PATCH 04/11] mm/mempolicy: modify get_mempolicy call stack to take a task argument
` [RFC PATCH 05/11] mm/mempolicy: modify set_mempolicy_home_node "
` [RFC PATCH 06/11] mm/mempolicy: modify do_mbind to operate on task argument instead of current

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-11-28 18:00 UTC  (37+ messages)
` [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
` [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
` [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)

[PATCH] cifs: Fix issues with copy_file_range and FALLOC_FL_INSERT/ZERO_RANGE
 2023-11-28 17:50 UTC 

[PATCH v6 00/11] blksnap - block devices snapshots module
 2023-11-28 17:18 UTC  (5+ messages)
` [PATCH v6 11/11] blksnap: prevents using devices with data integrity or inline encryption

[PATCH 0/4] listmount changes
 2023-11-28 16:03 UTC  (5+ messages)
` [PATCH 1/4] listmount: rip out flags
` [PATCH 2/4] listmount: list mounts in ID order
` [PATCH 3/4] listmount: small changes in semantics
` [PATCH 4/4] listmount: allow continuing

[PATCH 0/2] super: small tweaks
 2023-11-28 15:56 UTC  (4+ messages)
` [PATCH 1/2] super: massage wait event mechanism

[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
 2023-11-28 15:52 UTC  (6+ messages)

[PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-28 15:10 UTC  (13+ messages)
` [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-28 14:07 UTC  (3+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array

[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
 2023-11-28 10:05 UTC  (9+ messages)
` [PATCH block/for-next v2 01/16] block: add a new helper to get inode "
` [PATCH block/for-next v2 02/16] xen/blkback: use "

Heisenbug: I/O freeze can be resolved by cat $task/cmdline of unrelated process
 2023-11-28  8:53 UTC  (3+ messages)

[PATCH RFC 0/7] sysctl: constify sysctl ctl_tables
 2023-11-28  8:18 UTC  (3+ messages)

Add sub-topic on 'exFAT' in man mount
 2023-11-27 22:43 UTC  (3+ messages)

[syzbot] [fscrypt?] possible deadlock in find_and_lock_process_key
 2023-11-27 22:16 UTC  (2+ messages)

[syzbot] [fscrypt?] possible deadlock in fscrypt_initialize (2)
 2023-11-27 21:45 UTC  (2+ messages)

[syzbot] Monthly exfat report (Nov 2023)
 2023-11-27 21:03 UTC 

[PATCH v4 00/15] Pass data lifetime information to SCSI disk devices
 2023-11-27 19:00 UTC  (4+ messages)
` [PATCH v4 01/15] fs: Rename the kernel-internal data lifetime constants

[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-27 18:18 UTC  (6+ messages)
` [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-27 18:01 UTC  (3+ messages)
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers


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