Linux Filesystem Development
[Prev Page][Next Page]
- [RFC PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook,
Lorenzo Stoakes
- [PATCH v10 00/15] large atomic writes for xfs,
John Garry
- [PATCH v10 01/15] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v10 02/15] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v10 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write(), John Garry
- [PATCH v10 05/15] xfs: ignore HW which cannot atomic write a single block, John Garry
- [PATCH v10 12/15] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v10 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v10 13/15] xfs: add xfs_calc_atomic_write_unit_max(), John Garry
- [PATCH v10 08/15] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v10 03/15] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v10 09/15] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v10 11/15] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v10 06/15] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v10 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v10 14/15] xfs: update atomic write limits, John Garry
- [PATCH v10 07/15] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH 16/15] xfs: only call xfs_setsize_buftarg once per buffer target, Darrick J. Wong
- [PATCH 17/15] xfs: move buftarg atomic write geometry config to setsize_buftarg, Darrick J. Wong
- [syzbot] [netfs?] INFO: task hung in anon_pipe_write, syzbot
- [PATCH v2 0/9] support ksm_stat showing at cgroup level,
xu.xin16
- [PATCH v2 1/9] memcontrol: rename mem_cgroup_scan_tasks(), xu . xin . sc
- [PATCH v2 2/9] memcontrol: introduce the new mem_cgroup_scan_tasks(), xu . xin . sc
- [PATCH v2 3/9] memcontrol: introduce ksm_stat at memcg-v2, xu . xin . sc
- [PATCH v2 4/9] memcontrol: add ksm_zero_pages in cgroup/memory.ksm_stat, xu . xin . sc
- [PATCH v2 5/9] memcontrol: add ksm_merging_pages in cgroup/memory.ksm_stat, xu . xin . sc
- [PATCH v2 6/9] memcontrol: add ksm_profit in cgroup/memory.ksm_stat, xu . xin . sc
- [PATCH v2 7/9] memcontrol-v1: add ksm_stat at memcg-v1, xu . xin . sc
- [PATCH v2 8/9] Documentation: add ksm_stat description in cgroup-v1/memory.rst, xu . xin . sc
- [PATCH v2 9/9] Documentation: add ksm_stat description in cgroup-v2.rst, xu . xin . sc
- Re: [PATCH v2 0/9] support ksm_stat showing at cgroup level, Andrew Morton
- Re: [PATCH v2 0/9] support ksm_stat showing at cgroup level, Shakeel Butt
- concerning struct path handling, Mateusz Guzik
- add more bio helpers v2,
Christoph Hellwig
- [PATCH 01/19] block: add a bio_add_virt_nofail helper, Christoph Hellwig
- [PATCH 02/19] block: add a bdev_rw_virt helper, Christoph Hellwig
- [PATCH 03/19] block: add a bio_add_max_vecs helper, Christoph Hellwig
- [PATCH 04/19] block: add a bio_add_vmalloc helpers, Christoph Hellwig
- [PATCH 05/19] block: remove the q argument from blk_rq_map_kern, Christoph Hellwig
- [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern, Christoph Hellwig
- [PATCH 07/19] block: simplify bio_map_kern, Christoph Hellwig
- [PATCH 08/19] bcache: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super, Christoph Hellwig
- [PATCH 09/19] rnbd-srv: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io, Christoph Hellwig
- [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super, Christoph Hellwig
- [PATCH 13/19] dm-bufio: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 14/19] dm-integrity: use bio_add_virt_nofail, Christoph Hellwig
- [PATCH 16/19] xfs: simplify xfs_rw_bdev, Christoph Hellwig
- [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog, Christoph Hellwig
- [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super, Christoph Hellwig
- [PATCH 15/19] xfs: simplify xfs_buf_submit_bio, Christoph Hellwig
- [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio, Christoph Hellwig
- Re: add more bio helpers v2, Christoph Hellwig
- [RFF] realpathat system call,
Mateusz Guzik
- [RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook,
Lorenzo Stoakes
- [PATCH 0/6] iomap: misc buffered write path cleanups and prep,
Brian Foster
- [PATCH v3 1/6] fuse: drop usage of folio_index,
Kairui Song
- [RFC PATCH v4 0/5] Readahead tweaks for larger folios,
Ryan Roberts
- [REGRESSION] orangefs: page writeback problem in 6.14 (bisected to 665575cf),
Mike Marshall
- [QUESTION vfs] Namespaces from kernel code for user mode threads,
Thomas Weißschuh
- [PATCH RFC 0/3] coredump: support AF_UNIX sockets,
Christian Brauner
- [PATCH V3] fs/fuse: fix race between concurrent setattr from multiple nodes,
Guang Yuan Wu
- [RFC] optimize cost of inter-process communication,
Jiadong Sun
- [PATCH v8 01/12] x86/um: nommu: elf loader for fdpic, Hajime Tazaki
- [PATCH 1/4] ext4: fix out of bounds punch offset,
Zhang Yi
- [PATCH v14 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v14 07/27] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v14 09/27] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v14 15/27] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v14 23/27] arch/riscv: compile vdso with landing pad, Deepak Gupta
- [PATCH v2] hfs: fix not erasing deleted b-tree node issue,
Viacheslav Dubeyko
- [PATCH AUTOSEL 6.12 27/37] fs/buffer: use sleeping version of __find_get_block(), Sasha Levin
- [PATCH AUTOSEL 6.12 25/37] fs/buffer: split locking for pagecache lookups,
Sasha Levin
- [PATCH AUTOSEL 6.12 26/37] fs/buffer: introduce sleeping flavors for pagecache lookups, Sasha Levin
- [PATCH AUTOSEL 6.14 28/39] fs/buffer: use sleeping version of __find_get_block(), Sasha Levin
- [PATCH AUTOSEL 6.14 27/39] fs/buffer: introduce sleeping flavors for pagecache lookups, Sasha Levin
- [PATCH AUTOSEL 6.14 26/39] fs/buffer: split locking for pagecache lookups,
Sasha Levin
- [PATCH 1/2] hfsplus: fix to update ctime after rename,
Yangtao Li
- [PATCH] fs/eventpoll: fix endless busy loop after timeout has expired,
Max Kellermann
- [GIT PULL] fsnotify fixes for 6.15-rc5,
Jan Kara
- [PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir,
David Howells
- Re: [PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir, David Howells
[PATCH vfs.fixes] eventpoll: Prevent hang in epoll_wait,
Joe Damato
[PATCH] zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZE,
Johannes Thumshirn
[PATCH v2 1/6] fuse: drop usage of folio_index, Kairui Song
[PATCH 1/2] include/linux/fs.h: add inode_lock_killable(),
Max Kellermann
[PATCH] hfs: fix not erasing deleted b-tree node issue,
Viacheslav Dubeyko
[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface,
Stephen Smalley
- Re: [PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface, Christian Brauner
- Re: [PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface, Paul Moore
- Re: [PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface, Kuniyuki Iwashima
- Re: [PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface, Konstantin Andreev
[PATCH] security,fs,nfs,net: update security_inode_listsecurity() interface,
Stephen Smalley
[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm,
Lorenzo Stoakes
- [PATCH v3 3/4] mm: move dup_mmap() to mm, Lorenzo Stoakes
- [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, Lorenzo Stoakes
- Re: [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, Liam R. Howlett
- Re: [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, Lorenzo Stoakes
- Re: [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, Vlastimil Babka
- Re: [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, Suren Baghdasaryan
- Re: [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, Kees Cook
- Re: [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, David Hildenbrand
- Re: [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm, Pedro Falcato
- [PATCH v3 1/4] mm: establish mm/vma_exec.c for shared exec/mm VMA functionality, Lorenzo Stoakes
- [PATCH v3 2/4] mm: abstract initial stack setup to mm subsystem, Lorenzo Stoakes
- Re: [PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm, Vlastimil Babka
[PATCH] fs: remove useless plus one in super_cache_scan(),
alexjlzheng
Re: Potential Linux Crash: possible deadlock in do_lock_mount in linux6.12.24(longterm maintenance), Jan Kara
[syzbot] [io-uring] KMSAN: uninit-value in putname,
syzbot
Re: kernel BUG in zero_user_segments,
Jan Kara
[RFC] move_mount(2): still breakage around new mount detection,
Al Viro
[PATCH] sort.h: hoist cmp_int() into generic header file,
Fedor Pchelkin
[PATCH][RFC] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock,
Al Viro
[PATCH 1/6] fuse: drop usage of folio_index,
Kairui Song
[no subject], Unknown
[PATCH v5 00/11] fuse: support large folios,
Joanne Koong
- [PATCH v5 01/11] fuse: support copying large folios, Joanne Koong
- [PATCH v5 02/11] fuse: support large folios for retrieves, Joanne Koong
- [PATCH v5 03/11] fuse: refactor fuse_fill_write_pages(), Joanne Koong
- [PATCH v5 07/11] fuse: support large folios for stores, Joanne Koong
- [PATCH v5 04/11] fuse: support large folios for writethrough writes, Joanne Koong
- [PATCH v5 05/11] fuse: support large folios for folio reads, Joanne Koong
- [PATCH v5 06/11] fuse: support large folios for symlinks, Joanne Koong
- [PATCH v5 10/11] fuse: optimize direct io large folios processing, Joanne Koong
- [PATCH v5 08/11] fuse: support large folios for queued writes, Joanne Koong
- [PATCH v5 09/11] fuse: support large folios for readahead, Joanne Koong
- [PATCH v5 11/11] fuse: support large folios for writeback, Joanne Koong
[PATCH] binfmt_elf: Move brk for static PIE even if ASLR disabled,
Kees Cook
[PATCH v9 00/15] large atomic writes for xfs,
John Garry
- [PATCH v9 01/15] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v9 03/15] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block, John Garry
- [PATCH v9 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v9 11/15] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v9 12/15] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v9 08/15] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v9 14/15] xfs: update atomic write limits, John Garry
- [PATCH v9 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v9 06/15] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v9 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write(), John Garry
- [PATCH v9 13/15] xfs: add xfs_compute_atomic_write_unit_max(), John Garry
- [PATCH v9 02/15] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v9 09/15] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v9 07/15] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- Re: [PATCH v9 00/15] large atomic writes for xfs, John Garry
[PATCH] fs: push retrieval of fileattr down to filesystems, Andrey Albershteyn
[PATCH v2 0/3] move all VMA allocation, freeing and duplication logic to mm,
Lorenzo Stoakes
[bug report] coredump: hand a pidfd to the usermode coredump helper,
Dan Carpenter
[PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid,
Christian Brauner
- [PATCH v2 1/4] pidfs: register pid in pidfs, Christian Brauner
- [PATCH v2 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid, Christian Brauner
- [PATCH v2 3/4] pidfs: get rid of __pidfd_prepare(), Christian Brauner
- [PATCH v2 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid, Christian Brauner
- Re: [PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid, David Rheinsberg
- Re: [PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid, Christian Brauner
[GIT PULL] bcachefs fixes for 6.15-rc4,
Kent Overstreet
[syzbot] [fs?] [mm?] kernel BUG in __filemap_add_folio, syzbot
[WTF][landlock] d_is_negative(fd_file(f)->f_path.dentry) ???,
Al Viro
[PATCH 0/4] move all VMA allocation, freeing and duplication logic to mm,
Lorenzo Stoakes
[PATCH] fs/xattr.c: fix simple_xattr_list to always include security.* xattrs,
Stephen Smalley
[PATCH V3 0/7] f2fs: new mount API conversion,
Eric Sandeen
- [PATCH V3 3/7] f2fs: Allow sbi to be NULL in f2fs_printk, Eric Sandeen
- [PATCH V3 6/7] f2fs: introduce fs_context_operation structure, Eric Sandeen
- [PATCH V3 2/7] f2fs: move the option parser into handle_mount_opt, Eric Sandeen
- [PATCH V3 1/7] f2fs: Add fs parameter specifications for mount options, Eric Sandeen
- [PATCH V3 7/7] f2fs: switch to the new mount api, Eric Sandeen
- [PATCH V3 4/7] f2fs: Add f2fs_fs_context to record the mount options, Eric Sandeen
- [PATCH V3 5/7] f2fs: separate the options parsing and options checking, Eric Sandeen
- Re: [PATCH V3 0/7] f2fs: new mount API conversion, Eric Sandeen
- Re: [PATCH V3 0/7] f2fs: new mount API conversion, Ian Kent
- Re: [PATCH V3 0/7] f2fs: new mount API conversion, Jaegeuk Kim
[PATCH] fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2),
Jan Kara
[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]