messages from 2023-03-05 03:06:42 to 2023-03-08 01:19:23 UTC [more...]
[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
2023-03-08 1:19 UTC (3+ messages)
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
[PATCHSET for-next 0/2] Make pipe honor IOCB_NOWAIT
2023-03-08 0:31 UTC (5+ messages)
` [PATCH 1/2] pipe: honor iocb IOCB_NOWAIT flag as well
` [PATCH 2/2] io_uring: assume read_iter/write_iter are safe for nonblocking
[LSF/MM/BPF TOPIC] bpf iterator for file-system
2023-03-08 0:31 UTC (2+ messages)
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-08 0:13 UTC (2+ messages)
[PATCH v3 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
2023-03-07 23:27 UTC (15+ messages)
` [PATCH v3 1/5] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
` [PATCH v3 5/5] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
2023-03-07 22:24 UTC (7+ messages)
` [PATCH 3/7] hv: simplify sysctl registration
` [PATCH 5/7] sgi-xp: "
` [PATCH 7/7] xen: simplify sysctl registration for balloon
consolidate btrfs checksumming, repair and bio splitting v4
2023-03-07 22:21 UTC (5+ messages)
` [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
[PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
2023-03-07 21:45 UTC (9+ messages)
` AUTOSEL process
[PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
2023-03-07 21:30 UTC (4+ messages)
[syzbot] [9p?] KASAN: wild-memory-access Write in v9fs_get_acl
2023-03-07 20:50 UTC
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-07 20:27 UTC (3+ messages)
[PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
2023-03-07 19:52 UTC (3+ messages)
[PATCH 00/11] sysctl: deprecate register_sysctl_paths()
2023-03-07 19:47 UTC (3+ messages)
` [PATCH 09/11] fs-verity: simplify sysctls with register_sysctl()
[LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
2023-03-07 19:33 UTC (31+ messages)
[syzbot] [ext4?] WARNING: bad unlock balance in ext4_rename2
2023-03-07 19:20 UTC (2+ messages)
[RFC 1/3] file: Introduce iterate_fd_locked
2023-03-07 18:23 UTC (4+ messages)
` [RFC 2/3] file: allow callers to free the old file descriptor after dup2
[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
2023-03-07 18:04 UTC (57+ messages)
` [PATCH 01/28] ima: Align ima_inode_post_setattr() definition with "
` [PATCH 02/28] ima: Align ima_post_path_mknod() "
` [PATCH 03/28] ima: Align ima_post_create_tmpfile() "
` [PATCH 04/28] ima: Align ima_file_mprotect() "
` [PATCH 05/28] ima: Align ima_inode_setxattr() "
` [PATCH 06/28] ima: Align ima_inode_removexattr() "
` [PATCH 07/28] ima: Align ima_post_read_file() "
` [PATCH 08/28] evm: Align evm_inode_post_setattr() "
` [PATCH 09/28] evm: Align evm_inode_setxattr() "
` [PATCH 10/28] evm: Align evm_inode_post_setxattr() "
` [PATCH 11/28] evm: Complete description of evm_inode_setattr()
` [PATCH 12/28] fs: Fix description of vfs_tmpfile()
` [PATCH 13/28] security: Align inode_setattr hook definition with EVM
` [PATCH 14/28] security: Introduce inode_post_setattr hook
` [PATCH 15/28] security: Introduce inode_post_removexattr hook
` [PATCH 16/28] security: Introduce file_post_open hook
` [PATCH 17/28] security: Introduce file_pre_free_security hook
` [PATCH 18/28] security: Introduce path_post_mknod hook
` [PATCH 19/28] security: Introduce inode_post_create_tmpfile hook
` [PATCH 20/28] security: Introduce inode_post_set_acl hook
` [PATCH 21/28] security: Introduce inode_post_remove_acl hook
` [PATCH 22/28] security: Introduce key_post_create_or_update hook
` [PATCH 23/28] security: Introduce LSM_ORDER_LAST
` [PATCH 26/28] evm: Move to LSM infrastructure
[PATCH] docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
2023-03-07 17:24 UTC (2+ messages)
[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
2023-03-07 17:20 UTC (3+ messages)
` [PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
` [PATCH 2/2] io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it
[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
2023-03-07 17:14 UTC (20+ messages)
` [PATCH] [REGRESSION] "
remove most callers of write_one_page v4
2023-03-07 16:21 UTC (5+ messages)
` [PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
` [PATCH 2/3] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
` [PATCH 3/3] mm,jfs: move write_one_page/folio_write_one to jfs
return an ERR_PTR from __filemap_get_folio v3
2023-03-07 15:23 UTC (9+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio
` [Cluster-devel] return an ERR_PTR from __filemap_get_folio v3
[PATCH v2] watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
2023-03-07 15:21 UTC
[syzbot] [fs?] KMSAN: uninit-value in vfs_write
2023-03-07 9:40 UTC
[syzbot] [nilfs?] KMSAN: kernel-infoleak in nilfs_ioctl_wrap_copy
2023-03-07 8:55 UTC (2+ messages)
` [PATCH] nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
Faktoring
2023-03-07 8:51 UTC
[PATCH] splice: Remove redundant assignment to ret
2023-03-07 8:49 UTC
[LSF/MM/BPF TOPIC] bcachefs
2023-03-07 7:59 UTC (5+ messages)
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-03-07 1:32 UTC (17+ messages)
` [PATCHSET v24.3 "
` [PATCH 01/14] xfs: document the motivation for online fsck design
` [PATCH 02/14] xfs: document the general theory underlying "
` [PATCH 03/14] xfs: document the testing plan for online fsck
` [PATCH 04/14] xfs: document the user interface "
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 09/14] xfs: document online file metadata repair code
` [PATCH 10/14] xfs: document full filesystem scans for online fsck
` [PATCH 11/14] xfs: document metadata file repair
` [PATCH 12/14] xfs: document directory tree repairs
` [PATCH 13/14] xfs: document the userspace fsck driver program
` [PATCH 14/14] xfs: document future directions of online fsck
[RFC PATCH 0/9] fuse: API for Checkpoint/Restore
2023-03-06 22:16 UTC (11+ messages)
` [RFC PATCH 7/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_REINIT)
[PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
2023-03-06 18:45 UTC (2+ messages)
[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_listxattr
2023-03-06 18:06 UTC
[syzbot] [fs?] WARNING in schedstat_start
2023-03-06 18:06 UTC
[syzbot] [btrfs?] KMSAN: uninit-value in extent_fiemap
2023-03-06 17:56 UTC
[syzbot] [nilfs?] KMSAN: uninit-value in nilfs_add_checksums_on_logs
2023-03-06 17:55 UTC
[syzbot] [hfs?] KMSAN: uninit-value in hfs_find_set_zero_bits
2023-03-06 17:55 UTC
[syzbot] [nilfs?] general protection fault in nilfs_flush_segment
2023-03-06 17:50 UTC
[PATCH] sysctl: fix proc_dobool() usability
2023-03-06 17:47 UTC (5+ messages)
` Request to backport "sysctl: fix proc_dobool() usability" to stable kernels
[syzbot] [cluster?] general protection fault in gfs2_dump_glock (2)
2023-03-06 17:44 UTC
[syzbot] [hfs?] kernel BUG in __block_write_full_page
2023-03-06 17:44 UTC
[syzbot] [hfs?] kernel BUG in hfsplus_bnode_unhash
2023-03-06 17:44 UTC
[PATCH 01/21] fs: readahead_begin() to call before locking folio
2023-03-06 16:53 UTC
[LSF/MM/BPF TOPIC] Cloud storage optimizations
2023-03-06 16:12 UTC (21+ messages)
[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
2023-03-06 15:32 UTC (3+ messages)
` [PATCH 11/17] unicode: remove MODULE_LICENSE in non-modules
[PATCH] Documentation: update idmappings.rst
2023-03-06 14:11 UTC
[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
2023-03-06 13:03 UTC (5+ messages)
` [RESEND PATCH v9 04/14] iomap: Add flags parameter to iomap_page_create()
[PATCH] mm: Return early in truncate_pagecache if newsize overflows
2023-03-06 11:33 UTC
[PATCH] fs: Fix description of vfs_tmpfile()
2023-03-06 10:35 UTC
[PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
2023-03-06 15:21 UTC (4+ messages)
[PATCH v3 00/10] acl: drop posix acl handlers from xattr handlers
2023-03-06 9:26 UTC (5+ messages)
[PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
2023-03-06 9:10 UTC (2+ messages)
[PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
2023-03-06 6:07 UTC
[PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
2023-03-06 6:05 UTC
[PATCH v3 2/2] vfs: avoid duplicating creds in faccessat if possible
2023-03-06 5:43 UTC (35+ messages)
[git pull] add Christian Brauner as co-maintainer
2023-03-05 19:37 UTC (2+ messages)
[PATCH 20/31] ext4: Convert __ext4_block_zero_page_range() to use a folio
2023-03-05 12:26 UTC (2+ messages)
[PATCH 24/31] ext4: Convert ext4_mpage_readpages() to work on folios
2023-03-05 11:26 UTC (2+ messages)
[PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
2023-03-05 11:18 UTC (2+ messages)
[PATCH 02/31] fscrypt: Add some folio helper functions
2023-03-05 9:06 UTC (2+ messages)
[PATCH 01/31] fs: Add FGP_WRITEBEGIN
2023-03-05 8:53 UTC (2+ messages)
[PATCH] unicode: update unicode database unicode version 15.0.0
2023-03-05 8:30 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).