Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
- From: Mark Brown <broonie@xxxxxxxxxx>
- RE: [PATCH v7 0/3] FDP and per-io hints
- From: "James R. Bergsten" <jim@xxxxxxxxxxxxxxxx>
- [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 32/33] riscv: Documentation for shadow stack on riscv
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 21/33] riscv/traps: Introduce software check exception
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 14/33] riscv mmu: write protect and shadow stack
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 12/33] riscv mm: manufacture shadow stack pte
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- [PATCH 00/33] riscv control-flow integrity for usermode
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- Re: [PATCH v6 6/7] xfs: Validate atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2] rust: add PidNamespace
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v3] add group restriction bitmap
- From: stsp <stsp2@xxxxxxxxx>
- Re: [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] add group restriction bitmap
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH v3] rust: add PidNamespace
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v6 6/7] xfs: Validate atomic writes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v6 3/7] fs: iomap: Atomic write support
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- Re: [PATCH v2] rust: add PidNamespace
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm
- From: Tycho Andersen <tycho@tycho.pizza>
- [PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
- From: Tycho Andersen <tycho@tycho.pizza>
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- From: Tycho Andersen <tycho@tycho.pizza>
- Re: [PATCH v3] add group restriction bitmap
- From: stsp <stsp2@xxxxxxxxx>
- Re: [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
- From: Jan Kara <jack@xxxxxxx>
- FIFREEZE on loop device does not return EBUSY
- From: Jean-Louis Dupond <jean-louis@xxxxxxxxx>
- Re: [PATCH v6 6/7] xfs: Validate atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3] add group restriction bitmap
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH v2] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [regression] getdents() does not list entries created after opening the directory
- From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH] drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flags
- From: Heiko Stübner <heiko@xxxxxxxxx>
- Re: [regression] getdents() does not list entries created after opening the directory
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v3] add group restriction bitmap
- From: stsp <stsp2@xxxxxxxxx>
- [regression] getdents() does not list entries created after opening the directory
- From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [PATCH v3] add group restriction bitmap
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH v8 12/12] tmpfs: add support for multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 11/12] btrfs: convert to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 10/12] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 09/12] xfs: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 06/12] fs: add percpu counters for significant multigrain timestamp events
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v8 00/12] fs: multigrain timestamp redux
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 05/12] mm/memory: Add dax_insert_pfn
- From: Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx>
- Re: [PATCH v2] rust: add PidNamespace
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [PATCH] rust: add seqfile abstraction
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2] selftests/proc: Add test to check unmapped process
- From: Siddharth Menon <simeddon@xxxxxxxxx>
- Re: optimizing backing file setup
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
- From: Joey Gouly <joey.gouly@xxxxxxx>
- [no subject]
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2] rust: add PidNamespace
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [syzbot] [hfs?] KMSAN: uninit-value in __hfs_ext_cache_extent (2)
- From: syzbot <syzbot+d395b0c369e492a17530@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v7 0/3] FDP and per-io hints
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH 2/6] fs/ntfs3: Additional check in ni_clear()
- From: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 0/6] Syzbot bugfixes and refactoring
- From: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 3/6] fs/ntfs3: Sequential field availability check in mi_enum_attr()
- From: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 4/6] fs/ntfs3: Fix general protection fault in run_is_mapped_full
- From: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 1/6] fs/ntfs3: Fix possible deadlock in mi_read
- From: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] rust: add seqfile abstraction
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH] rust: add seqfile abstraction
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [GIT PULL] zonefs changes for 6.12-rc2
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- [syzbot] [usb?] [ext4?] [input?] INFO: rcu detected stall in sys_pselect6 (2)
- From: syzbot <syzbot+310c88228172bcf54bef@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH 6/6] fs/ntfs3: Format output messages like others fs in kernel
- From: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 5/6] fs/ntfs3: Additional check in ntfs_file_release
- From: Konstantin Komarov <almaz.alexandrovich@xxxxxxxxxxxxxxxxxxxx>
- [viro-vfs:work.headers.unaligned 1/2] arch/arc/include/asm/mmu.h:17:71: warning: 'struct pt_regs' declared inside parameter list will not be visible outside of this definition or declaration
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction
- From: Dirk Behme <dirk.behme@xxxxxxxxxxxx>
- Re: [PATCH v6 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 1/2] rust: types: add Opaque::try_ffi_init
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [PATCH v6 5/7] xfs: Support atomic write for statx
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v6 2/7] fs: Export generic_atomic_write_valid()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v6 5/7] xfs: Support atomic write for statx
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH v2 1/2] rust: types: add Opaque::try_ffi_init
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH v2 0/2] Miscdevices in Rust
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [syzbot] [fuse?] WARNING in fuse_write_file_get (2)
- From: syzbot <syzbot+f69287fa1bf99c7c3321@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 3/7] fs: iomap: Atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Christian Theune <ct@xxxxxxxxxxxxxxx>
- [PATCH v2] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
- From: Chang Yu <marcus.yu.56@xxxxxxxxx>
- Re: [PATCH] netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
- From: Chang Yu <marcus.yu.56@xxxxxxxxx>
- [viro-vfs:work.xattr 9/9] fs/xattr.c:971:28: error: use of undeclared identifier 'pathname'; did you mean 'putname'?
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Chris Mason <clm@xxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Davidlohr Bueso <dave@xxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Davidlohr Bueso <dave@xxxxxxxxxxxx>
- Re: [PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
- From: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
- Re: [PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [GIT PULL] vfs fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3] add group restriction bitmap
- From: Stas Sergeev <stsp2@xxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2] add group restriction bitmap
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Christian Theune <ct@xxxxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- [PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v7 3/3] io_uring: enable per-io hinting capability
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v7 2/3] block, fs: restore kiocb based write hint processing
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v7 1/3] nvme: enable FDP support
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v7 0/3] FDP and per-io hints
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v2] Fix NULL pointer dereference in read_cache_folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] pidfs: check for valid pid namespace
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Christian Theune <ct@xxxxxxxxxxxxxxx>
- Re: [PATCH v2] Fix NULL pointer dereference in read_cache_folio
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v6 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v6 6/7] xfs: Validate atomic writes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v6 5/7] xfs: Support atomic write for statx
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process
- From: Siddharth Menon <simeddon@xxxxxxxxx>
- Re: [PATCH] fanotify: allow reporting errors on failure to open fd
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v6 3/7] fs: iomap: Atomic write support
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: optimizing backing file setup
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH] fanotify: allow reporting errors on failure to open fd
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- Re: [PATCH v2 1/4] erofs: add file-backed mount support
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: [PATCH v2 1/4] erofs: add file-backed mount support
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [GIT PULL] vfs fixes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v4 10/10] fuse: convert fuse_notify_store to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 09/10] fuse: convert fuse_retrieve to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 08/10] fuse: use the folio based vmstat helpers
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 07/10] fuse: convert fuse_writepage_need_send to take a folio
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 06/10] fuse: convert fuse_do_readpage to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 05/10] fuse: use kiocb_modified in buffered write path
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 04/10] fuse: convert fuse_page_mkwrite to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 03/10] fuse: convert fuse_fill_write_pages to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 02/10] fuse: convert fuse_send_write_pages to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 01/10] fuse: convert readahead to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v4 00/10] fuse: folio conversions
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- Re: [PATCH v3 06/10] fuse: convert fuse_do_readpage to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- Re: [PATCH v3 01/10] fuse: convert readahead to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH RESEND] xarray: document that xa_alloc uses the smallest index
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- [PATCH v6 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v6 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v6 6/7] xfs: Validate atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v6 0/7] block atomic writes for xfs
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v6 2/7] fs: Export generic_atomic_write_valid()
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v6 5/7] xfs: Support atomic write for statx
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v6 3/7] fs: iomap: Atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 08/35] fs: Reorganize kerneldoc parameter names
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] fs/proc/kcore.c: Allow translation of physical memory addresses
- From: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
- Re: [PATCH] netfs: Fix the netfs_folio tracepoint to handle NULL mapping
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] netfs: Add folio_queue API documentation
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: (subset) [PATCH 08/35] fs: Reorganize kerneldoc parameter names
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH] netfs: Fix the netfs_folio tracepoint to handle NULL mapping
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] ext4: don't set SB_RDONLY after filesystem errors
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 08/35] fs: Reorganize kerneldoc parameter names
- From: Julia Lawall <Julia.Lawall@xxxxxxxx>
- [PATCH 09/35] sysctl: Reorganize kerneldoc parameter names
- From: Julia Lawall <Julia.Lawall@xxxxxxxx>
- [PATCH 00/35] Reorganize kerneldoc parameter names
- From: Julia Lawall <Julia.Lawall@xxxxxxxx>
- [viro-vfs:work.fd 1/31] include/linux/file.h: linux/err.h is included more than once.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH] ext4: don't set SB_RDONLY after filesystem errors
- From: Jan Stancek <jstancek@xxxxxxxxxx>
- [PATCH] netfs: Add folio_queue API documentation
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] [PATCH] vfs/ext4: Fixed a potential problem related to an infinite loop
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] vfs: Add a sysctl for automated deletion of dentry
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [RFC PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- [RFC PATCH 2/3] pidfd: add PIDFD_SELF sentinel to refer to own process
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- [RFC PATCH 1/3] pidfd: refactor pidfd_get_pid/to_pid() and de-duplicate pid lookup
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- [RFC PATCH 0/3] introduce PIDFD_SELF
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- [PATCH v2] Fix NULL pointer dereference in read_cache_folio
- From: Gianfranco Trad <gianf.trad@xxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v2] add group restriction bitmap
- From: Stas Sergeev <stsp2@xxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2] xfs: do not unshare any blocks beyond eof
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH v1] Fix NULL pointer dereference in read_cache_folio
- From: Gianfranco Trad <gianf.trad@xxxxxxxxx>
- [PATCH] [RFC] add group restriction bitmap
- From: Stas Sergeev <stsp2@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v2] vfs: Add a sysctl for automated deletion of dentry
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v2] vfs: Add a sysctl for automated deletion of dentry
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
- From: Alejandro Colomar <alx@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2] xfs: do not unshare any blocks beyond eof
- From: Julian Sun <sunjunchao2870@xxxxxxxxx>
- Re: [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
- From: Alejandro Colomar <alx@xxxxxxxxxx>
- Re: [PATCH] [PATCH] vfs/ext4: Fixed a potential problem related to an infinite loop
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- [PATCH v2 2/2] unicode: kunit: change tests filename and path
- From: Pedro Orlando <porlando@xxxxxxxxxx>
- [PATCH v2 1/2] unicode: kunit: refactor selftest to kunit tests
- From: Pedro Orlando <porlando@xxxxxxxxxx>
- [PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
- From: Pedro Orlando <porlando@xxxxxxxxxx>
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
- From: Kees Cook <kees@xxxxxxxxxx>
- [PATCH] lib/fast_list.c
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [GIT PULL] vfs netfs
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v6 1/2] fuse: add optional kernel-enforced timeout for requests
- From: Bernd Schubert <bernd.schubert@xxxxxxxxxxx>
- [syzbot] [fuse?] WARNING in fuse_request_end (2)
- From: syzbot <syzbot+554c4743d0f2d52d990d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] xfs: do not unshare any blocks beyond eof
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [syzbot] [hfs?] possible deadlock in hfsplus_file_extend
- From: syzbot <syzbot+325b61d3c9a17729454b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 10/10] fuse: convert fuse_notify_store to use folios
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v3 09/10] fuse: convert fuse_retrieve to use folios
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v3 07/10] fuse: convert fuse_writepage_need_send to take a folio
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v3 06/10] fuse: convert fuse_do_readpage to use folios
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v3 04/10] fuse: convert fuse_page_mkwrite to use folios
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v3 03/10] fuse: convert fuse_fill_write_pages to use folios
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v3 02/10] fuse: convert fuse_send_write_pages to use folios
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v3 01/10] fuse: convert readahead to use folios
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 10/10] fuse: convert fuse_notify_store to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 09/10] fuse: convert fuse_retrieve to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 08/10] fuse: use the folio based vmstat helpers
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 07/10] fuse: convert fuse_writepage_need_send to take a folio
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 06/10] fuse: convert fuse_do_readpage to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 05/10] fuse: use kiocb_modified in buffered write path
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 04/10] fuse: convert fuse_page_mkwrite to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 03/10] fuse: convert fuse_fill_write_pages to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 02/10] fuse: convert fuse_send_write_pages to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 01/10] fuse: convert readahead to use folios
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- [PATCH v3 00/10] fuse: folio conversions
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- Re: [GIT PULL] vfs netfs
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [syzbot] [overlayfs?] general protection fault in ovl_llseek
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [overlayfs?] general protection fault in ovl_llseek
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [overlayfs?] general protection fault in ovl_llseek
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 1/2] fuse: add optional kernel-enforced timeout for requests
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [GIT PULL] vfs netfs
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH v2] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH v2 2/2] selftests/exec: add a test to enforce execveat()'s comm
- From: Tycho Andersen <tycho@tycho.pizza>
- [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- From: Tycho Andersen <tycho@tycho.pizza>
- [syzbot] [fs?] possible deadlock in input_inject_event
- From: syzbot <syzbot+79c403850e6816dc39cf@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V3] inotify: Fix possible deadlock in fsnotify_destroy_mark
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] [RFC] rust: add PidNamespace wrapper
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Tycho Andersen <tycho@tycho.pizza>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Sam James <sam@xxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [PATCH V3] inotify: Fix possible deadlock in fsnotify_destroy_mark
- From: Lizhi Xu <lizhi.xu@xxxxxxxxxxxxx>
- [syzbot] [iomap?] KASAN: use-after-free Read in iomap_read_inline_data
- From: syzbot <syzbot+c297885a2650fbdcfdc1@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] [RFC] rust: add PidNamespace wrapper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Tycho Andersen <tycho@tycho.pizza>
- Re: [PATCH V2] inotify: Fix possible deadlock in fsnotify_destroy_mark
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH V2] inotify: Fix possible deadlock in fsnotify_destroy_mark
- From: Lizhi Xu <lizhi.xu@xxxxxxxxxxxxx>
- [PATCH] fanotify: allow reporting errors on failure to open fd
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [syzbot] [overlayfs?] general protection fault in ovl_llseek
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 11/12] mm: Remove pXX_devmap callers
- From: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
- Re: [PATCH] [RFC] rust: add PidNamespace wrapper
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [syzbot] [overlayfs?] general protection fault in ovl_llseek
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v2] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v10 1/8] rust: types: add `NotThreadSafe`
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v2] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] inotify: Fix possible deadlock in fsnotify_destroy_mark
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v10 1/8] rust: types: add `NotThreadSafe`
- From: Gary Guo <gary@xxxxxxxxxxx>
- Re: [PATCH] inotify: Fix possible deadlock in fsnotify_destroy_mark
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v10 0/8] File abstractions needed by Rust Binder
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH] inotify: Fix possible deadlock in fsnotify_destroy_mark
- From: Lizhi Xu <lizhi.xu@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] rust: types: add Opaque::try_ffi_init
- From: Fiona Behrens <me@xxxxxxxxxx>
- Re: [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] netfs: Advance iterator correctly rather than jumping it
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH] netfs: Advance iterator correctly rather than jumping it
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: (subset) [PATCH 6/8] afs: Fix the setting of the server responding flag
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: (subset) [PATCH 4/8] afs: Remove unused struct and function prototype
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: (subset) [PATCH 5/8] afs: Fix possible infinite loop with unresponsive servers
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [GIT PULL] vfs netfs
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 10/12] fs/dax: Properly refcount fs dax pages
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 09/12] mm: Update vm_normal_page() callers to accept FS DAX pages
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH 0/3] Backport statx(..., NULL, AT_EMPTY_PATH, ...)
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH v2] xfs: do not unshare any blocks beyond eof
- From: Julian Sun <sunjunchao2870@xxxxxxxxx>
- [PATCH v2] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails
- From: Julian Sun <sunjunchao2870@xxxxxxxxx>
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- Re: [PATCH 0/3] Miscdevices in Rust
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- [tree-wide] finally take no_llseek out
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [no subject]
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] [PATCH] vfs/ext4: Fixed a potential problem related to an infinite loop
- From: Max Brener <linmaxi@xxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
- From: syzbot <syzbot+1a28995e12fd13faa44e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v6 3/3] io_uring: enable per-io hinting capability
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 0/3] Miscdevices in Rust
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [GIT PULL] vfs netfs
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- [PATCH 2/2] Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- [PATCH 1/2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- [PATCH 0/2 v3] remove PF_MEMALLOC_NORECLAIM
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH v8 00/11] fs: multigrain timestamp redux
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH] pidfs: check for valid pid namespace
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH] [RFC] rust: add PidNamespace wrapper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v10 7/8] rust: file: add `Kuid` wrapper
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCH 0/3] Miscdevices in Rust
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] Miscdevices in Rust
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [PATCH 0/3] Miscdevices in Rust
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 0/3] Miscdevices in Rust
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: filemap: Fix bounds checking in filemap_read()
- From: Mike Snitzer <snitzer@xxxxxxxxxx>
- [PATCH 3/3] rust: miscdevice: add abstraction for defining miscdevices
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH 2/3] rust: file: add f_pos and set_f_pos
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH 1/3] rust: types: add Opaque::try_ffi_init
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- [PATCH 0/3] Miscdevices in Rust
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in read_cache_folio
- From: syzbot <syzbot+4089e577072948ac5531@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 06/17] firmware: qcom: scm: add a call for deriving the software secret
- From: Bartosz Golaszewski <brgl@xxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- [PATCH v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
- From: Xi Ruoyao <xry111@xxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Ariel Miculas <amiculas@xxxxxxxxx>
- Re: optimizing backing file setup
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] acl: Annotate struct posix_acl with __counted_by()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- Re: [PATCH AUTOSEL 6.6 048/139] proc: add config & param to block forcing mem writes
- From: Adrian Ratiu <adrian.ratiu@xxxxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Ariel Miculas <amiculas@xxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Ariel Miculas <amiculas@xxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- optimizing backing file setup
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
- From: Julian Sun <sunjunchao2870@xxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: Re: [PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- [PATCH] sysctl: Reduce dput(child) calls in proc_sys_fill_cache()
- From: Markus Elfring <Markus.Elfring@xxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Ariel Miculas <amiculas@xxxxxxxxx>
- Re: Re: [PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
- From: Oliver Sang <oliver.sang@xxxxxxxxx>
- Re: [linus:master] [netfs] cd0277ed0c: BUG:KASAN:slab-use-after-free_in_copy_from_iter
- From: Oliver Sang <oliver.sang@xxxxxxxxx>
- Re: [PATCH] acl: Annotate struct posix_acl with __counted_by()
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
- From: "NeilBrown" <neilb@xxxxxxx>
- Re: [PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
- From: "NeilBrown" <neilb@xxxxxxx>
- Re: [PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Ariel Miculas <amiculas@xxxxxxxxx>
- Re: [fuse-devel] Symlink caching: Updating the target can result in corrupted symlinks - kernel issue?
- From: Bernd Schubert <bernd.schubert@xxxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Tycho Andersen <tycho@tycho.pizza>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] epoll: Add synchronous wakeup support for ep_poll_callback
- From: Brian Geffon <bgeffon@xxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Report "WARNING in putname"
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Christian Theune <ct@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Kairui Song <ryncsn@xxxxxxxxx>
- Re: [PATCH] hpfs: convert hpfs to use the new mount api
- From: Eric Sandeen <sandeen@xxxxxxxxxx>
- Re: [PATCH AUTOSEL 6.6 048/139] proc: add config & param to block forcing mem writes
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Report "WARNING in putname"
- From: reveliofuzzing <reveliofuzzing@xxxxxxxxx>
- Re: [RFC PATCH 03/24] erofs: add Errno in Rust
- From: Ariel Miculas <amiculas@xxxxxxxxx>
- Re: [PATCH] bcachefs: return the error code instead of the return value of IS_ERR_OR_NULL
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
- From: Xi Ruoyao <xry111@xxxxxxxxxxx>
- Re: [fuse-devel] Symlink caching: Updating the target can result in corrupted symlinks - kernel issue?
- From: Bernd Schubert <bernd.schubert@xxxxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- [PATCH] hpfs: convert hpfs to use the new mount api
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [fuse-devel] Symlink caching: Updating the target can result in corrupted symlinks - kernel issue?
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH] epoll: annotate racy check
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH 1/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- [PATCH 0/1] ext4: fix crash on BUG_ON in ext4_alloc_group_tables
- From: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- Re: [PATCH v2 04/16] overlayfs: Document critical override_creds() operations
- From: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- Re: [PATCH v10 1/8] rust: types: add `NotThreadSafe`
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- Re: [PATCH v6 3/3] io_uring: enable per-io hinting capability
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH] bcachefs: return the error code instead of the return value of IS_ERR_OR_NULL
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: [PATCH v6 3/3] io_uring: enable per-io hinting capability
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [fuse-devel] Symlink caching: Updating the target can result in corrupted symlinks - kernel issue?
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 138/139] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 133/139] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 076/139] coredump: Standartize and fix logging
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 048/139] proc: add config & param to block forcing mem writes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 195/197] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 190/197] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 101/197] coredump: Standartize and fix logging
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 071/197] netfs: Cancel dirty folios that have no storage destination
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 054/197] proc: add config & param to block forcing mem writes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 018/197] fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH AUTOSEL 6.11 242/244] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 118/244] coredump: Standartize and fix logging
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 086/244] netfs: Cancel dirty folios that have no storage destination
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 065/244] vfs: use RCU in ilookup
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 064/244] proc: add config & param to block forcing mem writes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Jan Kara <jack@xxxxxxx>
- [PATCH AUTOSEL 6.11 021/244] fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 020/244] exec: don't WARN for racy path_noexec check
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH] epoll: annotate racy check
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v6 3/3] io_uring: enable per-io hinting capability
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v10 1/8] rust: types: add `NotThreadSafe`
- From: Alice Ryhl <aliceryhl@xxxxxxxxxx>
- Re: [GIT PULL] Fsnotify changes for 6.12-rc1
- From: Jan Kara <jack@xxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH V2 0/7] mm: Use pxdp_get() for accessing page table entries
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v2 04/16] overlayfs: Document critical override_creds() operations
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
- From: "Lai, Yi" <yi1.lai@xxxxxxxxxxxxxxx>
- Re: fix stale delalloc punching for COW I/O v4
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: fix stale delalloc punching for COW I/O v3
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2 0/2] API for exporting connectable file handles to userspace
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH] epoll: annotate racy check
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Jan Kara <jack@xxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.
- From: Hongbo Li <lihongbo22@xxxxxxxxxx>
- Re: [PATCH] acl: Annotate struct posix_acl with __counted_by()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.
- From: Jan Kara <jack@xxxxxxx>
- Re: [syzbot] [bcachefs?] kernel BUG in vfs_get_tree
- From: syzbot <syzbot+c0360e8367d6d8d04a66@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v6 3/3] io_uring: enable per-io hinting capability
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v6 2/3] block, fs: restore kiocb based write hint processing
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [PATCH v6 1/3] nvme: enable FDP support
- From: Hannes Reinecke <hare@xxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.
- From: Hongbo Li <lihongbo22@xxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2] fs: ext4: support relative path for `journal_path` in mount option.
- From: Hongbo Li <lihongbo22@xxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Fsnotify changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [GIT PULL] Fsnotify changes for 6.12-rc1
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Tycho Andersen <tycho@tycho.pizza>
- Re: [GIT PULL] fuse update for 6.12
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] BPF struct_fd changes for 6.12
- From: pr-tracker-bot@xxxxxxxxxx
- 6.12/BUG: KASAN: slab-use-after-free in m_next at fs/proc/task_mmu.c:187
- From: Mikhail Gavrilov <mikhail.v.gavrilov@xxxxxxxxx>
- Re: [syzbot] [bcachefs?] kernel BUG in vfs_get_tree
- From: syzbot <syzbot+c0360e8367d6d8d04a66@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: André Almeida <andrealmeid@xxxxxxxxxx>
- Re: [linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: Gabriel Krisman Bertazi <gabriel@xxxxxxxxxx>
- Re: [linus:master] [netfs] cd0277ed0c: BUG:KASAN:slab-use-after-free_in_copy_from_iter
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH v3 1/1] fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: André Almeida <andrealmeid@xxxxxxxxxx>
- Re: [PATCH v2 04/16] overlayfs: Document critical override_creds() operations
- From: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxx>
- Re: [PATCH 0/2] add block size > page size support to ramfs
- From: Pankaj Raghav <kernel@xxxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] add block size > page size support to ramfs
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v10 1/8] rust: types: add `NotThreadSafe`
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 2/2] ramfs: enable block size > page size
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- [PATCH 1/2] ramfs: add blocksize mount option
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- [PATCH 0/2] add block size > page size support to ramfs
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Chris Mason <clm@xxxxxxxx>
- Re: [PATCH] tools: fix shared radix-tree build
- From: Sid Kumar <sidhartha.kumar@xxxxxxxxxx>
- [GIT PULL] fuse update for 6.12
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [GIT PULL] sysctl changes for v6.12-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- [PATCH] tools: fix shared radix-tree build
- From: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
- Re: [RFC] exec: add a flag for "reasonable" execveat() comm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Sam James <sam@xxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [GIT PULL] BPF struct_fd changes for 6.12
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [GIT PULL] Fsnotify changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Report "general protection fault in sysctl_print_dir"
- From: reveliofuzzing <reveliofuzzing@xxxxxxxxx>
- Re: Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Report "general protection fault in do_select"
- From: reveliofuzzing <reveliofuzzing@xxxxxxxxx>
- Re: [PATCH v5 19/30] arm64: add POE signal support
- From: Dave Martin <Dave.Martin@xxxxxxx>
- Re: [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [RFC] exec: add a flag for "reasonable" execveat() comm
- From: Tycho Andersen <tycho@tycho.pizza>
- Re: [PATCH] fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- Re: [PATCH v5 19/30] arm64: add POE signal support
- From: Kevin Brodsky <kevin.brodsky@xxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 03/10] ext4: drop ext4_update_disksize_before_punch()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 03/10] ext4: drop ext4_update_disksize_before_punch()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 10/10] ext4: factor out a common helper to lock and flush data before fallocate
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] fuse: cleanup request queuing towards virtiofs
- From: "Lai, Yi" <yi1.lai@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/14] forcealign for xfs
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 1/1] fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [RFC PATCH V2 1/3] KVM: guest_memfd: Extend creation API to support NUMA mempolicy
- From: Shivank Garg <shivankg@xxxxxxx>
- Re: [PATCH v6 1/3] nvme: enable FDP support
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] acl: Annotate struct posix_acl with __counted_by()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v6 3/3] io_uring: enable per-io hinting capability
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH v6 2/3] block, fs: restore kiocb based write hint processing
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v6 3/3] io_uring: enable per-io hinting capability
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v6 0/3] per-io hints and FDP
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- [PATCH v6 1/3] nvme: enable FDP support
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v2 1/4] erofs: add file-backed mount support
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 4/5] sd: limit to use write life hints
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [GIT PULL] Fsnotify changes for 6.12-rc1
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v5 4/5] sd: limit to use write life hints
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v2 1/4] erofs: add file-backed mount support
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH] fuse: cleanup request queuing towards virtiofs
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 10/10] ext4: factor out a common helper to lock and flush data before fallocate
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 09/10] ext4: factor out the common checking part of all fallocate operations
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 03/10] ext4: drop ext4_update_disksize_before_punch()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/10] xfs: zeroing already holds invalidate_lock
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
- From: Christoph Hellwig <hch@xxxxxx>
- fix stale delalloc punching for COW I/O v4
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/14] forcealign for xfs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [no subject]
- Re: [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 06/10] xfs: zeroing already holds invalidate_lock
- From: Christoph Hellwig <hch@xxxxxx>
- RE: [EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
- From: Krishna Vivek Vitta <kvitta@xxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
- From: "Lai, Yi" <yi1.lai@xxxxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH] fuse: cleanup request queuing towards virtiofs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] fuse: cleanup request queuing towards virtiofs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH] acl: Annotate struct posix_acl with __counted_by()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [RFC] struct filename, io_uring and audit troubles
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [GIT PULL] Fsnotify changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] unicode: kunit: change tests filename and path
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Fsnotify changes for 6.12-rc1
- From: Jan Kara <jack@xxxxxxx>
- Re: [GIT PULL] bcachefs changes for 6.12-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Quota and isofs cleanups for v6.12-rc1
- From: pr-tracker-bot@xxxxxxxxxx
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[Linux XFS]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]