summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-0412-57/+27
* block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig2024-11-041-6/+0
* block: update blk_stack_limits documentationChristoph Hellwig2024-11-041-4/+4
* lib/iov_iter: fix bvec iterator setupMing Lei2024-11-021-1/+1
* loop: Simplify discard granularity calcJohn Garry2024-11-021-2/+1
* block: remove bio_add_zone_append_pageChristoph Hellwig2024-10-313-43/+13
* block: remove zone append special casing from the direct I/O pathChristoph Hellwig2024-10-311-32/+2
* lib/iov_iter.c: initialize bi.bi_idx before iterating over bvecMing Lei2024-10-311-0/+1
* blk-integrity: remove seed for user mapped buffersKeith Busch2024-10-305-24/+19
* brd: defer automatic disk creation until module initialization succeedsYang Erkun2024-10-301-22/+44
* loop: Use bdev limit helpers for configuring discardJohn Garry2024-10-301-4/+4
* block: add a bdev_limits helperChristoph Hellwig2024-10-297-18/+19
* iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pagesMing Lei2024-10-291-22/+45
* block: model freeze & enter queue as lock for supporting lockdepMing Lei2024-10-265-13/+81
* nvme: core: switch to non_owner variant of start_freeze/unfreeze queueMing Lei2024-10-261-2/+7
* blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei2024-10-262-0/+22
* blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche2024-10-241-1/+0
* blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche2024-10-231-1/+2
* block: remove redundant explicit memory barrier from rq_qos waiter and wakerMuchun Song2024-10-221-3/+1
* Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe2024-10-224-17/+38
|\
| * block: Add bdev atomic write limits helpersJohn Garry2024-10-201-0/+16
| * fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry2024-10-203-14/+19
| * block/fs: Pass an iocb to generic_atomic_write_valid()John Garry2024-10-203-7/+7
* | block: flush all throttled bios when deleting the cgroupLi Lingfeng2024-10-221-24/+44
* | block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2024-10-222-0/+19
* | block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song2024-10-221-13/+34
* | block: fix missing dispatching request when queue is started or unquiescedMuchun Song2024-10-221-0/+2
* | Revert "blk-throttle: Fix IO hang for a corner case"Xiuhong Wang2024-10-221-4/+4
* | block: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-221-8/+1
* | block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce2024-10-223-0/+28
* | Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IOUday Shankar2024-10-221-6/+18
* | ublk: support device recovery without I/O queueingUday Shankar2024-10-222-15/+81
* | ublk: merge stop_work and quiesce_workUday Shankar2024-10-221-39/+25
* | ublk: refactor recovery configuration flag helpersUday Shankar2024-10-221-20/+42
* | ublk: check recovery flags for validityUday Shankar2024-10-221-0/+11
* | block: enable passthrough command statisticsKeith Busch2024-10-224-1/+73
* | block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig2024-10-223-13/+8
* | block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov2024-10-221-0/+2
* | block: move issue side time stamping to blk_account_io_start()Jens Axboe2024-10-221-8/+4
* | block: set issue time stamp based on queue stateJens Axboe2024-10-221-1/+1
* | dt-bindings: mmc: Document support for partition table in mmc-cardChristian Marangi2024-10-221-0/+52
* | block: add support for partition table defined in OFChristian Marangi2024-10-225-0/+124
* | mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi2024-10-221-1/+54
* | block: introduce add_disk_fwnode()Christian Marangi2024-10-222-4/+27
* | docs: block: Document support for read-only partition in cmdline partChristian Marangi2024-10-221-1/+4
* | block: add support for defining read-only partitionsChristian Marangi2024-10-223-0/+7
* | block: kill blk_do_io_stat() helperJens Axboe2024-10-223-21/+9
* | block: remove 'req->part' check for stats accountingJens Axboe2024-10-221-4/+3
* | block: remove redundant passthrough check in blk_mq_need_time_stamp()Jens Axboe2024-10-221-6/+0
* | block: move iostat check into blk_acount_io_start()Jens Axboe2024-10-222-20/+22