aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-08-22block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce2-0/+44
2023-08-22block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce1-3/+35
2023-08-22blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou1-0/+10
2023-08-22blk-mq: delete redundant tagset map update when fallbackChengming Zhou1-1/+0
2023-08-22blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou1-1/+5
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig2-17/+8
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig2-41/+33
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig4-13/+32
2023-08-21block: drop the "busy inodes on changed media" log messageChristoph Hellwig1-6/+2
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig1-11/+4
2023-08-19Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxLinus Torvalds4-16/+48
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou2-3/+23
2023-08-18blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy1-13/+23
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei1-0/+2
2023-08-17blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo1-14/+18
2023-08-14block: Bring back zero_fill_bio_iterKent Overstreet1-3/+3
2023-08-14block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet1-4/+6
2023-08-14block: Add some exports for bcachefsKent Overstreet3-1/+3
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds3-11/+7
2023-08-10block: fix bad lockdep annotation in blk-iolatencyJens Axboe1-1/+1
2023-08-10block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng1-24/+11
2023-08-09bio-integrity: create multi-page bvecs in bio_integrity_add_page()Jinyoung Choi1-7/+24
2023-08-09bio-integrity: cleanup adding integrity pages to bip's bvec.Jinyoung Choi1-13/+3
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi1-1/+1
2023-08-09block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2-1/+5
2023-08-09blk-iocost: fix queue stats accountingChengming Zhou1-2/+3
2023-08-09block: don't make REQ_POLLED imply REQ_NOWAITJens Axboe1-3/+4
2023-08-08block: get rid of unused plug->nowait flagJens Axboe1-6/+0
2023-08-08block/mq-deadline: use correct way to throttling write requestsZhiguo Niu1-1/+2
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-10/+60
2023-08-02block: use iomap for writes to block devicesChristoph Hellwig2-2/+30
2023-08-02block: stop setting ->direct_IOChristoph Hellwig1-2/+1
2023-08-02block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig1-2/+43
2023-07-25block: cleanup bio_integrity_prepJinyoung Choi1-5/+1
2023-07-24block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche1-6/+10
2023-07-24block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig1-9/+7
2023-07-24block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig1-37/+20
2023-07-24block: downgrade a bio_full call in bio_add_pageChristoph Hellwig1-1/+1
2023-07-24block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig1-4/+5
2023-07-24block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig1-23/+22
2023-07-24block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig1-3/+6
2023-07-24block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig1-1/+1
2023-07-24block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig1-6/+4
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds3-3/+13
2023-07-20block: refactor to use helperNitesh Shetty1-3/+1
2023-07-20blk-iocost: skip empty flush bio in iocostChengming Zhou1-0/+4
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-4/+4
2023-07-17blk-flush: reuse rq queuelist in flush state machineChengming Zhou1-7/+10
2023-07-17blk-flush: count inflight flush_data requestsChengming Zhou2-7/+7
2023-07-17blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou1-1/+1
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou1-6/+6
2023-07-17block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2-6/+12
2023-07-17block: cleanup queue_wc_storeChristoph Hellwig1-11/+3
2023-07-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-36/+50
2023-07-14blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2-3/+9
2023-07-14block: queue data commands from the flush state machine at the headChristoph Hellwig1-1/+1
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou1-17/+30
2023-07-12block/mq-deadline: Fix a bug in deadline_from_pos()Bart Van Assche1-1/+1
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-36/+50
2023-07-05scsi: block: Improve checks in blk_revalidate_disk_zones()Damien Le Moal1-36/+50
2023-07-05blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers1-2/+10
2023-07-05block/partition: fix signedness issue for Amiga partitionsMichael Schmitz1-1/+1
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds8-143/+160
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-9/+13
2023-06-28block: add request polling helperKeith Busch1-16/+32
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe8-127/+128
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds32-632/+1152
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-06-26blk-sysfs: add a new attr_group for blk_mqYu Kuai1-11/+31
2023-06-26blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai1-2/+5
2023-06-26blk-wbt: cleanup rwb_enabled() and wbt_disabled()Yu Kuai1-3/+2
2023-06-26blk-wbt: remove dead code to handle wbt enable/disable with io inflightYu Kuai1-16/+0
2023-06-26blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledYu Kuai2-88/+74
2023-06-25blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei1-1/+5
2023-06-25blk-throttle: Fix io statistics for cgroup v1Jinke Han3-8/+13
2023-06-22block: don't return -EINVAL for not found names in devt_from_devnameChristoph Hellwig1-2/+2
2023-06-22block: make sure local irq is disabled when calling __blkcg_rstat_flushMing Lei1-2/+3
2023-06-21block: Improve kernel-doc headersBart Van Assche2-1/+3
2023-06-21blk-mq: don't insert passthrough request into sw queueMing Lei1-1/+6
2023-06-21bsg: make bsg_class a static const structureIvan Orlov1-7/+11
2023-06-21block: fix the exclusive open mask in disk_scan_partitionsChristoph Hellwig1-1/+1
2023-06-20block: add overflow checks for Amiga partition supportMichael Schmitz1-18/+85
2023-06-20block: fix signed int overflow in Amiga partition supportMichael Schmitz1-4/+5
2023-06-20block: add capacity validation in bdev_add_partition()Min Li1-0/+11
2023-06-20block: fine-granular CAP_SYS_ADMIN for Persistent ReservationJingbo Xu1-19/+22
2023-06-20block: disallow Persistent Reservation on partitionsJingbo Xu1-5/+17
2023-06-20block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()Yu Kuai1-1/+2
2023-06-20block: document the holder argument to blkdev_get_by_pathChristoph Hellwig1-0/+1
2023-06-20block: increment diskseq on all media change eventsDemi Marie Obenour1-0/+1
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen1-1/+1
2023-06-16scsi: bsg: Increase number of devicesHannes Reinecke1-1/+1
2023-06-16blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_noneMing Lei1-3/+7
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig1-2/+0
2023-06-16scsi: block: Improve ioprio value validity checksDamien Le Moal1-0/+1
2023-06-14block: fix blktrace debugfs entries leakageYu Kuai1-1/+4
2023-06-14blk-mq: check on cpu id when there is only one ctx mappingEd Tsai1-2/+3
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai3-8/+12
2023-06-12block: store the holder in file->private_dataChristoph Hellwig1-6/+8
2023-06-12block: always use I_BDEV on file->f_mapping->host to find the bdevChristoph Hellwig1-10/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig6-65/+68
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig3-12/+12
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig1-2/+21
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig2-4/+6
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig4-24/+29
2023-06-12block: rename blkdev_close to blkdev_releaseChristoph Hellwig1-2/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-7/+7
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-9/+9
2023-06-12block: also call ->open for incremental partition opensChristoph Hellwig1-10/+8
2023-06-11blk-cgroup: Flush stats before releasing blkcg_gqMing Lei1-9/+31
2023-06-09filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-15/+3
2023-06-09block: fix rootwait= againChristoph Hellwig1-1/+1
2023-06-07block: fix rootwait=Christoph Hellwig1-2/+2
2023-06-07blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long1-0/+5
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Yu Kuai1-2/+2
2023-06-06blk-ioprio: Introduce promote-to-rt policyHou Tao1-3/+20
2023-06-05blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan1-3/+4
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig1-10/+9
2023-06-05block: move more code to early-lookup.cChristoph Hellwig2-92/+92
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig2-1/+225
2023-06-05block: add a mark_dead holder operationChristoph Hellwig1-0/+24
2023-06-05block: introduce holder opsChristoph Hellwig4-16/+36
2023-06-05block: remove blk_drop_partitionsChristoph Hellwig1-12/+4
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig3-13/+32
2023-06-05block: unhash the inode earlier in delete_partitionChristoph Hellwig1-6/+6
2023-06-05block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig1-1/+3
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig1-14/+12
2023-06-05block: turn bdev_lock into a mutexChristoph Hellwig1-14/+13
2023-06-05block: refactor bd_may_claimChristoph Hellwig1-18/+22
2023-06-05block: factor out a bd_end_claim helper from blkdev_putChristoph Hellwig1-30/+33
2023-06-03blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan1-4/+4
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai1-17/+13
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn1-0/+8
2023-05-30block: constify the whole_disk device_attributeThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_attr_groupThomas Weißschuh1-1/+1
2023-05-30block: constify struct part_type part_typeThomas Weißschuh1-1/+1
2023-05-30block: constify partition prober arrayThomas Weißschuh1-1/+1
2023-05-29block: fix revalidate performance regressionDamien Le Moal1-1/+2
2023-05-24block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells1-12/+11
2023-05-24block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells1-11/+12
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells2-3/+15
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2-1/+2
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24block: introduce block_io_start/block_io_done tracepointsHengqi Chen1-0/+4
2023-05-24block: make bio_check_eod work for zero sized devicesChristoph Hellwig1-1/+1
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai4-14/+18
2023-05-23block: fix bio-cache for passthru IOAnuj Gupta1-1/+1
2023-05-23blk-mq: fix race condition in active queue accountingTian Lan1-4/+8
2023-05-23blk-wbt: fix that wbt can't be disabled by defaultYu Kuai1-5/+7
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen3-7/+10
2023-05-22scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal1-0/+3
2023-05-22scsi: block: ioprio: Clean up interface definitionDamien Le Moal2-7/+7
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-1/+1
2023-05-20block: don't plug in blkdev_write_iterChristoph Hellwig1-3/+0
2023-05-19block: Deny writable memory mapping if block is read-onlyLoic Poulain1-1/+11
2023-05-19block: BFQ: Move an invariant checkBart Van Assche1-1/+1
2023-05-19blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig4-33/+20
2023-05-19blk-mq: do not do head insertions post-pre-flush commandsChristoph Hellwig1-1/+1
2023-05-19blk-mq: defer to the normal submission path for post-flush requestsChristoph Hellwig1-0/+11
2023-05-19blk-mq: use the I/O scheduler for writes from the flush state machineBart Van Assche1-2/+2
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig4-23/+13
2023-05-19blk-mq: reflow blk_insert_flushChristoph Hellwig1-27/+26
2023-05-19blk-mq: factor out a blk_rq_init_flush helperChristoph Hellwig1-7/+10
2023-05-18block: BFQ: Add several invariant checksBart Van Assche1-0/+9
2023-05-18block: mq-deadline: Fix handling of at-head zoned writesBart Van Assche1-2/+7
2023-05-18block: mq-deadline: Handle requeued requests correctlyBart Van Assche1-2/+32
2023-05-18block: mq-deadline: Track the dispatch positionBart Van Assche1-14/+31
2023-05-18block: mq-deadline: Reduce lock contentionBart Van Assche1-6/+6
2023-05-18block: mq-deadline: Simplify deadline_skip_seq_writes()Bart Van Assche1-6/+3
2023-05-18block: mq-deadline: Clean up deadline_check_fifo()Bart Van Assche1-11/+5
2023-05-18block: Introduce blk_rq_is_seq_zoned_write()Bart Van Assche1-4/+1
2023-05-18block: Simplify blk_req_needs_zone_write_lock()Bart Van Assche1-3/+0
2023-05-18block: mq-deadline: Add a word in a source code commentBart Van Assche1-1/+1
2023-05-18blk-mq: make sure elevator callbacks aren't called for passthrough requestChristoph Hellwig4-31/+37
2023-05-18blk-mq: remove RQF_ELVPRIVChristoph Hellwig3-7/+4
2023-05-18blk-mq: don't queue plugged passthrough requests into schedulerMing Lei1-2/+6
2023-05-18block: Decode all flag names in the debugfs outputBart Van Assche1-0/+3
2023-05-15block: mark bdev files as FMODE_NOWAIT if underlying device supports itJens Axboe1-1/+4
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds6-146/+84
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su1-0/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+8
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh3-69/+8
2023-04-26blk-integrity: convert to struct device_attributeThomas Weißschuh1-65/+62
2023-04-26blk-integrity: use sysfs_emitThomas Weißschuh1-10/+9
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds40-1069/+920
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds4-50/+49
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2023-04-25block: sync part's ->bd_has_submit_bio with disk'sMing Lei1-1/+4
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal4-14/+11
2023-04-20Revert "block: Merge bio before checking ->cached_rq"Ming Lei1-4/+3
2023-04-19sed-opal: geometry feature reporting commandOndrej Kozina1-1/+28
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig3-36/+47
2023-04-17block: async_bio_lock does not need to be bh-safeChristoph Hellwig1-4/+4
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig3-29/+17
2023-04-16blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig1-1/+1