summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * block: Add a public bdev_zone_is_seq() helperDamien Le Moal2024-11-071-15/+2
| * block: RCU protect disk->conv_zones_bitmapDamien Le Moal2024-11-071-12/+31
| * block: Replace sprintf() with sysfs_emit()zhangguopeng2024-11-072-27/+27
| * block: Switch to using refcount_t for zone write plugsDamien Le Moal2024-11-071-10/+10
| * Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-074-17/+30
| * block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-044-30/+17
| * 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
| * block: remove bio_add_zone_append_pageChristoph Hellwig2024-10-311-33/+0
| * block: remove zone append special casing from the direct I/O pathChristoph Hellwig2024-10-311-32/+2
| * blk-integrity: remove seed for user mapped buffersKeith Busch2024-10-302-10/+7
| * block: add a bdev_limits helperChristoph Hellwig2024-10-292-3/+2
| * block: model freeze & enter queue as lock for supporting lockdepMing Lei2024-10-264-13/+75
| * blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei2024-10-261-0/+20
| * 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-221-10/+12
| |\
| * | 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-221-0/+26
| * | block: enable passthrough command statisticsKeith Busch2024-10-222-1/+61
| * | 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
| * | block: add support for partition table defined in OFChristian Marangi2024-10-225-0/+124
| * | block: introduce add_disk_fwnode()Christian Marangi2024-10-221-4/+24
| * | 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: move iostat check into blk_acount_io_start()Jens Axboe2024-10-222-20/+22
* | | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-181-10/+12
|\ \ \ | | |/ | |/|
| * | fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry2024-10-201-8/+10
| * | block/fs: Pass an iocb to generic_atomic_write_valid()John Garry2024-10-201-4/+4
* | | Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds2024-11-021-39/+17
|\ \ \
| * | | block: fix queue limits checks in blk_rq_map_user_bvec for realChristoph Hellwig2024-10-281-39/+17
* | | | Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds2024-10-271-3/+1
|\| | | | |_|/ |/| |
| * | block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang2024-10-241-3/+1
* | | Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds2024-10-193-10/+21
|\| |
| * | blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval2024-10-161-1/+1
| * | blk-mq: setup queue ->tag_set before initializing hctxMing Lei2024-10-141-2/+6
| * | elevator: Remove argument from elevator_find_getBreno Leitao2024-10-111-4/+3
| * | elevator: do not request_module if elevator existsBreno Leitao2024-10-111-1/+9
| * | block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24152024-10-071-2/+2
* | | Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds2024-10-042-6/+5
|\| |