Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v5 1/2] Add ftruncate_file that truncates a struct file
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v5 1/2] Add ftruncate_file that truncates a struct file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: Roadmap for netfslib and local caching (cachefiles)
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [syzbot] [jfs?] INFO: task hung in path_mount (2)
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH net] tcp: add sanity checks to rx zerocopy
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- [PATCH v2 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- Re: [syzbot] [jfs?] INFO: task hung in path_mount (2)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] [jfs?] INFO: task hung in path_mount (2)
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with missing tag storage
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 29/35] arm64: mte: copypage: Handle tag restoring when missing tag storage
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 21/35] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 20/35] arm64: mte: Add tag storage memory to CMA
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 16/35] KVM: arm64: Don't deny VM_PFNMAP VMAs when kvm_has_mte()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 15/35] of: fdt: Add of_flat_read_u32()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 14/35] of: fdt: Return the region size in of_flat_dt_translate_address()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [linux-next:master] BUILD REGRESSION 01af33cc9894b4489fb68fa35c40e9fe85df63dc
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: Roadmap for netfslib and local caching (cachefiles)
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [syzbot] [jfs?] INFO: task hung in path_mount (2)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH net] tcp: add sanity checks to rx zerocopy
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [syzbot] [jfs?] INFO: task hung in path_mount (2)
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH net] tcp: add sanity checks to rx zerocopy
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH 3/3] Enable support for tmpfs quotas
- [PATCH 2/3] Add quotactl_fd() support
- [PATCH 1/3] Rename searched_dir->sd_dir to sd_isdir
- [PATCH 0/3] Add support for tmpfs quotas
- [LSF/MM TOPIC] Making pseudo file systems inodes/dentries more like normal file systems
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: Roadmap for netfslib and local caching (cachefiles)
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: Roadmap for netfslib and local caching (cachefiles)
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: Roadmap for netfslib and local caching (cachefiles)
- From: Benjamin Coddington <bcodding@xxxxxxxxxx>
- Re: [PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Roadmap for netfslib and local caching (cachefiles)
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 5.10/5.15 v2 1/1 RFC] mm/truncate: Replace page_mapped() call in invalidate_inode_page()
- From: Roman Smirnov <r.smirnov@xxxxxx>
- [PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
- From: Roman Smirnov <r.smirnov@xxxxxx>
- Re: [syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [syzbot] [jfs?] INFO: task hung in path_mount (2)
- From: syzbot <syzbot+fb337a5ea8454f5f1e3f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 1/2] fuse: Introduce a new notification type for resend pending requests
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v2 37/41] ocfs2: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [GIT PULL] overlayfs fixes for 6.8-rc2
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 22/41] filelock: clean up locks_delete_block internals
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 30/41] afs: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 32/41] dlm: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 41/41] filelock: split leases out of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 40/41] filelock: remove temporary compatability macros
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 39/41] smb/server: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 38/41] smb/client: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 35/41] nfs: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 36/41] nfsd: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 34/41] lockd: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 33/41] gfs2: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 31/41] ceph: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 29/41] 9p: adapt to breakup of struct file_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to struct file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 09/41] filelock: drop the IS_* macros
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 01/41] filelock: rename some fields in tracepoints
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH net] tcp: add sanity checks to rx zerocopy
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [GIT PULL] netfs fixes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [RFC PATCH 01/19] rust: fs: add registration/unregistration of file systems
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- [PATCH 19/19] writeback: simplify writeback iteration
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/19] writeback: update the kerneldoc comment for tag_pages_for_writeback
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/19] writeback: Remove a use of write_cache_pages() from do_writepages()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/19] writeback: Factor writeback_iter_next() out of write_cache_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/19] writeback: Add for_each_writeback_folio()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/19] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/19] writeback: Use the folio_batch queue iterator
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/19] writeback: Factor writeback_iter_init() out of write_cache_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/19] pagevec: Add ability to iterate a queue
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/19] writeback: Simplify the loops in write_cache_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/19] writeback: Factor writeback_get_batch() out of write_cache_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/19] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/19] writeback: Factor out writeback_finish()
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/19] writeback: only update ->writeback_index for range_cyclic writeback
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/19] writeback: remove a duplicate prototype for tag_pages_for_writeback
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 03/19] writeback: rework the loop termination condition in write_cache_pages
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/19] writeback: also update wbc->nr_to_write on writeback failure
- From: Christoph Hellwig <hch@xxxxxx>
- Convert write_cache_pages() to an iterator v5
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/19] writeback: fix done_index when hitting the wbc->nr_to_write
- From: Christoph Hellwig <hch@xxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
- From: Chandan Babu R <chandanbabu@xxxxxxxxxx>
- [LSF/MM TOPIC] QUIC kernel driver and use by kernel FS
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
- From: syzbot <syzbot+198e7455f3a4f38b838a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- [syzbot] [fs?] BUG: soft lockup in pipe_read
- From: syzbot <syzbot+8b31216d2ea3f2c6905b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically
- From: Keith Busch <kbusch@xxxxxxxxxx>
- [PATCH 1/2] userfaultfd: handle zeropage moves by UFFDIO_MOVE
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 00/30] BPF token
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4] libfs: Attempt exact-match comparison first during casefolded lookup
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v5 2/2] fs: Create a generic is_dot_dotdot() utility
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] exec: Remove __FMODE_EXEC from uselib()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] exec: Remove __FMODE_EXEC from uselib()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [GIT PULL] execve fixes for v6.8-rc2
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH 19/19] tarfs: introduce tar fs
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [RFC PATCH 19/19] tarfs: introduce tar fs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [GIT PULL] execve fixes for v6.8-rc2
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH 00/19] Rust abstractions for VFS
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Kevin Locke <kevin@xxxxxxxxxxxxxxx>
- Re: Re: [LSF/MM TOPIC] Rust
- From: Morten Linderud <morten@xxxxxxxxxxx>
- Re: [syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
- From: syzbot <syzbot+0f4d9f68fb6632330c6c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] exec: Distinguish in_execve from in_exec
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: "Christoph Lameter (Ampere)" <cl@xxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v4] libfs: Attempt exact-match comparison first during casefolded lookup
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 19/19] tarfs: introduce tar fs
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: "Christoph Lameter (Ampere)" <cl@xxxxxxxxx>
- Re: [RFC PATCH 05/19] rust: fs: introduce `INode<T>`
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
- [PATCH] highmem: Add kernel-doc for memcpy_*_folio()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH v4] libfs: Attempt exact-match comparison first during casefolded lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Kevin Locke <kevin@xxxxxxxxxxxxxxx>
- Re: [6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v3] fsnotify: optimize the case of no parent watcher
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v3] fsnotify: optimize the case of no parent watcher
- From: Jan Kara <jack@xxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] Enable support for tmpfs quotas
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH 0/6] block atomic writes for XFS
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH 4/6] fs: xfs: Support atomic write for statx
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH RFC 5/6] fs: xfs: iomap atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH] fuse: add support for explicit export disabling
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH 1/6] fs: iomap: Atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 2/3] Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 1/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 3/3] asm-generic: remove extra type checking in acquire/release for non-SMP case
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH] fuse: add support for explicit export disabling
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v5 0/2] io_uring: add support for ftruncate
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [brauner-vfs:vfs.misc 12/13] include/linux/fs.h:911:9: error: call to '__compiletime_assert_207' declared with 'error' attribute: Need native word sized stores/loads for atomicity.
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH v5 0/2] io_uring: add support for ftruncate
- From: Cedric Blancher <cedric.blancher@xxxxxxxxx>
- Re: [brauner-vfs:vfs.misc 12/13] include/linux/fs.h:911:9: error: call to '__compiletime_assert_207' declared with 'error' attribute: Need native word sized stores/loads for atomicity.
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fuse: add support for explicit export disabling
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 00/19] Rust abstractions for VFS
- From: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx>
- Re: [PATCH] fuse: add support for explicit export disabling
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH v5 0/2] io_uring: add support for ftruncate
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] fuse: add support for explicit export disabling
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH] fuse: add support for explicit export disabling
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 24/26] dept: Track PG_locked with dept
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 18/26] dept: Apply timeout consideration to swait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 11/26] dept: Distinguish each syscall context from another
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 12/26] dept: Distinguish each work from another
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 04/26] dept: Add lock dependency tracker APIs
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 03/26] dept: Add single event dependency tracker APIs
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 00/26] DEPT(Dependency Tracker)
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [brauner-vfs:vfs.misc 12/13] include/linux/fs.h:911:9: error: call to '__compiletime_assert_207' declared with 'error' attribute: Need native word sized stores/loads for atomicity.
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: Re: [PATCH 3/3] Enable support for tmpfs quotas
- From: Carlos Maiolino <cem@xxxxxxxxxx>
- [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 14/15] nvme: Support atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 12/15] scsi: sd: Add WRITE_ATOMIC_16 support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 03/15] fs/bdev: Add atomic write support info to statx
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 00/15] block atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 09/15] block: Add checks to merging of atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 13/15] scsi: scsi_debug: Atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 05/15] block: Add REQ_ATOMIC flag
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 10/15] block: Add fops atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 08/15] block: Error an attempt to split an atomic write bio
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 04/15] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
- From: John Garry <john.g.garry@xxxxxxxxxx>
- [ANNOUNCE] util-linux v2.40-rc1
- From: Karel Zak <kzak@xxxxxxxxxx>
- [PATCH] fuse: add support for explicit export disabling
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: Re: [PATCH 2/3] Add quotactl_fd() support
- From: Carlos Maiolino <cem@xxxxxxxxxx>
- Re: [PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH -next] fs: remove NTFS classic from docum. index
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH v3 9/9] rust: file: add abstraction for `poll_table`
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [PATCH v3 8/9] rust: file: add `DeferredFdCloser`
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- RE: [PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
- From: "Yuezhang.Mo@xxxxxxxx" <Yuezhang.Mo@xxxxxxxx>
- Re: [syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3 7/9] rust: file: add `Kuid` wrapper
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: [PATCH v3 2/9] rust: cred: add Rust abstraction for `struct cred`
- From: Benno Lossin <benno.lossin@xxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH v5 0/2] io_uring: add support for ftruncate
- From: Cedric Blancher <cedric.blancher@xxxxxxxxx>
- Re: [syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag
- From: syzbot <syzbot+87466712bb342796810a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v5 2/2] io_uring: add support for ftruncate
- From: Tony Solomonik <tony.solomonik@xxxxxxxxx>
- [PATCH v5 1/2] Add ftruncate_file that truncates a struct file
- From: Tony Solomonik <tony.solomonik@xxxxxxxxx>
- [PATCH v5 0/2] io_uring: add support for ftruncate
- From: Tony Solomonik <tony.solomonik@xxxxxxxxx>
- Re: [PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: Recent-ish changes in binfmt_elf made my program segfault
- From: "Linux regression tracking #adding (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- [ANNOUNCE] xfs-linux: for-next updated to d8d222e09dab
- From: Chandan Babu R <chandanbabu@xxxxxxxxxx>
- Re: [GIT PULL] bcachefs updates for 6.8
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [RFC PATCH 19/19] tarfs: introduce tar fs
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 19/19] tarfs: introduce tar fs
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH 19/19] tarfs: introduce tar fs
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
- From: "Yuezhang.Mo@xxxxxxxx" <Yuezhang.Mo@xxxxxxxx>
- Re: [RFC PATCH 12/19] rust: fs: introduce `FileSystem::statfs`
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
- Re: [RFC PATCH 16/19] rust: fs: allow file systems backed by a block device
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
- Re: [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Boqun Feng <boqun.feng@xxxxxxxxx>
- [PATCH v2 bpf-next 30/30] selftests/bpf: incorporate LSM policy to token-based tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 29/30] selftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH envvar
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 28/30] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 27/30] selftests/bpf: add tests for BPF object load with implicit token
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 26/30] selftests/bpf: add BPF object loading tests with explicit token passing
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 25/30] libbpf: wire up BPF token support at BPF object level
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 24/30] libbpf: wire up token_fd into feature probing logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 23/30] libbpf: move feature detection code into its own file
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 22/30] libbpf: further decouple feature checking logic from bpf_object
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 21/30] libbpf: split feature detectors definitions from cached results
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 20/30] selftests/bpf: utilize string values for delegate_xxx mount options
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 19/30] bpf: support symbolic BPF FS delegation mount options
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 18/30] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 17/30] bpf,selinux: allocate bpf_security_struct per BPF token
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 16/30] selftests/bpf: add BPF token-enabled tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 15/30] libbpf: add BPF token support to bpf_prog_load() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 14/30] libbpf: add BPF token support to bpf_btf_load() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 13/30] libbpf: add BPF token support to bpf_map_create() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 12/30] libbpf: add bpf_token_create() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 11/30] bpf,lsm: add BPF token LSM hooks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 10/30] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 09/30] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 08/30] bpf: consistently use BPF token throughout BPF verifier logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 07/30] bpf: take into account BPF token when fetching helper protos
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 06/30] bpf: add BPF token support to BPF_PROG_LOAD command
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 05/30] bpf: add BPF token support to BPF_BTF_LOAD command
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 04/30] bpf: add BPF token support to BPF_MAP_CREATE command
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 03/30] bpf: introduce BPF token object
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 02/30] bpf: add BPF token delegation mount options to BPF FS
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 01/30] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 00/30] BPF token
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH -next] fs: remove NTFS classic from docum. index
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 3/3] mm/maps: read proc/pid/maps under RCU
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] mm/maps: read proc/pid/maps under RCU
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v2 3/3] mm/maps: read proc/pid/maps under RCU
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v2 2/3] mm: add mm_struct sequence number to detect write locks
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Boqun Feng <boqun.feng@xxxxxxxxx>
- Re: [PATCH 0/5] Fix and cleanups to page-writeback
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [PATCH 2/5] dm: dm-zoned: pass GFP_KERNEL to blkdev_zone_mgmt
- From: Mikulas Patocka <mpatocka@xxxxxxxxxx>
- Re: [LSF/MM TOPIC] Rust
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [syzbot] [hfs?] KASAN: invalid-free in hfsplus_release_folio (2)
- From: syzbot <syzbot+4ab460b3092c782470be@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [reiserfs?] kernel BUG in direntry_check_right
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
- From: Bernd Edlinger <bernd.edlinger@xxxxxxxxxx>
- Re: [PATCH 37/82] aio: Refactor intentional wrap-around test
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 53/82] fs: Refactor intentional wrap-around test
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 19/82] fs: Refactor intentional wrap-around calculation
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 09/82] select: Avoid wrap-around instrumentation in do_sys_poll()
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC] HACK: overlayfs: Optimize overlay/restore creds
- From: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxx>
- Re: [GIT PULL] fixes for exportfs
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [GIT PULL] fixes for exportfs
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v3] eventfd: move 'eventfd-count' printing out of spinlock
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
- From: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>
- Re: [PATCH v5 0/2] fix the fallback implementation of get_name
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v1 0/9] fuse: basic support for idmapped mounts
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [RFC] HACK: overlayfs: Optimize overlay/restore creds
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2] readahead: Avoid multiple marked readahead pages
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v4 5/6] add listmount(2) syscall
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH 37/82] aio: Refactor intentional wrap-around test
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH 8/9] quota: Set nofs allocation context when acquiring dqio_sem
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 5/9] ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 7/9] ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 9/9] quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_sem
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 2/9] udf: Avoid GFP_NOFS allocation in udf_symlink()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 6/9] ext2: Drop GFP_NOFS use in ext2_get_blocks()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 4/9] udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 3/9] udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 1/9] udf: Remove GFP_NOFS from dir iteration code
- From: Jan Kara <jack@xxxxxxx>
- Re: Re: [LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
- From: Daniel Wagner <dwagner@xxxxxxx>
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v4 5/6] add listmount(2) syscall
- From: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 5/6] add listmount(2) syscall
- From: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] mm: remove stale comment __folio_mark_dirty
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init.
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 34/34] ext4: rely on sb->f_bdev only
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 33/34] block: expose bdev_file_inode()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 32/34] block: remove bdev_handle completely
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 30/34] bdev: remove bdev pointer from struct bdev_handle
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 31/34] block: use file->f_op to indicate restricted writes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 27/34] bdev: remove bdev_open_by_path()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 28/34] bdev: make bdev_release() private to block layer
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 29/34] bdev: make struct bdev_handle private to the block layer
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 25/34] ocfs2: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 26/34] reiserfs: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 24/34] nfs: port block device access to files
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 23/34] jfs: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 22/34] f2fs: port block device access to files
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 21/34] ext4: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 20/34] erofs: port device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 19/34] btrfs: port device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 18/34] bcachefs: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 17/34] target: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 16/34] s390: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 15/34] nvme: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 14/34] block2mtd: port device access to files
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 13/34] bcache: port block device access to files
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 12/34] zram: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 11/34] xen: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 10/34] rnbd: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 09/34] pktcdvd: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 08/34] drbd: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 07/34] xfs: port block device access to files
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 06/34] power: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 05/34] swap: port block device usage to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 04/34] md: port block device access to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 03/34] block/genhd: port disk_scan_partitions() to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 02/34] block/ioctl: port blkdev_bszset() to file
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 01/34] bdev: open block device as files
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v2 00/34] Open block devices as files
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init.
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init.
- From: Sedat Dilek <sedat.dilek@xxxxxxxxx>
- Re: [BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init.
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH] virtiofs: avoid unnecessary VM_MIXEDMAP for mmap support
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/5] mm: remove stale comment __folio_mark_dirty
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 4/5] mm: remove redundant check in wb_min_max_ratio
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 3/5] mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_thresh
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 1/5] mm: enable __wb_calc_thresh to calculate dirty background threshold
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 0/5] Fix and cleanups to page-writeback
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
- From: Huang Yiwei <quic_hyiwei@xxxxxxxxxxx>
- Re: [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 4/5] f2fs: guard blkdev_zone_mgmt with nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 2/5] dm: dm-zoned: pass GFP_KERNEL to blkdev_zone_mgmt
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
- From: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
- [RFC] fuse: disable support for file handle when FUSE_EXPORT_SUPPORT not configured
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] [gfs2?] INFO: task hung in gfs2_gl_hash_clear (3)
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 1/1] fuse: Make atomic_open use negative d_entry
- From: Yuan Yao <yuanyaogoog@xxxxxxxxxxxx>
- [PATCH 0/1] Fix-atomic_open-not-using-negative-d_entry
- From: Yuan Yao <yuanyaogoog@xxxxxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
- From: Chandan Babu R <chandanbabu@xxxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init.
- From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] mm/maps: read proc/pid/maps under RCU
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init.
- From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] mm/maps: read proc/pid/maps under RCU
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- [LSF/MM TOPIC] Rust
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH] netfs, fscache: Remove duplicate include
- From: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- [PATCH 37/82] aio: Refactor intentional wrap-around test
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 53/82] fs: Refactor intentional wrap-around test
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 19/82] fs: Refactor intentional wrap-around calculation
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 09/82] select: Avoid wrap-around instrumentation in do_sys_poll()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 07/10] afs: Hide silly-rename files from userspace
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 03/10] cifs: Don't use certain unnecessary folio_*() functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 02/10] afs: Don't use certain unnecessary folio_*() functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: Recent-ish changes in binfmt_elf made my program segfault
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: Recent-ish changes in binfmt_elf made my program segfault
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH v1 0/9] fuse: basic support for idmapped mounts
- From: Seth Forshee <sforshee@xxxxxxxxxx>
- Re: [PATCH v3] Fix error handling in begin_new_exec
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: Recent-ish changes in binfmt_elf made my program segfault
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [syzbot] [reiserfs?] kernel BUG in flush_journal_list
- From: Jan Kara <jack@xxxxxxx>
- Re: [syzbot] [reiserfs?] kernel BUG in balance_leaf
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH v3] Fix error handling in begin_new_exec
- From: Bernd Edlinger <bernd.edlinger@xxxxxxxxxx>
- [PATCH v15] exec: Fix dead-lock in de_thread with ptrace_attach
- From: Bernd Edlinger <bernd.edlinger@xxxxxxxxxx>
- [syzbot] [jfs?] general protection fault in diRead (2)
- From: syzbot <syzbot+8f731999dc47797f064f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 8/9] rust: file: add `DeferredFdCloser`
- From: Boqun Feng <boqun.feng@xxxxxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] hfs: fix a memleak in hfs_find_init
- From: Zhipeng Lu <alexious@xxxxxxxxxx>
- Re: [PATCH] fs: improve dump_mapping() robustness
- From: Charan Teja Kalla <quic_charante@xxxxxxxxxxx>
- Re: Recent-ish changes in binfmt_elf made my program segfault
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH v2 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [GIT PULL] BPF token for v6.8
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: Recent-ish changes in binfmt_elf made my program segfault
- From: Jan Bujak <j@xxxxxxx>
- [PATCH AUTOSEL 4.19 04/23] fast_dput(): handle underflows gracefully
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 04/24] fast_dput(): handle underflows gracefully
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 05/28] fast_dput(): handle underflows gracefully
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 05/35] fast_dput(): handle underflows gracefully
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: Race in fs/posix_acl.c posix_acl_update_mode and related checks on inode->i_mode in kernel v6.6
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 05/53] fast_dput(): handle underflows gracefully
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 05/73] fast_dput(): handle underflows gracefully
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] keys, dns: Fix size check of V1 server-list header
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH AUTOSEL 6.7 05/88] fast_dput(): handle underflows gracefully
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: Recent-ish changes in binfmt_elf made my program segfault
- From: Pedro Falcato <pedro.falcato@xxxxxxxxx>
- Re: [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH] mm: Support order-1 folios in the page cache
- From: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
- Re: [PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- Re: [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
- From: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
- From: Bernd Edlinger <bernd.edlinger@xxxxxxxxxx>
- [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 01/10] netfs: Don't use certain internal folio_*() functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 07/10] afs: Hide silly-rename files from userspace
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 03/10] cifs: Don't use certain internal folio_*() functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 02/10] afs: Don't use certain internal folio_*() functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Recent-ish changes in binfmt_elf made my program segfault
- From: Jan Bujak <j@xxxxxxx>
- [PATCH 2/2] netfs: Add Jeff Layton as reviewer
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 1/2] netfs, cachefiles: Change mailing list
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] keys, dns: Fix size check of V1 server-list header
- From: Sedat Dilek <sedat.dilek@xxxxxxxxx>
- Re: [PATCH v2] ovl: require xwhiteout feature flag on layer roots
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] keys, dns: Fix size check of V1 server-list header
- From: Sedat Dilek <sedat.dilek@xxxxxxxxx>
- Re: [PATCH] writeback: move wb_wakeup_delayed defination to fs-writeback.c
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] ovl: require xwhiteout feature flag on layer roots
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- Re: [PATCH] do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
- From: Jan Kara <jack@xxxxxxx>
- [syzbot] [reiserfs?] possible deadlock in vfs_removexattr (2)
- From: syzbot <syzbot+7ecfa4360b4449cf2a01@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] ovl: require xwhiteout feature flag on layer roots
- From: Alexander Larsson <alexl@xxxxxxxxxx>
- [syzbot] [hfs?] KASAN: out-of-bounds Read in hfsplus_bnode_move
- From: syzbot <syzbot+6df204b70bf3261691c5@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH 2/2] Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 1/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields
- From: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
- Re: [syzbot] [reiserfs?] kernel BUG in direntry_check_right
- From: syzbot <syzbot+e57bfc56c27a9285a838@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] ovl: require xwhiteout feature flag on layer roots
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [RFC 0/3] reading proc/pid/maps under RCU
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH] fs: improve dump_mapping() robustness
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- [PATCH 3/3] mm/maps: read proc/pid/maps under RCU
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH 2/3] mm: add mm_struct sequence number to detect write locks
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [PATCH 1/3] mm: make vm_area_struct anon_name field RCU-safe
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [syzbot] [gfs2?] INFO: task hung in gfs2_gl_hash_clear (3)
- From: syzbot <syzbot+ed7d0f71a89e28557a77@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Memory profiling using code tagging
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Memory profiling using code tagging
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Memory profiling using code tagging
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Memory profiling using code tagging
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [GIT PULL] More bcachefs updates for 6.8-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [GIT PULL] More bcachefs updates for 6.8-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] More bcachefs updates for 6.8-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 07/19] rust: fs: introduce `FileSystem::read_dir`
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [syzbot] [reiserfs?] kernel BUG in flush_journal_list
- From: syzbot <syzbot+7cc52cbcdeb02a4b0828@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [GIT PULL] More bcachefs updates for 6.8-rc1
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [RFC PATCH 07/19] rust: fs: introduce `FileSystem::read_dir`
- From: Askar Safin <safinaskar@xxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: David Rientjes <rientjes@xxxxxxxxxx>
- Re: [GIT PULL] BPF token for v6.8
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [GIT PULL] BPF token for v6.8
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/2] dcache: Expose dentry_string_cmp outside of dcache
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 0/9] fuse: basic support for idmapped mounts
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3 1/2] dcache: Expose dentry_string_cmp outside of dcache
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [GIT PULL] bcachefs updates for 6.8
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [regressions] ntfs3: empty file on update without forced cache drop
- From: Thorsten Leemhuis <regressions@xxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs updates for 6.8
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [syzbot] [reiserfs?] kernel BUG in balance_leaf
- From: syzbot <syzbot+6a0877ace12bfad107fc@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] bcachefs updates for 6.8
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH v1 7/9] fs/fuse: drop idmap argument from __fuse_get_acl
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v1 6/9] fs/fuse: support idmapped ->setattr op
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v1 4/9] fs/fuse: support idmapped getattr inode op
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [syzbot] [hfs?] INFO: task hung in hfs_find_init (2)
- From: syzbot <syzbot+37463f2a5b94a8fdabec@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- [PATCH v5 2/2] fs: Create a generic is_dot_dotdot() utility
- From: Chuck Lever <cel@xxxxxxxxxx>
- [PATCH v5 1/2] exportfs: fix the fallback implementation of the get_name export operation
- From: Chuck Lever <cel@xxxxxxxxxx>
- [PATCH v5 0/2] fix the fallback implementation of get_name
- From: Chuck Lever <cel@xxxxxxxxxx>
- Re: [PATCH v2] ovl: require xwhiteout feature flag on layer roots
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [syzbot] [hfs?] possible deadlock in hfsplus_block_free
- From: syzbot <syzbot+8fae81a1f77bf28ef3b5@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] [gfs2?] kernel BUG in qd_put (2)
- From: syzbot <syzbot+43ad5525e32c939e3f22@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] : Flexible Data Placement (FDP) availability for kernel space file systems
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH v3 1/2] dcache: Expose dentry_string_cmp outside of dcache
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH v2] ovl: require xwhiteout feature flag on layer roots
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- [PATCH v3 0/2] Try exact-match comparison ahead of case-insensitive match
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 1/2] dcache: Expose dentry_string_cmp outside of dcache
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 2/2] libfs: Attempt exact-match comparison first during casefold lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH v2] vfs: add RWF_NOAPPEND flag for pwritev2
- From: Rich Felker <dalias@xxxxxxxx>
- Re: [PATCH v2] ovl: require xwhiteout feature flag on layer roots
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[Linux XFS]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]