messages from 2023-02-15 10:36:52 to 2023-02-17 20:39:41 UTC [more...]
[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
2023-02-17 20:39 UTC (21+ messages)
` [PATCH v14 05/17] overlayfs: Implement splice-read
` [PATCH v15 "
` [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
[PATCH] blk-mq: Reorder fields in 'struct blk_mq_tag_set'
2023-02-17 20:38 UTC (2+ messages)
[PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
2023-02-17 20:23 UTC (5+ messages)
` [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
` [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
` [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h
` [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c
[GIT PULL for-6.3] Block updates for 6.3
2023-02-17 19:23 UTC (2+ messages)
[LSF/MM/BPF BOF] Userspace command abouts
2023-02-17 18:53 UTC (3+ messages)
[PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning
2023-02-17 17:48 UTC (23+ messages)
` [PATCH 01/17] mm: Pass info, not iter, into filemap_get_pages()
` [PATCH 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE
` [PATCH 03/17] splice: Add a func to do a splice from an O_DIRECT "
` [PATCH 04/17] iov_iter: Define flags to qualify page extraction
` [PATCH 05/17] iov_iter: Add a function to extract a page list from an iterator
` [PATCH 06/17] splice: Export filemap/direct_splice_read()
` [PATCH 07/17] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH 08/17] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH 09/17] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH 10/17] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH 11/17] cifs: Add a function to Hash the contents of "
` [PATCH 12/17] cifs: Add some helper functions
` [PATCH 13/17] cifs: Add a function to read into an iter from a socket
` [PATCH 15/17] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 16/17] cifs: Remove unused code
` [PATCH 17/17] cifs: DIO to/from KVEC-type iterators should now work
` [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list
[PATCH] blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
2023-02-17 16:43 UTC (7+ messages)
` "
[LSF/MM/BPF BoF]: extend UBLK to cover real storage hardware
2023-02-17 16:39 UTC (15+ messages)
[GIT PULL] nvme fix for Linux 6.2
2023-02-17 16:07 UTC (2+ messages)
[PATCH 0/1] improve brd performance with blk-mq
2023-02-17 14:52 UTC (10+ messages)
[PATCH blktests v2 0/2] blktests: add mini ublk source and blktests/033
2023-02-17 14:21 UTC (6+ messages)
` [PATCH blktests v2 1/2] src: add mini ublk source code
` [PATCH blktests v2 2/2] block/033: add test to cover gendisk leak
[PATCH -next 0/2] block: fix scan partition for exclusively open device again
2023-02-17 13:16 UTC (7+ messages)
` [PATCH -next 1/2] block: Revert "block: Do not reread partition table on exclusively open device"
` [PATCH -next 2/2] block: fix scan partition for exclusively open device again
[PATCH] brd: use radix_tree_maybe_preload instead of radix_tree_preload
2023-02-17 13:04 UTC (3+ messages)
[PATCH 0/4] Support REQ_NWOAIT in brd
2023-02-17 11:53 UTC (16+ messages)
` [PATCH 1/4] brd: return 0/-error from brd_insert_page()
` [PATCH 2/4] brd: check for REQ_NOWAIT and set correct page allocation mask
` [PATCH 3/4] brd: only preload radix tree if we're using a blocking gfp mask
` [PATCH 4/4] brd: mark as nowait compatible
[RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
2023-02-17 10:46 UTC (9+ messages)
` [RFC 3/3] ublk_drv: add ebpf support
` [UBLKSRV] Add "
[PATCH] sed-opal: add support flag for SUM in status ioctl
2023-02-17 3:09 UTC (5+ messages)
[GIT PULL for-6.3] Make building the legacy dio code conditional
2023-02-17 2:54 UTC
[PATCH -next RFC 0/3] block: fix scan partition for exclusively open device again
2023-02-17 1:44 UTC (6+ messages)
` [PATCH -next RFC 2/3] block: factor out the setting of GD_NEED_PART_SCAN
` [PATCH -next RFC 3/3] block: fix scan partition for exclusively open device again
[v2 PATCH 0/5] Introduce mempool pages bulk allocator and use it in dm-crypt
2023-02-16 21:49 UTC (5+ messages)
` [dm-devel] "
general protection fault in blkg_destroy_all
2023-02-16 21:44 UTC
[PATCH v2] dm-crypt: allocate compound pages if possible
2023-02-16 21:22 UTC
[PATCH] dm-crypt: allocate compound pages if possible
2023-02-16 21:19 UTC (3+ messages)
[GIT PULL] Block fix for 6.2-final
2023-02-16 20:23 UTC (2+ messages)
[PATCH] block: bio-integrity: Copy flags when bio_integrity_payload is cloned
2023-02-16 18:05 UTC (4+ messages)
[PATCH] block: Fix io statistics for cgroup in throttle path
2023-02-16 18:05 UTC (5+ messages)
[PATCH] brd: mark as nowait compatible
2023-02-16 14:48 UTC (5+ messages)
[bug report] WARNING at fs/proc/generic.c:376 proc_register+0x131/0x1c0 observed with blktests scsi
2023-02-16 13:16 UTC (3+ messages)
[PATCH RFC 0/5] Writeback handling of pinned pages
2023-02-16 12:33 UTC (14+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages
[PATCH 0/2] blktests: add mini ublk source and blktests/033
2023-02-16 11:53 UTC (11+ messages)
` [PATCH 1/2] blktests/src: add mini ublk source code
` [PATCH 2/2] blktests/033: add test to cover gendisk leak
[GIT PULL] nvme fixes for Linux 6.3
2023-02-16 3:25 UTC (2+ messages)
[GIT PULL] nvme fixes for Linux 6.2
2023-02-16 3:25 UTC (2+ messages)
[PATCH] block: sync mixed merged request's failfast with 1st bio's
2023-02-16 3:25 UTC (2+ messages)
[PATCH 0/7] Assorted DRBD refactoring
2023-02-15 21:29 UTC (11+ messages)
` [PATCH 1/7] drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macro
` [PATCH 2/7] drbd: Add peer device parameter to whole-bitmap I/O handlers
` [PATCH 3/7] drbd: INFO_bm_xfer_stats(): Pass a peer device argument
` [PATCH 4/7] drbd: drbd_uuid_compare: pass a peer_device
` [PATCH 5/7] drbd: pass a peer_device to more bitmap functions
` [PATCH 6/7] drbd: pass drbd_peer_device to __req_mod
` [PATCH 7/7] drbd: Pass a peer device to the resync and online verify functions
[PATCH v3 0/18] pata_parport: protocol drivers fixes and cleanups
2023-02-15 19:45 UTC (19+ messages)
` [PATCH 01/18] pata_parport: fix EPAT C7/C8 Kconfig
` [PATCH 02/18] pata_parport: probe all units automatically
` [PATCH 03/18] pata_parport: Remove pi_swab16 and pi_swab32
` [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6
` [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter
` [PATCH 07/18] pata_parport: remove device "
` [PATCH 08/18] pata_parport: remove typedef struct PIA
` [PATCH 09/18] pata_parport: remove verbose parameter from log_adapter()
` [PATCH 10/18] pata_parport: remove scratch "
` [PATCH 11/18] pata_parport: use dev_* instead of printk
` [PATCH 12/18] pata_parport: use print_hex_*
` [PATCH 13/18] pata_parport: simplify log_adapter prints, remove VERSION defines
` [PATCH 14/18] pata_parport: remove bpck6 verbose parameter
` [PATCH 15/18] pata_parport: remove verbose parameter from test_proto()
` [PATCH 16/18] pata_parport: remove scratch "
` [PATCH 17/18] pata_parport: remove obsolete changelogs
` [PATCH 18/18] pata_parport: move pata_parport.h to drivers/ata/pata_parport
[PATCH v2 0/18] pata_parport: protocol drivers fixes and cleanups
2023-02-15 17:19 UTC (5+ messages)
` [PATCH 01/18] pata_parport: fix EPAT C7/C8 Kconfig
[PATCH v14 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
2023-02-15 15:56 UTC (10+ messages)
` [PATCH v13 "
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
` [PATCH] splice: Clean up direct_splice_read() a bit
[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
2023-02-15 10:36 UTC (11+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).