linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 21:55:10 to 2021-05-13 15:04:08 UTC [more...]

[PATCH v5 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-13 15:02 UTC  (19+ messages)
` [PATCH v5 1/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v5 2/7] fsdax: Replace mmap entry in case of CoW
` [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 v5 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v5 7/7] fs/xfs: Add dax dedupe support

[PATCH v10 00/33] Memory folios
 2021-05-13 14:50 UTC  (26+ messages)
` [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
` [PATCH v10 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v10 18/33] mm/filemap: Add folio_unlock
` [PATCH v10 19/33] mm/filemap: Add folio_lock
` [PATCH v10 20/33] mm/filemap: Add folio_lock_killable
` [PATCH v10 21/33] mm/filemap: Add __folio_lock_async
` [PATCH v10 22/33] mm/filemap: Add __folio_lock_or_retry
` [PATCH v10 23/33] mm/filemap: Add folio_wait_locked
` [PATCH v10 24/33] mm/swap: Add folio_rotate_reclaimable
` [PATCH v10 25/33] mm/filemap: Add folio_end_writeback
` [PATCH v10 26/33] mm/writeback: Add folio_wait_writeback
` [PATCH v10 27/33] mm/writeback: Add folio_wait_stable
` [PATCH v10 28/33] mm/filemap: Add folio_wait_bit
` [PATCH v10 29/33] mm/filemap: Add folio_wake_bit
` [PATCH v10 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v10 32/33] fs/netfs: Add folio fscache functions
` [PATCH v10 33/33] mm: Add folio_mapped

[PATCH v4 0/5] kernfs: proposed locking and concurrency improvement
 2021-05-13 14:10 UTC  (12+ messages)
` [PATCH v4 1/5] kernfs: move revalidate to be near lookup
` [PATCH v4 2/5] kernfs: use VFS negative dentry caching
` [PATCH v4 3/5] kernfs: switch kernfs to use an rwsem
` [PATCH v4 4/5] kernfs: use i_lock to protect concurrent inode updates
` [PATCH v4 5/5] kernfs: add kernfs_need_inode_refresh()

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

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] netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
 2021-05-13 10:49 UTC 

[PATCH] netfs: Pass flags through to grab_cache_page_write_begin()
 2021-05-13 10:49 UTC 

[PATCH v4] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-13 10:12 UTC  (2+ 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)

mmotm 2021-05-12-21-46 uploaded
 2021-05-13  5:36 UTC  (3+ messages)
` mmotm 2021-05-12-21-46 uploaded (mm/memory_failure.c)

switch block layer polling to a bio based model v3
 2021-05-13  1:26 UTC  (33+ 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 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-13  0:34 UTC  (18+ 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: "

[syzbot] WARNING in io_link_timeout_fn
 2021-05-12 22:38 UTC  (3+ 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  (18+ 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)
` 答复: "

[PATCH] zonefs: delete useless complex macro definitions
 2021-05-12 10:53 UTC 

[PATCH] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)
 2021-05-12  9:56 UTC 

[PATCH V1 1/1] Fix race between iscsi logout and systemd-udevd
 2021-05-12  7:29 UTC  (5+ messages)

[PATCH v2] sysctl: Remove redundant assignment to first
 2021-05-10 18:59 UTC  (2+ messages)

[PATCH v3 00/15] lib/string_helpers: get rid of ugly *_escape_mem_ascii()
 2021-05-12  6:20 UTC  (3+ messages)
` [PATCH v3 10/15] MAINTAINERS: Add myself as designated reviewer for generic string library

fanotify and network/cluster fs
 2021-05-12  5:05 UTC  (3+ messages)

[PATCH 0/8] Folio Prequel patches
 2021-05-12  3:53 UTC  (5+ messages)
` [PATCH 3/8] mm/debug: Factor PagePoisoned out of __dump_page

[PATCH 00/17] Optimize list lru memory consumption
 2021-05-12  3:20 UTC  (4+ messages)
` [PATCH 10/17] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
    ` [External] "

[PATCH v3 0/5] Cleanup and fixup for huge_memory
 2021-05-12  2:02 UTC  (4+ messages)
` [PATCH v3 2/5] mm/huge_memory.c: use page->deferred_list

mmotm 2021-05-10-21-46 uploaded
 2021-05-11 22:22 UTC  (4+ messages)
` mmotm 2021-05-10-21-46 uploaded (mm/*)


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