linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 17:28:22 to 2023-09-22 11:32:37 UTC [more...]

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-22 11:30 UTC  (10+ 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

[GIT PULL v2] timestamp fixes
 2023-09-22 10:19 UTC  (8+ messages)

[PATCH v16 03/12] block: add copy offload support
 2023-09-22  9:56 UTC  (3+ messages)
` [PATCH v16 00/12] Implement "

[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
 2023-09-22  9:34 UTC  (19+ messages)
` [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v5 02/11] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v5 03/11] iov_iter: Renumber ITER_* constants
` [PATCH v5 04/11] iov_iter: Derive user-backedness from the iterator type
` [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs
` [PATCH v5 06/11] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v5 08/11] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v5 09/11] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v5 10/11] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v5 11/11] iov_iter, net: Move hash_and_copy_to_iter() to net/

[PATCH 0/8] autofs - convert to to use mount api
 2023-09-22  9:33 UTC  (11+ 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 v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-09-22  9:27 UTC  (7+ messages)
` [PATCH v4 2/12] "

[PATCH] vfs: fix readahead(2) on block devices
 2023-09-22  9:10 UTC  (5+ messages)
      ` [LTP] "

[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)

[GIT PULL] xfs: bug fixes for 6.6
 2023-09-22  6:52 UTC 

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-22  6:03 UTC  (27+ 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 11/33] KVM: Introduce per-page memory attributes
` [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

[RFC 00/23] Enable block size > page size in XFS
 2023-09-22  5:03 UTC  (11+ 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  (10+ 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  (25+ messages)
` [PATCH 01/13] fs/f2fs: Restore the whint_mode mount option
` [PATCH 02/13] fs: Restore support for F_GET_FILE_RW_HINT and F_SET_FILE_RW_HINT
` [PATCH 03/13] fs: Restore kiocb.ki_hint
` [PATCH 04/13] block: Restore write hint support
` [PATCH 05/13] scsi: core: Query the Block Limits Extension VPD page
` [PATCH 06/13] scsi_proto: Add struct io_group_descriptor
` [PATCH 07/13] sd: Translate data lifetime information
` [PATCH 08/13] scsi_debug: Reduce code duplication
` [PATCH 09/13] scsi_debug: Support the block limits extension VPD page
` [PATCH 10/13] scsi_debug: Rework page code error handling
` [PATCH 11/13] scsi_debug: Rework subpage "
` [PATCH 12/13] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH 13/13] scsi_debug: Maintain write statistics per group number

[PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature
 2023-09-21 22:36 UTC  (12+ messages)
` [PATCH v4 2/2] btrfs: Introduce "

[syzbot] [integrity] [overlayfs] general protection fault in d_path
 2023-09-21 17:01 UTC  (19+ 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  (17+ messages)
` [PATCH v9 1/7] fuse: rename fuse_create_open
` [PATCH v9 2/7] fuse: introduce atomic open
` [PATCH v9 3/7] [RFC] Allow atomic_open() on positive dentry
` [PATCH v9 4/7] vfs: Optimize "
` [PATCH v9 5/7] fuse: Revalidate positive entries in fuse_atomic_open
` [PATCH v9 6/7] fuse: Return D_REVALIDATE_ATOMIC for cached dentries
` [PATCH v9 7/7] fuse: Avoid code duplication in atomic open

[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 

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-09-21 11:50 UTC  (14+ messages)

[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] ovl: factor out some common helpers for backing files io
 2023-09-21 15:51 UTC  (4+ messages)

[ANNOUNCE] erofs-utils: release 1.7
 2023-09-21  5:26 UTC 

[RFC PATCH 2/3] add statmnt(2) syscall
 2023-09-21  7:34 UTC  (18+ messages)

[PATCH] fuse: pass ATTR_KILL_SUID/ATTR_KILL_SGID mode bits to user space
 2023-09-21  2:24 UTC 

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-21  0:38 UTC  (6+ messages)

[PATCH v2] tmpfs.5: extend with new noswap documentation
 2023-09-20 23:50 UTC 

[PATCH] inotify: support returning file_handles
 2023-09-20 22:51 UTC  (2+ messages)

[RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
 2023-09-20 21:51 UTC  (4+ messages)
` [RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests

[PATCH v2 0/8] sysctl: Remove sentinel elements from arch
 2023-09-20 21:01 UTC  (2+ messages)

remove get_super
 2023-09-20 20:41 UTC  (3+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl

[syzbot] [ext4?] general protection fault in utf8nlookup
 2023-09-20 19:37 UTC  (3+ messages)
` [PATCH] unicode: add s_encoding null ptr check in utf8ncursor

[PATCH] fs/splice: don't block splice_direct_to_actor() after data was read
 2023-09-20 18:16 UTC  (4+ messages)

[GIT PULL] timestamp fixes
 2023-09-20 18:00 UTC  (9+ messages)


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).