summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAge
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * blk-mq: Directly schedule q->timeout_work when aborting a requestTejun Heo2018-04-02
| * blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-27
| * block, bfq: lower-bound the estimated peak rate to 1Paolo Valente2018-03-26
| * Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka2018-03-21
| * block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Bart Van Assche2018-03-19
| * block: bio_check_eod() needs to consider partitionsChristoph Hellwig2018-03-17
| * blk-mq-debugfs: Show more request state informationBart Van Assche2018-03-17
| * blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi2018-03-16
| * block: sed-opal: fix u64 short atom lengthJonas Rabenstein2018-03-16
| * bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-13
| * bsg-lib: remove bsg_job.reqChristoph Hellwig2018-03-13
| * bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig2018-03-13
| * block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche2018-03-09
| * block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-08
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
| * block: Protect queue flag changes with the queue lockBart Van Assche2018-03-08
| * block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-08
| * block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-08
| * block: sed-opal: fix response string extractionJonas Rabenstein2018-03-06
| * block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2018-02-28
| * block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-28
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-28
| * block: clear ctx pending bit under ctx lockOmar Sandoval2018-02-28
| * blk-mq-debugfs: Show zone locking informationBart Van Assche2018-02-28
| * blk-mq-debugfs: Reorder queue show and store methodsBart Van Assche2018-02-28
* | Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-04
|\ \
| * | block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat2018-03-15
* | | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-26
|/ /
* | Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-02
|\ \
| * | block: display the correct diskname for bioJiufei Xue2018-03-01
| * | block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue2018-03-01
| * | mq-deadline: Make sure to always unlock zonesDamien Le Moal2018-03-01
| |/
| * genhd: Fix BUG in blkdev_open()Jan Kara2018-02-26
| * genhd: Add helper put_disk_and_module()Jan Kara2018-02-26
| * genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-26
| * genhd: Fix leaked module reference for NVME devicesJan Kara2018-02-26
| * block: kyber: fix domain token leak during requeueMing Lei2018-02-24
| * blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei2018-02-24
| * block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeMing Lei2018-02-23
* | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-22
|/
* blk: optimization for classic pollingNitesh Shetty2018-02-13
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* block, bfq: add requeue-request hookPaolo Valente2018-02-07
* block: Add should_fail_bio() for bpf error injectionHoward McLauchlan2018-02-06
* blk-wbt: account flush requests correctlyJens Axboe2018-02-06
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-04
|\
| * blk-mq-sched: Enable merging discard bio into requestKeith Busch2018-02-01
| * blk-mq: fix discard merge with scheduler attachedJens Axboe2018-02-01
| * blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-30