Linux Filesystem Development
[Prev Page][Next Page]
- Re: [LSF/MM/BPF TOPIC] finishing up mount API conversions; consistency & logging
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC] iomap: use huge zero folio in iomap_dio_zero
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- Re: [RFC] iomap: use huge zero folio in iomap_dio_zero
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- Re: [PATCH v3] fs: Create anon_inode_getfile_fmode()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- Re: [PATCH rfc 3/4] mm: filemap: move __lruvec_stat_mod_folio() out of filemap_set_pte_range()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- Re: [PATCH rfc 3/4] mm: filemap: move __lruvec_stat_mod_folio() out of filemap_set_pte_range()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v15 00/11] Landlock: IOCTL support
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] finishing up mount API conversions; consistency & logging
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v14 02/28] dept: Implement Dept(Dependency Tracker)
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 23/28] dept: Track PG_locked with dept
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 22/28] dept: Make Dept able to work with an external wgen
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 12/28] dept: Apply sdt_might_sleep_{start,end}() to swait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 19/28] dept: Apply timeout consideration to waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 24/28] dept: Print event context requestor's stacktrace on report
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 16/28] dept: Track timeout waits separately with a new Kconfig
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 06/28] dept: Add proc knobs to show stats and dependency graph
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 03/28] dept: Add single event dependency tracker APIs
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 05/28] dept: Tie to Lockdep and IRQ tracing
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 08/28] dept: Distinguish each work from another
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 07/28] dept: Distinguish each syscall context from another
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 25/28] cpu/hotplug: Use a weaker annotation in AP thread
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 20/28] dept: Apply timeout consideration to hashed-waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 09/28] dept: Add a mechanism to refill the internal memory pools on running out
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 21/28] dept: Apply timeout consideration to dma fence wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 26/28] fs/jbd2: Use a weaker annotation in journal handling
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 28/28] dept: Add documentation for Dept's APIs
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 13/28] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 15/28] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 14/28] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 10/28] dept: Record the latest one out of consecutive waits of the same class
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 18/28] dept: Apply timeout consideration to swait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 17/28] dept: Apply timeout consideration to wait_for_completion()/complete()
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 11/28] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 01/28] llist: Move llist_{head,node} definition to types.h
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 04/28] dept: Add lock dependency tracker APIs
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 00/28] DEPT(Dependency Tracker)
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v14 27/28] dept: Add documentation for Dept
- From: Byungchul Park <byungchul@xxxxxx>
- Re: WARNING in fuse_request_end
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH rfc 3/4] mm: filemap: move __lruvec_stat_mod_folio() out of filemap_set_pte_range()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian König <christian.koenig@xxxxxxx>
- RE: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: WARNING in fuse_request_end
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- [PATCH v2] fscrypt: try to avoid refing parent dentry in fscrypt_file_open
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian König <christian.koenig@xxxxxxx>
- Re: [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH] virtiofs: include a newline in sysfs tag
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Michel Dänzer <michel.daenzer@xxxxxxxxxxx>
- Re: [PATCH v2 3/5] selftests: Include KHDR_INCLUDES in Makefile
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH v4 12/12] mm/swap: reduce swap cache search space
- From: Kairui Song <ryncsn@xxxxxxxxx>
- Re: [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: kdevops BoF at LSFMM
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v4 12/12] mm/swap: reduce swap cache search space
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCHES part 2 08/10] nilfs_attach_log_writer(): use ->bd_mapping->host instead of ->bd_inode
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 10/10] RIP ->bd_inode
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 07/10] block/bdev.c: use the knowledge of inode/bdev coallocation
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 09/10] dasd_format(): killing the last remaining user of ->bd_inode
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 02/10] use ->bd_mapping instead of ->bd_inode->i_mapping
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 06/10] gfs2: more obvious initializations of mapping->host
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 05/10] fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mapping
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 03/10] grow_dev_folio(): we only want ->bd_inode->i_mapping there
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 04/10] blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 2 01/10] block_device: add a pointer to struct address_space (page cache of bdev)
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 1 1/7] ext4: remove block_device_ejected()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 1 4/7] dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 1 6/7] block: move two helpers into bdev.c
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 1 7/7] missing helpers: bdev_unhash(), bdev_drop()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 1 5/7] block2mtd: prevent direct access of bd_inode
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 1 3/7] blkdev_write_iter(): saner way to get inode and bdev
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES part 1 2/7] bcachefs: remove dead function bdev_sectors()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCHES] ->bd_inode elimination
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 10/12] mm: remove page_file_offset and folio_file_pos
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v4 09/12] mm/swap: get the swap device offset directly
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH v3 08/10] ext4: factor out check for whether a cluster is allocated
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 02/10] ext4: check the extent status again before inserting delalloc block
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 01/10] ext4: factor out a common helper to query extent map
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 00/10] ext4: support adding multi-delalloc blocks
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 04/10] ext4: trim delalloc extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 05/10] ext4: drop iblock parameter
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 03/10] ext4: warn if delalloc counters are not zero on inactive
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian König <ckoenig.leichtzumerken@xxxxxxxxx>
- Re: [syzbot] [kernfs?] possible deadlock in kernfs_seq_start
- From: syzbot <syzbot+4c493dcd5a68168a94b2@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] kernel BUG in bch2_fs_recovery
- From: syzbot <syzbot+05c1843ef85da9e52042@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v3] fs: Create anon_inode_getfile_fmode()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/6] block: use iomap for writes to block devices
- From: Xu Yang <xu.yang_2@xxxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: [PATCH v3] fs: Create anon_inode_getfile_fmode()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] fs: Create anon_inode_getfile_fmode()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH] fs: remove accidental overflow during wraparound check
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] fs: remove accidental overflow during wraparound check
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/5] Define _GNU_SOURCE for sources using
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] fs: remove accidental overflow during wraparound check
- From: Justin Stitt <justinstitt@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 15/15] epoll: be better about file lifetimes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 25/25] epoll: be better about file lifetimes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 43/43] epoll: be better about file lifetimes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.8 52/52] epoll: be better about file lifetimes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] ext4: remove the redundant folio_wait_stable()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 0/5] Convert ext4's mballoc to use folios
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH] mm: Remove mm argument from mm_get_unmapped_area()
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH v2 3/5] selftests: Include KHDR_INCLUDES in Makefile
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v2 3/5] selftests: Include KHDR_INCLUDES in Makefile
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v2 0/5] Define _GNU_SOURCE for sources using
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- Re: [PATCH 18/26] xfs: use merkle tree offset as attr hash
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCHv2 2/2] iomap: Optimize iomap_read_folio
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- RE: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- [PATCH 2/2] Update uffd-stress to handle EINVAL for unset config features
- From: Audra Mitchell <audra@xxxxxxxxxx>
- [PATCH 1/2] Fix userfaultfd_api to return EINVAL as expected
- From: Audra Mitchell <audra@xxxxxxxxxx>
- Re: [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in rewrite_old_nodes_pred
- From: syzbot <syzbot+594427aebfefeebe91c6@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: kdevops BoF at LSFMM
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- kdevops BoF at LSFMM
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [RFC] iomap: use huge zero folio in iomap_dio_zero
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH] fscrypto: try to avoid refing parent dentry in fscrypt_file_open
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian König <ckoenig.leichtzumerken@xxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v4] fs/coredump: Enable dynamic configuration of max file note size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen <allen.lkml@xxxxxxxxx>
- Re: [PATCH v4] fs/coredump: Enable dynamic configuration of max file note size
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen <allen.lkml@xxxxxxxxx>
- Re: [PATCH v2] virtiofs: use string format specifier for sysfs tag
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] virtiofs: include a newline in sysfs tag
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC] iomap: use huge zero folio in iomap_dio_zero
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] mm: Remove mm argument from mm_get_unmapped_area()
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [GIT PULL] bcachefs fixes for 6.9
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v4] fs/coredump: Enable dynamic configuration of max file note size
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [GIT PULL] bcachefs fixes for 6.9
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [RFC] iomap: use huge zero folio in iomap_dio_zero
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [lvc-project] [PATCH] [RFC] dma-buf: fix race condition between poll and close
- From: Christian König <christian.koenig@xxxxxxx>
- [RFC] iomap: use huge zero folio in iomap_dio_zero
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- [GIT PULL] bcachefs fixes for 6.9
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH] virtiofs: include a newline in sysfs tag
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v2] virtiofs: use string format specifier for sysfs tag
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH v2] virtiofs: use string format specifier for sysfs tag
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [PATCH] mm: Remove mm argument from mm_get_unmapped_area()
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH] mm: Remove mm argument from mm_get_unmapped_area()
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: WARNING in fuse_request_end
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/4] mm: correct calculation of wb's bg_thresh in cgroup domain
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] fs/proc: fix softlockup in __read_vmcore
- From: Rik van Riel <riel@xxxxxxxxxxx>
- Re: [PATCH rfc 3/4] mm: filemap: move __lruvec_stat_mod_folio() out of filemap_set_pte_range()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: stsp <stsp2@xxxxxxxxx>
- Re: [PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in read_one_super
- From: syzbot <syzbot+a8b0fb419355c91dda7f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/5] cachefiles: some bugfixes for withdraw and xattr
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- Re: [PATCH rfc 3/4] mm: filemap: move __lruvec_stat_mod_folio() out of filemap_set_pte_range()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [lvc-project] [PATCH] [RFC] dma-buf: fix race condition between poll and close
- From: Daniel Vetter <daniel@xxxxxxxx>
- [syzbot] [bcachefs?] WARNING in bch2_fs_usage_read_one
- From: syzbot <syzbot+b68fa126ff948672f1fd@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [lvc-project] [PATCH] [RFC] dma-buf: fix race condition between poll and close
- From: Christian König <christian.koenig@xxxxxxx>
- Re: [PATCH 08/12] cachefiles: never get a new anon fd if ondemand_id is valid
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- [PATCH] bcachefs: fix oob in bch2_sb_clean_to_text
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: [PATCH rfc 4/4] mm: filemap: try to batch lruvec stat updating
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: stsp <stsp2@xxxxxxxxx>
- [PATCHv2 2/2] iomap: Optimize iomap_read_folio
- From: "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx>
- [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
- From: "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx>
- [PATCHv2 0/2] iomap: Optimize read_folio
- From: "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx>
- Re: [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [linux-next:master] [fs/writeback] ac0c18f2c6: filebench.sum_operations/s 818.0% improvement
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [syzbot] [jfs?] KASAN: user-memory-access Read in jfs_statfs
- From: syzbot <syzbot+cea4fad5485bc30243a9@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] sched/proc: Print user_cpus_ptr for task status
- From: Xuewen Yan <xuewen.yan94@xxxxxxxxx>
- Re: [PATCH 01/12] cachefiles: remove request from xarry during flush requests
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- [Linux kernel bug] KASAN: user-memory-access Read in __fput
- From: Sam Sun <samsun1006219@xxxxxxxxx>
- Re: [RFC PATCH v4 24/34] ext4: implement buffered write iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH] scripts: checkpatch: check unused parameters for function-like macro
- From: Xining Xu <mac.xxn@xxxxxxxxxxx>
- Re: [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- WARNING in fuse_request_end
- From: lee bruce <xrivendell7@xxxxxxxxx>
- Re: [PATCH v2 2/4] mm: correct calculation of wb's bg_thresh in cgroup domain
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH v5 11/11] xfs: enable block size larger than page size support
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 24/34] ext4: implement buffered write iomap path
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [PATCH v4] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen Pais <apais@xxxxxxxxxxxxxxxxxxx>
- RE: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH] virtiofs: include a newline in sysfs tag
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH v2] virtiofs: use string format specifier for sysfs tag
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH] sched/proc: Print user_cpus_ptr for task status
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [PATCH] mm: Remove mm argument from mm_get_unmapped_area()
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH] mm: Remove mm argument from mm_get_unmapped_area()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian König <christian.koenig@xxxxxxx>
- [PATCH] mm: Remove mm argument from mm_get_unmapped_area()
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian König <ckoenig.leichtzumerken@xxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC PATCH v4 33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [syzbot] Monthly ntfs3 report (May 2024)
- From: syzbot <syzbot+list0a6d53d08fa90971e6a1@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] Monthly nilfs report (May 2024)
- From: syzbot <syzbot+listf1bffba7342098843795@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [RFC PATCH v4 27/34] ext4: implement zero_range iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH] Docs: fs: prove directory locking more formally
- From: Mo Zou <lostzoumo@xxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [RFC PATCH v4 24/34] ext4: implement buffered write iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v4 24/34] ext4: implement buffered write iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/5] fs: Do not allow get_file() to resurrect 0 f_count
- From: Hillf Danton <hdanton@xxxxxxxx>
- Re: [PATCH] fs: WARN when f_count resurrection is attempted
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in read_one_super
- From: syzbot <syzbot+a8b0fb419355c91dda7f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in __bch2_bkey_invalid
- From: syzbot <syzbot+ae4dc916da3ce51f284f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v4 01/29] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- [ANNOUNCE] util-linux stable v2.40.1
- From: Karel Zak <kzak@xxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 4/5] refcount: Introduce refcount_long_t and APIs
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH] sched/proc: Print user_cpus_ptr for task status
- From: Xuewen Yan <xuewen.yan94@xxxxxxxxx>
- Re: [PATCH v3 1/2] virtiofs: use pages instead of pointer for kernel direct IO
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_downgrade_to_text
- From: syzbot <syzbot+e49ccab73449180bc9be@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork
- From: syzbot <syzbot+2e6fb1f89ce5e13cd02d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [lvc-project] [PATCH] [RFC] dma-buf: fix race condition between poll and close
- From: Fedor Pchelkin <pchelkin@xxxxxxxxx>
- Re: [PATCH v4 03/34] ext4: trim delalloc extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 01/12] cachefiles: remove request from xarry during flush requests
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: kmap + memmove
- From: Julia Lawall <julia.lawall@xxxxxxxx>
- Re: kmap + memmove
- From: Julia Lawall <julia.lawall@xxxxxxxx>
- Re: kmap + memmove
- From: Julia Lawall <julia.lawall@xxxxxxxx>
- Re: [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_clean_to_text
- From: syzbot <syzbot+c48865e11e7e893ec4ab@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: kmap + memmove
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- Re: [PATCH 01/12] cachefiles: remove request from xarry during flush requests
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- Re: [PATCH 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 01/12] cachefiles: remove request from xarry during flush requests
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: kmap + memmove
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: kmap + memmove
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [PATCH 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- Re: [PATCH 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- Re: [PATCH 06/12] cachefiles: add consistency check for copen/cread
- From: Baokun Li <libaokun@xxxxxxxxxxxxxxx>
- Re: [PATCH 08/12] cachefiles: never get a new anon fd if ondemand_id is valid
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 06/12] cachefiles: add consistency check for copen/cread
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 09/10] writeback: factor out wb_dirty_exceeded to remove repeated code
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH 07/10] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] [kernfs?] INFO: task hung in do_renameat2 (2)
- From: syzbot <syzbot+39a12f7473ed8066d2ca@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 06/10] writeback: Factor out code of freerun to remove repeated code
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH 05/10] writeback: call domain_dirty_avail in balance_dirty_pages
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH 04/10] writeback use [global/wb]_domain_dirty_avail helper in cgwb_calc_thresh
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH 02/10] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/4] Fix and cleanups to page-writeback
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [syzbot] [ntfs3?] possible deadlock in indx_read (2)
- From: syzbot <syzbot+9309ec5fd67539ad7ccd@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] [ext4?] WARNING: suspicious RCU usage in bch2_fs_quota_read
- From: syzbot <syzbot+a3a9a61224ed3b7f0010@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] epoll: be better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- RE: [PATCH v2] epoll: be better about file lifetimes
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] KMSAN: uninit-value in bch2_inode_v3_invalid
- From: syzbot <syzbot+d3803303d5b280e059d8@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in __bch2_bkey_invalid
- From: syzbot <syzbot+ae4dc916da3ce51f284f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] KMSAN: uninit-value in bch2_inode_unpack
- From: syzbot <syzbot+c123a98c7445baffb168@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] kernel BUG in bch2_sort_keys
- From: syzbot <syzbot+300755e8da6fa5e5edec@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_clean_to_text
- From: syzbot <syzbot+c48865e11e7e893ec4ab@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] [ext4?] WARNING: suspicious RCU usage in bch2_fs_quota_read
- From: syzbot <syzbot+a3a9a61224ed3b7f0010@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] epoll: be better about file lifetimes
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2] epoll: be better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] kernel BUG in bch2_alloc_v4_invalid
- From: syzbot <syzbot+10827fa6b176e1acf1d0@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in rewrite_old_nodes_pred
- From: syzbot <syzbot+594427aebfefeebe91c6@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/29] arm64: Permission Overlay Extension
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: kmap + memmove
- From: Julia Lawall <julia.lawall@xxxxxxxx>
- kmap + memmove
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH RESEND v6 3/3] printk: Remove redundant CONFIG_BASE_FULL
- From: yoann.congal@xxxxxxxx
- [PATCH RESEND v6 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
- From: yoann.congal@xxxxxxxx
- [PATCH RESEND v6 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
- From: yoann.congal@xxxxxxxx
- [PATCH RESEND v6 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
- From: yoann.congal@xxxxxxxx
- Re: [PATCH 4/4] crash: Remove duplicate included header
- From: Baoquan He <bhe@xxxxxxxxxx>
- Re: bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [syzbot] [bcachefs] KASAN: use-after-free Read in scatterwalk_copychunks
- From: syzbot <syzbot+8c4acf719c3fc41e8439@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [syzbot] [gfs2?] KASAN: stack-out-of-bounds Read in gfs2_dump_glock
- From: syzbot <syzbot+7efd59a5a532c57037e6@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v6 3/3] openat2: add OA2_CRED_INHERIT flag
- From: stsp <stsp2@xxxxxxxxx>
- Re: bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
- From: Hugo Valtier <hugo@xxxxxxxxxx>
- Re: [PATCH v6 3/3] openat2: add OA2_CRED_INHERIT flag
- From: Donald Buczek <buczek@xxxxxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [nilfs?] kernel BUG in __block_write_begin_int (2)
- From: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [ANNOUNCE] xfs-linux: for-next updated to 25576c5420e6
- From: Chandan Babu R <chandanbabu@xxxxxxxxxx>
- Re: [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] afs: Fix fileserver rotation getting stuck
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [syzbot] [nilfs?] kernel BUG in __block_write_begin_int (2)
- From: syzbot <syzbot+d3abed1ad3d367fa2627@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] WARNING in srcu_check_nmi_safety
- From: syzbot <syzbot+62be362ff074b84ca393@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] WARNING: kmalloc bug in bch2_dev_buckets_resize
- From: syzbot <syzbot+b29f436493184ea42e2b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [syzbot] [bcachefs?] general protection fault in check_init_srcu_struct
- From: syzbot <syzbot+747508948da55ff287c2@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] WARNING in bch2_trans_srcu_unlock
- From: syzbot <syzbot+1e515cab343dbe5aa38a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] fs: WARN when f_count resurrection is attempted
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [syzbot] [bcachefs?] KMSAN: uninit-value in __bch2_write_index
- From: syzbot <syzbot+fd3ccb331eb21f05d13b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] WARNING in bchfs_truncate
- From: syzbot <syzbot+247ac87eabcb1f8fa990@xxxxxxxxxxxxxxxxxxxxxxxxx>
- bug in may_dedupe_file allows to deduplicate files we aren't allowed to write to
- From: Hugo Valtier <hugo@xxxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING in mb_cache_destroy
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH 4/5] selftests/bpf: make use of PROCFS_PROCMAP_QUERY ioctl, if available
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH 3/5] tools: sync uapi/linux/fs.h header into tools subdir
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH 1/5] fs/procfs: extract logic for getting VMA name constituents
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [syzbot] [bcachefs?] INFO: task hung in __closure_sync
- From: syzbot <syzbot+7bf808f7fe4a6549f36e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] kernel BUG in bch2_fs_recovery
- From: syzbot <syzbot+05c1843ef85da9e52042@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] epoll: try to be a _bit_ better about file lifetimes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one (2)
- From: syzbot <syzbot+8ff4d7e4aeff9f0a6390@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] fs: WARN when f_count resurrection is attempted
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [syzbot] [kasan?] [mm?] INFO: rcu detected stall in __run_timer_base
- From: syzbot <syzbot+1acbadd9f48eeeacda29@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] WARNING in bch2_trans_srcu_unlock
- From: syzbot <syzbot+1e515cab343dbe5aa38a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/4] gfs2: Add a migrate_folio operation for journalled files
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [syzbot] [jfs?] KASAN: slab-out-of-bounds Read in ea_get (2)
- From: syzbot <syzbot+9dfe490c8176301c1d06@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/4] gfs2: Add a migrate_folio operation for journalled files
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [syzbot] [bcachefs?] INFO: task hung in __closure_sync
- From: syzbot <syzbot+7bf808f7fe4a6549f36e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_varint_decode_fast
- From: syzbot <syzbot+66b9b74f6520068596a9@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] BUG: unable to handle kernel paging request in bch2_fs_btree_key_cache_exit
- From: syzbot <syzbot+a35cdb62ec34d44fb062@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] WARNING in __virt_to_phys (3)
- From: syzbot <syzbot+3333603f569fc2ef258c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 03/29] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [RFC] Documentation: Add initial iomap document
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v4 02/29] x86/mm: add ARCH_PKEY_BITS to Kconfig
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super()
- From: John Groves <John@xxxxxxxxxx>
- [syzbot] [bcachefs?] WARNING in bch2_trans_srcu_unlock
- From: syzbot <syzbot+1e515cab343dbe5aa38a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] kernel BUG in bch2_btree_node_read_done
- From: syzbot <syzbot+bf7215c0525098e7747a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 05/11] mm: split a folio in minimum folio order chunks
- From: Zi Yan <ziy@xxxxxxxxxx>
- [syzbot] [bcachefs?] kernel BUG in bch2_btree_node_read_done
- From: syzbot <syzbot+bf7215c0525098e7747a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] WARNING in cleanup_srcu_struct (4)
- From: syzbot <syzbot+6cf577c8ed4e23fe436b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 04/11] readahead: allocate folios with mapping_min_order in readahead
- From: Hannes Reinecke <hare@xxxxxxx>
- [syzbot] [bcachefs?] WARNING in __virt_to_phys (3)
- From: syzbot <syzbot+3333603f569fc2ef258c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2] afs: Fix fileserver rotation getting stuck
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH v2 08/12] famfs: module operations & fs_context
- From: John Groves <John@xxxxxxxxxx>
- [RFC] Documentation: Add initial iomap document
- From: "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx>
- Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING in mb_cache_destroy
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] sysctl: treewide: constify ctl_table_header::ctl_table_arg
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- [syzbot] [jfs?] UBSAN: shift-out-of-bounds in extAlloc (2)
- From: syzbot <syzbot+13e8cd4926977f8337b6@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_varint_decode_fast
- From: syzbot <syzbot+66b9b74f6520068596a9@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v4 29/29] KVM: selftests: get-reg-list: add Permission Overlay registers
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 27/29] kselftest/arm64: parse POE_MAGIC in a signal frame
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 26/29] kselftest/arm64: add HWCAP test for FEAT_S1POE
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 25/29] selftests: mm: make protection_keys test work on arm64
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 24/29] selftests: mm: move fpregs printing
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 23/29] kselftest/arm64: move get_header()
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 22/29] arm64: add Permission Overlay Extension Kconfig
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 21/29] arm64/ptrace: add support for FEAT_POE
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 20/29] arm64: enable POE and PIE to coexist
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 19/29] arm64: enable PKEY support for CPUs with S1POE
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 18/29] arm64: add POE signal support
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 17/29] arm64: implement PKEYS support
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 16/29] arm64: add pte_access_permitted_no_overlay()
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 15/29] arm64: handle PKEY/POE faults
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 14/29] arm64: mask out POIndex when modifying a PTE
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 12/29] arm64: add POIndex defines
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 11/29] arm64: re-order MTE VM_ flags
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 06/29] arm64: context switch POR_EL0 register
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 05/29] arm64: cpufeature: add Permission Overlay Extension cpucap
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 03/29] mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 02/29] x86/mm: add ARCH_PKEY_BITS to Kconfig
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 01/29] powerpc/mm: add ARCH_PKEY_BITS to Kconfig
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [PATCH v4 00/29] arm64: Permission Overlay Extension
- From: Joey Gouly <joey.gouly@xxxxxxx>
- Re: [PATCH 6/6] z_erofs_pcluster_begin(): don't bother with rounding position down
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bcachefs?] BUG: unable to handle kernel paging request in bch2_fs_btree_key_cache_exit
- From: syzbot <syzbot+a35cdb62ec34d44fb062@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
- From: Bui Quang Minh <minhquangbui99@xxxxxxxxx>
- [syzbot] [bcachefs?] BUG: unable to handle kernel paging request in bch2_fs_btree_key_cache_exit
- From: syzbot <syzbot+a35cdb62ec34d44fb062@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING in mb_cache_destroy
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [syzbot] [jfs?] KASAN: slab-use-after-free Read in dbAllocAG
- From: syzbot <syzbot+4f473fdf2d6579286e09@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] [RFC] dma-buf: fix race condition between poll and close
- From: Dmitry Antipov <dmantipov@xxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING in mb_cache_destroy
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] ext2: Remove LEGACY_DIRECT_IO dependency
- From: Jan Kara <jack@xxxxxxx>
- [PATCH v5 00/11] enable bs > ps in XFS
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 02/11] fs: Allow fine-grained control of folio sizes
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 11/11] xfs: enable block size larger than page size support
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 04/11] readahead: allocate folios with mapping_min_order in readahead
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 03/11] filemap: allocate mapping_min_order folios in the page cache
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 08/11] xfs: use kvmalloc for xattr buffers
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 01/11] readahead: rework loop in page_cache_ra_unbounded()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 05/11] mm: split a folio in minimum folio order chunks
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 09/11] xfs: expose block size in stat
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH v5 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING in mb_cache_destroy
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2 4/4] mm: remove stale comment __folio_mark_dirty
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 3/4] mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 2/4] mm: correct calculation of wb's bg_thresh in cgroup domain
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] ext2: Remove LEGACY_DIRECT_IO dependency
- From: "Ritesh Harjani (IBM)" <ritesh.list@xxxxxxxxx>
- Re: [PATCH v2 1/4] mm: enable __wb_calc_thresh to calculate dirty background threshold
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- Re: [PATCH 1/5] fs: Do not allow get_file() to resurrect 0 f_count
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] [RFC] dma-buf: fix race condition between poll and close
- From: Christian König <christian.koenig@xxxxxxx>
- Re: [syzbot] [iomap?] WARNING in iomap_iter (2)
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] [RFC] dma-buf: fix race condition between poll and close
- From: Dmitry Antipov <dmantipov@xxxxxxxxx>
- [PATCH v2 8/9] set_blocksize(): switch to passing struct file *
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 6/9] swsusp: don't bother with setting block size
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 9/9] make set_blocksize() fail unless block device is opened exclusive
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 3/9] swapon(2)/swapoff(2): don't bother with block size
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 2/9] pktcdvd: sort set_blocksize() calls out
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 7/9] btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 5/9] zram: don't bother with reopening - just use O_EXCL for open
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 4/9] swapon(2): open swap with O_EXCL
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 1/9] bcache_register(): don't bother with set_blocksize()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] z_erofs_pcluster_begin(): don't bother with rounding position down
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_write_inline_data
- From: syzbot <syzbot+f4582777a19ec422b517@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCHES v2][RFC] set_blocksize() rework
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [ext4?] WARNING in mb_cache_destroy
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen <allen.lkml@xxxxxxxxx>
- Re: [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen <allen.lkml@xxxxxxxxx>
- Re: [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 8/8] bdev: move ->bd_make_it_fail to ->__bd_flags
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 7/8] bdev: move ->bd_ro_warned to ->__bd_flags
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 6/8] bdev: move ->bd_has_subit_bio to ->__bd_flags
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 5/8] bdev: move ->bd_write_holder into ->__bd_flags
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 4/8] bdev: move ->bd_read_only to ->__bd_flags
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 3/8] bdev: infrastructure for flags
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 2/8] wrapper for access to ->bd_partno
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 1/8] Use bdev_is_paritition() instead of open-coding it
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHES][RFC] packing struct block_device flags
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v3] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen Pais <apais@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/5] fs: Do not allow get_file() to resurrect 0 f_count
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 1/4] btrfs: Remove duplicate included header
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 1/5] fs: Do not allow get_file() to resurrect 0 f_count
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 5/5] fs: Convert struct file::f_count to refcount_long_t
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 4/5] refcount: Introduce refcount_long_t and APIs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 1/5] fs: Do not allow get_file() to resurrect 0 f_count
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 3/5] drm/i915: Do not directly manipulate file->f_count
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 2/5] drm/vmwgfx: Do not directly manipulate file->f_count
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 0/5] fs: Do not allow get_file() to resurrect 0 f_count
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super()
- From: John Groves <John@xxxxxxxxxx>
- Re: [RFC PATCH v2 10/12] famfs: Introduce file_operations read/write
- From: John Groves <John@xxxxxxxxxx>
- Re: [RFC PATCH v2 08/12] famfs: module operations & fs_context
- From: John Groves <John@xxxxxxxxxx>
- Re: [PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH 4/4] crash: Remove duplicate included header
- From: Thorsten Blum <thorsten.blum@xxxxxxxxxx>
- [PATCH 3/4] overlayfs: Remove duplicate included header
- From: Thorsten Blum <thorsten.blum@xxxxxxxxxx>
- [PATCH 2/4] fscache: Remove duplicate included header
- From: Thorsten Blum <thorsten.blum@xxxxxxxxxx>
- [PATCH 1/4] btrfs: Remove duplicate included header
- From: Thorsten Blum <thorsten.blum@xxxxxxxxxx>
- Re: [PATCH 2/4] gfs2: Add a migrate_folio operation for journalled files
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- Re: [PATCH 0/4] More GFS2 folio conversions
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- Re: [PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen <allen.lkml@xxxxxxxxx>
- Re: [PATCH 0/3] bit more FS_IOC_GETFSUUID, FS_IOC_GETFSSYSFSPATH
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF TOPIC] Maple Tree Proposed Features
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH] virtiofs: include a newline in sysfs tag
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
- Re: [RFC PATCH v2 10/12] famfs: Introduce file_operations read/write
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 08/12] famfs: module operations & fs_context
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 07/12] famfs prep: Add fs/super.c:kill_char_super()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [syzbot] [btrfs?] kernel BUG in folio_unlock (2)
- From: syzbot <syzbot+9e39ac154d8781441e60@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 08/12] famfs: module operations & fs_context
- From: John Groves <John@xxxxxxxxxx>
- Re: RFC: asserting an inode is locked
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- [PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
- From: Allen Pais <apais@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/1] Remove buffered failover for ext4 and block fops direct writes.
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v2 1/2] seq_file: Optimize seq_puts()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v7 00/16] netfs, cifs: Delegate high-level I/O to netfslib
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC PATCH 1/1] Remove buffered failover for ext4 and block fops direct writes.
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] fs/xattr: unify *at syscalls
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fs/xattr: unify *at syscalls
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v4 02/12] nilfs2: drop usage of page_index
- From: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF TOPIC] Maple Tree Proposed Features
- From: Jan Kara <jack@xxxxxxx>
- [syzbot] [iomap?] WARNING in iomap_iter (2)
- From: syzbot <syzbot+0a3683a0a6fecf909244@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] fs/xattr: unify *at syscalls
- From: Jan Kara <jack@xxxxxxx>
- Re: [syzbot] [ext4?] WARNING in mb_cache_destroy
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v4 11/12] mm: drop page_index and convert folio_index to use folio
- From: Kairui Song <ryncsn@xxxxxxxxx>
- Re: [PATCH v4 11/12] mm: drop page_index and convert folio_index to use folio
- From: Kairui Song <ryncsn@xxxxxxxxx>
- Re: [PATCH v3 17/21] iomap: Atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v4 11/12] mm: drop page_index and convert folio_index to use folio
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 09/21] xfs: Do not free EOF blocks for forcealign
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v4 12/12] mm/swap: reduce swap cache search space
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 11/12] mm: drop page_index and convert folio_index to use folio
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 10/12] mm: remove page_file_offset and folio_file_pos
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 09/12] mm/swap: get the swap device offset directly
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 08/12] nfs: drop usage of folio_file_pos
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 07/12] netfs: drop usage of folio_file_pos
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 06/12] afs: drop usage of folio_file_pos
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 05/12] cifs: drop usage of page_file_offset
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 04/12] NFS: remove nfs_page_lengthg and usage of page_index
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 03/12] ceph: drop usage of page_index
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 02/12] nilfs2: drop usage of page_index
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 01/12] f2fs: drop usage of page_index
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v4 00/12] mm/swap: clean up and optimize swap cache index
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [syzbot] [jfs?] KASAN: slab-use-after-free Read in jfs_strfromUCS_le
- From: syzbot <syzbot+c7019fac44a50a2ab16f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
- From: Chandan Babu R <chandanbabu@xxxxxxxxxx>
- Re: [RFC PATCH 1/1] Remove buffered failover for ext4 and block fops direct writes.
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 04/18] fsverity: support block-based Merkle tree caching
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [ANNOUNCE] xfs-linux: for-next updated to 21255afdd729
- From: Chandan Babu R <chandanbabu@xxxxxxxxxx>
- Re: [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v3 17/21] iomap: Atomic write support
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v3 15/21] fs: xfs: iomap: Sub-extent zeroing
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v3 09/21] xfs: Do not free EOF blocks for forcealign
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 25/26] xfs: make it possible to disable fsverity
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v3 10/21] xfs: Update xfs_is_falloc_aligned() mask for forcealign
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [RFC PATCH 1/1] Remove buffered failover for ext4 and block fops direct writes.
- From: Jeremy Bongio <bongiojp@xxxxxxxxx>
- [RFC PATCH 0/1] Change failover behavior for DIRECT writes in ext4/block fops
- From: Jeremy Bongio <bongiojp@xxxxxxxxx>
- Re: [PATCH 25/26] xfs: make it possible to disable fsverity
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 13/26] xfs: widen flags argument to the xfs_iflags_* helpers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 05/26] xfs: use an empty transaction to protect xfs_attr_get from deadlocks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 18/18] iomap: integrate fs-verity verification into iomap's read path
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 04/18] fsverity: support block-based Merkle tree caching
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v3 1/3] LSM: add security_execve_abort() hook
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 09/10] writeback: factor out wb_dirty_exceeded to remove repeated code
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 08/10] writeback: factor out balance_domain_limits to remove repeated code
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 07/10] writeback: factor out wb_dirty_freerun to remove more repeated freerun code
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 06/10] writeback: Factor out code of freerun to remove repeated code
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v2 14/22] netfs: New writeback implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 05/10] writeback: call domain_dirty_avail in balance_dirty_pages
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 04/10] writeback use [global/wb]_domain_dirty_avail helper in cgwb_calc_thresh
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 03/10] writeback: factor out domain_over_bg_thresh to remove repeated code
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 02/10] writeback: add general function domain_dirty_avail to calculate dirty and avail of domain
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 01/10] writeback: factor out wb_bg_dirty_limits to remove repeated code
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH] XArray: Set the marks correctly when splitting an entry
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v2 0/4] Fix and cleanups to page-writeback
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH] XArray: Set the marks correctly when splitting an entry
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: [PATCH v4 04/34] ext4: drop iblock parameter
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH v4 03/34] ext4: trim delalloc extent
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC v2 1/1] fs/namespace: defer RCU sync for MNT_DETACH umount
- From: Ian Kent <raven@xxxxxxxxxx>
- [syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in attr_make_nonresident
- From: syzbot <syzbot+5b6ed16da1077f45bc8e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 15/21] fs: xfs: iomap: Sub-extent zeroing
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign
- From: John Garry <john.g.garry@xxxxxxxxxx>
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[Linux XFS]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]