messages from 2023-01-13 11:53:36 to 2023-01-16 23:16:57 UTC [more...]
[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
2023-01-16 23:10 UTC (25+ messages)
` [PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter()
` [PATCH v6 02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction
` [PATCH v6 03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*()
` [PATCH v6 04/34] iov_iter: Remove iov_iter_get_pages2/pages_alloc2()
` [PATCH v6 05/34] iov_iter: Change the direction macros into an enum
` [PATCH v6 06/34] iov_iter: Use the direction in the iterator functions
` [PATCH v6 07/34] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v6 08/34] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v6 10/34] mm, block: Make BIO_PAGE_REFFED/PINNED the same as FOLL_GET/PIN numerically
` [PATCH v6 11/34] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v6 12/34] bio: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v6 13/34] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v6 14/34] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v6 15/34] af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v6 16/34] af_alg: [RFC] Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v6 17/34] scsi: [RFC] Use netfs_extract_iter_to_sg()
` [PATCH v6 18/34] dio: Pin pages rather than ref'ing if appropriate
` [PATCH v6 19/34] fuse: "
` [PATCH v6 20/34] vfs: Make splice use iov_iter_extract_pages()
` [PATCH v6 21/34] 9p: Pin pages rather than ref'ing if appropriate
` [PATCH v6 22/34] nfs: "
` [PATCH v6 23/34] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH v6 24/34] cifs: Add a function to build an RDMA SGE list from an iterator
[PATCH v2 0/6] Composefs: an opportunistically sharing verified image filesystem
2023-01-16 23:06 UTC (21+ messages)
` [PATCH v2 1/6] fsverity: Export fsverity_get_digest
` [PATCH v2 2/6] composefs: Add on-disk layout
` [PATCH v2 3/6] composefs: Add descriptor parsing code
` [PATCH v2 4/6] composefs: Add filesystem implementation
` [PATCH v2 5/6] composefs: Add documentation
` [PATCH v2 6/6] composefs: Add kconfig and build support
[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-16 22:16 UTC (10+ messages)
remove most callers of write_one_page
2023-01-16 21:30 UTC (9+ messages)
` [PATCH 1/6] minix: fix error handling in minix_delete_entry
` [PATCH 2/6] minix: fix error handling in minix_set_link
` [PATCH 3/6] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 4/6] sysv: "
` [PATCH 5/6] ufs: "
` [PATCH 6/6] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
[syzbot] KASAN: use-after-free Read in pipe_release (2)
2023-01-16 21:28 UTC
[PATCH v2 1/2] capability: add cap_isidentical
2023-01-16 21:21 UTC (2+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible
[syzbot] stack segment fault in truncate_inode_pages_final
2023-01-16 20:55 UTC (4+ messages)
[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
2023-01-16 20:42 UTC (6+ messages)
` [PATCH v5 2/3] fanotify: define struct members to hold response decision context
[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
2023-01-16 19:51 UTC (2+ messages)
[PATCH] fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
2023-01-16 19:14 UTC
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-16 18:00 UTC (2+ messages)
lockref scalability on x86-64 vs cpu_relax
2023-01-16 16:59 UTC (29+ messages)
` ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
` Memory transaction instructions
` [PATCH] lockref: stop doing cpu_relax in the cmpxchg loop
Is there a reason why REQ_OP_READ has to be 0?
2023-01-16 16:17 UTC (4+ messages)
[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
2023-01-16 16:11 UTC (30+ messages)
` [RFC v3 01/24] fs: unify locking semantics for fs freeze / thaw
` [RFC v3 02/24] fs: add frozen sb state helpers
` [RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
` [RFC v3 04/24] fs: add iterate_supers_excl() and iterate_supers_reverse_excl()
` [RFC v3 05/24] fs: add automatic kernel fs freeze / thaw and remove kthread freezing
` [RFC v3 06/24] xfs: replace kthread freezing with auto fs freezing
` [RFC v3 07/24] btrfs: "
` [RFC v3 08/24] ext4: "
` [RFC v3 09/24] f2fs: "
` [RFC v3 10/24] cifs: "
` [RFC v3 11/24] gfs2: "
` [RFC v3 12/24] jfs: "
` [RFC v3 13/24] nilfs2: "
` [RFC v3 14/24] nfs: "
` [RFC v3 15/24] nfsd: "
` [RFC v3 16/24] ubifs: "
` [RFC v3 17/24] ksmbd: "
` [RFC v3 18/24] jffs2: "
` [RFC v3 19/24] jbd2: "
` [RFC v3 20/24] coredump: drop freezer usage
` [RFC v3 21/24] ecryptfs: replace kthread freezing with auto fs freezing
` [RFC v3 22/24] fscache: "
` [RFC v3 23/24] lockd: "
` [RFC v3 24/24] fs: remove FS_AUTOFREEZE
[RFC v6 04/10] iomap: Add iomap_get_folio helper
2023-01-16 16:02 UTC (18+ messages)
` [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
[PATCH AUTOSEL 4.14] binfmt_misc: fix shift-out-of-bounds in check_special_flags
2023-01-16 14:05 UTC
[PATCH AUTOSEL 4.19] binfmt_misc: fix shift-out-of-bounds in check_special_flags
2023-01-16 14:05 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-16 13:48 UTC (24+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
[syzbot] [hfs?] INFO: task hung in hfs_mdb_commit
2023-01-16 13:34 UTC
[syzbot] KASAN: use-after-free Read in fuse_dev_poll
2023-01-16 12:35 UTC
[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
2023-01-16 12:23 UTC (10+ messages)
` [PATCH v3 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v3 2/8] ext4: Refactor code related to freeing PAs
` [PATCH v3 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v3 4/8] ext4: Move overlap assert logic into a separate function
` [PATCH v3 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v3 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v3 8/8] ext4: Remove the logic to trim inode PAs
[PATCH 0/7] Reduce zonefs memory usage
2023-01-16 12:17 UTC (6+ messages)
` [PATCH 6/7] zonefs: Dynamically create file inodes when needed
` [PATCH 7/7] zonefs: Cache zone group directory inodes
btrfs mount failure with context option and latest mount command
2023-01-16 10:15 UTC
[PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree
2023-01-16 8:16 UTC (5+ messages)
` [PATCH v2 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: blktests.zbd/(003/004).fail blktests.loop/(002/004).fail
2023-01-16 7:33 UTC
[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: xfstests.btrfs.020/026/215.fail
2023-01-16 7:18 UTC
[PATCH 00/25] fs: finish conversion to mnt_idmap
2023-01-16 7:09 UTC (16+ messages)
` [PATCH 01/25] f2fs: project ids aren't idmapped
` [PATCH 03/25] fs: port ->setattr() to pass mnt_idmap
` [PATCH 17/25] fs: port inode_init_owner() to mnt_idmap
` [PATCH 18/25] fs: port inode_owner_or_capable() "
` [PATCH 19/25] fs: port privilege checking helpers "
` [PATCH 20/25] quota: port "
` [PATCH 21/25] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 22/25] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 23/25] fs: port fs{g,u}id helpers "
` [PATCH 24/25] fs: port vfs{g,u}id "
` [PATCH 25/25] fs: move mnt_idmap
[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: fio.read_iops 126.2% improvement
2023-01-16 6:40 UTC
[jack-fs:for_linus] [udf] b60f8eacb1: xfstests.generic.030/035.fail
2023-01-15 15:38 UTC
[RESEND PATCH v2] eventfd: use a generic helper instead of an open coded wait_event
2023-01-15 14:48 UTC
[PATCH 1/2] capability: add cap_isidentical
2023-01-15 0:02 UTC (4+ messages)
` [PATCH 2/2] vfs: avoid duplicating creds in faccessat if possible
Should we orphan JFS?
2023-01-14 12:09 UTC (4+ messages)
[PATCH v3] exfat: handle unreconized benign secondary entries
2023-01-14 4:19 UTC
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-01-14 2:32 UTC (3+ messages)
` [PATCH 12/14] xfs: document directory tree repairs
` [PATCH v24.2 "
[PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
2023-01-14 1:58 UTC (11+ messages)
` [PATCH v5 0/9] iov_iter: Add extraction helpers
[PATCH] aio: fix mremap after fork null-deref
2023-01-13 16:18 UTC (7+ messages)
[PATCH v3 0/2] Fixes for fscache volume operations
2023-01-13 15:28 UTC (5+ messages)
` [PATCH v3 1/2] fscache: Use wait_on_bit() to wait for the freeing of relinquished volume
` [PATCH v3 2/2] fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()
[PATCH linux-next v2] swap_state: update shadow_nodes for anonymous page
2023-01-13 13:59 UTC (3+ messages)
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).