Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v7 15/17] ufs: host: add support for wrapped keys in QCom UFS, (continued)
- [PATCH v20 0/6] Script execution control (was O_MAYEXEC),
Mickaël Salaün
- [PATCH RFC 0/3] ovl: specify layers via file descriptors,
Christian Brauner
- [PATCH] fuse: update inode size after extending passthrough write,
Amir Goldstein
- [PATCH] ovl: update inode size after extending passthrough write,
Amir Goldstein
- [PATCH v2 0/3] introduce PIDFD_SELF* sentinels,
Lorenzo Stoakes
- [PATCH v4 0/3] API for exporting connectable file handles to userspace,
Amir Goldstein
- [PATCH 5/6] unicode: kunit: refactor selftest to kunit tests,
David Gow
- [PATCH 6/6] unicode: kunit: change tests filename and path,
David Gow
- [PATCHSET v5.0 5/9] xfs: preparation for realtime allocation groups,
Darrick J. Wong
- [PATCH RFC/RFT 0/3] Converge common flows for cpu assisted shadow stack,
Deepak Gupta
- [PATCH] MAINTAINERS: remove me from sysctl, Luis Chamberlain
- [PATCH] MAINTAINERS: Add Unicode tree,
André Almeida
- [PATCH v6 00/10] tmpfs: Add case-insensitive support for tmpfs,
André Almeida
- [PATCH v6 02/10] ext4: Use generic_ci_validate_strict_name helper, André Almeida
- [PATCH v6 03/10] unicode: Export latest available UTF-8 version number, André Almeida
- [PATCH v6 04/10] unicode: Recreate utf8_parse_version(), André Almeida
- [PATCH v6 05/10] libfs: Export generic_ci_ dentry functions, André Almeida
- [PATCH v6 01/10] libfs: Create the helper function generic_ci_validate_strict_name(), André Almeida
- [PATCH v6 06/10] tmpfs: Always set simple_dentry_operations as dentry ops, André Almeida
- [PATCH v6 08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs, André Almeida
- [PATCH v6 09/10] tmpfs: Expose filesystem features via sysfs, André Almeida
- [PATCH v6 10/10] docs: tmpfs: Add casefold options, André Almeida
- [PATCH v6 07/10] tmpfs: Add casefold lookup support, André Almeida
- [PATCH 0/3] introduce PIDFD_SELF* sentinels,
Lorenzo Stoakes
- [PATCH v11] pidfd: add ioctl to retrieve pid info,
luca . boccassi
- [PATCH] coredump: add cond_resched() to dump_user_range,
Rik van Riel
- [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS,
Mickaël Salaün
- [RFC PATCH v1 2/7] audit: Fix inode numbers, Mickaël Salaün
- [RFC PATCH v1 3/7] selinux: Fix inode numbers in error messages, Mickaël Salaün
- [RFC PATCH v1 4/7] integrity: Fix inode numbers in audit records, Mickaël Salaün
- [RFC PATCH v1 5/7] ipe: Fix inode numbers in audit records, Mickaël Salaün
- [RFC PATCH v1 7/7] tomoyo: Fix inode numbers in logs, Mickaël Salaün
- [RFC PATCH v1 6/7] smack: Fix inode numbers in logs, Mickaël Salaün
- Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS, Anna Schumaker
- Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS, Trond Myklebust
- Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS, Tetsuo Handa
- Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS, Christoph Hellwig
- Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS, Christian Brauner
- Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS, Christian Brauner
[PATCH] KVM: arm64: Shave a few bytes from the EL2 idmap code, Marc Zyngier
[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files,
Kaixiong Yu
- [PATCH v3 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c, Kaixiong Yu
- [PATCH v3 -next 02/15] mm: filemap: move sysctl to mm/filemap.c, Kaixiong Yu
- [PATCH v3 -next 05/15] mm: util: move sysctls to mm/util.c, Kaixiong Yu
- [PATCH v3 -next 06/15] mm: mmap: move sysctl to mm/mmap.c, Kaixiong Yu
- [PATCH v3 -next 08/15] mm: nommu: move sysctl to mm/nommu.c, Kaixiong Yu
- [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c, Kaixiong Yu
- [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c, Kaixiong Yu
- [PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper, Kaixiong Yu
- [PATCH v3 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c, Kaixiong Yu
- [PATCH v3 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c, Kaixiong Yu
- [PATCH v3 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c, Kaixiong Yu
- [PATCH v3 -next 15/15] sysctl: remove unneeded include, Kaixiong Yu
- [PATCH v3 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c, Kaixiong Yu
- [PATCH v3 -next 03/15] mm: swap: move sysctl to mm/swap.c, Kaixiong Yu
- [PATCH v3 -next 07/15] security: min_addr: move sysctl to security/min_addr.c, Kaixiong Yu
- Re: [PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files, Liam R. Howlett
- Re: [PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files, Joel Granados
[PATCH v3 00/10] ext4: clean up and refactor fallocate,
Zhang Yi
- [PATCH v3 01/10] ext4: remove writable userspace mappings before truncating page cache, Zhang Yi
- [PATCH v3 03/10] ext4: don't write back data before punch hole in nojournal mode, Zhang Yi
- [PATCH v3 04/10] ext4: refactor ext4_punch_hole(), Zhang Yi
- [PATCH v3 02/10] ext4: don't explicit update times in ext4_fallocate(), Zhang Yi
- [PATCH v3 06/10] ext4: refactor ext4_collapse_range(), Zhang Yi
- [PATCH v3 07/10] ext4: refactor ext4_insert_range(), Zhang Yi
- [PATCH v3 08/10] ext4: factor out ext4_do_fallocate(), Zhang Yi
- [PATCH v3 05/10] ext4: refactor ext4_zero_range(), Zhang Yi
- [PATCH v3 09/10] ext4: move out inode_lock into ext4_fallocate(), Zhang Yi
- [PATCH v3 10/10] ext4: move out common parts into ext4_fallocate(), Zhang Yi
[GIT PULL] xfs: bug fixes for 6.12-rc3,
Carlos Maiolino
[PATCH 0/3] add support for drop_caches for individual filesystem,
Ye Bin
[viro-vfs:work.statx 1/3] fs/stat.c:770:11: warning: variable 'lflags' set but not used, kernel test robot
[linux-next:master] 218a562f27: segfault_at_ip_sp_error, kernel test robot
[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection,
Aleksa Sarai
- [PATCH RFC v3 01/10] uaccess: add copy_struct_to_user helper, Aleksa Sarai
- [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user, Aleksa Sarai
- [PATCH RFC v3 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE), Aleksa Sarai
- [PATCH RFC v3 04/10] openat2: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v3 05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct, Aleksa Sarai
- [PATCH RFC v3 06/10] selftests: openat2: add CHECK_FIELDS selftests, Aleksa Sarai
- [PATCH RFC v3 07/10] clone3: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v3 08/10] selftests: clone3: add CHECK_FIELDS selftests, Aleksa Sarai
- [PATCH RFC v3 09/10] mount_setattr: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v3 10/10] selftests: mount_setattr: add CHECK_FIELDS selftest, Aleksa Sarai
- Re: [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection, Florian Weimer
- Re: (subset) [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection, Christian Brauner
[PATCH][next] fs: Fix uninitialized scalar variable now,
Everest K.C.
[PATCH] XArray: minor documentation improvements,
Tamir Duberstein
[GIT PULL -rc3] unicode fixes,
Gabriel Krisman Bertazi
[PATCH] fs: grab current_time() in setattr_copy_mgtime() when ATTR_CTIME is unset,
Jeff Layton
New Defects reported by Coverity Scan for linux-next weekly scan (fwd), Jan Kara
[PATCH v3 0/2] Cleanup some writeback codes,
Tang Yizhou
[syzbot] [kernfs?] INFO: task hung in fdget_pos,
syzbot
[RFC][PATCH] getname_maybe_null() - the third variant of pathname copy-in,
Al Viro
[PATCH v2 1/2] fs/super.c: introduce get_tree_bdev_flags(),
Gao Xiang
[linux-next:master] [fs] 2e4c6e78f4: will-it-scale.per_thread_ops -5.7% regression,
kernel test robot
[PATCH v6 00/33] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Deepak Gupta
- [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma, Deepak Gupta
- [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz, Deepak Gupta
- [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values, Deepak Gupta
- [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart, Deepak Gupta
- [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv, Deepak Gupta
- [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v6 12/33] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v6 14/33] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v6 21/33] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- Re: [PATCH v6 00/33] riscv control-flow integrity for usermode, Mark Brown
[PATCH v3 0/3] API for exporting connectable file handles to userspace,
Amir Goldstein
[GIT PULL] ntfs3: bugfixes for 6.12,
Konstantin Komarov
[PATCH v10] pidfd: add ioctl to retrieve pid info,
luca . boccassi
[PATCH V2] hfs: convert hfs to use the new mount api,
Eric Sandeen
[PATCH 6.11 163/558] netfs: Cancel dirty folios that have no storage destination, Greg Kroah-Hartman
[PATCH 6.11 034/558] afs: Fix missing wire-up of afs_retry_request(), Greg Kroah-Hartman
[PATCH 6.11 046/558] netfs: Fix missing wakeup after issuing writes, Greg Kroah-Hartman
[PATCH v9] pidfd: add ioctl to retrieve pid info,
luca . boccassi
[PATCH 6.10 136/482] netfs: Cancel dirty folios that have no storage destination, Greg Kroah-Hartman
[PATCH] fs/inode: Fix a typo,
Andrew Kreimer
[PATCH 6.10 031/482] afs: Fix missing wire-up of afs_retry_request(), Greg Kroah-Hartman
[PATCH] fcntl: make F_DUPFD_QUERY associative,
Christian Brauner
[PATCH 1/2] fs/super.c: introduce get_tree_bdev_by_dev(),
Gao Xiang
[PATCH] fanotify.7,fanotify_mark.2: update documentation of fanotify w.r.t fsid,
Amir Goldstein
[PATCH v8] pidfd: add ioctl to retrieve pid info,
luca . boccassi
fix stale delalloc punching for COW I/O v5,
Christoph Hellwig
- [PATCH 01/10] iomap: factor out a iomap_last_written_block helper, Christoph Hellwig
- [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc, Christoph Hellwig
- [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release, Christoph Hellwig
- [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper, Christoph Hellwig
- [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof, Christoph Hellwig
- [PATCH 06/10] xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock, Christoph Hellwig
- [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range, Christoph Hellwig
- [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin, Christoph Hellwig
- [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations, Christoph Hellwig
- [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes, Christoph Hellwig
- Re: fix stale delalloc punching for COW I/O v5, Carlos Maiolino
- Re: fix stale delalloc punching for COW I/O v5, Carlos Maiolino
[PATCH v7 0/3] fuse: add kernel-enforced request timeout option,
Joanne Koong
[PATCH] netfs: fix documentation build error,
Jonathan Corbet
[no subject], Unknown
[PATCH v9 0/7] Improve the copy of task comm,
Yafang Shao
[PATCH v2 0/3] fs: introduce file_ref_t,
Christian Brauner
[PATCH v3 0/5] Store overlay real upper file in ovl_file,
Amir Goldstein
[viro-vfs:work.fdtable] 2b6b3f37af: segfault_at_ip_sp_error, kernel test robot
[PATCH 0/2] vfs: fstatat, statx: Consistently accept AT_EMPTY_PATH and NULL path,
Xi Ruoyao
- [PATCH 1/2] vfs: support fstatat(..., NULL, AT_EMPTY_PATH | AT_NO_AUTOMOUNT, ...), Xi Ruoyao
- [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...), Xi Ruoyao
- Re: [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...), Mateusz Guzik
- Re: [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...), Al Viro
- Re: [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...), Al Viro
- Re: [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...), Al Viro
- Re: [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...), Xi Ruoyao
Re: [PATCH v2] driver core: Fix userspace expectations of uevent_show() as a probe barrier, kernel test robot
[PATCH] namespace: Use atomic64_inc_return() in alloc_mnt_ns(),
Uros Bizjak
[PATCH v2 0/3] Cleanup some writeback codes,
Tang Yizhou
[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail,
kernel test robot
[no subject], Unknown
[PATCH v2 0/4] Stash overlay real upper file in backing_file,
Amir Goldstein
[PATCH RFC 0/4] fs: port files to rcuref_long_t,
Christian Brauner
[GIT PULL] bcachefs fixes for 6.12-rc2,
Kent Overstreet
Re: [GIT PULL] bcachefs fixes for 6.12-rc2, pr-tracker-bot
[PATCH 0/3] Random netfs folio fixes,
Matthew Wilcox (Oracle)
[PATCH 0/5] UFS: Final folio conversions,
Matthew Wilcox (Oracle)
Re: Incorrect error message from erofs "backed by file" in 6.12-rc,
Gao Xiang
[syzbot] [exfat?] KMSAN: uninit-value in __exfat_get_dentry_set,
syzbot
[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]