linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-12 11:01:55 to 2021-05-14 11:04:37 UTC [more...]

[PATCH v10 00/33] Memory folios
 2021-05-14 11:04 UTC  (13+ 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 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 v2] fsnotify: rework unlink/rmdir notify events
 2021-05-14 10:10 UTC  (2+ messages)

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

[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 v5 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-14  8:35 UTC  (11+ 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 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)
  ` 答复: "

switch block layer polling to a bio based model v3
 2021-05-14  2:50 UTC  (35+ messages)
` [PATCH 01/15] direct-io: remove blk_poll support
` [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 10/15] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [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 14/15] nvme-multipath: set QUEUE_FLAG_NOWAIT
` [PATCH 15/15] nvme-multipath: enable polled I/O

[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 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-13 23:19 UTC  (24+ messages)
` [PATCH 01/11] mm: Fix comments mentioning i_mutex
` [PATCH 02/11] documentation: Sync file_operations members with reality
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/11] ext4: Convert to use mapping->invalidate_lock
` [PATCH 05/11] ext2: Convert to using invalidate_lock
` [PATCH 06/11] xfs: Convert to use invalidate_lock
` [PATCH 07/11] zonefs: Convert to using invalidate_lock
` [PATCH 08/11] f2fs: "
` [PATCH 09/11] fuse: "
` [PATCH 10/11] ceph: Fix race between hole punch and page fault
` [PATCH 11/11] cifs: "

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

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

[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] "

[PATCH v4 0/6] io_uring: add mkdirat support
 2021-05-13 11:06 UTC  (7+ 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

[RFC][PATCH] fanotify: introduce filesystem view mark
 2021-05-13 10:55 UTC  (18+ messages)

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

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] lockdown,selinux: fix bogus SELinux lockdown permission checks
 2021-05-12 17:12 UTC  (6+ 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)

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

[PATCH] proc: Avoid mixing integer types in mem_rw()
 2021-05-12 13:40 UTC  (3+ messages)

[PATCH v1 0/3] perf/binfmt/mm: remove in-tree usage of MAP_EXECUTABLE
 2021-05-12 13:12 UTC  (3+ messages)
` [PATCH v1 2/3] binfmt: "

[PATCH] fs/mount_setattr: tighten permission checks
 2021-05-12 12:39 UTC 

[PATCH v2] fuse: use newer inode info when writeback cache is enabled
 2021-05-12 12:33 UTC  (3+ 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).