linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-29 17:40:06 to 2023-08-01 07:02:04 UTC [more...]

[PATCH v4 0/5] io_uring getdents
 2023-08-01  7:00 UTC  (26+ messages)
` [PATCH 3/5] io_uring: add support for getdents

[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-01  6:11 UTC  (20+ messages)
` [PATCH v2 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v2 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v2 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v2 04/14] sysctl: Add size argument to init_header
` [PATCH v2 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v2 06/14] sysctl: Add size to register_sysctl
` [PATCH v2 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v2 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v2 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v2 10/14] netfilter: "
` [PATCH v2 11/14] networking: "
` [PATCH v2 12/14] vrf: "
` [PATCH v2 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v2 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

[PATCH RFC bootconfig 0/2] Distinguish bootloader and embedded kernel parameters
 2023-08-01  4:00 UTC  (18+ messages)
` [PATCH RFC bootconfig] 1/2] fs/proc: Add /proc/cmdline_load for boot loader arguments
` [PATCH RFC bootconfig] 2/2] fs/proc: Add /proc/cmdline_image for embedded arguments
` [PATCH RFC v2 bootconfig 0/3] Distinguish bootloader and embedded kernel parameters
  ` [PATCH RFC v2 bootconfig 1/3] doc: Update /proc/cmdline documentation to include boot config
  ` [PATCH RFC v2 bootconfig 2/3] fs/proc: Add /proc/cmdline_load for boot loader arguments
  ` [PATCH RFC v2 bootconfig 3/3] doc: Add /proc/bootconfig to proc.rst

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-08-01  3:25 UTC  (5+ messages)
` [PATCH v12 2/2] "

[syzbot] [erofs?] [fat?] WARNING in erofs_kill_sb
 2023-08-01  1:47 UTC  (11+ messages)
                ` [PATCH] erofs: drop unnecessary WARN_ON() in erofs_kill_sb()

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

[PATCH] fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions
 2023-07-31 22:11 UTC  (2+ messages)

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-07-31 21:58 UTC  (12+ messages)
` [PATCH v8 1/4] fs/proc/kcore: avoid bounce buffer for ktext data

[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
 2023-07-31 20:55 UTC  (29+ messages)
` [PATCH 01/11] maple_tree: Introduce ma_nonleaf_data_end{_nocheck}()
` [PATCH 03/11] maple_tree: Add some helper functions
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 05/11] maple_tree: Add test for mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry
` [PATCH 10/11] MAINTAINERS: Add co-maintainer for maple tree
` [PATCH 11/11] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[syzbot] [udf?] UBSAN: array-index-out-of-bounds in udf_process_sequence
 2023-07-31 19:39 UTC 

[PATCH v1 0/4] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-07-31 19:22 UTC  (23+ messages)

[PATCH] fs: export emergency_sync
 2023-07-31 19:18 UTC  (9+ messages)

[PATCH v2] kernfs: attach uuid for every kernfs and report it in fsid
 2023-07-31 19:08 UTC  (2+ messages)

[PATCH] kernfs: attach uuid for every kernfs and report it in fsid
 2023-07-31 18:49 UTC  (6+ messages)

ksys_sync_helper
 2023-07-31 18:27 UTC  (2+ messages)

[PATCH] MAINTAINERS: change reiserfs status to obsolete
 2023-07-31 17:11 UTC  (3+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-31 16:23 UTC  (15+ messages)
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH 0/7] More filesystem folio conversions for 6.6
 2023-07-31 14:46 UTC  (7+ messages)
` [PATCH 4/7] migrate: Use folio_set_bh() instead of set_bh_page()
` [PATCH 6/7] jbd2: Use a folio in jbd2_journal_write_metadata_buffer()
` [PATCH 7/7] buffer: Remove set_bh_page()

Semantics of fuse_notify_delete()
 2023-07-31 14:12 UTC  (6+ messages)
  ` [fuse-devel] "

[PATCH v3 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-07-31 13:47 UTC  (2+ messages)

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-31 13:34 UTC  (10+ messages)
    ` Endless loop in udp with MSG_SPLICE_READ - "

[PATCH] fs: fix request_mask variable in generic_fillattr kerneldoc comment
 2023-07-31 12:44 UTC  (6+ messages)

[PATCH 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-07-31 12:10 UTC  (4+ messages)
  ` [PATCH 03/14] sysctl: Add ctl_table_size to ctl_table_header

[PATCH -next] fs/hfsplus: Remove kernel-doc warnings
 2023-07-31 11:26 UTC 

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[syzbot] [btrfs?] kernel BUG in prepare_to_merge
 2023-07-31 10:01 UTC  (9+ messages)

[bug report] maple_tree: make mas_validate_gaps() to check metadata
 2023-07-31  9:22 UTC  (3+ messages)

[PATCH v2 0/6] Landlock: ioctl support
 2023-07-31  8:31 UTC  (9+ messages)

[syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_update_ref (2)
 2023-07-31  3:34 UTC 

[PATCH] nfsd: Fix reading via splice
 2023-07-30 22:02 UTC  (6+ messages)

[PATCH 00/13] Remove pagevecs
 2023-07-30 21:42 UTC  (6+ messages)
` [PATCH 03/13] scatterlist: Add sg_set_folio()

[syzbot] [reiserfs?] KMSAN: uninit-value in __run_timers (3)
 2023-07-30 21:30 UTC 

[syzbot] [reiserfs?] [overlayfs?] BUG: unable to handle kernel paging request in take_dentry_name_snapshot
 2023-07-30 14:34 UTC 

[syzbot] Monthly hfs report (Jul 2023)
 2023-07-30 13:17 UTC 

[syzbot] Monthly reiserfs report (Jul 2023)
 2023-07-30 13:16 UTC 

[syzbot] Monthly ntfs3 report (Jul 2023)
 2023-07-30 13:16 UTC 

[syzbot] Monthly jfs report (Jul 2023)
 2023-07-30 13:16 UTC 

[syzbot] Monthly btrfs report (Jul 2023)
 2023-07-30 13:15 UTC 

[syzbot] Monthly nilfs report (Jul 2023)
 2023-07-30 13:15 UTC 

[syzbot] [btrfs?] WARNING in emit_fiemap_extent
 2023-07-29 21:45 UTC  (2+ messages)

[syzbot] [fat?] INFO: task hung in exfat_sync_fs
 2023-07-29 17:40 UTC 


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