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

switch block layer polling to a bio based model v4
 2021-10-15 13:24 UTC  (15+ 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] fs: inode: use queue_rcu_work() instead of call_rcu()
 2021-10-15 13:24 UTC  (4+ messages)

[PATCH v7 00/28] file system-wide error monitoring
 2021-10-15 13:13 UTC  (58+ messages)
` [PATCH v7 01/28] fsnotify: pass data_type to fsnotify_name()
` [PATCH v7 02/28] fsnotify: pass dentry instead of inode data
` [PATCH v7 03/28] fsnotify: clarify contract for create event hooks
` [PATCH v7 04/28] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v7 05/28] fanotify: Fold event size calculation to its own function
` [PATCH v7 06/28] fanotify: Split fsid check from other fid mode checks
` [PATCH v7 07/28] inotify: Don't force FS_IN_IGNORED
` [PATCH v7 08/28] fsnotify: Add helper to detect overflow_event
` [PATCH v7 09/28] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v7 10/28] fsnotify: Retrieve super block from the data field
` [PATCH v7 11/28] fsnotify: Pass group argument to free_event
` [PATCH v7 12/28] fanotify: Support null inode event in fanotify_dfid_inode
` [PATCH v7 13/28] fanotify: Allow file handle encoding for unhashed events
` [PATCH v7 14/28] fanotify: Encode empty file handle when no inode is provided
` [PATCH v7 15/28] fanotify: Require fid_mode for any non-fd event
` [PATCH v7 16/28] fsnotify: Support FS_ERROR event type
` [PATCH v7 17/28] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v7 18/28] fanotify: Pre-allocate pool of error events
` [PATCH v7 19/28] fanotify: Limit number of marks with FAN_FS_ERROR per group
` [PATCH v7 20/28] fanotify: Support enqueueing of error events
` [PATCH v7 21/28] fanotify: Support merging "
` [PATCH v7 22/28] fanotify: Report FID entry even for zero-length file_handle
` [PATCH v7 23/28] fanotify: Report fid info for file related file system errors
` [PATCH v7 24/28] fanotify: Emit generic error info for error event
` [PATCH v7 25/28] fanotify: Allow users to request FAN_FS_ERROR events
` [PATCH v7 26/28] ext4: Send notifications on error
` [PATCH v7 27/28] samples: Add fs error monitoring example
` [PATCH v7 28/28] docs: Document the FAN_FS_ERROR event

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-15 11:45 UTC  (11+ 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 v11 07/14] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v11 08/14] btrfs: add BTRFS_IOC_ENCODED_READ

The one and only "permission denied" in find /sys
 2021-10-15  9:14 UTC  (3+ messages)

[PATCH v2] security: Return xattr name from security_dentry_init_security()
 2021-10-15  9:07 UTC  (2+ messages)

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

[PATCH] mm/damon/vaddr: Include 'highmem.h' to fix a build failure
 2021-10-15  8:25 UTC  (3+ messages)

[PATCH v10 3/3] mm: add anonymous vma name refcounting
 2021-10-15  8:03 UTC  (16+ messages)

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-10-15  6:41 UTC  (22+ 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

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-10-15  3:33 UTC  (2+ messages)

[PATCH] autofs: fix wait name hash calculation in autofs_wait()
 2021-10-15  0:08 UTC  (3+ messages)

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-14 11:46 UTC  (16+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[RFC 0/5] kernel: Introduce CPU Namespace
 2021-10-14 22:14 UTC  (4+ messages)

[PATCH 0/2] Handle a soft hang and the inconsistent name issue
 2021-10-14 21:54 UTC  (6+ messages)
` [PATCH 2/2] fs: ext4: Fix the inconsistent name exposed by /proc/self/cwd

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

[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  (41+ messages)
` [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 03/29] dm: "
` [PATCH 04/29] md: "
` [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 11/29] btrfs: use bdev_nr_sectors instead of open coding it
` [PATCH 16/29] jfs: "
` [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 25/29] ext4: use sb_bdev_nr_blocks
` [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

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 RFC] virtio: wrap config->reset calls
 2021-10-14  8:36 UTC  (11+ messages)

[v3 PATCH 2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
 2021-10-14  6:54 UTC  (15+ messages)

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-14  6:54 UTC  (4+ messages)

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


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