Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v2 0/6] Extend freeze support to suspend and hibernate, (continued)
- [PATCH v2 0/6] Extend freeze support to suspend and hibernate, Christian Brauner
- [PATCH v2 1/6] super: remove pointless s_root checks, Christian Brauner
- [PATCH v2 2/6] super: simplify user_get_super(), Christian Brauner
- [PATCH v2 3/6] super: skip dying superblocks early, Christian Brauner
- [PATCH v2 4/6] super: use a common iterator (Part 1), Christian Brauner
- [PATCH v2 5/6] super: use common iterator (Part 2), Christian Brauner
- [PATCH v2 6/6] super: add filesystem freezing helpers for suspend and hibernate, Christian Brauner
- Re: [PATCH v2 0/6] Extend freeze support to suspend and hibernate, James Bottomley
- [PATCH 0/2] efivarfs: support freeze/thaw, Christian Brauner
- [PATCH 1/2] libfs: export find_next_child(), Christian Brauner
- [PATCH 2/2] efivarfs: support freeze/thaw, Christian Brauner
- Re: [PATCH 0/2] efivarfs: support freeze/thaw, Ard Biesheuvel
- [PATCH 0/6] power: wire-up filesystem freeze/thaw with suspend/resume, Christian Brauner
- [PATCH 1/6] ext4: replace kthread freezing with auto fs freezing, Christian Brauner
- [PATCH 2/6] btrfs: replace kthread freezing with auto fs freezing, Christian Brauner
- [PATCH 3/6] xfs: replace kthread freezing with auto fs freezing, Christian Brauner
- [PATCH 4/6] fs: add owner of freeze/thaw, Christian Brauner
- [PATCH 5/6] fs: allow pagefault based writers to be frozen, Christian Brauner
- [PATCH 6/6] power: freeze filesystems during suspend/resume, Christian Brauner
- Re: [PATCH 0/6] power: wire-up filesystem freeze/thaw with suspend/resume, Christian Brauner
- Re: [PATCH 0/6] power: wire-up filesystem freeze/thaw with suspend/resume, Jan Kara
- Re: [PATCH 0/6] power: wire-up filesystem freeze/thaw with suspend/resume, Peter Zijlstra
- Re: [PATCH 0/6] power: wire-up filesystem freeze/thaw with suspend/resume, James Bottomley
- Re: [PATCH 6.1 000/197] 6.1.132-rc2 review,
Naresh Kamboju
- Re: [PATCH] iomap: Rename iomap_last_written_block to iomap_first_unchanged_block, Christoph Hellwig
- [syzbot] [ocfs2?] BUG: Dentry still in use in unmount (3), syzbot
- [PATCH][next] fs: namespace: Avoid -Wflex-array-member-not-at-end warning,
Gustavo A. R. Silva
- [no subject], Unknown
- [LSF/MM/BPF Topic] synthetic mm testing like page migration,
Luis Chamberlain
- [PATCH] generic/764: fsstress + migrate_pages() test,
Luis Chamberlain
- [PATCH] MAINTAINERS: configfs: add Andreas Hindborg as maintainer,
Andreas Hindborg
- [no subject], Unknown
- [LSF/MM/BPF Topic] Filesystem reclaim & memory allocation BOF,
Matthew Wilcox
- [PATCH] exfat: call bh_read in get_block only when necessary,
Sungjong Seo
- [PATCH] exfat: fix potential wrong error return from get_block,
Sungjong Seo
- Re: [LTP] [PATCH] ioctl_ficlone03: fix capabilities on immutable files,
Petr Vorel
- [RFC 0/6] fs: automatic kernel fs freeze / thaw,
Luis Chamberlain
- [linus:master] [fs] e249056c91: stress-ng.mq.ops_per_sec 94.3% improvement, kernel test robot
- [linux-next:master] [fs/dax] bde708f1a6: xfstests.generic.462.fail, kernel test robot
- [PATCH AUTOSEL 6.12 5/5] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int, Sasha Levin
- [PATCH AUTOSEL 6.13 7/7] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int, Sasha Levin
- [no subject], Unknown
- [GIT PULL] orangefs updates for 6.15,
Mike Marshall
- [PATCH] fs: Fix jfs_fsync() Sleeping in Invalid Context,
Purva Yeshi
- [PATCH v2] fuse: {io-uring} Fix a possible req cancellation race,
Bernd Schubert
- [GIT PULL] sysctl changes for v6.15-rc1,
Joel Granados
- [PATCH] hfsplus: Return null terminated string from hfsplus_uni2asc(), Aaro Mäkinen
- [PATCH] cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directory,
Marc Dionne
- [PATCH 6.12 063/116] netfs: Call `invalidate_cache` only if implemented, Greg Kroah-Hartman
- [PATCH 6.13 065/119] netfs: Call `invalidate_cache` only if implemented, Greg Kroah-Hartman
- [RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI,
guoren
- [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface, guoren
- [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG, guoren
- [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig, guoren
- [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition, guoren
- [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: Utilize 64-bit width to improve the performance, guoren
- [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension, guoren
- [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance, guoren
- [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width, guoren
- [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double, guoren
- [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface, guoren
- [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S, guoren
- [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw of zbb extension, guoren
- [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout, guoren
- [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space, guoren
- [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code, guoren
- [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support, guoren
- [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000, guoren
- [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout, guoren
- [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong, guoren
- [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition, guoren
- [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB, guoren
- [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret, guoren
- [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast, guoren
- [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv, guoren
- [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt, guoren
- [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word(), guoren
- [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword, guoren
- [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size, guoren
- [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts, guoren
- [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages, guoren
- [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT, guoren
- [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG, guoren
- [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct, guoren
- [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64, guoren
- [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry, guoren
- [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT, guoren
- [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct, guoren
- [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG, guoren
- [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi, guoren
- Re: [RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI, Peter Zijlstra
- [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask, guoren
- [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t, guoren
- [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat, guoren
- [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk, guoren
- Re: [RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI, David Laight
- [PATCH v2 0/5] ovl: metacopy/verity fixes and improvements,
Miklos Szeredi
- [PATCH v3 0/2] string: Add load_unaligned_zeropad() code path to sized_strscpy(),
Peter Collingbourne
- [6.15-rc0 LBS(?) regression] XFS mount hangs in set_blocksize(), Dave Chinner
- fs freeze stuff, Luis Chamberlain
- [RFC] weird use of dget_parent() in xfs_filestream_get_parent(),
Al Viro
- kdevops: scaling automated testing, Luis Chamberlain
- [PATCH] netfs: add Paulo as maintainer and remove myself as Reviewer,
Jeff Layton
- [GIT PULL] bcachefs for 6.15, v2...,
Kent Overstreet
- [PATCH 01/10] exportfs: add module description,
Arnd Bergmann
- [PATCH] proc: Fix the issue of proc_mem_open returning NULL,
Penglei Jiang
- [netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share,
Nicolas Baranger
- [dhowells-fs:ceph-iter] [netfs] dcd7ee9385: refcount_t:underflow;use-after-free, kernel test robot
- [PATCH 0/3 v2] fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions,
Andrei Vagin
- [GIT PULL] fsverity updates for 6.15,
Eric Biggers
- [GIT PULL] fscrypt updates for 6.15,
Eric Biggers
- [GIT PULL] bcachefs for 6.15-rc1, Kent Overstreet
- [PATCH] docs: vfs: Update struct file_system_type,
I Hsin Cheng
- [syzbot] Monthly hfs report (Mar 2025), syzbot
- [PATCH vfs/for-next 0/3] Move splice_to_socket to net/socket.c,
Joe Damato
- [PATCH v2 0/9] initrd: cleanup and erofs support,
Julian Stecklina via B4 Relay
- [PATCH v2 7/9] fs: squashfs: register an initrd fs detector, Julian Stecklina via B4 Relay
- [PATCH v2 1/9] initrd: remove ASCII spinner, Julian Stecklina via B4 Relay
- [PATCH v2 4/9] fs: minix: register an initrd fs detector, Julian Stecklina via B4 Relay
- [PATCH v2 3/9] initrd: add a generic mechanism to add fs detectors, Julian Stecklina via B4 Relay
- [PATCH v2 2/9] initrd: fix double fput for truncated ramdisks, Julian Stecklina via B4 Relay
- [PATCH v2 9/9] fs: erofs: register an initrd fs detector, Julian Stecklina via B4 Relay
- [PATCH v2 8/9] fs: ext2, ext4: register an initrd fs detector, Julian Stecklina via B4 Relay
- [PATCH v2 5/9] fs: cramfs: register an initrd fs detector, Julian Stecklina via B4 Relay
- [PATCH v2 6/9] fs: romfs: register an initrd fs detector, Julian Stecklina via B4 Relay
- [Kernel Bug] BUG: unable to handle kernel paging request in const_folio_flags,
Zhiyu Zhang
- [syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter,
syzbot
- [no subject], Ric Wheeler
- [GIT PULL] vfs orangefs,
Christian Brauner
- [GIT PULL] vfs initramfs,
Christian Brauner
- [GIT PULL] vfs afs,
Christian Brauner
- [GIT PULL] vfs rust,
Christian Brauner
- [GIT PULL] vfs ceph,
Christian Brauner
- [GIT PULL] vfs namespace,
Christian Brauner
- [GIT PULL] vfs sysv,
Christian Brauner
- [GIT PULL] vfs eventpoll,
Christian Brauner
- [GIT PULL] vfs pagesize,
Christian Brauner
- [GIT PULL] vfs nsfs,
Christian Brauner
- [GIT PULL] vfs mkdir,
Christian Brauner
- [GIT PULL] vfs mount api,
Christian Brauner
- [GIT PULL] vfs pipe,
Christian Brauner
- [GIT PULL] tasklist lock,
Christian Brauner
- [PATCH] XArray: revert (unintentional?) behavior change,
Tamir Duberstein
- Linux6.14-rc5 Bug: KASAN: invalid-free in delayed_free, ffhgfv
- [LFS/MM/BPF TOPIC] discussing ngnfs, Zach Brown
- [PATCH] radix-tree: add missing cleanup.h,
Daniel Gomez
- [PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls,
Andrey Albershteyn
- [RFC PATCH 0/4] iov_iter: Add composite, scatterlist and skbuff iterator types,
David Howells
- [PATCH 0/4] sysctl: Move the u8 range check test to lib/test_sysctl.c,
Joel Granados
- Iomap buffered write short copy handling (with full folio uptodate),
Qu Wenruo
- [PATCH v2] exfat: fix random stack corruption after get_block,
Sungjong Seo
- [no subject], Unknown
- [PATCH] bfs: convert bfs to use the new mount api,
Pavel Reichl
- [PATCH RFC] initrd: resize /dev/ram as needed,
Julian Stecklina via B4 Relay
- [PATCH] initrd: support erofs as initrd,
Julian Stecklina via B4 Relay
- [syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4),
syzbot
- [RFC 0/3] Guaranteed CMA,
Suren Baghdasaryan
- [LSF/MM/BPF TOPIC] Filesystem Suspend Resume,
James Bottomley
- [PATCH v4 0/4] pidfs: handle multi-threaded exec and premature thread-group leader exit,
Christian Brauner
- [PATCH 0/3] further iomap large atomic writes changes,
John Garry
- [LSF/MM/BPF TOPIC] breaking the 512 KiB IO boundary on x86_64,
Luis Chamberlain
- Re: Ask help about this patch b951aaff5035 " mm: enable page allocation tagging",
Kent Overstreet
- [RFC 0/4] nvme-pci: breaking the 512 KiB max IO boundary,
Luis Chamberlain
- [PATCH v2] fs: sort out stale commentary about races between fd alloc and dup2(),
Mateusz Guzik
- [PATCH] fs: sort out fd allocation vs dup2 race commentary, take 2,
Mateusz Guzik
[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]