aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-02block: remove blk-mq-sysfs dead codeDamien Le Moal1-55/+0
2021-08-02block: add a helper to raise a media changed eventMatteo Croce1-15/+46
2021-08-02block: export diskseq in sysfsMatteo Croce1-0/+10
2021-08-02block: add ioctl to read the disk sequence numberMatteo Croce1-0/+2
2021-08-02block: export the diskseq in ueventsMatteo Croce1-0/+9
2021-08-02block: add disk sequence numberMatteo Croce2-0/+27
2021-08-02block: remove cmdline-parser.cChristoph Hellwig5-272/+262
2021-08-02block: remove disk_name()Christoph Hellwig2-9/+9
2021-08-02block: simplify disk name formatting in check_partitionChristoph Hellwig1-1/+1
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig1-9/+3
2021-08-02block: use the %pg format specifier in show_partitionChristoph Hellwig1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig1-4/+2
2021-08-02block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi1-4/+2
2021-08-02block: remove bdputChristoph Hellwig2-3/+3
2021-08-02block: change the refcounting for partitionsChristoph Hellwig1-1/+8
2021-08-02block: allocate bd_meta_info later in add_partitionsChristoph Hellwig1-10/+7
2021-08-02block: unhash the whole device inode earlierChristoph Hellwig1-6/+1
2021-08-02block: assert the locking state in delete_partitionChristoph Hellwig1-4/+2
2021-08-02block: use bvec_kmap_local in bio_integrity_processChristoph Hellwig1-8/+6
2021-08-02block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Christoph Hellwig1-10/+6
2021-08-02block: use memcpy_from_bvec in __blk_queue_bounceChristoph Hellwig1-12/+7
2021-08-02block: use memcpy_from_bvec in bio_copy_kern_endio_readChristoph Hellwig1-1/+1
2021-08-02block: use memcpy_to_bvec in copy_to_high_bio_irqChristoph Hellwig1-18/+2
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig1-20/+8
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig1-7/+2
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds3-20/+11
2021-07-27block: delay freeing the gendiskChristoph Hellwig1-2/+1
2021-07-27blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-07-27blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry1-13/+4
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds9-27/+63
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai1-0/+15
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu1-1/+1
2021-07-04scsi: blkcg: Fix application ID config optionsMartin K. Petersen1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-7/+21
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-17/+12
2021-07-01block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig1-5/+1
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig1-2/+2
2021-06-30block: check disk exist before trying to add partitionYufen Yu1-7/+16
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-27/+92
2021-06-30block: return errors from blk_execute_rq()Keith Busch1-2/+5
2021-06-30block: support polling through blk_execute_rqKeith Busch1-1/+17
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig4-7/+5
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig1-2/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds34-1757/+2911
2021-06-29block: fix discard request mergeMing Lei1-2/+6
2021-06-27block/mq-deadline: Remove a WARN_ON_ONCE() callBart Van Assche1-1/+0
2021-06-25blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei1-3/+0
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara8-21/+41
2021-06-24bfq: Remove merged request already in bfq_requests_merged()Jan Kara1-28/+13