Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v6 11/13] xfs: add xfs_file_dio_write_atomic(), (continued)
- [PATCH v3 0/5] sysctl: Move sysctls from kern_table into their respective subsystems,
Joel Granados
- [PATCH] drop_caches: Allow re-enabling message after disabling,
Joel Granados
- [RFC PATCH v1] landlock: Allow signals between threads of the same process,
Mickaël Salaün
- [PATCH] fs: dedup handling of struct filename init and refcounts bumps,
Mateusz Guzik
- [PATCH v2] fs: consistently deref the files table with rcu_dereference_raw(),
Mateusz Guzik
- [PATCH] fs: consistently deref the files table with rcu_access_pointer(),
Mateusz Guzik
- Does ceph_fill_inode() mishandle I_NEW?,
David Howells
- [PATCHES] several fixes from tree-in-dcache stuff,
Al Viro
- [RFC PATCH 0/6] fs, lsm: mediate O_PATH fd creation in file_open hook,
Ryan Lee
- [PATCH] udf: Fix inode_getblk() return value,
Jan Kara
- [PATCH] fs: use debug-only asserts around fd allocation and install,
Mateusz Guzik
- Re: [PATCH] um: hostfs: avoid issues on inode number reuse by host, Mickaël Salaün
- [PATCH] ceph: Fix incorrect flush end position calculation,
David Howells
- [PATCH v3 0/6] Fix for potential deadlock in pre-content event,
Amir Goldstein
- [PATCH] loop: debug: add threaded aio, Ming Lei
- [PATCH] block: add BLK_FEAT_LBS to check for PAGE_SIZE limit,
Luis Chamberlain
[RFC 0/5] track memory used by balloon drivers,
Nico Pache
[PATCH 00/14] better handling of checksum errors/bitrot,
Kent Overstreet
[PATCH] fs: dodge an atomic in putname if ref == 1,
Mateusz Guzik
[no subject], Unknown
[syzbot] Monthly exfat report (Mar 2025), syzbot
[bug report] udf: merge bh free,
Dan Carpenter
Re: CVE-2025-21830: landlock: Handle weird files,
Dave Chinner
[PATCH] vboxsf: Add __nonstring annotations for unterminated strings,
Kees Cook
Re: apparmor NULL pointer dereference on resume [efivarfs],
James Bottomley
[PATCH v5 00/10] large atomic writes for xfs with CoW,
John Garry
- [PATCH v5 01/10] xfs: Pass flags to xfs_reflink_allocate_cow(), John Garry
- [PATCH v5 02/10] xfs: Switch atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v5 03/10] xfs: Refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v5 04/10] xfs: Reflink CoW-based atomic write support, John Garry
- [PATCH v5 05/10] xfs: Iomap SW-based atomic write support, John Garry
- [PATCH v5 07/10] xfs: Commit CoW-based atomic writes atomically, John Garry
- [PATCH v5 06/10] xfs: Add xfs_file_dio_write_atomic(), John Garry
- [PATCH v5 08/10] xfs: Update atomic write max size, John Garry
- [PATCH RFC v5 10/10] iomap: Rename ATOMIC flags again, John Garry
- [PATCH v5 09/10] xfs: Allow block allocator to take an alignment hint, John Garry
[PATCH] mm/huge_memory: drop beyond-EOF folios with the right number of refs., Zi Yan
[PATCH v11 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v11 07/27] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v11 09/27] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v11 12/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v11 14/27] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v11 22/27] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v11 23/27] arch/riscv: compile vdso with landing pad, Deepak Gupta
- [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
[linux-next:master] [fs/dax] 9e9148ba90: WARNING:at_fs/dax.c:#dax_folio_put, kernel test robot
[linux-next:master] [fs/dax] 1a785b76b0: xfstests.generic.462.fail, kernel test robot
[GIT PULL net-next v4] afs, rxrpc: Clean up refcounting on afs_cell and afs_server records, David Howells
[GIT PULL net-next] crypto: Add Kerberos crypto lib,
David Howells
[PATCH v4 00/11] afs, rxrpc: Clean up refcounting on afs_cell and afs_server records,
David Howells
- [PATCH v4 02/11] afs: Remove the "autocell" mount option, David Howells
- [PATCH v4 01/11] afs: Fix afs_atcell_get_link() to handle RCU pathwalk, David Howells
- [PATCH v4 03/11] afs: Change dynroot to create contents on demand, David Howells
- [PATCH v4 04/11] afs: Improve afs_volume tracing to display a debug ID, David Howells
- [PATCH v4 05/11] afs: Improve server refcount/active count tracing, David Howells
- [PATCH v4 06/11] afs: Make afs_lookup_cell() take a trace note, David Howells
- [PATCH v4 07/11] afs: Drop the net parameter from afs_unuse_cell(), David Howells
- [PATCH v4 09/11] afs: Use the per-peer app data provided by rxrpc, David Howells
- [PATCH v4 08/11] rxrpc: Allow the app to store private data on peer structs, David Howells
- [PATCH v4 10/11] afs: Fix afs_server ref accounting, David Howells
- [PATCH v4 11/11] afs: Simplify cell record handling, David Howells
[syzbot] [mm?] [fs?] KCSAN: data-race in __filemap_add_folio / invalidate_bdev (8),
syzbot
[PATCH v4] eventfd: introduce configurable maximum value for eventfd, Wen Yang
[PATCH 0/2] Fix for potential deadlock in pre-content event,
Amir Goldstein
[PATCH v3] eventfd: introduce configurable maximum value for eventfd,
Wen Yang
[syzbot] [efi?] [fs?] possible deadlock in efivarfs_actor,
syzbot
Re: [syzbot] [bcachefs?] BUG: corrupted list in new_inode, syzbot
[PATCH] string: Disable read_word_at_a_time() optimizations if kernel MTE is enabled,
Peter Collingbourne
[PATCH V2] fs: binfmt_elf_efpic: fix variable set but not used warning,
sunliming
[syzbot] [bcachefs] WARNING: locking bug in d_set_mounted, syzbot
[PATCH] fs/pipe.c: merge if statements with identical conditions,
Rasmus Villemoes
[PATCH] fs/pipe.c: simplify tmp_page handling,
Rasmus Villemoes
[PATCH] selftests: add tests for mount notification,
Miklos Szeredi
[PATCH 0/4] f2fs: Remove uses of writepage,
Matthew Wilcox (Oracle)
[PATCH] fs: support filename refcount without atomics,
Mateusz Guzik
Swapping fs root inode without unmounting,
tzsz
[PATCH] vfs: Remove invalidate_inodes(),
Jan Kara
[PATCH 00/11] Remove aops->writepage,
Matthew Wilcox (Oracle)
- [PATCH 04/11] f2fs: Remove f2fs_write_node_page(), Matthew Wilcox (Oracle)
- [PATCH 09/11] i915: Use writeback_iter(), Matthew Wilcox (Oracle)
- [PATCH 07/11] writeback: Remove writeback_use_writepage(), Matthew Wilcox (Oracle)
- [PATCH 10/11] mm: Remove swap_writepage() and shmem_writepage(), Matthew Wilcox (Oracle)
- [PATCH 08/11] shmem: Add shmem_writeout(), Matthew Wilcox (Oracle)
- [PATCH 05/11] vboxsf: Convert to writepages, Matthew Wilcox (Oracle)
- [PATCH 02/11] f2fs: Remove f2fs_write_data_page(), Matthew Wilcox (Oracle)
- [PATCH 06/11] migrate: Remove call to ->writepage, Matthew Wilcox (Oracle)
- [PATCH 03/11] f2fs: Remove f2fs_write_meta_page(), Matthew Wilcox (Oracle)
- [PATCH 11/11] fs: Remove aops->writepage, Matthew Wilcox (Oracle)
- [PATCH 01/11] f2fs: Remove check for ->writepage, Matthew Wilcox (Oracle)
- Re: [PATCH 00/11] Remove aops->writepage, Christian Brauner
Re: [syzbot] [bcachefs?] BUG: unable to handle kernel paging request in pipe_write, Kent Overstreet
[PATCH] fs: binfmt_elf_efpic: fix variable set but not used warning,
sunliming
[PATCH v2 0/4] pipe: Trivial cleanups,
K Prateek Nayak
[syzbot] [bcachefs?] general protection fault in proc_sys_compare,
syzbot
[PATCH v2] bdev: add back PAGE_SIZE block size validation for sb_set_blocksize(),
Luis Chamberlain
[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO,
Pratyush Yadav
Re: The Business Loan/financing.1, Barry
[GIT PULL] bcachefs fixes for 6.14-rc6,
Kent Overstreet
[PATCH] squashfs: Fix invalid pointer dereference in squashfs_cache_delete,
Zhiyu Zhang
[ANNOUNCE] util-linux v2.41-rc2, Karel Zak
PIDFD_THREAD behavior for thread-group leaders,
Christian Brauner
[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems,
Joel Granados
[PATCH] fuse: fix possible deadlock if rings are never initialized,
Luis Henriques
Re: Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5,
Matthew Wilcox
Potential Linux Crash: WARNING in __getblk_slow in Linux kernel v6.13-rc5, Matthew Wilcox
[PATCH v1 0/2] override audit silence norule for fs cases,
Richard Guy Briggs
[PATCH v2 0/9] Orangefs fixes for 6.15,
Matthew Wilcox (Oracle)
- [PATCH v2 2/9] orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.c, Matthew Wilcox (Oracle)
- [PATCH v2 6/9] orangefs: Pass mapping to orangefs_writepages_work(), Matthew Wilcox (Oracle)
- [PATCH v2 8/9] orangefs: Simplify bvec setup in orangefs_writepages_work(), Matthew Wilcox (Oracle)
- [PATCH v2 4/9] orangefs: Remove orangefs_writepage(), Matthew Wilcox (Oracle)
- [PATCH v2 9/9] orangefs: Convert orangefs_writepages to contain an array of folios, Matthew Wilcox (Oracle)
- [PATCH v2 5/9] orangefs: Convert orangefs_writepage_locked() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v2 7/9] orangefs: Unify error & success paths in orangefs_writepages_work(), Matthew Wilcox (Oracle)
- [PATCH v2 1/9] orangefs: Do not truncate file size, Matthew Wilcox (Oracle)
- [PATCH v2 3/9] orangefs: make open_for_read and open_for_write boolean, Matthew Wilcox (Oracle)
- Re: [PATCH v2 0/9] Orangefs fixes for 6.15, Christian Brauner
[PATCH v4] ceph: fix slab-use-after-free in have_mon_and_osd_map(),
Viacheslav Dubeyko
[PATCH 6.1 143/176] mm: Dont pin ZERO_PAGE in pin_user_pages(), Greg Kroah-Hartman
[RFC PATCH 0/2] mm: introduce anon_vma flags, reduce kernel allocs,
Lorenzo Stoakes
[RFC PATCH v3 0/4] avoid the extra atomic on a ref when closing a fd,
Mateusz Guzik
[RFC] configs: Add support for central fs configs using sections, Ritesh Harjani (IBM)
[PATCH v2 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE,
Ritesh Harjani (IBM)
[PATCH v3 00/16] pidfs: provide information after task has been reaped,
Christian Brauner
- [PATCH v3 02/16] pidfd: rely on automatic cleanup in __pidfd_prepare(), Christian Brauner
- [PATCH v3 01/16] pidfs: switch to copy_struct_to_user(), Christian Brauner
- [PATCH v3 03/16] pidfs: move setting flags into pidfs_alloc_file(), Christian Brauner
- [PATCH v3 04/16] pidfs: use private inode slab cache, Christian Brauner
- [PATCH v3 05/16] pidfs: record exit code and cgroupid at exit, Christian Brauner
- [PATCH v3 06/16] pidfs: allow to retrieve exit information, Christian Brauner
- [PATCH v3 07/16] selftests/pidfd: fix header inclusion, Christian Brauner
- [PATCH v3 08/16] pidfs/selftests: ensure correct headers for ioctl handling, Christian Brauner
- [PATCH v3 09/16] selftests/pidfd: expand common pidfd header, Christian Brauner
- [PATCH v3 10/16] selftests/pidfd: add first PIDFD_INFO_EXIT selftest, Christian Brauner
- [PATCH v3 14/16] selftests/pidfd: add fifth PIDFD_INFO_EXIT selftest, Christian Brauner
- [PATCH v3 15/16] selftests/pidfd: add sixth PIDFD_INFO_EXIT selftest, Christian Brauner
- [PATCH v3 11/16] selftests/pidfd: add second PIDFD_INFO_EXIT selftest, Christian Brauner
- [PATCH v3 12/16] selftests/pidfd: add third PIDFD_INFO_EXIT selftest, Christian Brauner
- [PATCH v3 16/16] selftests/pidfd: add seventh PIDFD_INFO_EXIT selftest, Christian Brauner
- [PATCH v3 13/16] selftests/pidfd: add fourth PIDFD_INFO_EXIT selftest, Christian Brauner
- Re: [PATCH v3 00/16] pidfs: provide information after task has been reaped, Oleg Nesterov
[PATCH] bdev: add back PAGE_SIZE block size validation for sb_set_blocksize(),
Luis Chamberlain
[RFC PATCH v v2 0/4] avoid the extra atomic on a ref when closing a fd,
Mateusz Guzik
[PATCH v2] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio,
Matthew Wilcox (Oracle)
[RFC PATCH 0/2] avoid the extra atomic on a ref when closing a fd,
Mateusz Guzik
[PATCH v3] vfs: avoid spurious dentry ref/unref cycle on open, Mateusz Guzik
[PATCH] ceph: Fix error handling in fill_readdir_cache(),
Matthew Wilcox (Oracle)
kernel bug found in exfat and suggestions for fixing it, ffhgfv
[RESEND] doc: correcting two prefix errors in idmappings.rst,
Aiden Ma
[PATCH v2 1/1] iomap: propagate nowait to block layer,
Pavel Begunkov
[PATCH v1 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE,
Ritesh Harjani (IBM)
[PATCH v2 0/3] Fix calculations in trace_balance_dirty_pages() for cgwb,
Tang Yizhou
Re: [GIT PULL v3] afs, rxrpc: Clean up refcounting on afs_cell and afs_server records, Christian Brauner
[PATCH v2 00/15] pidfs: provide information after task has been reaped,
Christian Brauner
[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]