messages from 2023-01-16 13:26:40 to 2023-01-18 16:43:36 UTC [more...]
return an ERR_PTR from __filemap_get_folio
2023-01-18 16:42 UTC (20+ 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
Locking issue with directory renames
2023-01-18 16:30 UTC (6+ messages)
[PATCH 1/2] fs/aio: Use kmap_local() instead of kmap()
2023-01-18 15:26 UTC (2+ messages)
` [PATCH 2/2] fs/aio: obey min_nr when doing wakeups
[GIT PULL] AFFS fix for 6.2
2023-01-18 14:16 UTC
[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
2023-01-18 14:09 UTC (61+ 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 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
[syzbot] general protection fault in s_show
2023-01-18 13:12 UTC
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-18 13:01 UTC (11+ 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 linux-next v3] swap_state: update shadow_nodes for anonymous page
2023-01-18 12:17 UTC (4+ 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 (27+ 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 (11+ 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 05/24] fs: add automatic kernel fs freeze / thaw and remove kthread freezing
[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
2023-01-18 9:11 UTC (19+ messages)
` [RFC v6 04/10] iomap: Add iomap_get_folio helper
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
lockref scalability on x86-64 vs cpu_relax
2023-01-18 9:05 UTC (8+ messages)
` Memory transaction instructions
[syzbot] [hfsplus?] kernel BUG in hfsplus_bnode_put
2023-01-18 7:25 UTC
[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-18 6:55 UTC (2+ messages)
[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 (26+ 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 02/14] xfs: document the general theory underlying online fsck design
` [PATCH 01/14] xfs: document the motivation for "
` [PATCH 04/14] xfs: document the user interface for online fsck
` [PATCH 03/14] xfs: document the testing plan "
[PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info
2023-01-17 21:14 UTC (4+ 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 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 (5+ 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
[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
[PATCH] fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
2023-01-16 19:14 UTC
Is there a reason why REQ_OP_READ has to be 0?
2023-01-16 16:17 UTC (4+ messages)
[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
[syzbot] [hfs?] INFO: task hung in hfs_mdb_commit
2023-01-16 13:34 UTC
ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)
2023-01-16 13:28 UTC (8+ 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