public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-14 03:59:59 to 2022-11-16 11:04:39 UTC [more...]

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-16 10:50 UTC  (25+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH mm-unstable v1 02/20] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH mm-unstable v1 03/20] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH mm-unstable v1 04/20] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH mm-unstable v1 05/20] mm: add early FAULT_FLAG_WRITE "
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 10/20] RDMA/umem: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 11/20] RDMA/usnic: "
` [PATCH mm-unstable v1 12/20] RDMA/siw: "
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: "
` [PATCH mm-unstable v1 14/20] drm/etnaviv: "
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "
` [PATCH mm-unstable v1 17/20] drm/exynos: "
` [PATCH mm-unstable v1 18/20] RDMA/hw/qib/qib_user_pages: "
` [PATCH mm-unstable v1 19/20] habanalabs: "
` [PATCH mm-unstable v1 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

[PATCH v3 0/2] fscache,cachefiles: add prepare_ondemand_read() interface
 2022-11-16 10:45 UTC  (3+ messages)
` [PATCH v3 1/2] fscache,cachefiles: add prepare_ondemand_read() callback
` [PATCH v3 2/2] erofs: switch to prepare_ondemand_read() in fscache mode

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-16  9:40 UTC  (23+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH -next 2/2] selftests/mincore: Optimize TEST(check_file_mmap) accoring to filemap read around
 2022-11-16  9:25 UTC 

[PATCH] namespace: Added pointer check in copy_mnt_ns()
 2022-11-16  9:12 UTC 

[PATCH] cifs: Fix problem with encrypted RDMA data read
 2022-11-16  9:05 UTC  (6+ messages)

[PATCH 0/4] Removing the try_to_release_page() wrapper
 2022-11-16  8:09 UTC  (6+ messages)
` [PATCH 1/4] ext4: Convert move_extent_per_page() to use folios
` [PATCH 2/4] khugepage: Replace try_to_release_page() with filemap_release_folio()
` [PATCH 3/4] memory-failure: Convert truncate_error_page() to use folio
` [PATCH 4/4] folio-compat: Remove try_to_release_page()

[PATCH] sched/fair: Introduce priority load balance for CFS
 2022-11-16  7:37 UTC  (10+ messages)

[RFC PATCH] filelock: new helper: vfs_file_has_locks
 2022-11-16  6:49 UTC  (8+ messages)

[PATCH] ksmbd: use F_SETLK when unlocking a file
 2022-11-16  6:14 UTC  (5+ messages)

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-16  5:46 UTC  (25+ messages)
` [PATCH 1/9] mm: export mapping_seek_hole_data()
` [PATCH 2/9] xfs: write page faults in iomap are not buffered writes
` [PATCH 3/9] xfs: punching delalloc extents on write failure is racy
` [PATCH 4/9] xfs: use byte ranges for write cleanup ranges
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache
` [PATCH 6/9] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 7/9] iomap: write iomap validity checks
` [PATCH 8/9] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 9/9] xfs: drop write error injection is unfixable, remove it

[PATCH] fs/binfmt_elf: Fix memsz > filesz handling
 2022-11-16  4:34 UTC  (3+ messages)

[RFC 0/4] fs: provide per-filesystem options to disable fscrypt
 2022-11-16  2:10 UTC  (5+ messages)

[GIT PULL] netfs: Fix folio unmarking/unlocking loops
 2022-11-15 23:01 UTC  (2+ messages)

[PATCH] Documentation: update the description of TracerPid in procfs.rst
 2022-11-15 22:09 UTC  (2+ messages)

[PATCH] fs: do not push freeing inode to b_dirty_time list
 2022-11-15 20:28 UTC  (9+ messages)
      ` [PATCH v2] fs: do not update freeing inode io_list

[PATCH v3] fs: do not update freeing inode i_io_list
 2022-11-15 20:20 UTC 

[PATCH] coredump: Fix build error for ‘dump_emit_page’ defined but not used
 2022-11-15 19:35 UTC  (2+ messages)

[PATCH] aio: replace IS_ERR() with IS_ERR_VALUE()
 2022-11-15 19:34 UTC  (2+ messages)

[PATCH] proc: sysctl: remove unnecessary jump label in __register_sysctl_table()
 2022-11-15 19:25 UTC  (2+ messages)

fs/pnode.c: propagate_one Oops in ltp/fs_bind test
 2022-11-15 15:04 UTC 

[PATCH] file: Added pointer check
 2022-11-15 13:03 UTC 

thoughts about fanotify and HSM
 2022-11-15 13:08 UTC  (14+ messages)

[RFC PATCH] erofs/zmap.c: Bail out when no further region remains
 2022-11-15 10:50 UTC  (4+ messages)

[syzbot] possible deadlock in exfat_get_block
 2022-11-15 10:47 UTC  (2+ messages)

[RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-15  9:40 UTC  (6+ messages)

[PATCH 0/3] filelock: remove redundant filp arguments from API
 2022-11-15  9:00 UTC  (9+ messages)
` [PATCH 1/3] filelock: remove redundant filp argument from vfs_lock_file
` [PATCH 2/3] filelock: remove redundant filp argument from vfs_test_lock
` [PATCH 3/3] filelock: remove redundant filp arg from vfs_cancel_lock

[PATCHSET RFCRAP v2 00/14] xfs, iomap: fix data corruption due to stale cached iomaps
 2022-11-15  8:38 UTC  (9+ messages)
` [PATCH 04/14] xfs: buffered write failure should not truncate the page cache
` [PATCH 08/14] iomap: pass iter to ->iomap_begin implementations
` [PATCH 10/14] iomap: pass a private pointer to iomap_file_buffered_write
` [PATCH 11/14] xfs: move the seq counters for buffered writes to a private struct

[PATCH] fs/ntfs3: fix wrong cast in xattr.c
 2022-11-15  8:17 UTC 

[PATCH v4 4/5] fsnotify: allow sleepable child flag update
 2022-11-15  7:10 UTC  (2+ messages)

[RFC PATCH] getting misc stats/attributes via xattr API
 2022-11-15  3:39 UTC  (4+ messages)

[PATCH] binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
 2022-11-15  3:17 UTC 

start removing writepage instances
 2022-11-15  2:34 UTC  (12+ messages)
` [PATCH 1/9] extfat: remove ->writepage
` [PATCH 2/9] ext2: "
` [PATCH 7/9] jfs: "
` [PATCH 8/9] omfs: "
` [PATCH 9/9] udf: "

[PATCH v3] mm: anonymous shared memory naming
 2022-11-15  2:06 UTC 

[PATCH v2] mm: anonymous shared memory naming
 2022-11-15  1:36 UTC  (5+ messages)

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-14 23:03 UTC  (6+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-11-14 21:38 UTC  (4+ messages)
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
  ` [f2fs-dev] "

[PATCH v2 1/2] netfs: Fix missing xas_retry() calls in xarray iteration
 2022-11-14 21:26 UTC  (3+ messages)
` [PATCH v2 2/2] netfs: Fix dodgy maths
  ` [Linux-cachefs] "

[ANNOUNCE] xfs-linux: for-next updated to eab06d36b0ac
 2022-11-14 19:04 UTC 

[ANNOUNCE] xfs-linux: iomap-6.2-merge updated to f1bd37a47352
 2022-11-14 18:55 UTC 

[PATCH] fs: ext4: initialize fsdata in pagecache_write()
 2022-11-14 18:20 UTC  (2+ messages)

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-14 17:35 UTC  (5+ messages)
` [PATCH v2 1/3] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v2 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible

[PATCH printk v4 00/39] reduce console_lock scope
 2022-11-14 16:29 UTC  (4+ messages)
` [PATCH printk v4 02/39] printk: Convert console_drivers list to hlist
` [PATCH printk v4 09/39] proc: consoles: document console_lock usage
` [PATCH printk v4 33/39] proc: consoles: use console_list_lock for list iteration

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-14 15:46 UTC  (4+ messages)

[PATCH] vfs: vfs_tmpfile: ensure O_EXCL flag is enforced
 2022-11-14 14:38 UTC  (3+ messages)

[PATCH -next v2 3/6] landlock: add chmod and chown support
 2022-11-14 14:12 UTC  (3+ messages)

[PATCH 0/2 v2] ceph: fix the use-after-free bug for file_lock
 2022-11-14 13:46 UTC  (9+ messages)
` [PATCH 1/2 v2] ceph: add ceph_lock_info support "
` [PATCH 2/2 v2] ceph: use a xarray to record all the opened files for each inode

[PATCH 0/5] Removing the lru_cache_add() wrapper
 2022-11-14 13:25 UTC  (5+ messages)
` [PATCH 2/5] fuse: Convert fuse_try_move_page() to use folios

[PATCH v3] zonefs: add sanity check for aggregated conventional zones
 2022-11-14 11:54 UTC 

[syzbot] WARNING in iomap_iter
 2022-11-14 11:50 UTC  (2+ messages)

[PATCH v2] zonefs: add sanity check for aggregated conventional zones
 2022-11-14 11:46 UTC  (3+ messages)

[PATCH] vfs: fix copy_file_range() averts filesystem freeze protection
 2022-11-14 11:33 UTC  (2+ messages)

[PATCH] writeback: Remove meaningless comment
 2022-11-14 11:02 UTC 

Słowa kluczowe do wypozycjonowania
 2022-11-14  9:06 UTC 

[syzbot] WARNING in anon_vma_name
 2022-11-14  6:28 UTC 

[PATCH] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
 2022-11-14  3:59 UTC  (4+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox