Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v9 17/17] fuse: enable fuse-over-io-uring, (continued)
- Re: [Kernel Bug] INFO: task hung in inode_sleep_on_writeback, Jan Kara
- [PATCH] sysv: Remove the filesystem,
Jan Kara
- [PATCH] afs: Fix the maximum cell name length,
David Howells
- [PATCH v2] vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64,
Christian Kujau
- Bug: slab-out-of-bounds Read in hfsplus_bnode_read, Kun Hu
- add STATX_DIO_READ_ALIGN,
Christoph Hellwig
- [GIT PULL] fuse fixes for 6.13-rc7,
Miklos Szeredi
- [PATCH] netfs: Fix kernel async DIO,
David Howells
- Bug: soft lockup in exfat_clear_bitmap,
Kun Hu
- Bug: slab-out-of-bounds Write in __bh_read,
Kun Hu
[syzbot] [fuse?] KASAN: out-of-bounds Read in proc_pid_stack,
syzbot
[PATCH 0/2] Fix encoding overlayfs fid for fanotify delete events,
Amir Goldstein
[syzbot] [hfs?] WARNING in check_flush_dependency (3), syzbot
[PATCH v1] mm: fix div by zero in bdi_ratio_from_pages,
Stefan Roesch
Re: [BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?,
Jan Kara
"INFO: rcu detected stall in sys_sendfile64" in Linux kernel version 6.13.0-rc2,
cheung wall
"WARNING in max_vclocks_store" in Linux kernel version 6.13.0-rc2,
cheung wall
"divide error in bdi_set_min_bytes" in Linux kernel version 6.13.0-rc2,
cheung wall
"divide error in bdi_set_max_bytes" in Linux kernel version 6.13.0-rc2, cheung wall
[syzbot] [fs?] INFO: task hung in __generic_file_fsync (5), syzbot
[RFC PATCH RESEND v2 0/2] Add file seal to prevent future exec mappings,
Isaac J. Manjarres
[PATCH] filemap: avoid truncating 64-bit offset to 32 bits,
Marco Nelissen
[PATCH] pipe_read: don't wake up the writer if the pipe is still full,
Oleg Nesterov
[PATCH v3 0/7] large atomic writes for xfs,
John Garry
[PATCH v3 0/2] fix reading ESP during coredump,
Nam Cao
[PATCH] fuse: respect FOPEN_KEEP_CACHE on opendir,
Amir Goldstein
[viro-vfs:work.debugfs 9/20] drivers/net/wireless/broadcom/b43legacy/debugfs.c:308:34: error: variable has incomplete type 'struct debugfs_short_fops', kernel test robot
[syzbot] [kernfs?] [exfat?] INFO: task hung in chmod_common (5), syzbot
[syzbot] [fs?] KASAN: slab-out-of-bounds Write in __put_unused_fd,
syzbot
[syzbot] [fuse?] BUG: unable to handle kernel NULL pointer dereference in fuse_copy_one,
syzbot
Doubt regarding fsync behaviour, Rohit Singh
[syzbot] [squashfs?] WARNING in do_open_execat (3), syzbot
[PATCH v2] exfat: fix the new buffer was not zeroed before writing, Yuezhang.Mo@xxxxxxxx
watchdog: BUG: soft lockup - CPU#1 stuck for 26s!, Liebes Wang
[linux-next:master] [netfs] b4f239c91f: WARNING:at_kernel/sched/core.c:#__might_sleep, kernel test robot
[PATCH v2] exfat: fix the infinite loop in __exfat_free_cluster(), Yuezhang.Mo@xxxxxxxx
[syzbot] [fs?] [mm?] KCSAN: data-race in page_cache_async_ra / page_cache_async_ra, syzbot
[PATCH v2 0/2] fix reading ESP during coredump,
Nam Cao
[PATCH 1/1] lib/list_debug.c: add object information in case of invalid object,
Maninder Singh
mnt_list corruption triggered during btrfs/326,
Qu Wenruo
[PATCH 0/2] Bad inode handling,
Konstantin Komarov
[linus:master] [fs] 75ead69a71: kernel-selftests.filesystems/statmount.statmount_test.fail,
kernel test robot
Fuse: directory cache eviction stopped working in the linux 6.9.X and onwards,
Prince Kumar
[PATCH 0/4] squashfs: reduce memory usage and update docs,
Phillip Lougher
PATCH? avoid the unnecessary wakeups in pipe_read(),
Oleg Nesterov
[syzbot] [fs?] [io-uring?] WARNING: locking bug in eventfd_signal_mask,
syzbot
[PATCHES][RFC][CFT] debugfs cleanups,
Al Viro
- [PATCH 01/20] debugfs: fix missing mutex_destroy() in short_fops case, Al Viro
- [PATCH 03/20] debugfs: move ->automount into debugfs_inode_info, Al Viro
- [PATCH 09/20] b43legacy: make use of debugfs_get_aux(), Al Viro
- [PATCH 04/20] debugfs: get rid of dynamically allocation proxy_ops, Al Viro
- [PATCH 02/20] debugfs: separate cache for debugfs inodes, Al Viro
- [PATCH 08/20] b43: stop embedding struct file_operations into their objects, Al Viro
- [PATCH 10/20] netdevsim: don't embed file_operations into your structs, Al Viro
- [PATCH 05/20] debugfs: don't mess with bits in ->d_fsdata, Al Viro
- [PATCH 12/20] [not even compile-tested] greybus/camera - stop messing with ->d_iname, Al Viro
- [PATCH 14/20] xhci: don't mess with ->d_iname, Al Viro
- [PATCH 11/20] mediatek: stop messing with ->d_iname, Al Viro
- [PATCH 07/20] carl9170: stop embedding file_operations into their objects, Al Viro
- [PATCH 06/20] debugfs: allow to store an additional opaque pointer at file creation, Al Viro
- [PATCH 15/20] qat: don't mess with ->d_name, Al Viro
- [PATCH 17/20] slub: don't mess with ->d_name, Al Viro
- [PATCH 18/20] arm_scmi: don't mess with ->d_parent->d_name, Al Viro
- [PATCH 19/20] octeontx2: don't mess with ->d_parent or ->d_parent->d_name, Al Viro
- [PATCH 16/20] sof-client-ipc-flood-test: don't mess with ->d_name, Al Viro
- [PATCH 13/20] mtu3: don't mess wiht ->d_iname, Al Viro
- [PATCH 20/20] saner replacement for debugfs_rename(), Al Viro
- Re: [PATCH 01/20] debugfs: fix missing mutex_destroy() in short_fops case, Greg KH
- Re: [PATCHES][RFC][CFT] debugfs cleanups, Al Viro
- [PATCHES v2][RFC][CFT] debugfs cleanups, Al Viro
- [PATCH v2 01/21] debugfs: separate cache for debugfs inodes, Al Viro
- [PATCH v2 06/21] debugfs: take debugfs_short_fops definition out of ifdef, Al Viro
- [PATCH v2 08/21] b43: stop embedding struct file_operations into their objects, Al Viro
- [PATCH v2 04/21] debugfs: don't mess with bits in ->d_fsdata, Al Viro
- [PATCH v2 09/21] b43legacy: make use of debugfs_get_aux(), Al Viro
- [PATCH v2 10/21] netdevsim: don't embed file_operations into your structs, Al Viro
- [PATCH v2 07/21] carl9170: stop embedding file_operations into their objects, Al Viro
- [PATCH v2 02/21] debugfs: move ->automount into debugfs_inode_info, Al Viro
- [PATCH v2 12/21] [not even compile-tested] greybus/camera - stop messing with ->d_iname, Al Viro
- [PATCH v2 14/21] xhci: don't mess with ->d_iname, Al Viro
- [PATCH v2 11/21] mediatek: stop messing with ->d_iname, Al Viro
- [PATCH v2 17/21] slub: don't mess with ->d_name, Al Viro
- [PATCH v2 15/21] qat: don't mess with ->d_name, Al Viro
- [PATCH v2 05/21] debugfs: allow to store an additional opaque pointer at file creation, Al Viro
- [PATCH v2 18/21] arm_scmi: don't mess with ->d_parent->d_name, Al Viro
- [PATCH v2 16/21] sof-client-ipc-flood-test: don't mess with ->d_name, Al Viro
- [PATCH v2 20/21] orangefs-debugfs: don't mess with ->d_name, Al Viro
- [PATCH v2 13/21] mtu3: don't mess wiht ->d_iname, Al Viro
- [PATCH v2 03/21] debugfs: get rid of dynamically allocation proxy_ops, Al Viro
- [PATCH v2 21/21] saner replacement for debugfs_rename(), Al Viro
- [PATCH v2 19/21] octeontx2: don't mess with ->d_parent or ->d_parent->d_name, Al Viro
- Re: [PATCH v2 01/21] debugfs: separate cache for debugfs inodes, Christian Brauner
[viro-vfs:work.debugfs 20/20] include/linux/debugfs.h:366:16: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast, kernel test robot
[viro-vfs:work.debugfs 20/20] drivers/net/bonding/bond_debugfs.c:66:2: error: use of undeclared identifier 'err', kernel test robot
[viro-vfs:work.debugfs 20/20] include/linux/debugfs.h:366:16: error: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast, kernel test robot
[syzbot] [exfat?] INFO: task hung in exfat_lookup (3), syzbot
[PATCH v7 0/5] Improve simple directory offset wrap behavior,
cel
[RFC PATCH 0/2] fallocate: introduce FALLOC_FL_FORCE_ZERO flag,
Zhang Yi
[PATCH v2 0/2] fstests: test reads/writes from hugepages-backed buffers,
Joanne Koong
Immutable vs read-only for Windows compatibility,
Pali Rohár
[brauner-vfs:vfs-6.14.pidfs.rbtree] [pidfs] edf7688ac3: stress-ng.vfork.ops_per_sec 6.3% regression, kernel test robot
[issue] cgroup: fail to mount, if mount immediately after umount,
Ma Xinjian
[RFC PATCH v2 0/2] Add file seal to prevent future exec mappings,
Isaac J. Manjarres
[syzbot] [fs?] [mm?] KCSAN: data-race in read_pages / read_pages (4), syzbot
[CFT][PATCH] fix descriptor uses in sound/core/compress_offload.c,
Al Viro
[viro-vfs:work.debugfs 10/18] alpha-linux-ld: drivers/net/netdevsim/hwstats.o:(.data.rel+0x0): multiple definition of `debugfs_ops'; drivers/net/wireless/broadcom/b43legacy/debugfs.o:(.data.rel+0x0): first defined here, kernel test robot
[viro-vfs:work.debugfs 10/18] or1k-linux-ld: drivers/net/netdevsim/hwstats.o:(.data+0x0): multiple definition of `debugfs_ops'; drivers/net/wireless/broadcom/b43legacy/debugfs.o:(.data+0x0): first defined here, kernel test robot
Bug: slab-out-of-bounds Read in isolate_migratepages_block, Kun Hu
[viro-vfs:work.debugfs 17/18] mm/slub.c:7576:38: error: too many arguments provided to function-like macro invocation, kernel test robot
[viro-vfs:work.debugfs 17/18] mm/slub.c:7576:70: error: macro "debugfs_create_file" passed 6 arguments, but takes just 5, kernel test robot
Повідомлення від ТОВ Нова Пошта, Нова Пошта
[xfstests PATCH v2] generic: add a partial pages zeroing out test,
Zhang Yi
[RESEND PATCH] fs/pipe: Introduce a check to skip sleeping processes during pipe read/write,
WangYuli
[linux-next:master] [libfs] d4849629a4: libhugetlbfs-test.32bit.gethugepagesizes.fail,
kernel test robot
[PATCH] sysctl: unregister sysctl table after testing,
John Sperbeck
Errno codes from symlink() syscall,
Pali Rohár
[syzbot] [jfs?] [nilfs?] WARNING in mnt_ns_release,
syzbot
[RFC] RLIMIT_NOFILE: the maximum number of open files or the maximum fd index?,
Nixiaoming
[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files,
Kaixiong Yu
- [PATCH v4 -next 02/15] mm: filemap: move sysctl to mm/filemap.c, Kaixiong Yu
- [PATCH v4 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c, Kaixiong Yu
- [PATCH v4 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c, Kaixiong Yu
- [PATCH v4 -next 03/15] mm: swap: move sysctl to mm/swap.c, Kaixiong Yu
- [PATCH v4 -next 05/15] mm: util: move sysctls to mm/util.c, Kaixiong Yu
- [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c, Kaixiong Yu
- [PATCH v4 -next 07/15] security: min_addr: move sysctl to security/min_addr.c, Kaixiong Yu
- [PATCH v4 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c, Kaixiong Yu
- [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c, Kaixiong Yu
- [PATCH v4 -next 11/15] sunrpc: simplify rpcauth_cache_shrink_count(), Kaixiong Yu
- [PATCH v4 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c, Kaixiong Yu
- [PATCH v4 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c, Kaixiong Yu
- [PATCH v4 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c, Kaixiong Yu
- [PATCH v4 -next 15/15] sysctl: remove unneeded include, Kaixiong Yu
- [PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files, Kaixiong Yu
- [PATCH v4 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c, Kaixiong Yu
- [PATCH v4 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c, Kaixiong Yu
- [PATCH v4 -next 03/15] mm: swap: move sysctl to mm/swap.c, Kaixiong Yu
- [PATCH v4 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c, Kaixiong Yu
- [PATCH v4 -next 07/15] security: min_addr: move sysctl to security/min_addr.c, Kaixiong Yu
- [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c, Kaixiong Yu
- [PATCH v4 -next 05/15] mm: util: move sysctls to mm/util.c, Kaixiong Yu
- [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c, Kaixiong Yu
- [PATCH v4 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c, Kaixiong Yu
- [PATCH v4 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c, Kaixiong Yu
- [PATCH v4 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c, Kaixiong Yu
- [PATCH v4 -next 15/15] sysctl: remove unneeded include, Kaixiong Yu
- [PATCH v4 -next 11/15] sunrpc: simplify rpcauth_cache_shrink_count(), Kaixiong Yu
- [PATCH v4 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c, Kaixiong Yu
- [PATCH v4 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c, Kaixiong Yu
- [PATCH v4 -next 02/15] mm: filemap: move sysctl to mm/filemap.c, Kaixiong Yu
- Re: [PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files, Joel Granados
- <Possible follow-ups>
- [PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files, Kaixiong Yu
- [PATCH v4 -next 03/15] mm: swap: move sysctl to mm/swap.c, Kaixiong Yu
- [PATCH v4 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c, Kaixiong Yu
- [PATCH v4 -next 02/15] mm: filemap: move sysctl to mm/filemap.c, Kaixiong Yu
- [PATCH v4 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c, Kaixiong Yu
- [PATCH v4 -next 05/15] mm: util: move sysctls to mm/util.c, Kaixiong Yu
- [PATCH v4 -next 07/15] security: min_addr: move sysctl to security/min_addr.c, Kaixiong Yu
- [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c, Kaixiong Yu
- [PATCH v4 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c, Kaixiong Yu
- [PATCH v4 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c, Kaixiong Yu
- [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c, Kaixiong Yu
- [PATCH v4 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c, Kaixiong Yu
- [PATCH v4 -next 11/15] sunrpc: simplify rpcauth_cache_shrink_count(), Kaixiong Yu
- [PATCH v4 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c, Kaixiong Yu
- [PATCH v4 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c, Kaixiong Yu
- [PATCH v4 -next 15/15] sysctl: remove unneeded include, Kaixiong Yu
- Re: [PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files, Jeff Layton
- Re: [PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files, Joel Granados
[viro-vfs:work.dcache 6/6] fs/libfs.c:1819:17: warning: comparison of distinct pointer types lacks a cast, kernel test robot
[viro-vfs:work.dcache 6/6] fs/libfs.c:1819:10: warning: comparison of distinct pointer types ('const char *' and 'const unsigned char *'),
kernel test robot
[xfstests PATCH] generic/567: add partial pages zeroing out case,
Zhang Yi
[syzbot] [fs?] possible deadlock in __configfs_open_file, syzbot
[syzbot] [fs?] [mm?] [io-uring?] INFO: task hung in hugetlbfs_zero_partial_page, syzbot
[syzbot] [exfat?] general protection fault in exfat_find_empty_entry, syzbot
[PATCH v2 1/5] squashfs: Use a folio throughout squashfs_read_folio(),
Matthew Wilcox (Oracle)
[PATCHSET v8 0/12] Uncached buffered IO,
Jens Axboe
- [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb, Jens Axboe
- [PATCH 02/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead, Jens Axboe
- [PATCH 03/12] mm/readahead: add folio allocation helper, Jens Axboe
- [PATCH 07/12] fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag, Jens Axboe
- [PATCH 04/12] mm: add PG_dropbehind folio flag, Jens Axboe
- [PATCH 05/12] mm/readahead: add readahead_control->dropbehind member, Jens Axboe
- [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper, Jens Axboe
- [PATCH 10/12] mm/filemap: add filemap_fdatawrite_range_kick() helper, Jens Axboe
- [PATCH 11/12] mm: call filemap_fdatawrite_range_kick() after IOCB_DONTCACHE issue, Jens Axboe
- [PATCH 09/12] mm/filemap: drop streaming/uncached pages when writeback completes, Jens Axboe
- [PATCH 08/12] mm/filemap: add read support for RWF_DONTCACHE, Jens Axboe
- [PATCH 12/12] mm: add FGP_DONTCACHE folio creation flag, Jens Axboe
- Re: [PATCHSET v8 0/12] Uncached buffered IO, Andrew Morton
[PATCH v6 0/5] Improve simple directory offset wrap behavior,
cel
Re: [PATCH v2] seq_file: copy as much as possible to user buffer in seq_read(), Markus Elfring
Re: [PATCH] seq_file: copy as much as possible to user buffer in seq_read(), Markus Elfring
Kernel bug: "general protection fault in bch2_btree_path_traverse_one",
Haichi Wang
Re: Kernel Bug: "KASAN: slab-out-of-bounds Read in jfs_readdir", Alexander Potapenko
[PATCH] hostfs: Convert to writepages,
Matthew Wilcox (Oracle)
[syzbot] [fs?] KASAN: slab-use-after-free Read in u32_array_open, syzbot
[PATCH 00/11 RFC] Allow concurrent changes in a directory,
NeilBrown
- [PATCH 01/11] VFS: introduce vfs_mkdir_return(), NeilBrown
- [PATCH 02/11] VFS: add _shared versions of the various directory modifying inode_operations, NeilBrown
- [PATCH 03/11] VFS: use global wait-queue table for d_alloc_parallel(), NeilBrown
- [PATCH 04/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl(), NeilBrown
- [PATCH 05/11] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry, NeilBrown
- [PATCH 06/11] VFS: introduce done_lookup_and_lock(), NeilBrown
- [PATCH 07/11] VFS: introduce lookup_and_lock(), NeilBrown
- [PATCH 08/11] VFS: add inode_dir_lock/unlock, NeilBrown
- [PATCH 09/11] VFS: re-pack DENTRY_ flags., NeilBrown
- [PATCH 10/11] VFS: take a shared lock for create/remove directory operations., NeilBrown
- [PATCH 11/11] nfsd: use lookup_and_lock_one(), NeilBrown
- Re: [PATCH 00/11 RFC] Allow concurrent changes in a directory, Andreas Dilger
- Re: [PATCH 00/11 RFC] Allow concurrent changes in a directory, Al Viro
[PATCH v5 00/10] ext4: clean up and refactor fallocate,
Zhang Yi
[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]