linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-18 06:21:51 to 2023-04-20 10:07:16 UTC [more...]

[PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-20 10:04 UTC  (12+ messages)
` [PATCH v4 01/22] swap: use __bio_add_page to add page to bio
` [PATCH v4 02/22] drbd: "
` [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v4 04/22] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v4 05/22] md: use __bio_add_page to add single page
` [PATCH v4 06/22] md: raid5-log: "
` [PATCH v4 07/22] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v4 08/22] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v4 09/22] btrfs: raid56: use __bio_add_page to add "
` [PATCH v4 10/22] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v4 11/22] gfs2: use __bio_add_page for adding "

[syzbot] [btrfs?] WARNING in btrfs_mark_ordered_io_finished
 2023-04-20  9:36 UTC 

[PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-20  8:55 UTC  (25+ messages)
` [PATCH v3 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v3 02/19] drbd: "
` [PATCH v3 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v3 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v3 05/19] md: use __bio_add_page to add single page
` [PATCH v3 06/19] md: raid5-log: "
` [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v3 11/19] gfs: use __bio_add_page for adding "
` [PATCH v3 12/19] zonefs: "
` [PATCH v3 13/19] zram: "
` [PATCH v3 14/19] floppy: "
` [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v3 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v3 19/19] block: mark bio_add_page as __must_check

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-20  8:35 UTC  (8+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[RFC][PATCH 0/2] Monitoring unmounted fs with fanotify
 2023-04-20  8:15 UTC  (15+ messages)
` [RFC][PATCH 1/2] fanotify: add support for FAN_UNMOUNT event
` [RFC][PATCH 2/2] fanotify: report mntid info record with FAN_UNMOUNT events

[PATCH V2 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-20  8:03 UTC  (7+ messages)
` [PATCH V2 1/6] shmem: make shmem_inode_acct_block() return error
` [PATCH V2 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
` [PATCH 3/6] quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks
` [PATCH V2 4/6] shmem: prepare shmem quota infrastructure
` [PATCH V2 5/6] shmem: quota support
` [PATCH 6/6] Add default quota limit mount options

[RFC 00/11] multiblock allocator improvements
 2023-04-20  6:32 UTC  (7+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-20  6:01 UTC  (6+ messages)
` [PATCH RESEND v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH RESEND v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH RESEND v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH RESEND v15 5/5] selftests: mm: add pagemap ioctl tests

[LSF TOPIC] online repair of filesystems: what next?
 2023-04-20  4:47 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-20  2:59 UTC  (7+ messages)

[PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-20  2:07 UTC  (3+ messages)
` [RFC PATCH v11.1 "

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-04-20  1:48 UTC  (27+ messages)
  ` [PATCH v3 1/3] block: Introduce provisioning primitives
  ` [PATCH v3 2/3] dm: Add support for block provisioning
  ` [PATCH v4 0/4] Introduce provisioning primitives for thinly provisioned storage
    ` [PATCH v4 1/4] block: Introduce provisioning primitives
      ` [dm-devel] "
    ` [PATCH v4 2/4] dm: Add block provisioning support
    ` [PATCH v4 3/4] dm-thin: Add REQ_OP_PROVISION support
    ` [PATCH v4 4/4] loop: Add support for provision requests
  ` [PATCH v5 0/5] Introduce block provisioning primitives
    ` [PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes
      ` [PATCH v5-fix "
    ` [PATCH v5 2/5] block: Introduce provisioning primitives
    ` [PATCH v5 3/5] dm: Add block provisioning support
    ` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
    ` [PATCH v5 5/5] loop: Add support for provision requests

[PATCH] nfsd: don't use GFP_KERNEL from nfsd_getxattr()/nfsd_listxattr()
 2023-04-19 23:32 UTC  (4+ messages)

[PATCH] Add new open(2) flag - O_EMPTY_PATH
 2023-04-19 21:29 UTC  (5+ messages)

[PATCH v3 00/11] blksnap - block devices snapshots module
 2023-04-19 19:42 UTC  (8+ messages)
` [PATCH v3 03/11] documentation: Block Devices Snapshots Module

[PATCH v10 0/9] Implement copy offload support
 2023-04-19 18:55 UTC  (11+ messages)
  ` [PATCH v10 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v10 2/9] block: Add copy offload support infrastructure
  ` [PATCH v10 3/9] block: add emulation for copy
  ` [PATCH v10 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v10 5/9] nvme: add copy offload support
  ` [PATCH v10 6/9] nvmet: add copy command support for bdev and file ns
  ` [PATCH v10 7/9] dm: Add support for copy offload
  ` [PATCH v10 8/9] dm: Enable copy offload for dm-linear target
  ` [PATCH v10 9/9] null_blk: add support for copy offload

[syzbot] [ext4?] WARNING in ext4_iomap_overwrite_begin
 2023-04-19 18:52 UTC 

ANNOUNCE: nfs-utils-2.6.3 released
 2023-04-19 17:28 UTC 

[PATCH] eventfd: support delayed wakeup for non-semaphore eventfd to reduce cpu utilization
 2023-04-19 16:42 UTC  (7+ messages)

[PATCH v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-19 15:21 UTC  (8+ messages)
` [PATCH v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v15 5/5] selftests: mm: add pagemap ioctl tests

[PATCH v2] ext4: Handle error pointers being returned from __filemap_get_folio
 2023-04-19 13:26 UTC  (3+ messages)

[PATCH] splice: Fix filemap of a blockdev
 2023-04-19 13:10 UTC  (6+ messages)

[PATCH] ext4: Handle error pointers being returned from __filemap_get_folio
 2023-04-19 12:07 UTC  (4+ messages)

[PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-19 12:05 UTC  (2+ messages)

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-19 11:44 UTC  (5+ messages)
` [PATCH mm-unstable RFC 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH mm-unstable RFC 2/5] memcg: flush stats non-atomically in mem_cgroup_wb_stats()

[PATCH 0/1] Backport several fuse patches for 6.1.y
 2023-04-19  9:55 UTC  (2+ messages)
` [PATCH 1/1] fuse: always revalidate rename target dentry

[PATCH 0/3] Backport several fuse patches for 5.15.y
 2023-04-19  9:54 UTC  (4+ messages)
` [PATCH 1/3] fuse: fix attr version comparison in fuse_read_update_size()
` [PATCH 2/3] fuse: always revalidate rename target dentry
` [PATCH 3/3] fuse: fix deadlock between atomic O_TRUNC and page invalidation

[PATCH 0/6] Backport several fuse patches to 5.10.y
 2023-04-19  9:48 UTC  (7+ messages)
` [PATCH 1/6] virtiofs: clean up error handling in virtio_fs_get_tree()
` [PATCH 2/6] virtiofs: split requests that exceed virtqueue size
` [PATCH 3/6] fuse: check s_root when destroying sb
` [PATCH 4/6] fuse: fix attr version comparison in fuse_read_update_size()
` [PATCH 5/6] fuse: always revalidate rename target dentry
` [PATCH 6/6] fuse: fix deadlock between atomic O_TRUNC and page invalidation

[PATCH 0/6] Backport several fuse patches to 5.10.y
 2023-04-19  9:46 UTC 

[ANNOUNCE] util-linux v2.39-rc3
 2023-04-19  9:35 UTC 

[RFC PATCH] getting misc stats/attributes via xattr API
 2023-04-19  8:43 UTC  (9+ messages)
    ` [LSF/MM TOPIC] fsinfo and mount namespace notifications

btrfs induced data loss (on xfs) - 5.19.0-38-generic
 2023-04-19  1:55 UTC  (7+ messages)

[PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
 2023-04-19  1:29 UTC  (12+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-18 23:38 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in ntfs_set_inode
 2023-04-18 20:27 UTC 

[PATCH v14 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-04-18 20:04 UTC  (2+ messages)

[PATCH v2] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-04-18 18:55 UTC  (2+ messages)

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18 14:00 UTC  (7+ messages)

[PATCH v2 00/29] Convert most of ext4 to folios
 2023-04-18 13:08 UTC  (4+ messages)
` [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page

[syzbot] [fs?] [mm?] general protection fault in folio_wait_stable
 2023-04-18 11:04 UTC 

[PATCH v2 0/5] Alter fcntl to handle int arguments correctly
 2023-04-18 10:51 UTC  (4+ messages)
` [PATCH v2 1/5] fcntl: Cast commands with int args explicitly

[PATCH 0/6] Backport several patches to 5.10.y
 2023-04-18 10:34 UTC  (2+ messages)

[PATCH] IMA: use vfs_getattr_nosec to get the i_version
 2023-04-18  9:08 UTC  (2+ messages)

allowing for a completely cached umount(2) pathwalk
 2023-04-18  8:10 UTC  (10+ messages)
` [PATCH/RFC] VFS: LOOKUP_MOUNTPOINT should used cached info whenever possible

[syzbot] [squashfs?] general protection fault in squashfs_page_actor_init_special
 2023-04-18  6:46 UTC 

[PATCH v14 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-18  6:20 UTC  (2+ messages)
` [PATCH v14 5/5] selftests: mm: add pagemap ioctl tests


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