Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-02-21 17:36:23 to 2024-02-22 16:16:33 UTC [more...]

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2024-02-22 16:16 UTC  (7+ messages)
  `  "

[PATCH RFC] vfs: always log mount API fs context messages to dmesg
 2024-02-22 16:08 UTC  (3+ messages)

[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
 2024-02-22 16:08 UTC  (16+ messages)
        ` [Lsf-pc] "

[PATCH 0/4] sysctl: move sysctl type to ctl_table_header
 2024-02-22 16:03 UTC  (6+ messages)
` [PATCH 1/4] sysctl: drop sysctl_is_perm_empty_ctl_table
` [PATCH 2/4] sysctl: move sysctl type to ctl_table_header
` [PATCH 3/4] sysctl: drop now unnecessary out-of-bounds check
` [PATCH 4/4] sysctl: remove unnecessary sentinel element

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-02-22 15:38 UTC  (45+ messages)
` [PATCH v2 01/25] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH v2 02/25] mnt_idmapping: include cred.h
` [PATCH v2 03/25] capability: add static asserts for comapatibility of vfs_cap_data and vfs_ns_cap_data
` [PATCH v2 04/25] capability: rename cpu_vfs_cap_data to vfs_caps
` [PATCH v2 05/25] capability: use vfsuid_t for vfs_caps rootids
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 07/25] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper
` [PATCH v2 09/25] commoncap: use is_fscaps_xattr()
` [PATCH v2 10/25] xattr: "
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 12/25] selinux: add hooks for fscaps operations
` [PATCH v2 13/25] smack: "
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 15/25] security: call evm fscaps hooks from generic "
` [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps
` [PATCH v2 17/25] fs: add vfs_get_fscaps()
` [PATCH v2 18/25] fs: add vfs_set_fscaps()
` [PATCH v2 19/25] fs: add vfs_remove_fscaps()
` [PATCH v2 20/25] ovl: add fscaps handlers
` [PATCH v2 21/25] ovl: use vfs_{get,set}_fscaps() for copy-up
` [PATCH v2 22/25] fs: use vfs interfaces for capabilities xattrs
` [PATCH v2 23/25] commoncap: remove cap_inode_getsecurity()
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces
` [PATCH v2 25/25] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()

[GIT PULL] vfs fixes
 2024-02-22 14:03 UTC 

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-22 13:57 UTC  (30+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
    ` [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-02-22 12:45 UTC  (20+ messages)
` [RFC v4 linux-next 01/19] block: move two helpers into bdev.c
` [RFC v4 linux-next 02/19] block: remove sync_blockdev_nowait()
` [RFC v4 linux-next 03/19] block: remove sync_blockdev_range()
` [RFC v4 linux-next 04/19] block: prevent direct access of bd_inode
` [RFC v4 linux-next 05/19] bcachefs: remove dead function bdev_sectors()
` [RFC v4 linux-next 06/19] cramfs: prevent direct access of bd_inode
` [RFC v4 linux-next 07/19] erofs: "
` [RFC v4 linux-next 08/19] nilfs2: "
` [RFC v4 linux-next 09/19] gfs2: "
` [RFC v4 linux-next 10/19] s390/dasd: use bdev api in dasd_format()
` [RFC v4 linux-next 11/19] btrfs: prevent direct access of bd_inode
` [RFC v4 linux-next 12/19] ext4: remove block_device_ejected()
` [RFC v4 linux-next 13/19] ext4: prevent direct access of bd_inode
` [RFC v4 linux-next 14/19] jbd2: "
` [RFC v4 linux-next 15/19] bcache: "
` [RFC v4 linux-next 16/19] block2mtd: "
` [RFC v4 linux-next 17/19] dm-vdo: "
` [RFC v4 linux-next 18/19] scsi: factor out a helper bdev_read_folio() from scsi_bios_ptable()
` [RFC v4 linux-next 19/19] fs & block: remove bdev->bd_inode

[PATCH AUTOSEL 5.10 7/8] exec: Distinguish in_execve from in_exec
 2024-02-22 12:36 UTC  (3+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-02-22 12:24 UTC  (55+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 11/36] lib: code tagging framework
` [PATCH v4 12/36] lib: code tagging module support
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation

[LSF TOPIC] beyond uidmapping, & towards a better security model
 2024-02-22 11:53 UTC  (9+ messages)

[linus:master] [readahead] ab4443fe3c: vm-scalability.throughput -21.4% regression
 2024-02-22 11:50 UTC  (4+ messages)

[RFC PATCH] cifs: Fix writeback data corruption
 2024-02-22 11:20 UTC 

[fuse-devel] Proxmox + NFS w/ exported FUSE = EIO
 2024-02-22 11:09 UTC  (9+ messages)

[syzbot] [reiserfs?] possible deadlock in reiserfs_ioctl
 2024-02-22 10:55 UTC 

Can overlayfs follow mounts in lowerdir?
 2024-02-22 10:38 UTC  (4+ messages)

[syzbot] [hfs?] possible deadlock in hfs_extend_file (2)
 2024-02-22 10:01 UTC  (3+ messages)

[PATCH] iomap: Add processed for iomap_iter
 2024-02-22  9:22 UTC  (3+ messages)

[PATCH] Convert coda to use the new mount API
 2024-02-22  9:03 UTC  (7+ messages)
` [PATCH V2] "

[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
 2024-02-22  8:51 UTC  (5+ messages)
` [PATCH v9 01/19] fs: Fix rw_hint validation

[PATCH] pidfd: make pidfs_dentry_operations static
 2024-02-22  8:45 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 4b2f459d8625
 2024-02-22  6:26 UTC 

[PATCH v3 00/10] IOMMU memory observability
 2024-02-22  0:27 UTC  (8+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[PATCH] proc: allow restricting /proc/pid/mem writes
 2024-02-21 21:06 UTC 

[PATCH v3 31/35] lib: add memory allocations report in show_mem()
 2024-02-21 18:26 UTC  (15+ messages)

[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
 2024-02-21 18:21 UTC 

[syzbot] [udf?] KASAN: slab-out-of-bounds Write in udf_adinicb_writepage
 2024-02-21 18:21 UTC  (3+ messages)

[syzbot] [reiserfs?] [fat?] BUG: corrupted list in __mark_inode_dirty
 2024-02-21 18:18 UTC  (2+ messages)
` [syzbot] [reiserfs] "

[PATCH v4 0/2] Fix libaio cancellation support
 2024-02-21 17:39 UTC  (3+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-02-21 17:38 UTC  (8+ messages)
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox