linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-22 05:12:04 to 2023-08-23 22:34:54 UTC [more...]

[PATCH] [-next] fuse: Conditionally fill kstat in fuse_do_statx
 2023-08-23 22:33 UTC 

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-23 22:11 UTC  (32+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 14/29] s390/dasd: "
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
` [PATCH 19/29] fs: Convert to bdev_open_by_dev()
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
` [PATCH 21/29] erofs: Convert to use bdev_open_by_path()
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
` [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [PATCH 24/29] jfs: Convert to bdev_open_by_dev()
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()
` [PATCH 26/29] ocfs2: Convert to use bdev_open_by_dev()
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()
` [PATCH 29/29] block: Remove blkdev_get_by_*() functions

[PATCH 0/7] lockd: dlm: async lock request changes
 2023-08-23 21:33 UTC  (8+ messages)
` [PATCH 1/7] lockd: introduce safe async lock op
` [PATCH 2/7] lockd: don't call vfs_lock_file() for pending requests
` [PATCH 3/7] lockd: fix race in async lock request handling
` [PATCH 4/7] lockd: add doc to enable EXPORT_OP_SAFE_ASYNC_LOCK
` [PATCH 5/7] dlm: use fl_owner from lockd
` [PATCH 6/7] dlm: use FL_SLEEP to determine blocking vs non-blocking
` [PATCH 7/7] dlm: implement EXPORT_OP_SAFE_ASYNC_LOCK

[PATCH v5] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-23 18:30 UTC  (2+ messages)

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-23 18:16 UTC  (26+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()

[syzbot] [ext4?] kernel BUG in ext4_enable_quotas
 2023-08-23 18:08 UTC  (2+ messages)

[PATCH v4] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-23 16:41 UTC  (3+ messages)

[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
 2023-08-23 16:31 UTC  (3+ messages)
` [PATCH 2/3] btrfs: Introduce the single-dev feature

fanotify HSM open issues
 2023-08-23 16:31 UTC  (3+ messages)

[PATCH] kernel: Add Mount Option For Efivarfs
 2023-08-23 16:30 UTC  (2+ messages)

[PATCH 0/5] fuse: support birth time
 2023-08-23 15:24 UTC  (12+ messages)
` [PATCH 4/5] fuse: implement statx

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-08-23 13:13 UTC  (38+ messages)
` [PATCH RFC 01/37] mm: page_alloc: Rename gfp_to_alloc_flags_cma -> gfp_to_alloc_flags_fast
` [PATCH RFC 02/37] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC 03/37] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 05/37] mm: Add memory statistics for the "
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 07/37] mm: page_alloc: Bypass pcp when freeing MIGRATE_METADATA pages
` [PATCH RFC 08/37] mm: compaction: Account for free metadata pages in __compact_finished()
` [PATCH RFC 09/37] mm: compaction: Handle metadata pages as source for direct compaction
` [PATCH RFC 10/37] mm: compaction: Do not use MIGRATE_METADATA to replace pages with metadata
` [PATCH RFC 11/37] mm: migrate/mempolicy: Allocate metadata-enabled destination page
` [PATCH RFC 12/37] mm: gup: Don't allow longterm pinning of MIGRATE_METADATA pages
` [PATCH RFC 13/37] arm64: mte: Reserve tag storage memory
` [PATCH RFC 14/37] arm64: mte: Expose tag storage pages to the MIGRATE_METADATA freelist
` [PATCH RFC 15/37] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC 16/37] arm64: mte: Move tag storage to MIGRATE_MOVABLE when MTE is disabled
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC 18/37] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC 19/37] mm: page_alloc: Manage metadata storage on page allocation
` [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()
` [PATCH RFC 21/37] mm: khugepaged: Handle metadata-enabled VMAs
` [PATCH RFC 22/37] mm: shmem: Allocate metadata storage for in-memory filesystems
` [PATCH RFC 23/37] mm: Teach vma_alloc_folio() about metadata-enabled VMAs
` [PATCH RFC 24/37] mm: page_alloc: Teach alloc_contig_range() about MIGRATE_METADATA
` [PATCH RFC 25/37] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC 26/37] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free
` [PATCH RFC 27/37] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC 28/37] mm: sched: Introduce PF_MEMALLOC_ISOLATE
` [PATCH RFC 29/37] mm: arm64: Define the PAGE_METADATA_NONE page protection
` [PATCH RFC 30/37] mm: mprotect: arm64: Set PAGE_METADATA_NONE for mprotect(PROT_MTE)
` [PATCH RFC 31/37] mm: arm64: Set PAGE_METADATA_NONE in set_pte_at() if missing metadata storage
` [PATCH RFC 32/37] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC 33/37] arm64: mte: swap/copypage: Handle tag restoring when missing tag storage
` [PATCH RFC 34/37] arm64: mte: Handle fatal signal in reserve_metadata_storage()
` [PATCH RFC 35/37] mm: hugepage: Handle PAGE_METADATA_NONE faults for huge pages
` [PATCH RFC 36/37] KVM: arm64: Disable MTE is tag storage is enabled
` [PATCH RFC 37/37] arm64: mte: Enable tag storage management

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_final
 2023-08-23 13:14 UTC  (2+ messages)

[PATCH 0/5] FUSE consistency improvements
 2023-08-23 11:12 UTC  (10+ messages)
` [PATCH 1/5] fuse: check attributes staleness on fuse_iget()
` [PATCH 3/5] fuse: add FOPEN_INVAL_ATTR
` [PATCH 4/5] fuse: writeback_cache consistency enhancement (writeback_cache_v2)

[PATCH v2] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
 2023-08-23 10:14 UTC  (5+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-23 10:10 UTC  (6+ messages)
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-08-23  8:36 UTC  (5+ messages)
` [PATCH v12 2/2] "
  ` [PATCH v13] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE "

[czhong@redhat.com: [bug report] WARNING: CPU: 121 PID: 93233 at fs/dcache.c:365 __dentry_kill+0x214/0x278]
 2023-08-23  8:47 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to c1950a111dd8
 2023-08-23  7:21 UTC 

[PATCH] lsm: constify 'file' parameter in security_bprm_creds_from_file()
 2023-08-23  7:17 UTC 

[PATCH] mm: allow a controlled amount of unfairness in the page lock
 2023-08-23  6:16 UTC 

[PATCH RFC -next 0/2] fuse: Parallel DIO writes with O_DIRECT
 2023-08-23  6:10 UTC  (5+ messages)
` [PATCH 1/2] [RFC for fuse-next ] fuse: DIO writes always use the same code path

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-23  2:59 UTC  (4+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem

[RFC PATCH] filemap: Convert generic_perform_write() to support large folios
 2023-08-22 21:56 UTC  (3+ messages)

[PATCH v3] proc/ksm: add ksm stats to /proc/pid/smaps
 2023-08-22 18:03 UTC  (3+ messages)

[PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace
 2023-08-22 17:55 UTC  (43+ messages)
` [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack
` [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v5 04/37] arm64/gcs: Document the ABI "
` [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS
` [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack
` [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests
` [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v5 15/37] arm64/idreg: Add overrride for GCS
` [PATCH v5 16/37] arm64/hwcap: Add hwcap "
` [PATCH v5 17/37] arm64/traps: Handle GCS exceptions
` [PATCH v5 18/37] arm64/mm: Handle GCS data aborts
` [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0
` [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack()
` [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames
` [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap
` [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program
` [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v5 35/37] selftests/arm64: Add GCS signal tests
` [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test
` [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH 5.4 0/1] mm: allow a controlled amount of unfairness in the page lock
 2023-08-22 17:20 UTC  (3+ messages)

[PATCH v3 0/5] Landlock: IOCTL support
 2023-08-22 14:39 UTC  (2+ messages)
` [PATCH v3 0/5] Landlock: IOCTL support - TTY restrictions RFC

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-08-22 14:06 UTC  (9+ messages)
` [PATCH v13 05/10] fuse: Handle asynchronous read and write in passthrough

[PATCH v3 0/4] super: allow waiting without s_umount held
 2023-08-22 12:36 UTC  (2+ messages)

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-08-22 10:11 UTC  (4+ messages)
` [PATCH 1/6] "

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-08-22  9:03 UTC  (5+ messages)

[PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
 2023-08-22  8:58 UTC  (7+ messages)
        ` [PATCH vfs.tmpfs] tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
          ` (subset) "

[PATCH v2 0/5] use refcount+RCU method to implement lockless slab shrink (part 1)
 2023-08-22  7:54 UTC  (2+ messages)

[PATCH] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
 2023-08-22  5:11 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 NNTP newsgroup(s).