Linux Filesystem Development
[Prev Page][Next Page]
[PATCH 4/6] Consolidate file operations and add readahead and writeback, Eric Van Hensbergen
[PATCH v3 0/3] fs/ufs: replace kmap() with kmap_local_page,
Fabio M. De Francesco
[PATCH AUTOSEL 4.9 8/8] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 4.14 8/8] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 5.10 5/9] proc/vmcore: fix potential memory leak in vmcore_init(), Sasha Levin
[PATCH AUTOSEL 4.9 5/8] proc/vmcore: fix potential memory leak in vmcore_init(), Sasha Levin
[PATCH AUTOSEL 5.10 9/9] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 5.15 10/10] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 4.19 8/8] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 4.14 5/8] proc/vmcore: fix potential memory leak in vmcore_init(), Sasha Levin
[PATCH AUTOSEL 5.4 9/9] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 5.4 5/9] proc/vmcore: fix potential memory leak in vmcore_init(), Sasha Levin
[PATCH AUTOSEL 4.19 5/8] proc/vmcore: fix potential memory leak in vmcore_init(), Sasha Levin
[PATCH AUTOSEL 5.15 06/10] proc/vmcore: fix potential memory leak in vmcore_init(), Sasha Levin
[PATCH AUTOSEL 6.0 08/16] proc/vmcore: fix potential memory leak in vmcore_init(), Sasha Levin
[PATCH AUTOSEL 6.1 22/22] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 6.0 16/16] hfs: fix OOB Read in __hfs_brec_find, Sasha Levin
[PATCH AUTOSEL 6.1 13/22] proc/vmcore: fix potential memory leak in vmcore_init(),
Sasha Levin
[syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage,
syzbot
[syzbot] KASAN: slab-out-of-bounds Read in hfs_cat_keycmp,
syzbot
[syzbot] KASAN: use-after-free Read in hfsplus_release_folio, syzbot
[PATCH AUTOSEL 4.9] binfmt_misc: fix shift-out-of-bounds in check_special_flags, Sasha Levin
[PATCH AUTOSEL 4.14] binfmt_misc: fix shift-out-of-bounds in check_special_flags,
Sasha Levin
[PATCH AUTOSEL 5.10 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags, Sasha Levin
[PATCH AUTOSEL 4.19] binfmt_misc: fix shift-out-of-bounds in check_special_flags,
Sasha Levin
[PATCH AUTOSEL 5.4 2/2] binfmt_misc: fix shift-out-of-bounds in check_special_flags, Sasha Levin
[PATCH AUTOSEL 5.15 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags, Sasha Levin
[PATCH AUTOSEL 6.0 6/8] binfmt_misc: fix shift-out-of-bounds in check_special_flags, Sasha Levin
[PATCH AUTOSEL 6.1 6/9] binfmt_misc: fix shift-out-of-bounds in check_special_flags, Sasha Levin
[PATCH 0/8] Convert reiserfs from b_page to b_folio,
Matthew Wilcox (Oracle)
[PATCH 0/20] udf: Fix various syzbot reports,
Jan Kara
- [PATCH 01/20] udf: Define EFSCORRUPTED error code, Jan Kara
- [PATCH 03/20] udf: Convert udf_readdir() to new directory iteration, Jan Kara
- [PATCH 04/20] udf: Convert udf_expand_dir_adinicb() to new directory iteration, Jan Kara
- [PATCH 16/20] udf: Convert udf_link() to new directory iteration code, Jan Kara
- [PATCH 19/20] udf: Truncate added extents on failed expansion, Jan Kara
- [PATCH 09/20] udf: Convert empty_dir() to new directory iteration code, Jan Kara
- [PATCH 12/20] udf: Convert udf_unlink() to new directory iteration code, Jan Kara
- [PATCH 11/20] udf: Convert udf_rmdir() to new directory iteration code, Jan Kara
- [PATCH 14/20] udf: Convert udf_add_nondir() to new directory iteration, Jan Kara
- [PATCH 07/20] udf: Convert udf_lookup() to use new directory iteration code, Jan Kara
- [PATCH 08/20] udf: Convert udf_get_parent() to new directory iteration code, Jan Kara
- [PATCH 18/20] udf: Remove old directory iteration code, Jan Kara
- [PATCH 13/20] udf: Implement adding of dir entries using new iteration code, Jan Kara
- [PATCH 05/20] udf: Move udf_expand_dir_adinicb() to its callsite, Jan Kara
- [PATCH 10/20] udf: Provide function to mark entry as deleted using new directory iteration code, Jan Kara
- [PATCH 17/20] udf: Convert udf_rename() to new directory iteration code, Jan Kara
- [PATCH 02/20] udf: New directory iteration code, Jan Kara
- [PATCH 06/20] udf: Implement searching for directory entry using new iteration code, Jan Kara
- [PATCH 15/20] udf: Convert udf_mkdir() to new directory iteration code, Jan Kara
- [PATCH 20/20] udf: Do not bother merging very long extents, Jan Kara
[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops,
Andreas Gruenbacher
- [RFC v3 1/7] fs: Add folio_may_straddle_isize helper, Andreas Gruenbacher
- [RFC v3 2/7] iomap: Add iomap_folio_done helper, Andreas Gruenbacher
- [RFC v3 3/7] iomap/gfs2: Unlock and put folio in page_done handler, Andreas Gruenbacher
- [RFC v3 4/7] iomap: Add iomap_folio_prepare helper, Andreas Gruenbacher
- [RFC v3 5/7] iomap: Get page in page_prepare handler, Andreas Gruenbacher
- [RFC v3 7/7] iomap: Rename page_ops to folio_ops, Andreas Gruenbacher
- [RFC v3 6/7] iomap/xfs: Eliminate the iomap_valid handler, Andreas Gruenbacher
- [RFC v4 1/7] fs: Add folio_may_straddle_isize helper, Andreas Gruenbacher
- [RFC v4 0/7] Turn iomap_page_ops into iomap_folio_ops, Andreas Gruenbacher
- [RFC v4 2/7] iomap: Add iomap_folio_done helper, Andreas Gruenbacher
- [RFC v4 4/7] iomap: Add iomap_folio_prepare helper, Andreas Gruenbacher
- [RFC v4 3/7] iomap/gfs2: Unlock and put folio in page_done handler, Andreas Gruenbacher
- [RFC v4 6/7] iomap/xfs: Eliminate the iomap_valid handler, Andreas Gruenbacher
- [RFC v4 7/7] iomap: Rename page_ops to folio_ops, Andreas Gruenbacher
- [RFC v4 5/7] iomap/gfs2: Get page in page_prepare handler, Andreas Gruenbacher
[PATCH v3 -next] fs: coredump: using preprocessor directives for dump_emit_page, Hongyu Xie
[GIT PULL] Writeback fixes for 6.2-rc1,
Jens Axboe
[PATCH] fs/stat.c: Drop choose_32_64() macro, Helge Deller
[PATCH 00/12] Start converting buffer_heads to use folios,
Matthew Wilcox (Oracle)
- [PATCH 08/12] gfs2: Replace obvious uses of b_page with b_folio, Matthew Wilcox (Oracle)
- [PATCH 07/12] buffer: Use b_folio in mark_buffer_dirty(), Matthew Wilcox (Oracle)
- [PATCH 09/12] jbd2: Replace obvious uses of b_page with b_folio, Matthew Wilcox (Oracle)
- [PATCH 05/12] buffer: Use b_folio in end_buffer_async_write(), Matthew Wilcox (Oracle)
- [PATCH 02/12] buffer: Replace obvious uses of b_page with b_folio, Matthew Wilcox (Oracle)
- [PATCH 04/12] buffer: Use b_folio in end_buffer_async_read(), Matthew Wilcox (Oracle)
- [PATCH 03/12] buffer: Use b_folio in touch_buffer(), Matthew Wilcox (Oracle)
- [PATCH 01/12] buffer: Add b_folio as an alias of b_page, Matthew Wilcox (Oracle)
- [PATCH 06/12] page_io: Remove buffer_head include, Matthew Wilcox (Oracle)
- [PATCH 11/12] reiserfs: Replace obvious uses of b_page with b_folio, Matthew Wilcox (Oracle)
- [PATCH 12/12] mpage: Use b_folio in do_mpage_readpage(), Matthew Wilcox (Oracle)
- [PATCH 10/12] nilfs2: Replace obvious uses of b_page with b_folio, Matthew Wilcox (Oracle)
- Re: [PATCH 00/12] Start converting buffer_heads to use folios, Jan Kara
[PATCH] coredump: move dump_emit_page() into CONFIG_ELF_CORE check, Arnd Bergmann
Re: possible deadlock in __ata_sff_interrupt,
Damien Le Moal
[PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget(),
ChenXiaoSong
[GIT PULL] orangefs pull request for 6.2,
Mike Marshall
[PATCH] hfsplus: fix uninit-value in hfsplus_delete_cat(),
ChenXiaoSong
[PATCH -next V2] fs: coredump: using preprocessor directives for dump_emit_page, Hongyu Xie
Re: [RFC PATCH bpf-next 9/9] bpf: Use active vm to account bpf map memory usage,
kernel test robot
[PATCH -next] fs: coredump: using preprocessor directives for dump_emit_page, Hongyu Xie
[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock,
xiubli
[PATCH] iomap: Move page_done callback under the folio lock,
Andreas Gruenbacher
Separate mailing list (and git and patchwork) for fsverity?,
Eric Biggers
[GIT PULL] xfs: new code for 6.2,
Darrick J. Wong
[GIT PULL] vfs: new code for 6.2,
Darrick J. Wong
[RFC PATCH 00/11] fs-verity support for XFS,
Andrey Albershteyn
- [RFC PATCH 08/11] xfs: don't enable large folios on fs-verity sealed inode, Andrey Albershteyn
- [RFC PATCH 09/11] iomap: fs-verity verification on page read, Andrey Albershteyn
- [RFC PATCH 04/11] xfs: add fs-verity ro-compat flag, Andrey Albershteyn
- [RFC PATCH 02/11] pagemap: add mapping_clear_large_folios() wrapper, Andrey Albershteyn
- [RFC PATCH 07/11] xfs: disable direct read path for fs-verity sealed files, Andrey Albershteyn
- [RFC PATCH 03/11] xfs: add attribute type for fs-verity, Andrey Albershteyn
- [RFC PATCH 05/11] xfs: add inode on-disk VERITY flag, Andrey Albershteyn
- [RFC PATCH 01/11] xfs: enable large folios in xfs_setup_inode(), Andrey Albershteyn
- [RFC PATCH 10/11] xfs: add fs-verity support, Andrey Albershteyn
- [RFC PATCH 11/11] xfs: add fs-verity ioctls, Andrey Albershteyn
- [RFC PATCH 06/11] xfs: initialize fs-verity on file open and cleanup on inode destruction, Andrey Albershteyn
- Re: [RFC PATCH 00/11] fs-verity support for XFS, Eric Biggers
[PATCH 5.10 0/2] cross-fs copy_file_range() fixes for stable,
Amir Goldstein
[PATCH v4 0/2] ceph: fix the use-after-free bug for file_lock,
xiubli
[PATCH] copy_file_range.2: Fix wrong kernel version information,
Amir Goldstein
[PATCH] pipe: avoid creating empty pipe buffers, Wiktor Garbacz
[GIT PULL] simple xattr updates for v6.2,
Christian Brauner
[syzbot] WARNING in walk_component,
syzbot
[PATCH v2 7/7] exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set(), Yuezhang.Mo@xxxxxxxx
[PATCH v2 5/7] exfat: remove i_size_write() from __exfat_truncate(), Yuezhang.Mo@xxxxxxxx
[PATCH v2 6/7] exfat: fix overflow in sector and cluster conversion, Yuezhang.Mo@xxxxxxxx
[PATCH v2 3/7] exfat: remove unnecessary arguments from exfat_find_dir_entry(), Yuezhang.Mo@xxxxxxxx
[PATCH v2 1/7] exfat: remove call ilog2() from exfat_readdir(), Yuezhang.Mo@xxxxxxxx
[PATCH v2 4/7] exfat: remove argument 'size' from exfat_truncate(), Yuezhang.Mo@xxxxxxxx
[PATCH v2 2/7] exfat: remove unneeded codes from __exfat_rename(), Yuezhang.Mo@xxxxxxxx
[PATCH v2 0/7] exfat: code optimizations,
Yuezhang.Mo@xxxxxxxx
[GIT PULL] udf and ext2 fixes for 6.2-rc1,
Jan Kara
[GIT PULL] xattr audit fix for v6.2,
Seth Forshee
[GIT PULL] enable squashfs idmapped mounts for v6.2,
Seth Forshee
[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info,
Richard Guy Briggs
[GIT PULL] fs idmapped updates for v6.2,
Christian Brauner
[GIT PULL] vfsuid updates for v6.2,
Christian Brauner
[PATCH v2] writeback: Add asserts for adding freed inode to lists,
Jan Kara
[GIT PULL] setgid inheritance updates for v6.2,
Christian Brauner
[GIT PULL] acl updates for v6.2,
Christian Brauner
[GIT PULL] fuse update for 6.2,
Miklos Szeredi
[GIT PULL] overlayfs update for 6.2,
Miklos Szeredi
[syzbot] BUG: unable to handle kernel paging request in current_time, syzbot
[GIT PULL] fsverity updates for 6.2,
Eric Biggers
[GIT PULL] fscrypt updates for 6.2,
Eric Biggers
[PATCH v2] hfs: fix missing hfs_bnode_get() in __hfs_bnode_create, Liu Shixin
[git pull] vfs.git misc pile,
Al Viro
[git pull] vfs.git namespace fix,
Al Viro
[git pull] vfs.git iov_iter pile,
Al Viro
[PATCH 0/3] fs/ufs: replace kmap() with kmap_local_page(),
Fabio M. De Francesco
[ammarfaizi2-block:dhowells/linux-fs/fscache-fixes] [mm, netfs, fscache] 6919cda8e0: canonical_address#:#[##],
kernel test robot
[PATCH] virtiofs: enable multiple request queues,
Jiachen Zhang
[PATCH] selftests/mount_setattr: Remove redefinition of struct mount_attr,
Siddh Raman Pant
[GIT PULL] Add support for epoll min wait time,
Jens Axboe
[GIT PULL] Writeback fix,
Jens Axboe
[PATCH] hfs: fix missing hfs_bnode_get() in __hfs_bnode_create,
Liu Shixin
[PATCH linux-next v3] docs: proc.rst: add softnet_stat to /proc/net table,
yang.yang29
[ANNOUNCE] xfs-linux: for-next updated to 52f31ed22821, Darrick J. Wong
[PATCH 0/4] udf: Fix data corruption with fsx,
Jan Kara
[PATCH] dax: Kconfig: add depends on !FS_DAX_LIMITED for ARCH_HAS_PMEM_API, Qi Zheng
[syzbot] KMSAN: uninit-value in hfs_brec_find,
syzbot
[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed,
chengkaitao
next: LTP: syscalls: epoll_clt() if fd is an invalid fd expected EBADF: EINVAL (22),
Naresh Kamboju
[PATCH v2] fscache: Fix oops due to race with cookie_lru and use_cookie, David Howells
[PATCH linux-next v2] docs: proc.rst: add softnet_stat to /proc/net,
yang.yang29
[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting,
Richard Weinberger
[PATCH linux-next] docs: proc.rst: add softnet_stat,
yang.yang29
[PATCH] epoll: ep_autoremove_wake_function should use list_del_init_careful, Benjamin Segall
[GIT PULL] file locking changes for v6.2-rc1,
Jeff Layton
[PATCH] fs: use helper function file_inode() to get inode, Chen Xiao
[GIT PULL] execve updates for v6.2-rc1,
Kees Cook
[syzbot] KASAN: use-after-free Read in hfsplus_btree_open, syzbot
[syzbot] KMSAN: uninit-value in hfsplus_delete_cat,
syzbot
[syzbot] WARNING: locking bug in hfsplus_delete_cat, syzbot
[syzbot] WARNING in hfsplus_free_extents,
syzbot
[PATCH v1 2/6] exfat: remove unneeded codes from __exfat_rename(), Yuezhang.Mo@xxxxxxxx
[PATCH v1 0/6] exfat: code optimizations, Yuezhang.Mo@xxxxxxxx
[PATCH v1 1/6] exfat: remove call ilog2() from exfat_readdir(), Yuezhang.Mo@xxxxxxxx
[PATCH v1 6/6] exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set(),
Yuezhang.Mo@xxxxxxxx
[PATCH v1 5/6] exfat: remove i_size_write() from __exfat_truncate(), Yuezhang.Mo@xxxxxxxx
[PATCH v1 3/6] exfat: remove unnecessary arguments from exfat_find_dir_entry(), Yuezhang.Mo@xxxxxxxx
[PATCH v1 4/6] exfat: remove argument 'size' from exfat_truncate(), Yuezhang.Mo@xxxxxxxx
[syzbot] kernel BUG in hfs_bnode_put, syzbot
[ANNOUNCE] xfs-linux: for-next updated to 1f5619ed8810, Darrick J. Wong
[PATCH] mount: rebuild error handling in do_new_mount,
Chuang Wang
[syzbot] WARNING in do_mkdirat,
syzbot
[PATCH] io_uring: don't hold uring_lock when calling io_run_task_work*,
Samiullah Khawaja
[PATCH v3 0/5] proc: improve root readdir latency with many threads,
Brian Foster
[PATCH] fuse: remove duplicate check for nodeid,
zyfjeff
[PATCH] hfsplus: Fix bug causing custom uid and gid being unable to be assigned with mount,
Aditya Garg
start removing writepage instances v2,
Christoph Hellwig
[PATCH v3 0/4] iov_iter: Add extraction helpers,
David Howells
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM,
Chao Peng
[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]