Linux Filesystem Development
[Prev Page][Next Page]
- Re: Should seed device be allowed to be mounted multiple times?, (continued)
- [PATCH v2 0/3] execute PROCMAP_QUERY ioctl under per-vma lock,
Suren Baghdasaryan
- [PATCH v2] selftests/proc: Fix string literal warning in proc-maps-race.c, Sukrut Heroorkar
- [PATCH v1 0/2] fuse: disallow dynamic inode blksize changes,
Joanne Koong
- [PATCH] hfsplus: fix KMSAN: uninit-value in hfsplus_lookup(),
Viacheslav Dubeyko
- [PATCH v4] vfio/pci: print vfio-device syspath to fdinfo,
Alex Mastro
- next-20250804 Unable to handle kernel execute from non-executable memory at virtual address idem_hash,
Naresh Kamboju
- [PATCH v3 0/6] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised,
Usama Arif
- Re: [PATCH trivial] init: Fix comment typo in do_mounts_initrd.c, Christian Brauner
- [PATCH] xarray: Remove redundant __GFP_NOWARN, Qianfeng Rong
- [PATCH 0/5] add static huge zero folio support,
Pankaj Raghav (Samsung)
- copy_file_range return value on FUSE,
Florian Weimer
- [PATCH v2] fs: always return zero on success from replace_fd(),
Thomas Weißschuh
- [PATCH AUTOSEL 5.4 1/9] hfs: fix slab-out-of-bounds in hfs_bnode_read(),
Sasha Levin
- [PATCH AUTOSEL 5.10 01/11] hfs: fix slab-out-of-bounds in hfs_bnode_read(),
Sasha Levin
- [PATCH AUTOSEL 5.15 01/15] hfs: fix slab-out-of-bounds in hfs_bnode_read(),
Sasha Levin
- [PATCH AUTOSEL 6.1 01/16] hfs: fix slab-out-of-bounds in hfs_bnode_read(),
Sasha Levin
- [PATCH AUTOSEL 6.6 01/23] hfs: fix general protection fault in hfs_find_init(),
Sasha Levin
- [PATCH AUTOSEL 6.12 01/31] hfs: fix general protection fault in hfs_find_init(),
Sasha Levin
- [PATCH AUTOSEL 6.15 01/34] hfs: fix general protection fault in hfs_find_init(),
Sasha Levin
- [PATCH AUTOSEL 6.16 01/35] hfs: fix general protection fault in hfs_find_init(),
Sasha Levin
- [PATCH] selftests/proc: Fix string literal warning in proc-maps-race.c,
Sukrut Heroorkar
- [PATCH 0/4] fs: Remove redundant __GFP_NOWARN,
Qianfeng Rong
- [PATCH 0/7] direct-io: even more flexible io vectors,
Keith Busch
- [PATCH v3] vfio/pci: print vfio-device syspath to fdinfo,
Alex Mastro
- [syzbot] [hfs?] INFO: task hung in hfsplus_find_init (3),
syzbot
- [PATCH] fs: correctly check for errors from replace_fd() in receive_fd_replace(),
Thomas Weißschuh
- [RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting,
Joanne Koong
- [RFC PATCH v1 01/10] mm: pass number of pages to __folio_start_writeback(), Joanne Koong
- [RFC PATCH v1 03/10] mm: add folio_end_writeback_pages() helper, Joanne Koong
- [RFC PATCH v1 02/10] mm: pass number of pages to __folio_end_writeback(), Joanne Koong
- [RFC PATCH v1 04/10] mm: pass number of pages dirtied to __folio_mark_dirty(), Joanne Koong
- [RFC PATCH v1 05/10] mm: add filemap_dirty_folio_pages() helper, Joanne Koong
- [RFC PATCH v1 06/10] mm: add __folio_clear_dirty_for_io() helper, Joanne Koong
- [RFC PATCH v1 07/10] mm: add no_stats_accounting bitfield to wbc, Joanne Koong
- [RFC PATCH v1 08/10] mm: refactor clearing dirty stats into helper function, Joanne Koong
- [RFC PATCH v1 09/10] mm: add clear_dirty_for_io_stats() helper, Joanne Koong
- [RFC PATCH v1 10/10] iomap: add granular dirty and writeback accounting, Joanne Koong
- [PATCH] exfat: optimize allocation bitmap loading time,
Namjae Jeon
- [PATCH v19 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v19 09/27] riscv/mm: write protect and shadow stack, Deepak Gupta
- [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling, Deepak Gupta
- [PATCH v19 18/27] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v19 17/27] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v19 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v19 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v19 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v19 21/27] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v19 23/27] arch/riscv: compile vdso with landing pad and shadow stack note, Deepak Gupta
- [PATCH v19 24/27] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v19 25/27] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v19 26/27] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v19 27/27] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- Re: [PATCH v19 00/27] riscv control-flow integrity for usermode, Benjamin LaHaise
- Re: [PATCH v19 00/27] riscv control-flow integrity for usermode, patchwork-bot+linux-riscv
- [PATCH 0/3] execute PROCMAP_QUERY ioctl under per-vma lock,
Suren Baghdasaryan
- [PATCH -next] ext4: add an update to i_disksize in ext4_block_page_mkwrite, sunyongjian
- [RFC 1/2] aio-dio-write-verify: Add O_DSYNC option,
Ritesh Harjani (IBM)
- [no subject], Unknown
- [PATCH v2 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised,
Usama Arif
- [PATCH] fs: document 'name' parameter for name_contains_dotdot(),
Kriish Sharma
- [PATCH V2 0/4] 9p: convert to the new mount API,
Eric Sandeen
- [PATCH] ceph: cleanup in __ceph_do_pending_vmtruncate() method, Viacheslav Dubeyko
- [PATCH v2] iomap: move prefaulting out of hot write path,
alexjlzheng
- [GIT PULL] fsnotify changes for,
Jan Kara
- [PATCH v4 0/8] nfsd/vfs: fix handling of delegated timestamp updates,
Jeff Layton
- [PATCH] fuse: remove unused 'inode' parameter in fuse_passthrough_open,
Chunsheng Luo
- [PATCH] idr: Fix the kernel-doc for idr_is_empty(),
Manivannan Sadhasivam
- [PATCH] iomap: Fix broken data integrity guarantees for O_SYNC writes,
Jan Kara
- [PATCH 5.10.y 1/4] mm: drop the assumption that VM_SHARED always implies writable, Isaac J. Manjarres
- [PATCH 5.15.y 1/4] mm: drop the assumption that VM_SHARED always implies writable, Isaac J. Manjarres
- [PATCH 6.1.y 1/4] mm: drop the assumption that VM_SHARED always implies writable, Isaac J. Manjarres
- [PATCH 6.6.y 1/4] mm: drop the assumption that VM_SHARED always implies writable, Isaac J. Manjarres
- [PATCH v1 0/5] PM: Reduce spurious wakeups,
Dai Junbing
- [PATCH 5.4.y 0/3] Backport series: "permit write-sealed memfd read-only shared mappings",
Isaac J. Manjarres
- [syzbot] [fuse?] WARNING: refcount bug in process_one_work, syzbot
- [syzbot] [fuse?] [block?] KASAN: slab-use-after-free Read in disk_add_events,
syzbot
- [syzbot] [fuse?] WARNING: refcount bug in process_scheduled_works, syzbot
- [GIT PULL] orangefs fixes for 6.17,
Mike Marshall
- [no subject], Unknown
- [PATCH 2/2] iomap: align writeback to RAID stripe boundaries,
Tony Battersby
- [PATCH 1/2] md/raid0,raid4,raid5,raid6,raid10: fix bogus io_opt value,
Tony Battersby
- [PATCH] MAINTAINERS: update location of hfs&hfsplus trees,
Yangtao Li
- [RFC PATCH 0/5] FDP file I/O,
Kanchan Joshi
- Message not available
- Message not available
- Message not available
- Message not available
[RFC] Another take at restarting FUSE servers,
Luis Henriques
[syzbot] [fs?] KASAN: slab-use-after-free Read in driver_remove_file, syzbot
[syzbot] [fs?] kernel BUG in mpage_readahead, syzbot
[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree,
Andrey Albershteyn
- [PATCH RFC 01/29] iomap: add iomap_writepages_unbound() to write beyond EOF, Andrey Albershteyn
- [PATCH RFC 03/29] fs: add FS_XFLAG_VERITY for verity files, Andrey Albershteyn
- [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface, Andrey Albershteyn
- [PATCH RFC 05/29] fsverity: add tracepoints, Andrey Albershteyn
- [PATCH RFC 04/29] fsverity: add per-sb workqueue for post read processing, Andrey Albershteyn
- [PATCH RFC 07/29] fsverity: pass super_block to fsverity_enqueue_verify_work, Andrey Albershteyn
- [PATCH RFC 08/29] ext4: use a per-superblock fsverity workqueue, Andrey Albershteyn
- [PATCH RFC 10/29] btrfs: use a per-superblock fsverity workqueue, Andrey Albershteyn
- [PATCH RFC 09/29] f2fs: use a per-superblock fsverity workqueue, Andrey Albershteyn
- [PATCH RFC 06/29] fsverity: report validation errors back to the filesystem, Andrey Albershteyn
- [PATCH RFC 17/29] xfs: initialize fs-verity on file open and cleanup on inode destruction, Andrey Albershteyn
- [PATCH RFC 16/29] xfs: add inode on-disk VERITY flag, Andrey Albershteyn
- [PATCH RFC 11/29] fsverity: remove system-wide workqueue, Andrey Albershteyn
- [PATCH RFC 12/29] fsverity: expose merkle tree geometry to callers, Andrey Albershteyn
- [PATCH RFC 15/29] xfs: add fs-verity ro-compat flag, Andrey Albershteyn
- [PATCH RFC 19/29] xfs: disable direct read path for fs-verity files, Andrey Albershteyn
- [PATCH RFC 20/29] xfs: disable preallocations for fsverity Merkle tree writes, Andrey Albershteyn
- [PATCH RFC 14/29] xfs: add attribute type for fs-verity, Andrey Albershteyn
- [PATCH RFC 13/29] iomap: integrate fs-verity verification into iomap's read path, Andrey Albershteyn
- [PATCH RFC 21/29] xfs: add writeback and iomap reading of Merkel tree pages, Andrey Albershteyn
- [PATCH RFC 22/29] xfs: add fs-verity support, Andrey Albershteyn
- [PATCH RFC 24/29] xfs: advertise fs-verity being available on filesystem, Andrey Albershteyn
- [PATCH RFC 18/29] xfs: don't allow to enable DAX on fs-verity sealed inode, Andrey Albershteyn
- [PATCH RFC 26/29] xfs: fix scrub trace with null pointer in quotacheck, Andrey Albershteyn
- [PATCH RFC 27/29] xfs: report verity failures through the health system, Andrey Albershteyn
- [PATCH RFC 23/29] xfs: add fs-verity ioctls, Andrey Albershteyn
- [PATCH RFC 28/29] xfs: add fsverity traces, Andrey Albershteyn
- [PATCH RFC 29/29] xfs: enable ro-compat fs-verity flag, Andrey Albershteyn
- [PATCH RFC 25/29] xfs: check and repair the verity inode flag state, Andrey Albershteyn
[GIT PULL] hfs/hfsplus changes for 6.17-rc1,
Viacheslav Dubeyko
[GIT PULL] sysctl changes for v6.17-rc1,
Joel Granados
[GIT PULL] udf and ext2 changes for 6.17-rc1,
Jan Kara
[GIT PULL] bcachefs changes for 6.17,
Kent Overstreet
Re: [GIT PULL] bcachefs changes for 6.17, Gerhard Wiesinger
Re: [PATCH] mm: Removing the card during write, Matthew Wilcox
[PATCH] fs: writeback: fix use-after-free in __mark_inode_dirty(),
Jiufei Xue
[syzbot] [exfat?] KCSAN: data-race in fat32_ent_get / fat32_ent_put,
syzbot
[GIT PULL] zonefs changes for 6.17-rc1,
Damien Le Moal
[GIT PULL] fscrypt updates for 6.17,
Eric Biggers
[PATCH v3 0/8] nfsd/vfs: fix handling of delegated timestamp updates,
Jeff Layton
[PATCH v2 0/7] nfsd/vfs: fix handling of delegated timestamp updates,
Jeff Layton
[PATCH] iomap: move prefaulting out of hot write path,
alexjlzheng
[syzbot] Monthly hfs report (Jul 2025), syzbot
[syzbot] Monthly exfat report (Jul 2025), syzbot
[git pull][6.17] vfs.git 1/9: d_flags pile,
Al Viro
[PATCH v3] ceph: cleanup of processing ci->i_ceph_flags bits, Viacheslav Dubeyko
[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised,
Usama Arif
[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]