linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-01 15:33:10 to 2022-12-07 17:18:15 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-07 17:16 UTC  (32+ 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 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [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

next: LTP: syscalls: epoll_clt() if fd is an invalid fd expected EBADF: EINVAL (22)
 2022-12-07 16:22 UTC  (2+ messages)

[PATCH v2] fscache: Fix oops due to race with cookie_lru and use_cookie
 2022-12-07 13:49 UTC 

[PATCH linux-next v2] docs: proc.rst: add softnet_stat to /proc/net
 2022-12-07 11:23 UTC 

[PATCH v5 00/10] Implement copy offload support
 2022-12-07 11:19 UTC  (8+ messages)
  ` [PATCH v5 02/10] block: Add copy offload support infrastructure

[PATCH linux-next] docs: proc.rst: add softnet_stat
 2022-12-07  9:51 UTC  (3+ messages)

[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
 2022-12-07  8:43 UTC  (4+ messages)
` [PATCH 1/3] NFSD: Teach nfsd_mountpoint() auto mounts
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover "
` [PATCH 3/3] NFS: nfs_encode_fh: Remove S_AUTOMOUNT check

[PATCH] hfsplus: Fix bug causing custom uid and gid being unable to be assigned with mount
 2022-12-07  3:05 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2 0/8] fsdax,xfs: fix warning messages
 2022-12-07  2:49 UTC  (27+ messages)
` [PATCH v2 1/8] fsdax: introduce page->share for fsdax in reflink mode
  ` [PATCH v2.1 "
  ` [PATCH v2.2 "
` [PATCH v2 2/8] fsdax: invalidate pages when CoW
` [PATCH v2 3/8] fsdax: zero the edges if source is HOLE or UNWRITTEN
  ` [PATCH v2.1 "
` [PATCH v2 4/8] fsdax,xfs: set the shared flag when file extent is shared
` [PATCH v2 5/8] fsdax: dedupe: iter two files at the same time
` [PATCH v2 6/8] xfs: use dax ops for zero and truncate in fsdax mode
` [PATCH v2 7/8] fsdax,xfs: port unshare to fsdax
` [PATCH v2 8/8] xfs: remove restrictions for fsdax and reflink

[PATCH] epoll: ep_autoremove_wake_function should use list_del_init_careful
 2022-12-06 21:59 UTC 

[PATCH v3 0/4] iov_iter: Add extraction helpers
 2022-12-06 18:40 UTC  (8+ messages)
` [PATCH v3 1/4] mm: Move FOLL_* defs to mm_types.h
` [PATCH v3 2/4] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v3 3/4] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v3 4/4] netfs: Add a function to extract an iterator into a scatterlist

[syzbot] possible deadlock in filemap_fault
 2022-12-06 18:10 UTC  (2+ messages)

[PATCH] hfsplus: Add module parameter to enable force writes
 2022-12-06 15:17 UTC  (13+ messages)
` [PATCH v2] "

[GIT PULL] file locking changes for v6.2-rc1
 2022-12-06 13:11 UTC 

consolidate btrfs checksumming, repair and bio splitting v2
 2022-12-06 11:51 UTC  (23+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio

[PATCH] file: Added pointer check
 2022-12-06  9:32 UTC 

[PATCH v5 06/10] nvmet: add copy command support for bdev and file ns
 2022-12-06  9:22 UTC  (2+ messages)

[PATCH] fs: use helper function file_inode() to get inode
 2022-12-06  6:15 UTC 

[GIT PULL] execve updates for v6.2-rc1
 2022-12-06  0:41 UTC 

[RFC 0/3] Turn iomap_page_ops into iomap_folio_ops
 2022-12-05 23:04 UTC  (11+ messages)
` [RFC 1/3] fs: Add folio_may_straddle_isize helper
` [RFC 2/3] iomap: Turn iomap_page_ops into iomap_folio_ops
` [RFC 3/3] gfs2: Fix race between shrinker and gfs2_iomap_folio_done
` [RFC v2 0/3] Turn iomap_page_ops into iomap_folio_ops
` [RFC v2 1/3] fs: Add folio_may_straddle_isize helper
` [RFC v2 2/3] iomap: Turn iomap_page_ops into iomap_folio_ops
` [RFC v2 3/3] gfs2: Fix race between shrinker and gfs2_iomap_folio_done

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-12-05 20:34 UTC  (6+ messages)
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
  ` [f2fs-dev] "

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-12-05 15:39 UTC  (10+ messages)

fs/pnode.c: propagate_one Oops in ltp/fs_bind test
 2022-12-05 14:34 UTC  (3+ messages)

[syzbot] possible deadlock in hfsplus_file_truncate
 2022-12-05 10:59 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in hfsplus_btree_open
 2022-12-05  9:47 UTC 

[syzbot] KMSAN: uninit-value in hfsplus_delete_cat
 2022-12-05  9:19 UTC 

[syzbot] WARNING: locking bug in hfsplus_delete_cat
 2022-12-05  8:02 UTC 

[syzbot] WARNING in hfsplus_free_extents
 2022-12-05  8:02 UTC 

[PATCH v1 2/6] exfat: remove unneeded codes from __exfat_rename()
 2022-12-05  5:14 UTC 

[PATCH v1 1/6] exfat: remove call ilog2() from exfat_readdir()
 2022-12-05  5:10 UTC 

[PATCH v1 0/6] exfat: code optimizations
 2022-12-05  5:09 UTC 

[PATCH v1 6/6] exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
 2022-12-05  5:10 UTC 

[PATCH v1 5/6] exfat: remove i_size_write() from __exfat_truncate()
 2022-12-05  5:10 UTC 

[PATCH v1 3/6] exfat: remove unnecessary arguments from exfat_find_dir_entry()
 2022-12-05  5:10 UTC 

[PATCH v1 4/6] exfat: remove argument 'size' from exfat_truncate()
 2022-12-05  5:10 UTC 

[syzbot] kernel BUG in hfs_bnode_put
 2022-12-05  4:01 UTC 

[PATCH 0/6] block: add support for REQ_OP_VERIFY
 2022-12-04 20:29 UTC  (11+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 1f5619ed8810
 2022-12-04 17:45 UTC 

[syzbot] WARNING in iomap_read_inline_data
 2022-12-04 16:36 UTC  (3+ messages)
  ` [Cluster-devel] "

[PATCH] mount: rebuild error handling in do_new_mount
 2022-12-04 15:00 UTC 

remove ->writepage in ntfs3
 2022-12-04  8:17 UTC  (2+ messages)

[syzbot] WARNING in do_mkdirat
 2022-12-03 14:52 UTC 

[PATCH] io_uring: don't hold uring_lock when calling io_run_task_work*
 2022-12-03 13:20 UTC  (2+ messages)

[PATCH] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-02 21:58 UTC  (4+ messages)

[PATCH v3 0/5] proc: improve root readdir latency with many threads
 2022-12-02 17:16 UTC  (6+ messages)
` [PATCH v3 1/5] pid: replace pidmap_lock with xarray lock
` [PATCH v3 2/5] pid: split cyclic id allocation cursor from idr
` [PATCH v3 3/5] pid: switch pid_namespace from idr to xarray
` [PATCH v3 4/5] pid: mark pids associated with group leader tasks
` [PATCH v3 5/5] procfs: use efficient tgid pid search on root readdir

[PATCH] fuse: remove duplicate check for nodeid
 2022-12-02 16:27 UTC 

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02 13:44 UTC  (5+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

start removing writepage instances v2
 2022-12-02 10:26 UTC  (8+ messages)
` [PATCH 1/7] extfat: remove ->writepage
` [PATCH 2/7] fat: "
` [PATCH 3/7] hfs: "
` [PATCH 4/7] hfsplus: "
` [PATCH 5/7] hpfs: "
` [PATCH 6/7] jfs: "
` [PATCH 7/7] omfs: "

start removing writepage instances
 2022-12-02 10:22 UTC  (3+ messages)

Napływ Klientów ze strony
 2022-12-02  9:15 UTC 

[PATCH] posix_acl: Fix the type of sentinel in get_acl
 2022-12-02  9:14 UTC  (2+ messages)

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-02  8:37 UTC  (2+ messages)

[syzbot] possible deadlock in hfsplus_file_extend
 2022-12-02  8:18 UTC  (2+ messages)

[syzbot] WARNING in hfsplus_bnode_create
 2022-12-02  4:34 UTC 

[PATCH] binfmt: Fix error return code in load_elf_fdpic_binary()
 2022-12-02  3:19 UTC  (3+ messages)

[syzbot] WARNING in path_openat
 2022-12-02  3:18 UTC 

[PATCH resend] chardev: fix error handling in cdev_device_add()
 2022-12-02  3:02 UTC 

[PATCH v2] hfs: Fix OOB Write in hfs_asc2mac
 2022-12-02  3:00 UTC 

[PATCH v2] chardev: fix error handling in cdev_device_add()
 2022-12-02  1:46 UTC  (7+ messages)

Feature proposal: support file content integrity verification based on fs-verity
 2022-12-01 23:42 UTC  (4+ messages)

[PATCH] hfs: Fix OOB Write in hfs_asc2mac
 2022-12-01 23:09 UTC  (6+ messages)

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-01 20:18 UTC  (3+ messages)

[PATCH 0/2] fsdax,xfs: fix warning messages
 2022-12-01 17:47 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to ddfdd530e43f
 2022-12-01 17:44 UTC 

[PATCH 0/9 V4] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-12-01 15:53 UTC  (8+ messages)
` [PATCH 10/9] xfs: add debug knob to slow down writeback for fun
  ` [PATCH v2 "
    ` [RFC PATCH] xfs: regression test for writeback corruption bug

[PATCH] selftests: Add missing <sys/syscall.h> to mount_setattr test
 2022-12-01 15:49 UTC  (2+ 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).