aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 17-426/+695
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+11
2018-04-02blk-mq: Directly schedule q->timeout_work when aborting a requestGravatar Tejun Heo 1-1/+1
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesGravatar Keith Busch 1-2/+4
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Gravatar Paolo Valente 2-2/+25
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-1/+1
2018-03-21Fix slab name "biovec-(1<<(21-12))"Gravatar Mikulas Patocka 1-2/+2
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Gravatar Bart Van Assche 1-2/+2
2018-03-17block: bio_check_eod() needs to consider partitionsGravatar Christoph Hellwig 1-53/+40
2018-03-17blk-mq-debugfs: Show more request state informationGravatar Bart Van Assche 1-1/+15
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Gravatar Joseph Qi 1-16/+62
2018-03-16block: sed-opal: fix u64 short atom lengthGravatar Jonas Rabenstein 1-7/+4
2018-03-15block, char_dev: Use correct format specifier for unsigned intsGravatar Srivatsa S. Bhat 1-8/+11
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesGravatar Christoph Hellwig 2-198/+222
2018-03-13bsg-lib: remove bsg_job.reqGravatar Christoph Hellwig 1-8/+6
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobGravatar Christoph Hellwig 1-0/+1
2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cGravatar Bart Van Assche 1-2/+2
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Gravatar Bart Van Assche 1-0/+69
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Gravatar Bart Van Assche 1-2/+2
2018-03-08block: Protect queue flag changes with the queue lockGravatar Bart Van Assche 2-4/+4
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Gravatar Bart Van Assche 5-49/+88
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseGravatar Bart Van Assche 4-7/+7
2018-03-06block: sed-opal: fix response string extractionGravatar Jonas Rabenstein 1-3/+23
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-23/+67
2018-03-01block: display the correct diskname for bioGravatar Jiufei Xue 1-0/+6
2018-03-01block: fix the count of PGPGOUT for WRITE_SAMEGravatar Jiufei Xue 1-1/+1
2018-03-01mq-deadline: Make sure to always unlock zonesGravatar Damien Le Moal 1-3/+13
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerGravatar Bart Van Assche 2-7/+31
2018-02-28block: Fix a race between the cgroup code and request queue initializationGravatar Bart Van Assche 1-8/+16
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Gravatar Bart Van Assche 2-4/+5
2018-02-28block: clear ctx pending bit under ctx lockGravatar Omar Sandoval 1-1/+1
2018-02-28blk-mq-debugfs: Show zone locking informationGravatar Bart Van Assche 1-0/+16
2018-02-28blk-mq-debugfs: Reorder queue show and store methodsGravatar Bart Van Assche 1-65/+65
2018-02-26genhd: Fix BUG in blkdev_open()Gravatar Jan Kara 1-1/+20
2018-02-26genhd: Add helper put_disk_and_module()Gravatar Jan Kara 2-13/+18
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Gravatar Jan Kara 1-6/+4
2018-02-26genhd: Fix leaked module reference for NVME devicesGravatar Jan Kara 1-0/+3
2018-02-24block: kyber: fix domain token leak during requeueGravatar Ming Lei 1-0/+1
2018-02-24blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchGravatar Ming Lei 1-1/+3
2018-02-23block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeGravatar Ming Lei 1-1/+1
2018-02-22treewide/trivial: Remove ';;$' typo noiseGravatar Ingo Molnar 1-1/+1
2018-02-13blk: optimization for classic pollingGravatar Nitesh Shetty 1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-02-07block, bfq: add requeue-request hookGravatar Paolo Valente 1-25/+82
2018-02-06block: Add should_fail_bio() for bpf error injectionGravatar Howard McLauchlan 1-1/+10
2018-02-06blk-wbt: account flush requests correctlyGravatar Jens Axboe 1-1/+9
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-7/+47
2018-02-01blk-mq-sched: Enable merging discard bio into requestGravatar Keith Busch 1-0/+2
2018-02-01blk-mq: fix discard merge with scheduler attachedGravatar Jens Axboe 2-3/+28
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEGravatar Ming Lei 2-4/+17