linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 19:23:28 to 2021-10-14 20:17:02 UTC [more...]

[PATCH v10 3/3] mm: add anonymous vma name refcounting
 2021-10-14 20:16 UTC  (22+ messages)

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-10-14 19:32 UTC  (17+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v7 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v7 8/8] fsdax: add exception for reflinked files

[RFC v4 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-14 19:16 UTC  (7+ messages)
` [v4 PATCH 1/6] mm: hwpoison: remove the unnecessary THP check
` [v4 PATCH 2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v4 PATCH 3/6] mm: filemap: coding style cleanup for filemap_map_pmd()
` [v4 PATCH 4/6] mm: hwpoison: refactor refcount check handling
` [v4 PATCH 5/6] mm: shmem: don't truncate page if memory failure happens
` [v4 PATCH 6/6] mm: hwpoison: handle non-anonymous THP correctly

[PATCH v10 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-10-14 17:50 UTC  (4+ messages)
` [PATCH v10 7/8] xfs: support CoW in fsdax mode

don't use ->bd_inode to access the block device size
 2021-10-14 15:35 UTC  (76+ messages)
` [PATCH 01/29] bcache: remove bdev_sectors
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [PATCH 05/29] mtd/block2mtd: "
` [PATCH 06/29] nvmet: "
` [PATCH 07/29] target/iblock: "
` [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [PATCH 09/29] fs: simplify init_page_buffers
` [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 11/29] btrfs: "
` [PATCH 12/29] cramfs: "
` [PATCH 13/29] fat: "
` [PATCH 14/29] hfs: "
` [PATCH 15/29] hfsplus: "
` [PATCH 16/29] jfs: "
` [PATCH 17/29] nfs/blocklayout: "
` [PATCH 18/29] nilfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] pstore/blk: "
` [PATCH 21/29] reiserfs: "
` [PATCH 22/29] squashfs: "
` [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
` [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [PATCH 26/29] jfs: "
` [PATCH 27/29] ntfs: "
` [PATCH 28/29] reiserfs: "
` [PATCH 29/29] udf: "

[GIT PULL] ntfs3 changes for 5.15
 2021-10-14 16:25 UTC 

[PATCH v3 0/8] Remove dependency on congestion_wait in mm/
 2021-10-14 15:45 UTC  (23+ messages)
` [PATCH 1/8] mm/vmscan: Throttle reclaim until some writeback completes if congested
` [PATCH 2/8] mm/vmscan: Throttle reclaim and compaction when too may pages are isolated
` [PATCH 3/8] mm/vmscan: Throttle reclaim when no progress is being made
` [PATCH 4/8] mm/writeback: Throttle based on page writeback instead of congestion
` [PATCH 5/8] mm/page_alloc: Remove the throttling logic from the page allocator
` [PATCH 6/8] mm/vmscan: Centralise timeout values for reclaim_throttle
` [PATCH 7/8] mm/vmscan: Increase the timeout if page reclaim is not making progress
` [PATCH 8/8] mm/vmscan: Delay waking of tasks throttled on NOPROGRESS

[PATCH] autofs: fix wait name hash calculation in autofs_wait()
 2021-10-14 15:11 UTC  (2+ messages)

move the bdi from the request_queue to the gendisk
 2021-10-14 14:32 UTC  (4+ messages)
` [PATCH 4/5] block: "
  ` [sparc64] kernel OOPS (was: [PATCH 4/5] block: move the bdi from the request_queue to the gendisk)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-14 12:54 UTC  (7+ messages)
` [PATCH v11 02/14] fs: export variant of generic_write_checks without iov_iter
` [PATCH v11 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v11 06/14] btrfs: optionally extend i_size in cow_file_range_inline()

[PATCH 2/6] MM: improve documentation for __GFP_NOFAIL
 2021-10-14 11:46 UTC  (14+ messages)

mmotm 2021-10-13-19-52 uploaded
 2021-10-14 11:18 UTC  (3+ messages)
` mmotm 2021-10-13-19-52 uploaded (mm/damon/vaddr.c)

[PATCH] mm/damon/vaddr: Include 'highmem.h' to fix a build failure
 2021-10-14 11:08 UTC 

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-14  8:36 UTC  (11+ messages)

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-14  6:54 UTC  (27+ messages)
` [v3 PATCH 2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v3 PATCH 4/5] mm: shmem: don't truncate page if memory failure happens

general protection fault in __block_write_begin_int
 2021-10-14  2:42 UTC  (2+ messages)

INFO: task hung in deactivate_super
 2021-10-14  2:20 UTC  (2+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-14  2:11 UTC  (16+ messages)
` [PATCH v8 09/12] sysfs: fix deadlock race "
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

The one and only "permission denied" in find /sys
 2021-10-14  1:48 UTC  (2+ messages)

[PATCH v4] aio: Add support for the POLLFREE
 2021-10-13 20:36 UTC  (3+ messages)

kvm crash in 5.14.1?
 2021-10-13 19:33 UTC  (6+ messages)

[RFC Proposal] Deterministic memcg charging for shared memory
 2021-10-13 19:23 UTC 

[RFC PATCH] mm: Stop filemap_read() from grabbing a superfluous page
 2021-10-13 15:58 UTC  (2+ messages)

[RFC] fuse: Avoid invalidating attrs if writeback_cache enabled
 2021-10-13 13:52 UTC  (4+ messages)

mmotm 2021-10-05-19-53 uploaded
 2021-10-13 11:48 UTC  (7+ messages)
` mmotm 2021-10-05-19-53 uploaded (drivers/gpu/drm/msm/hdmi/hdmi_phy.o)

[PATCH 4.19,v2] VFS: Fix fuseblk memory leak caused by mount concurrency
 2021-10-13 10:49 UTC  (4+ messages)

switch block layer polling to a bio based model v4
 2021-10-13 10:46 UTC  (14+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 09/16] block: replace the spin argument to blk_iopoll with a flags argument
` [PATCH 10/16] io_uring: don't sleep when polling for I/O
` [PATCH 11/16] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 14/16] block: switch polling to be bio based
` [PATCH 16/16] nvme-multipath: enable polled I/O

[PATCH v3] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-10-13  9:28 UTC  (4+ messages)
        ` [PATCH v4] "

[PATCH 4.19] VFS: Fix fuseblk memory leak caused by mount concurrency
 2021-10-13  9:21 UTC  (2+ messages)

[PATCH linux-4.19.y] VFS: Fix fuseblk memory leak caused by mount concurrency
 2021-10-13  8:33 UTC  (2+ messages)

[syzbot] memory leak in __lookup_slow
 2021-10-13  7:37 UTC 

Problem with direct IO
 2021-10-13  1:46 UTC 

[PATCH v2 0/2] fuse: Send file/inode security context during creation
 2021-10-12 20:38 UTC  (4+ messages)
` [PATCH v2 1/2] fuse: Add a flag FUSE_SECURITY_CTX

[PATCH v15 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-10-12 19:24 UTC  (4+ messages)
` [PATCH v15 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v15 2/3] arch: Wire up trusted_for(2)
` [PATCH v15 3/3] selftest/interpreter: Add tests for trusted_for(2) policies


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