linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 14:21:46 to 2021-05-15 15:52:06 UTC [more...]

[PATCH v10 00/33] Memory folios
 2021-05-15 15:51 UTC  (41+ messages)
` [PATCH v10 01/33] mm: Introduce struct folio
` [PATCH v10 02/33] mm: Add folio_pgdat and folio_zone
` [PATCH v10 03/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v10 04/33] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v10 05/33] mm: Add folio reference count functions
` [PATCH v10 06/33] mm: Add folio_put
` [PATCH v10 07/33] mm: Add folio_get
` [PATCH v10 08/33] mm: Add folio_try_get_rcu
` [PATCH v10 09/33] mm: Add folio flag manipulation functions
` [PATCH v10 10/33] mm: Add folio_young and folio_idle
` [PATCH v10 11/33] mm: Handle per-folio private data
` [PATCH v10 12/33] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v10 13/33] mm/filemap: Add folio_next_index
` [PATCH v10 14/33] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v10 15/33] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v10 16/33] mm: Add folio_mapcount

[RFC][PATCH] fanotify: introduce filesystem view mark
 2021-05-15 14:28 UTC  (20+ messages)

[PATCH v2] fsnotify: rework unlink/rmdir notify events
 2021-05-15 13:12 UTC  (3+ messages)

[PATCH] lockdown,selinux: fix bogus SELinux lockdown permission checks
 2021-05-15  0:57 UTC  (8+ messages)

[GIT PULL] dax fixes for v5.13-rc2
 2021-05-14 23:33 UTC 

[RESEND]: Kernel 4.14: SQUASHFS error: unable to read xattr id index table
 2021-05-14 21:50 UTC  (2+ messages)

mmotm 2021-05-12-21-46 uploaded
 2021-05-14 21:40 UTC  (9+ messages)
` mmotm 2021-05-12-21-46 uploaded (mm/memory_failure.c)
` mmotm 2021-05-12-21-46 uploaded (arch/x86/mm/pgtable.c)

What sort of inode state does ->evict_inode() expect to see? [was Re: 9p: fscache duplicate cookie]
 2021-05-14 21:16 UTC  (11+ messages)
` 9p: fscache duplicate cookie

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-14 17:48 UTC  (2+ messages)

[PATCH v2 0/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-14 17:22 UTC  (7+ messages)
` [PATCH v2 1/6] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v2 2/6] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v2 3/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v2 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [PATCH v2 5/6] virtio-mem: use page_offline_(start|end) when "
` [PATCH v2 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)

switch block layer polling to a bio based model v3
 2021-05-14 16:28 UTC  (34+ messages)
` [PATCH 02/15] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/15] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/15] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 05/15] blk-mq: factor out a "classic" poll helper
` [PATCH 06/15] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 07/15] blk-mq: remove blk_qc_t_valid
` [PATCH 08/15] io_uring: don't sleep when polling for I/O
` [PATCH 09/15] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 11/15] block: define 'struct bvec_iter' as packed
` [PATCH 12/15] block: switch polling to be bio based
` [PATCH 13/15] block: don't allow writing to the poll queue attribute
` [PATCH 15/15] nvme-multipath: enable polled I/O

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-14 16:17 UTC  (17+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 07/11] zonefs: Convert to using invalidate_lock
` [PATCH 10/11] ceph: Fix race between hole punch and page fault

[PATCH v5 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-14 16:03 UTC  (12+ messages)
` [PATCH v5 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v5 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v5 5/7] fsdax: Dedup file range to use a compare function

[PATCH v3 0/2] io_uring: add mkdirat support
 2021-05-14 15:11 UTC  (11+ messages)
` [PATCH v3 1/2] fs: make do_mkdirat() take struct filename

[PATCH v4 0/6] io_uring: add mkdirat support
 2021-05-14 14:59 UTC  (10+ messages)
` [PATCH v4 1/6] fs: make do_mkdirat() take struct filename
` [PATCH v4 2/6] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v4 3/6] fs: make do_mknodat() take struct filename
` [PATCH v4 4/6] fs: make do_symlinkat() "
` [PATCH v4 5/6] namei: add getname_uflags()
` [PATCH v4 6/6] fs: make do_linkat() take struct filename

[PATCH v3] fsnotify: rework unlink/rmdir notify events
 2021-05-14 13:34 UTC 

[PATCH v4] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-14 13:31 UTC  (5+ messages)

[PATCH v9] vfs: fix copy_file_range regression in cross-fs copies
 2021-05-14 11:05 UTC  (3+ messages)
` [vfs] 94a4dd06a6: xfstests.generic.263.fail

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-05-14 10:23 UTC  (3+ messages)

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-14  9:40 UTC  (18+ messages)
` [PATCH v19 1/8] mmap: make mlock_future_check() global
` [PATCH v19 2/8] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v19 4/8] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users
` [PATCH v19 7/8] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v19 8/8] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2] fuse: fix inconsistent status between faccess and mkdir
 2021-05-14  6:17 UTC 

[PATCH] mm/memory-failure: make sure wait for page writeback in memory_failure
 2021-05-14  5:21 UTC  (5+ messages)

[PATCH] fuse: fix inconsistent status between faccess and mkdir
 2021-05-14  3:27 UTC  (3+ messages)
  ` 答复: "

[PATCH v4 0/5] kernfs: proposed locking and concurrency improvement
 2021-05-14  2:34 UTC  (12+ messages)

[PATCH v3 0/5] Cleanup and fixup for huge_memory
 2021-05-14  1:53 UTC  (4+ messages)
` [PATCH v3 3/5] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()

[syzbot] WARNING in io_link_timeout_fn
 2021-05-14  1:05 UTC  (7+ messages)

mmotm 2021-05-13-17-18 uploaded
 2021-05-14  0:18 UTC 

[PATCH v2 08/10] kernel/sysctl-test: Remove some casts which are no-longer required
 2021-05-13 19:32 UTC 

[PATCH] sysctl: Limit the size of I/Os to PAGE_SIZE
 2021-05-13 16:15 UTC  (3+ messages)

[PATCH] netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
 2021-05-13 15:14 UTC  (2+ messages)

[PATCH] netfs: Pass flags through to grab_cache_page_write_begin()
 2021-05-13 15:13 UTC  (2+ messages)

Removing readpages aop
 2021-05-13 13:34 UTC  (4+ messages)
` [V9fs-developer] "

problem with exfat on 4k logical sector devices
 2021-05-13  6:53 UTC  (10+ messages)

[PATCH 1/4] radix tree test suite: Add support for fallthrough attribute
 2021-05-12 22:13 UTC  (6+ messages)
` [PATCH 2/4] radix tree test suite: Add __must_be_array() support
` [PATCH 3/4] radix tree test suite: Add kmem_cache enhancements and pr_err
` [PATCH 4/4] radix tree test suite: Add support for slab bulk APIs

[RFC][PATCH] fsnotify: move unlink/rmdir events to after d_delete
 2021-05-12 20:49 UTC 

[PATCH AUTOSEL 4.19 16/18] block: reexpand iov_iter after read/write
 2021-05-12 18:04 UTC 

[PATCH AUTOSEL 4.14 11/12] block: reexpand iov_iter after read/write
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 5.12 35/37] block: reexpand iov_iter after read/write
 2021-05-12 18:01 UTC 

[PATCH AUTOSEL 5.11 33/35] block: reexpand iov_iter after read/write
 2021-05-12 18:02 UTC 

[PATCH AUTOSEL 5.10 32/34] block: reexpand iov_iter after read/write
 2021-05-12 18:03 UTC 

[PATCH AUTOSEL 5.4 21/23] block: reexpand iov_iter after read/write
 2021-05-12 18:04 UTC 

[PATCH 08/11] f2fs: Convert to using invalidate_lock
 2021-05-12 18:00 UTC  (2+ messages)

[PATCH v4] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
 2021-05-12 16:18 UTC  (2+ messages)

[PATCH v3 0/2] quota: Add mountpath based quota support
 2021-05-12 15:36 UTC  (7+ messages)

[PATCH v3] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
 2021-05-12 15:12 UTC  (2+ messages)

splice() from /dev/zero to a pipe does not work (5.9+)
 2021-05-12 15:13 UTC  (3+ messages)

[PATCH v2] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
 2021-05-12 14:49 UTC  (4+ 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).