aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu
2021-09-14block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou
2021-09-14block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig
2021-09-12blk-mq: avoid to iterate over stale requestMing Lei
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig
2021-09-07block: split out operations on block special filesChristoph Hellwig
2021-09-07blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-09-02block, bfq: honor already-setup queue mergesPaolo Valente
2021-09-02block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-26Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe
2021-08-25block, bfq: cleanup the repeated declarationShaokun Zhang
2021-08-25blk-crypto: fix check for too-large dun_bytesEric Biggers
2021-08-24mq-deadline: Fix request accountingBart Van Assche
2021-08-24blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel
2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel
2021-08-24block: refine the disk_live check in del_gendiskChristoph Hellwig
2021-08-24partitions/efi: Support non-standard GPT locationDmitry Osipenko
2021-08-24bio: fix page leak bio_add_hw_page failurePavel Begunkov
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig
2021-08-24block: remove a pointless call to MINOR() in device_add_diskChristoph Hellwig
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe
2021-08-23block: provide bio_clear_hipri() helperJens Axboe
2021-08-23block: clear BIO_PERCPU_CACHE flag if polling isn't supportedJens Axboe
2021-08-23bio: add allocation cache abstractionJens Axboe
2021-08-23bio: optimize initialization of a bioJens Axboe
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain
2021-08-23block: return errors from disk_alloc_eventsLuis Chamberlain
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig
2021-08-23block: call blk_integrity_add earlier in device_add_diskChristoph Hellwig
2021-08-23block: create the bdi link earlier in device_add_diskChristoph Hellwig
2021-08-23block: call bdev_add later in device_add_diskChristoph Hellwig
2021-08-23block: fold register_disk into device_add_diskChristoph Hellwig
2021-08-23block: add a sanity check for a live disk in del_gendiskChristoph Hellwig
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig