messages from 2023-09-21 17:27:26 to 2023-09-24 07:50:03 UTC [more...]
[syzbot] [mm?] [hfs?] KASAN: slab-out-of-bounds Read in generic_perform_write
2023-09-24 7:49 UTC
[PATCH v3] vfs: fix readahead(2) on block devices
2023-09-24 7:11 UTC (2+ messages)
[PATCH] vfs: fix readahead(2) on block devices
2023-09-24 6:46 UTC (9+ messages)
` [LTP] "
[syzbot] [reiserfs?] KASAN: null-ptr-deref Read in fix_nodes
2023-09-24 0:02 UTC (2+ messages)
[GIT PULL v2] timestamp fixes
2023-09-23 23:31 UTC (18+ messages)
[PATCH v8 0/5] fs: multigrain timestamps for XFS's change_cookie
2023-09-23 20:43 UTC (14+ messages)
` [PATCH v8 1/5] fs: add infrastructure for multigrain timestamps
` [PATCH v8 2/5] fs: optimize away some fine-grained timestamp updates
` [PATCH v8 3/5] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 4/5] fs: add timestamp_truncate_to_gran helper
` [PATCH v8 5/5] xfs: switch to multigrain timestamps
[PATCH] docs: admin-guide: sysctl: fix details of struct dentry_stat_t
2023-09-23 19:51 UTC
[GIT PULL] iomap: fix unshare data corruption bug
2023-09-23 18:25 UTC (2+ messages)
[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
2023-09-23 10:31 UTC (15+ messages)
` [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs
` [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function
[PATCH] ovl: factor out some common helpers for backing files io
2023-09-23 9:52 UTC (5+ messages)
[PATCH] overlayfs: set ctime when setting mtime and atime
2023-09-23 9:32 UTC (4+ messages)
[PATCH v16 03/12] block: add copy offload support
2023-09-22 13:08 UTC (5+ messages)
` [PATCH v16 00/12] Implement "
` [PATCH v16 04/12] block: add emulation for copy
[PATCH v2 0/3] userfaultfd remap option
2023-09-23 1:31 UTC (4+ messages)
` [PATCH v2 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation
` [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
` [PATCH v2 3/3] selftests/mm: add UFFDIO_REMAP ioctl test
[GIT PULL] xfs: bug fixes for 6.6
2023-09-22 23:47 UTC (2+ messages)
[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
2023-09-22 22:35 UTC (8+ messages)
` [PATCH v4 2/12] "
[RFC 00/23] Enable block size > page size in XFS
2023-09-22 19:38 UTC (12+ messages)
[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs
2023-09-22 18:51 UTC (16+ messages)
` [PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v6 05/13] iov_iter: Renumber ITER_* constants
` [PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v6 13/13] iov_iter, net: Move hash_and_copy_to_iter() to net/
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-22 14:30 UTC (19+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
[PATCH 0/8] autofs - convert to to use mount api
2023-09-22 13:27 UTC (15+ messages)
` [PATCH 1/8] autofs: refactor autofs_prepare_pipe()
` [PATCH 2/8] autofs: add autofs_parse_fd()
` [PATCH 3/8] autofs: refactor super block info init
` [PATCH 4/8] autofs: reformat 0pt enum declaration
` [PATCH 5/8] autofs: refactor parse_options()
` [PATCH 6/8] autofs: validate protocol version
` [PATCH 7/8] autofs: convert autofs to use the new mount api
` [PATCH 8/8] autofs: fix protocol sub version setting
[PATCH v13 00/10] fuse: Add support for passthrough read/write
2023-09-22 12:45 UTC (15+ messages)
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
2023-09-22 11:30 UTC (11+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC
[BUG?] fsconfig restart_syscall failed
2023-09-22 8:08 UTC (2+ messages)
[PATCH v1] mm/filemap: increase usage of folio_next_index() helper
2023-09-22 7:27 UTC (3+ messages)
[syzbot] [ext4?] possible deadlock in ext4_xattr_set_handle (4)
2023-09-22 4:51 UTC
[PATCH 0/3] userfaultfd remap option
2023-09-22 1:57 UTC (8+ messages)
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI
[syzbot] [fs?] BUG: sleeping function called from invalid context in bdev_getblk
2023-09-21 23:10 UTC
[PATCH 00/13] Pass data temperature information to zoned UFS devices
2023-09-21 20:47 UTC (11+ messages)
[PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature
2023-09-21 22:36 UTC (8+ messages)
` [PATCH v4 2/2] btrfs: Introduce "
[syzbot] [integrity] [overlayfs] general protection fault in d_path
2023-09-21 17:01 UTC (17+ messages)
[syzbot] [fs?] memory leak in fasync_helper (2)
2023-09-21 8:46 UTC (2+ messages)
[PATCH 01/10] highmem: Add folio_release_kmap()
2023-09-21 20:07 UTC (9+ messages)
` [PATCH 02/10] ext2: Convert ext2_check_page to ext2_check_folio
` [PATCH 03/10] ext2: Add ext2_get_folio()
` [PATCH 04/10] ext2: Convert ext2_readdir to use a folio
` [PATCH 05/10] ext2: Convert ext2_add_link() "
` [PATCH 06/10] ext2: Convert ext2_empty_dir() "
` [PATCH 07/10] ext2: Handle large block size directories in ext2_delete_entry()
` [PATCH 08/10] ext2: Convert ext2_unlink() and ext2_rename() to use folios
` [PATCH 09/10] ext2: Convert ext2_make_empty() to use a folio
[PATCH 0/8] autofs - convert to to use mount api
2023-09-21 12:35 UTC (7+ messages)
` [PATCH 1/8] autofs: refactor autofs_prepare_pipe()
` [PATCH 2/8] autofs: add autofs_parse_fd()
` [PATCH 3/8] autofs - refactor super block info init
` [PATCH 4/8] autofs: reformat 0pt enum declaration
[PATCH v9 0/7] fuse: full atomic open and atomic-open-revalidate
2023-09-21 14:44 UTC (11+ messages)
` [PATCH v9 3/7] [RFC] Allow atomic_open() on positive dentry
` [PATCH v9 4/7] vfs: Optimize "
[PATCH 1/4] pipe: reduce padding in struct pipe_inode_info
2023-09-21 15:39 UTC (5+ messages)
` [PATCH 2/4] fs/pipe: move check to pipe_has_watch_queue()
` [PATCH 3/4] fs/pipe: remove unnecessary spinlock from pipe_write()
` [PATCH 4/4] fs/pipe: use spinlock in pipe_read() only if there is a watch_queue
[PATCH v5 RESEND] efivarfs: Add uid/gid mount options
2023-09-21 20:39 UTC
[linux-next:master] BUILD REGRESSION 940fcc189c51032dd0282cbee4497542c982ac59
2023-09-21 20:09 UTC
[syzbot] [btrfs?] WARNING in btrfs_commit_transaction (2)
2023-09-21 18:15 UTC (2+ messages)
When to lock pipe->rd_wait.lock?
2023-09-21 9:38 UTC (6+ messages)
[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
2023-09-21 9:06 UTC (5+ messages)
` [PATCH 01/18] mm/readahead: rework loop in page_cache_ra_unbounded()
[PATCH v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
2023-09-21 16:28 UTC (3+ messages)
` [PATCH v4 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON
[PATCH RFC] binfmt_elf: fully allocate bss pages
2023-09-21 10:36 UTC (2+ messages)
[PATCH v16 04/12] block: add emulation for copy
2023-09-20 8:07 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).