linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 02:16:19 to 2022-02-28 11:09:39 UTC [more...]

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-02-28 11:08 UTC  (4+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body

[PATCH] virtio-blk: Assign discard_granularity
 2022-02-28 10:51 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Towards more useful nvme passthrough
 2022-02-28  9:25 UTC 

[PATCH] losetup: don't skip adding a new device if it already has a device node
 2022-02-28 10:16 UTC  (4+ messages)

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-28 10:14 UTC  (10+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[PATCH v3 00/21] DEPT(Dependency Tracker)
 2022-02-28  9:57 UTC  (22+ messages)
` [PATCH v3 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH v3 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH v3 03/21] dept: Embed Dept data in Lockdep
` [PATCH v3 04/21] dept: Add a API for skipping dependency check temporarily
` [PATCH v3 05/21] dept: Apply Dept to spinlock
` [PATCH v3 06/21] dept: Apply Dept to mutex families
` [PATCH v3 07/21] dept: Apply Dept to rwlock
` [PATCH v3 08/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v3 09/21] dept: Apply Dept to seqlock
` [PATCH v3 10/21] dept: Apply Dept to rwsem
` [PATCH v3 11/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH v3 12/21] dept: Introduce split map concept and new APIs for them
` [PATCH v3 13/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v3 14/21] dept: Apply SDT to swait
` [PATCH v3 15/21] dept: Apply SDT to wait(waitqueue)
` [PATCH v3 16/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v3 17/21] dept: Distinguish each syscall context from another
` [PATCH v3 18/21] dept: Distinguish each work "
` [PATCH v3 19/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH v3 20/21] dept: Add nocheck version of init_completion()
` [PATCH v3 21/21] dept: Disable Dept on struct crypto_larval's completion for now

[PATCH v9] block: cancel all throttled bios in del_gendisk()
 2022-02-28  9:40 UTC  (8+ messages)

[PATCH 0/6] blk-mq: update_nr_hw_queues related improvement & bugfix
 2022-02-28  9:04 UTC  (7+ messages)
` [PATCH 1/6] blk-mq: figure out correct numa node for hw queue
` [PATCH 2/6] blk-mq: simplify reallocation of hw ctxs a bit
` [PATCH 3/6] blk-mq: re-config poll after queue map is changed
` [PATCH 4/6] block: mtip32xx: don't touch q->queue_hw_ctx
` [PATCH 5/6] blk-mq: add helper of blk_mq_get_hctx to retrieve hctx via its index
` [PATCH 6/6] blk-mq: manage hctx map via xarray

[PATCH v4 0/3] block: show crypto capabilities in sysfs
 2022-02-28  8:11 UTC  (3+ messages)

[RFC PATCH 0/8] xfstests: test the fscrypt hardware-wrapped key support
 2022-02-28  7:47 UTC  (9+ messages)
` [RFC PATCH 1/8] fscrypt-crypt-util: use an explicit --direct-key option
` [RFC PATCH 2/8] fscrypt-crypt-util: refactor get_key_and_iv()
` [RFC PATCH 3/8] fscrypt-crypt-util: add support for dumping key identifier
` [RFC PATCH 4/8] common/encrypt: log full ciphertext verification params
` [RFC PATCH 5/8] common/encrypt: verify the key identifiers
` [RFC PATCH 6/8] fscrypt-crypt-util: add hardware KDF support
` [RFC PATCH 7/8] common/encrypt: support hardware-wrapped key testing
` [RFC PATCH 8/8] generic: verify ciphertext with hardware-wrapped keys

[PATCH v5 0/3] Support for hardware-wrapped inline encryption keys
 2022-02-28  7:05 UTC  (4+ messages)
` [PATCH v5 1/3] block: add basic hardware-wrapped key support
` [PATCH v5 2/3] block: add ioctls to create and prepare hardware-wrapped keys
` [PATCH v5 3/3] fscrypt: add support for "

[PATCH v2] virtio-blk: Remove BUG_ON() in virtio_queue_rq()
 2022-02-28  6:57 UTC 

[PATCH v2] blktrace: fix use after free for struct blk_trace
 2022-02-28  6:27 UTC  (2+ messages)

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-28  5:19 UTC  (10+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions

remove REQ_OP_WRITE_SAME v2
 2022-02-28  3:43 UTC  (2+ messages)

[PATCH 0/6] block, fs: convert most Direct IO cases to FOLL_PIN
 2022-02-28  3:29 UTC  (16+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] iov_iter: new iov_iter_pin_pages*(), for FOLL_PIN pages
` [PATCH 3/6] block, fs: assert that key paths use iovecs, and nothing else
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN

move more work to disk_release v2
 2022-02-27 23:18 UTC  (16+ messages)
` [PATCH 01/14] blk-mq: do not include passthrough requests in I/O accounting
` [PATCH 02/14] blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
` [PATCH 03/14] scsi: don't use disk->private_data to find the scsi_driver
` [PATCH 04/14] sd: rename the scsi_disk.dev field
` [PATCH 05/14] sd: call sd_zbc_release_disk before releasing the scsi_device reference
` [PATCH 06/14] sd: delay calling free_opal_dev
` [PATCH 07/14] sd: make use of ->free_disk to simplify refcounting
` [PATCH 08/14] sr: implement ->free_disk
` [PATCH 09/14] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH 10/14] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH 11/14] block: move q_usage_counter release into blk_queue_release
` [PATCH 12/14] block: move blk_exit_queue into disk_release
` [PATCH 13/14] block: do more work in elevator_exit
` [PATCH 14/14] block: move rq_qos_exit() into disk_release()

[PATCH] block: remove redundant semicolon
 2022-02-27 21:52 UTC  (2+ messages)

DVD drive disappearing directly after detection
 2022-02-27 12:18 UTC 

blocksize 4096 even for floppy and CDROM?
 2022-02-27 11:01 UTC  (3+ messages)

simple file system cleanups for the new bio_alloc calling conventions
 2022-02-26 14:18 UTC  (4+ messages)
` [PATCH 2/3] ext4: pass the operation to bio_alloc

[PATCH] blktrace: Revert "blktrace: remove debugfs file dentries from struct blk_trace"
 2022-02-26 13:00 UTC  (4+ messages)

move more work to disk_release
 2022-02-26  4:46 UTC  (8+ messages)
` [PATCH 10/12] block: move blk_exit_queue into disk_release

[RFC PATCH 0/7] block, fs: convert Direct IO to FOLL_PIN
 2022-02-25 22:20 UTC  (15+ messages)
` [RFC PATCH 1/7] mm/gup: introduce pin_user_page()
` [RFC PATCH 2/7] block: add dio_w_*() wrappers for pin, unpin user pages
` [RFC PATCH 3/7] block, fs: assert that key paths use iovecs, and nothing else
` [RFC PATCH 4/7] block, bio, fs: initial pin_user_pages_fast() changes
` [RFC PATCH 5/7] NFS: direct-io: convert to FOLL_PIN pages
` [RFC PATCH 6/7] fuse: convert direct IO paths to use FOLL_PIN
` [RFC PATCH 7/7] block, direct-io: flip the switch: use pin_user_pages_fast()

[PATCH] block: default BLOCK_LEGACY_AUTOLOAD to y
 2022-02-25 21:23 UTC  (4+ messages)

[PATCHv3 00/10] 64-bit data integrity field support
 2022-02-25 17:59 UTC  (23+ messages)
` [PATCHv3 01/10] block: support pi with extended metadata
` [PATCHv3 02/10] nvme: allow integrity on extended metadata formats
` [PATCHv3 03/10] asm-generic: introduce be48 unaligned accessors
` [PATCHv3 05/10] lib: add rocksoft model crc64
` [PATCHv3 06/10] crypto: add rocksoft 64b crc framework
` [PATCHv3 07/10] lib: add crc64 tests
` [PATCHv3 08/10] block: add pi for nvme enhanced integrity
` [PATCHv3 09/10] nvme: add support for enhanced metadata

[REMINDER] LSF/MM/BPF: 2022: Call for Proposals
 2022-02-25 12:52 UTC  (2+ messages)

[RFC PATCH 0/3] NVMe copy offload patches
 2022-02-25  9:12 UTC  (6+ messages)
` [PATCH v2 00/10] Add Copy offload support
    ` [PATCH v2 08/10] dm: Add support for copy offload

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 UTC 

[PATCH] blk-mq: fix potential uaf for 'queue_hw_ctx'
 2022-02-25  7:20 UTC 

[PATCH v3 00/10] Add Copy offload support
 2022-02-24 12:26 UTC  (11+ messages)
  ` [PATCH v3 02/10] block: Introduce queue limits for copy-offload support
  ` [PATCH v3 08/10] dm: Add support for copy offload

[PATCH RFC] blk-mq: fix potential uaf for 'queue_hw_ctx'
 2022-02-25  3:15 UTC  (7+ messages)

[RFC V5 0/16] blk: blk-rq-qos framework refactor and cleanup
 2022-02-25  2:11 UTC  (24+ messages)
` [RFC V5 01/16] blk: make the whole blk_mq_submit_bio under q_usage_counter
` [RFC V5 02/16] blk/rq-qos: prepare to make blk-rq-qos pluggable
` [RFC V5 03/16] blk-wbt: make wbt pluggable
` [RFC V5 04/16] blk-iolatency: make iolatency pluggable
` [RFC V5 05/16] blk-iocost: make iocost pluggable
` [RFC V5 06/16] blk-ioprio: make ioprio pluggable
` [RFC V5 07/16] blk/rq-qos: get rid of unused interfaces of rqos
` [RFC V5 08/16] blk/rq-qos: export the sysfs for switching qos
` [RFC V5 09/16] blk-wbt: show wbt_lat_us sysfs interface only when wbt is opened
` [RFC V5 10/16] blk-wbt: get rid of wbt_enable/disable_default()
` [RFC V5 11/16] blk/rq-qos: get rid of debugfs register in blk_mq_debugfs_register
` [RFC V5 12/16] blk/rq-qos: change queue_depth_changed to setting_changed
` [RFC V5 13/16] blk-wbt: move cache setting to rq_qos_setting_changed()
` [RFC V5 14/16] blk-wbt: cleanup the blk-wbt.h
` [RFC V5 15/16] blk/rq-qos: move the rqos debugfs code to blk-rq-qos.c
` [RFC V5 16/16] blk/rq-qos: add config to control the whole blk-rq-qos framework

[RFC V4 0/6] blk: make blk-rq-qos policies pluggable and modular
 2022-02-25  2:02 UTC  (11+ messages)
` [RFC V4 1/6] blk: prepare to make blk-rq-qos "

[GIT PULL] Block fixes for 5.17-rc6
 2022-02-24 19:18 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 5.17
 2022-02-24 14:03 UTC  (2+ messages)

[PATCH] virtio-blk: Check the max discard segment for discard request
 2022-02-24 13:59 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-02-24 10:12 UTC  (6+ messages)

Ruch z pierwszej pozycji w Google
 2022-02-24  9:05 UTC 

[RFC RESEND V3 blktests] block/032: add test case for open and close rqos policy w/ io
 2022-02-24  8:53 UTC 

[RFC V3 blktests] block/032: add test case for open and close rqos policy w/ io
 2022-02-24  8:11 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).