Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH 8/9] new helpers: file_removexattr(), filename_removexattr(), (continued)
- [RFC][PATCHES v2] xattr stuff and interactions with io_uring, Al Viro
- [PATCH v2 01/13] teach filename_lookup() to treat NULL filename as "", Al Viro
- [PATCH v2 04/13] io_[gs]etxattr_prep(): just use getname(), Al Viro
- [PATCH v2 06/13] fs: rename struct xattr_ctx to kernel_xattr_ctx, Al Viro
- [PATCH v2 08/13] replace do_setxattr() with saner helpers., Al Viro
- [PATCH v2 02/13] getname_maybe_null() - the third variant of pathname copy-in, Al Viro
- [PATCH v2 09/13] replace do_getxattr() with saner helpers., Al Viro
- [PATCH v2 11/13] new helpers: file_removexattr(), filename_removexattr(), Al Viro
- [PATCH v2 13/13] xattr: remove redundant check on variable err, Al Viro
- [PATCH v2 05/13] xattr: switch to CLASS(fd), Al Viro
- [PATCH v2 07/13] new helper: import_xattr_name(), Al Viro
- [PATCH v2 03/13] io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE, Al Viro
- [PATCH v2 12/13] fs/xattr: add *at family syscalls, Al Viro
- [PATCH v2 10/13] new helpers: file_listxattr(), filename_listxattr(), Al Viro
- Re: [RFC][PATCHES v2] xattr stuff and interactions with io_uring, Jens Axboe
- [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Mark Brown
- [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6, Mark Brown
- [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v13 05/40] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v13 07/40] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests, Mark Brown
- [PATCH v13 17/40] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v13 18/40] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v13 19/40] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v13 20/40] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v13 33/40] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v13 34/40] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v13 35/40] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v13 36/40] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v13 37/40] kselftest/arm64: Add GCS signal tests, Mark Brown
- [PATCH v13 38/40] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v13 39/40] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v13 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list, Mark Brown
- Re: (subset) [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace, Catalin Marinas
- [PATCH v4] add group restriction bitmap, Stas Sergeev
- [syzbot] [fuse?] WARNING in fuse_writepages,
syzbot
- [PATCH 00/33] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Deepak Gupta
- [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma, Deepak Gupta
- [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz, Deepak Gupta
- [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values, Deepak Gupta
- [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart, Deepak Gupta
- [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv, Deepak Gupta
- [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH 08/33] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH 12/33] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH 14/33] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH 21/33] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH 23/33] riscv signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH 29/33] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH 32/33] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- Re: [PATCH 00/33] riscv control-flow integrity for usermode, patchwork-bot+linux-riscv
- [PATCH v3] rust: add PidNamespace, Christian Brauner
- [PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case,
Tycho Andersen
- FIFREEZE on loop device does not return EBUSY,
Jean-Louis Dupond
- [regression] getdents() does not list entries created after opening the directory,
Linux regression tracking (Thorsten Leemhuis)
- [PATCH v8 00/12] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value, Jeff Layton
- [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime, Jeff Layton
- [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events, Jeff Layton
- [PATCH v8 06/12] fs: add percpu counters for significant multigrain timestamp events, Jeff Layton
- [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events, Jeff Layton
- [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps, Jeff Layton
- [PATCH v8 09/12] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v8 10/12] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v8 11/12] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v8 12/12] tmpfs: add support for multigrain timestamps, Jeff Layton
- [PATCH v2] selftests/proc: Add test to check unmapped process, Siddharth Menon
- [no subject], Unknown
- [syzbot] [hfs?] KMSAN: uninit-value in __hfs_ext_cache_extent (2),
syzbot
- [PATCH 0/6] Syzbot bugfixes and refactoring,
Konstantin Komarov
- [PATCH] rust: add seqfile abstraction,
Alice Ryhl
- [GIT PULL] zonefs changes for 6.12-rc2,
Damien Le Moal
- [syzbot] [usb?] [ext4?] [input?] INFO: rcu detected stall in sys_pselect6 (2),
syzbot
- [viro-vfs:work.headers.unaligned 1/2] arch/arc/include/asm/mmu.h:17:71: warning: 'struct pt_regs' declared inside parameter list will not be visible outside of this definition or declaration, kernel test robot
- [PATCH v2 0/2] Miscdevices in Rust,
Alice Ryhl
- [syzbot] [fuse?] WARNING in fuse_write_file_get (2), syzbot
- [PATCH v2] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer,
Chang Yu
- [viro-vfs:work.xattr 9/9] fs/xattr.c:971:28: error: use of undeclared identifier 'pathname'; did you mean 'putname'?, kernel test robot
- [PATCH v3] add group restriction bitmap,
Stas Sergeev
- [PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages(),
Omar Sandoval
- [PATCH v7 0/3] FDP and per-io hints,
Kanchan Joshi
- Message not available
- Message not available
- Re: [PATCH v7 0/3] FDP and per-io hints, Christoph Hellwig
Re: [PATCH v7 0/3] FDP and per-io hints, Keith Busch
Re: [PATCH v7 0/3] FDP and per-io hints, Bart Van Assche
Re: [PATCH v7 0/3] FDP and per-io hints, Christoph Hellwig
[PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process,
Siddharth Menon
[PATCH v4 00/10] fuse: folio conversions,
Josef Bacik
- [PATCH v4 01/10] fuse: convert readahead to use folios, Josef Bacik
- [PATCH v4 02/10] fuse: convert fuse_send_write_pages to use folios, Josef Bacik
- [PATCH v4 03/10] fuse: convert fuse_fill_write_pages to use folios, Josef Bacik
- [PATCH v4 04/10] fuse: convert fuse_page_mkwrite to use folios, Josef Bacik
- [PATCH v4 05/10] fuse: use kiocb_modified in buffered write path, Josef Bacik
- [PATCH v4 06/10] fuse: convert fuse_do_readpage to use folios, Josef Bacik
- [PATCH v4 07/10] fuse: convert fuse_writepage_need_send to take a folio, Josef Bacik
- [PATCH v4 08/10] fuse: use the folio based vmstat helpers, Josef Bacik
- [PATCH v4 09/10] fuse: convert fuse_retrieve to use folios, Josef Bacik
- [PATCH v4 10/10] fuse: convert fuse_notify_store to use folios, Josef Bacik
- Re: [PATCH v4 00/10] fuse: folio conversions, Miklos Szeredi
[PATCH RESEND] xarray: document that xa_alloc uses the smallest index, Alice Ryhl
[PATCH v6 0/7] block atomic writes for xfs,
John Garry
[PATCH] fs/proc/kcore.c: Allow translation of physical memory addresses, Alexander Gordeev
[PATCH] netfs: Fix the netfs_folio tracepoint to handle NULL mapping,
David Howells
[PATCH 00/35] Reorganize kerneldoc parameter names,
Julia Lawall
[viro-vfs:work.fd 1/31] include/linux/file.h: linux/err.h is included more than once., kernel test robot
[PATCH] netfs: Add folio_queue API documentation,
David Howells
[RFC PATCH 0/3] introduce PIDFD_SELF,
Lorenzo Stoakes
[PATCH v2] add group restriction bitmap,
Stas Sergeev
[PATCH v1] Fix NULL pointer dereference in read_cache_folio,
Gianfranco Trad
[PATCH] [RFC] add group restriction bitmap, Stas Sergeev
[PATCH v2] vfs: Add a sysctl for automated deletion of dentry,
Yafang Shao
[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests,
Pedro Orlando
[PATCH] lib/fast_list.c, Kent Overstreet
[syzbot] [fuse?] WARNING in fuse_request_end (2),
syzbot
[PATCH v3 00/10] fuse: folio conversions,
Josef Bacik
- [PATCH v3 01/10] fuse: convert readahead to use folios, Josef Bacik
- [PATCH v3 02/10] fuse: convert fuse_send_write_pages to use folios, Josef Bacik
- [PATCH v3 03/10] fuse: convert fuse_fill_write_pages to use folios, Josef Bacik
- [PATCH v3 04/10] fuse: convert fuse_page_mkwrite to use folios, Josef Bacik
- [PATCH v3 05/10] fuse: use kiocb_modified in buffered write path, Josef Bacik
- [PATCH v3 06/10] fuse: convert fuse_do_readpage to use folios, Josef Bacik
- [PATCH v3 07/10] fuse: convert fuse_writepage_need_send to take a folio, Josef Bacik
- [PATCH v3 08/10] fuse: use the folio based vmstat helpers, Josef Bacik
- [PATCH v3 09/10] fuse: convert fuse_retrieve to use folios, Josef Bacik
- [PATCH v3 10/10] fuse: convert fuse_notify_store to use folios, Josef Bacik
[PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm,
Tycho Andersen
[syzbot] [fs?] possible deadlock in input_inject_event,
syzbot
[syzbot] [iomap?] KASAN: use-after-free Read in iomap_read_inline_data, syzbot
[PATCH] fanotify: allow reporting errors on failure to open fd,
Amir Goldstein
Re: [syzbot] [overlayfs?] general protection fault in ovl_llseek,
Amir Goldstein
[PATCH] netfs: Advance iterator correctly rather than jumping it,
David Howells
[PATCH v2] xfs: do not unshare any blocks beyond eof,
Julian Sun
[PATCH v2] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails,
Julian Sun
[tree-wide] finally take no_llseek out, Al Viro
[no subject], Unknown
[PATCH] [PATCH] vfs/ext4: Fixed a potential problem related to an infinite loop,
Max Brener
[PATCH 0/2 v3] remove PF_MEMALLOC_NORECLAIM,
Michal Hocko
[PATCH] pidfs: check for valid pid namespace,
Christian Brauner
[PATCH 0/3] Miscdevices in Rust,
Alice Ryhl
[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in read_cache_folio,
syzbot
[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio,
Pankaj Raghav (Samsung)
[PATCH v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs), David Howells
optimizing backing file setup,
Miklos Szeredi
[PATCH] sysctl: Reduce dput(child) calls in proc_sys_fill_cache(),
Markus Elfring
Report "WARNING in putname",
reveliofuzzing
[PATCH] hpfs: convert hpfs to use the new mount api,
Mikulas Patocka
[PATCH 0/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables,
Alexander Mikhalitsyn
[PATCH AUTOSEL 6.6 138/139] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release, Sasha Levin
[PATCH AUTOSEL 6.6 133/139] iomap: fix iomap_dio_zero() for fs bs > system page size, Sasha Levin
[PATCH AUTOSEL 6.6 076/139] coredump: Standartize and fix logging, Sasha Levin
[PATCH AUTOSEL 6.6 048/139] proc: add config & param to block forcing mem writes,
Sasha Levin
[PATCH AUTOSEL 6.10 195/197] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release, Sasha Levin
[PATCH AUTOSEL 6.10 190/197] iomap: fix iomap_dio_zero() for fs bs > system page size, Sasha Levin
[PATCH AUTOSEL 6.10 101/197] coredump: Standartize and fix logging, Sasha Levin
[PATCH AUTOSEL 6.10 071/197] netfs: Cancel dirty folios that have no storage destination, Sasha Levin
[PATCH AUTOSEL 6.10 054/197] proc: add config & param to block forcing mem writes, Sasha Levin
[PATCH AUTOSEL 6.10 018/197] fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name, Sasha Levin
[PATCH AUTOSEL 6.11 242/244] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release, Sasha Levin
[PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size,
Sasha Levin
[PATCH AUTOSEL 6.11 118/244] coredump: Standartize and fix logging, Sasha Levin
[PATCH AUTOSEL 6.11 086/244] netfs: Cancel dirty folios that have no storage destination, Sasha Levin
[PATCH AUTOSEL 6.11 065/244] vfs: use RCU in ilookup, Sasha Levin
[PATCH AUTOSEL 6.11 064/244] proc: add config & param to block forcing mem writes, Sasha Levin
[PATCH AUTOSEL 6.11 021/244] fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name, Sasha Levin
[PATCH AUTOSEL 6.11 020/244] exec: don't WARN for racy path_noexec check, Sasha Levin
[PATCH] epoll: annotate racy check,
Christian Brauner
[PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.,
Hongbo Li
6.12/BUG: KASAN: slab-use-after-free in m_next at fs/proc/task_mmu.c:187,
Mikhail Gavrilov
[PATCH 0/2] add block size > page size support to ramfs,
Pankaj Raghav (Samsung)
[GIT PULL] fuse update for 6.12,
Miklos Szeredi
[PATCH] tools: fix shared radix-tree build,
Lorenzo Stoakes
[GIT PULL] BPF struct_fd changes for 6.12,
Alexei Starovoitov
Report "general protection fault in sysctl_print_dir", reveliofuzzing
Report "general protection fault in do_select", reveliofuzzing
[RFC] exec: add a flag for "reasonable" execveat() comm,
Tycho Andersen
[PATCH v6 0/3] per-io hints and FDP,
Kanchan Joshi
Message not available
Message not available
Re: [PATCH v2 1/4] erofs: add file-backed mount support,
Geert Uytterhoeven
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]