linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-11 11:57:44 to 2021-10-13 10:46:58 UTC [more...]

switch block layer polling to a bio based model v4
 2021-10-13 10:46 UTC  (29+ 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

don't use ->bd_inode to access the block device size
 2021-10-13 10:46 UTC  (58+ 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: "

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

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

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

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

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

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

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-13  1:07 UTC  (34+ 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 v10 3/3] mm: add anonymous vma name refcounting
 2021-10-12 20:59 UTC  (23+ messages)

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

[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

[PATCH v2 0/2] vfs/security/NFS/btrfs: clean up and fix LSM option handling
 2021-10-12 19:21 UTC  (4+ messages)
` [PATCH v2 1/2] vfs,LSM: introduce the FS_HANDLES_LSM_OPTS flag

[PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
 2021-10-12 17:58 UTC  (16+ messages)
            ` [RFC][arm64] possible infinite loop in btrfs search_ioctl()

[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  (5+ messages)

[PATCH 0/3] mm, thp: introduce a new sysfs interface to facilitate file THP for .text
 2021-10-12  7:04 UTC  (4+ messages)

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

[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  (7+ messages)
` [PATCH v14 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl

[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 


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