messages from 2023-01-16 23:13:19 to 2023-01-19 00:58:46 UTC [more...]
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-19 0:58 UTC (12+ messages)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()
[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
2023-01-19 0:15 UTC (69+ 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 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 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 v6 25/34] cifs: Add a function to Hash the contents of "
` [PATCH v6 26/34] cifs: Add some helper functions
` [PATCH v6 27/34] cifs: Add a function to read into an iter from a socket
` [PATCH v6 28/34] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH v6 29/34] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH v6 30/34] cifs: Remove unused code
` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read
` [PATCH v6 32/34] cifs: DIO to/from KVEC-type iterators should now work
` [PATCH v6 33/34] net: [RFC][WIP] Mark each skb_frags as to how they should be cleaned up
` [PATCH v6 34/34] net: [RFC][WIP] Make __zerocopy_sg_from_iter() correctly pin or leave pages unref'd
[PATCH v5 1/2] fs/proc: optimize register ctl_tables
2023-01-19 0:10 UTC (4+ messages)
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework
2023-01-18 23:52 UTC
[PATCH v2 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-18 23:43 UTC (5+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration
[GIT PULL] AFFS fix for 6.2
2023-01-18 22:47 UTC (2+ messages)
[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-18 22:28 UTC (7+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
2023-01-18 21:42 UTC (12+ messages)
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
remove most callers of write_one_page v3
2023-01-18 21:33 UTC (11+ messages)
` [PATCH 1/7] minix: move releasing pages into unlink and rename
` [PATCH 2/7] minix: fix error handling in minix_delete_entry
` [PATCH 3/7] minix: fix error handling in minix_set_link
` [PATCH 4/7] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 5/7] sysv: "
` [PATCH 6/7] ufs: "
` [PATCH 7/7] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
[ANNOUNCE] xfs-linux: iomap-for-next updated to 471859f57d42
2023-01-18 21:29 UTC (2+ messages)
remove iomap_writepage v2
2023-01-18 21:22 UTC (3+ messages)
` [PATCH 1/4] gfs2: stop using generic_writepages in gfs2_ail1_start_one
[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-18 20:40 UTC (5+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
Locking issue with directory renames
2023-01-18 18:41 UTC (7+ messages)
[PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info
2023-01-18 18:34 UTC (6+ messages)
` [PATCH v6 1/3] fanotify: Ensure consistent variable type for response
` [PATCH v6 2/3] fanotify: define struct members to hold response decision context
` [PATCH v6 3/3] fanotify,audit: Allow audit to use the full permission event response
[PATCH 1/2] fs/aio: Use kmap_local() instead of kmap()
2023-01-18 18:19 UTC (3+ messages)
` [PATCH 2/2] fs/aio: obey min_nr when doing wakeups
return an ERR_PTR from __filemap_get_folio
2023-01-18 16:50 UTC (23+ messages)
` [PATCH 1/9] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/9] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/9] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/9] shmem: remove shmem_get_partial_folio
` [PATCH 5/9] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/9] mm: remove FGP_ENTRY
` [PATCH 7/9] gfs2: handle a NULL folio in gfs2_jhead_process_page
` [Cluster-devel] "
` [PATCH 8/9] btrfs: handle a NULL folio in extent_range_redirty_for_io
` [PATCH 9/9] mm: return an ERR_PTR from __filemap_get_folio
[syzbot] general protection fault in s_show
2023-01-18 13:12 UTC
[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
2023-01-18 12:17 UTC (3+ messages)
[PATCH linux-next v4] swap_state: update shadow_nodes for anonymous page
2023-01-18 12:13 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-18 10:17 UTC (26+ 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 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
[RFC v3 00/24] vfs: provide automatic kernel freeze / resume
2023-01-18 9:28 UTC (4+ messages)
` [RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
lockref scalability on x86-64 vs cpu_relax
2023-01-18 9:05 UTC (7+ messages)
` Memory transaction instructions
[syzbot] [hfsplus?] kernel BUG in hfsplus_bnode_put
2023-01-18 7:25 UTC
[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
2023-01-18 3:41 UTC (14+ messages)
` [PATCH] [REGRESSION] "
[PATCH v2 0/6] Composefs: an opportunistically sharing verified image filesystem
2023-01-18 3:08 UTC (25+ messages)
` [PATCH v2 2/6] composefs: Add on-disk layout
` [PATCH v2 4/6] composefs: Add filesystem implementation
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-01-18 2:42 UTC (17+ messages)
` [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 00/25] fs: finish conversion to mnt_idmap
2023-01-17 22:31 UTC (2+ messages)
[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
2023-01-17 19:33 UTC (8+ messages)
` [PATCH v5 2/3] fanotify: define struct members to hold response decision context
consolidate btrfs checksumming, repair and bio splitting v3
2023-01-17 19:12 UTC (3+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
btrfs mount failure with context option and latest mount command
2023-01-17 16:42 UTC (2+ messages)
[PATCH] dax: use switch statement over chained ifs
2023-01-17 15:52 UTC (5+ messages)
[PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
2023-01-17 13:01 UTC (2+ messages)
[jack-fs:for_linus] [udf] b60f8eacb1: xfstests.generic.030/035.fail
2023-01-17 13:01 UTC (2+ messages)
[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
2023-01-17 11:03 UTC (5+ messages)
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-01-17 6:54 UTC (7+ messages)
[syzbot] stack segment fault in truncate_inode_pages_final
2023-01-17 6:07 UTC (4+ messages)
remove most callers of write_one_page
2023-01-17 5:55 UTC (4+ messages)
[PATCH 06/11] filemap: Convert filemap_write_and_wait_range() to use errseq
2023-01-17 2:55 UTC (2+ messages)
[PATCH] MAINTAINERS: update fscrypt git repo
2023-01-16 23:34 UTC
[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
2023-01-16 23:22 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