linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 18:32:56 to 2021-10-12 15:09:30 UTC [more...]

switch block layer polling to a bio based model v4
 2021-10-12 15:09 UTC  (22+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 02/16] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/16] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/16] io_uring: fix a layering violation in io_iopoll_req_issued
` [PATCH 05/16] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 06/16] blk-mq: factor out a "classic" poll helper
` [PATCH 07/16] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 08/16] blk-mq: remove blk_qc_t_valid
` [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 12/16] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 13/16] block: define 'struct bvec_iter' as packed
` [PATCH 14/16] block: switch polling to be bio based
` [PATCH 15/16] block: don't allow writing to the poll queue attribute
` [PATCH 16/16] nvme-multipath: enable polled I/O

[RFC] fuse: Sync attributes when the inode is clean in writeback mode
 2021-10-12 14:55 UTC 

unicode cleanups, and split the data table into a separate module v2
 2021-10-12 14:40 UTC  (5+ messages)
` [PATCH 10/11] unicode: Add utf8-data module

[PATCH] LSM: general protection fault in legacy_parse_param
 2021-10-12 14:27 UTC  (3+ messages)

[PATCH v2] security: Return xattr name from security_dentry_init_security()
 2021-10-12 13:23 UTC 

[PATCH] chardev: fix error handling in cdev_device_add()
 2021-10-12 13:09 UTC 

[PATCH][next] coredump: Remove redundant initialization of variable core_waiters
 2021-10-12 10:39 UTC  (2+ messages)

[PATCH v4] aio: Add support for the POLLFREE
 2021-10-12  8:59 UTC  (2+ messages)

[RFC 0/5] kernel: Introduce CPU Namespace
 2021-10-12  8:42 UTC  (12+ messages)
` [RFC 1/5] ns: "
` [RFC 2/5] ns: Add scrambling functionality to CPU namespace
` [RFC 3/5] cpuset/cpuns: Make cgroup CPUset CPU namespace aware
` [RFC 4/5] cpu/cpuns: Make sysfs "
` [RFC 5/5] proc/cpuns: Make procfs load stats "

[PATCH v10 3/3] mm: add anonymous vma name refcounting
 2021-10-12  7:43 UTC  (30+ messages)

[PATCH 0/3] mm, thp: introduce a new sysfs interface to facilitate file THP for .text
 2021-10-12  7:04 UTC  (7+ messages)
` [PATCH 1/3] mm, thp: support binaries transparent use of file THP
` [PATCH 2/3] mm, thp: make mapping address of libraries THP align
` [PATCH 3/3] mm, thp: make mapping address of PIC binaries "

WARNING in __kernel_read
 2021-10-12  6:21 UTC  (3+ messages)

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-12  1:57 UTC  (19+ 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

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-12  0:20 UTC  (32+ messages)
` [PATCH v8 01/12] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
 2021-10-11 23:59 UTC  (14+ messages)
            ` [RFC][arm64] possible infinite loop in btrfs search_ioctl()

[PATCH 00/14] firmware_loader: built-in API and make x86 use it
 2021-10-11 22:30 UTC  (6+ messages)
` [PATCH 04/14] firmware_loader: add built-in firmware kconfig entry

[PATCH v4 0/9] fs/ntfs3: Use new mount api and change some opts
 2021-10-11 22:05 UTC  (7+ messages)
` [PATCH v4 7/9] fs/ntfs3: Add iocharset= mount option as alias for nls=

[PATCH v2] fs/ntfs3: Fix memory leak if fill_super failed
 2021-10-11 21:50 UTC  (2+ messages)

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

[PATCH] fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrect
 2021-10-11 20:56 UTC  (6+ messages)

[PATCH] fs: buffer: check huge page size instead of single page for invalidatepage
 2021-10-11 19:57 UTC  (7+ messages)

[PATCH] selftests: proc: Make sure wchan works when it exists
 2021-10-11 17:42 UTC  (3+ messages)

[RFC] fuse: Avoid invalidating attrs if writeback_cache enabled
 2021-10-11 14:45 UTC  (3+ messages)

[PATCH 5.14 086/151] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-10-11 13:45 UTC 

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

[PATCH v3 0/5]: initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2021-10-11 10:41 UTC  (2+ messages)

[PATCH 0/2] quota: fix oops when loading corrupted quota file
 2021-10-11  8:58 UTC  (4+ messages)
` [PATCH 1/2] quota: check block number when reading the block in "
` [PATCH 2/2] qupta: correct error number in free_dqentry()

[PATCH] vfs: Check fd has read access in kernel_read_file_from_fd()
 2021-10-11  8:54 UTC  (3+ messages)

[PATCH v13 00/13] Introduce VDUSE - vDPA Device in Userspace
 2021-10-11  8:32 UTC  (4+ messages)

[PATCH] fs: fix GPF in nilfs_mdt_destroy
 2021-10-11  3:09 UTC 

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-10-11  3:00 UTC  (8+ messages)
` [PATCH v6 1/7] fuse: add fuse_should_enable_dax() helper
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
` [PATCH v6 3/7] fuse: support per-file DAX in fuse protocol
` [PATCH v6 4/7] fuse: negotiate per-file DAX in FUSE_INIT
` [PATCH v6 5/7] fuse: enable per-file DAX
` [PATCH v6 6/7] fuse: mark inode DONT_CACHE when per-file DAX hint changes
` [PATCH v6 7/7] Documentation/filesystem/dax: record DAX on virtiofs

mmotm 2021-10-10-18-19 uploaded
 2021-10-11  1:20 UTC 

[PATCH] d_path: Fix Kernel doc validator complaining
 2021-10-11  0:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 0/5] make '%pD' print the full path of file
 2021-10-11  0:49 UTC  (6+ messages)
` [PATCH v7 1/5] d_path: fix Kernel doc validator complaints

kvm crash in 5.14.1?
 2021-10-09 19:00 UTC  (2+ messages)

[PATCH v2] fs/ntfs3: Keep prealloc for all types of files
 2021-10-09 15:55 UTC  (2+ messages)

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

[PATCH v3 0/8] Remove dependency on congestion_wait in mm/
 2021-10-08 13:53 UTC  (9+ 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

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2021-10-08 13:13 UTC  (13+ messages)
` [RFC PATCH v5 04/10] ovl: mark overlayfs' inode dirty on modification
` [RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation

Readahead regressed with c1f6925e1091("mm: put readahead pages in cache earlier") on multicore arm64 platforms
 2021-10-08  4:11 UTC  (2+ messages)

kernel BUG in block_invalidatepage
 2021-10-08  3:31 UTC  (5+ messages)

[PATCH v3 00/10] fscache: Replace and remove old I/O API
 2021-10-07 20:44 UTC  (11+ messages)
` [PATCH v3 01/10] fscache: Generalise the ->begin_read_operation method
` [PATCH v3 02/10] fscache: Fix fscache_cookie_enabled() to handle NULL cookie
` [PATCH v3 03/10] cachefiles: Always indicate we should fill a post-EOF page with zeros
` [PATCH v3 04/10] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v3 05/10] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v3 06/10] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v3 07/10] cifs: (untested) Move to using the alternate fallback fscache I/O API
` [PATCH v3 08/10] fscache: Remove the old "
` [PATCH v3 09/10] fscache: Remove stats that are no longer used
` [PATCH v3 10/10] fscache: Update the documentation to reflect I/O API changes

[PATCH] fs/ntfs3: Remove bothcase variable
 2021-10-07 20:05 UTC  (2+ messages)

[RFC PATCH] fs: proc: task_mmu: fix sparse warnings
 2021-10-07 19:30 UTC  (2+ messages)

[PATCH v12 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-10-07 19:00 UTC  (7+ messages)

[PATCH 0/8] virtiofs: Notification queue and blocking posix locks
 2021-10-07 18:46 UTC  (9+ messages)
` [PATCH 7/8] virtiofs: Add new notification type FUSE_NOTIFY_LOCK


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