- 15bfd21 block: Fix transfer when chunk sectors exceeds max by Keith Busch · 7 years ago
- be7f99c block: remov blk_queue_invalidate_tags by Christoph Hellwig · 7 years ago
- da66126 blk-mq: don't time out requests again that are in the timeout handler by Christoph Hellwig · 7 years ago
- 338aa96 block: convert bounce, q->bio_split to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
- 0b7576d block: move ->timeout request member by Jens Axboe · 7 years ago
- 88b0cfa block: document the blk_eh_timer_return values by Christoph Hellwig · 7 years ago
- f6e7d48 block: remove BLK_EH_HANDLED by Christoph Hellwig · 7 years ago
- 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 7 years ago
- 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 7 years ago
- ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
- 522a777 block: consolidate struct request timestamp fields by Omar Sandoval · 7 years ago
- 84c7afc block: use ktime_get_ns() instead of sched_clock() for cfq and bfq by Omar Sandoval · 7 years ago
- 544ccc8d block: get rid of struct blk_issue_stat by Omar Sandoval · 7 years ago
- 3442097 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- ccce20f scsi: sd_zbc: Avoid that resetting a zone fails sporadically by Bart Van Assche · 7 years ago
- 0ce9144 block: add blk_queue_fua() helper function by Dave Chinner · 7 years ago
- 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
- 8a0ac14 block: Move the queue_flag_*() functions from a public into a private header file by Bart Van Assche · 7 years ago
- 1db2008 block: Complain if queue_flag_(set|clear)_unlocked() is abused by Bart Van Assche · 7 years ago
- 8814ce8 block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() by Bart Van Assche · 7 years ago
- 66f9132 block: Reorder the queue flag manipulation function definitions by Bart Van Assche · 7 years ago
- 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
- 096392e block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS by Minwoo Im · 7 years ago
- 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- f5ced52 block: Remove kblockd_schedule_delayed_work{,_on}() by Bart Van Assche · 7 years ago
- 7c3fb70 block: rearrange a few request fields for better cache layout by Jens Axboe · 7 years ago
- e14575b3 block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit by Jens Axboe · 7 years ago
- 0a72e7f block: add accessors for setting/querying request deadline by Jens Axboe · 7 years ago
- 76a86f9 block: remove REQ_ATOM_POLL_SLEPT by Jens Axboe · 7 years ago
- 634f9e4 blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq by Tejun Heo · 7 years ago
- 1d9bd51 blk-mq: replace timeout synchronization with a RCU and generation based scheme by Tejun Heo · 7 years ago
- 6cc77e9 block: introduce zoned block devices zone write locking by Christoph Hellwig · 7 years ago
- 4ccafe0 block: unalign call_single_data in struct request by Jens Axboe · 7 years ago
- 0abc2a1 block: fix blk_rq_append_bio by Jens Axboe · 7 years ago
- 14cb0dc block: don't let passthrough IO go into .make_request_fn() by Ming Lei · 7 years ago
- e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
- 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
- c9254f2 block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag by Bart Van Assche · 7 years ago
- 6a15674 block: Introduce blk_get_request_flags() by Bart Van Assche · 7 years ago
- f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
- ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
- ef71de8 block: add a blk_steal_bios helper by Christoph Hellwig · 7 years ago
- f421e1d block: provide a direct_make_request helper by Christoph Hellwig · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 7f66721 fs/block_dev: remove vfs_msg() interface by Rakesh Pandit · 7 years ago
- 5fdee21 block: remove QUEUE_FLAG_STACKABLE by Christoph Hellwig · 7 years ago
- 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
- a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
- 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
- 50b4d48 bsg-lib: fix kernel panic resulting from missing allocation of reply-buffer by Benjamin Block · 7 years ago
- e743eb1 block: remove unused syncfull/asyncfull queue flags by Jens Axboe · 7 years ago
- 1c4bc3a block: remove the queue_bounce_pfn helper by Christoph Hellwig · 8 years ago
- 3bce016 block: move bounce declarations to block/blk.h by Christoph Hellwig · 8 years ago
- f793dfd blk-mq: expose write hints through debugfs by Jens Axboe · 8 years ago
- cb6934f block: add support for write hints in a bio by Jens Axboe · 8 years ago
- f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 8 years ago
- 8e8320c blk-mq: fix performance regression with shared tags by Jens Axboe · 8 years ago
- 9e0c829 block: Add a comment above queue_lockdep_assert_held() by Bart Van Assche · 8 years ago
- d280bab block: Introduce request_queue.initialize_rq_fn() by Bart Van Assche · 8 years ago
- cd6ce14 block: Make request operation type argument declarations consistent by Bart Van Assche · 8 years ago
- efbeccd block: stop using bio_data() in blk_write_same_mergeable by Christoph Hellwig · 8 years ago
- f4560ff blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue by Ming Lei · 8 years ago
- 97e0120 blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h by Ming Lei · 8 years ago
- af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 8 years ago
- dc9edc4 block: Fix a blk_exit_rl() regression by Bart Van Assche · 8 years ago
- 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
- 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
- 9efc160 block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH by Bart Van Assche · 8 years ago
- 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
- ef510424 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 8 years ago
- 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
- d332ce0 blk-mq-debugfs: allow schedulers to register debugfs attributes by Omar Sandoval · 8 years ago
- 9c1051a blk-mq: untangle debugfs and sysfs by Omar Sandoval · 8 years ago
- 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 818cd1c block: add kblock_mod_delayed_work_on() by Jens Axboe · 8 years ago
- d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
- 0206319 blk-mq: Fix poll_stat for new size-based bucketing. by Stephen Bates · 8 years ago
- b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
- d8f07ae block: kill bdev_dax_capable() by Dan Williams · 8 years ago
- caf7df1 block: remove the errors field from struct request by Christoph Hellwig · 8 years ago
- e26738e block: add a error_count field to struct request by Christoph Hellwig · 8 years ago
- b7819b9 block: remove the blk_execute_rq return value by Christoph Hellwig · 8 years ago
- 0be0dee block: Inline blk_rq_set_prio() by Bart Van Assche · 8 years ago
- da8d7f0 block: Export blk_init_request_from_bio() by Bart Van Assche · 8 years ago
- fa1a15c block: remove blk_end_request_cur by Christoph Hellwig · 8 years ago
- 314fe91 block: remove blk_end_request_err and __blk_end_request_err by Christoph Hellwig · 8 years ago
- e21b7a0 block, bfq: add full hierarchical scheduling and cgroups support by Arianna Avanzini · 8 years ago
- 5a8d75a block: fix bio_will_gap() for first bvec with offset by Ming Lei · 8 years ago
- 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
- cb365b9 block: add a new BLKDEV_ZERO_NOFALLBACK flag by Christoph Hellwig · 8 years ago
- ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
- 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
- 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
- 1dd5198 block: move timeout field in struct request to pack better by Jens Axboe · 8 years ago
- 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
- 334335d block: warn if sharing request queue across gendisks by Omar Sandoval · 8 years ago
- 34dbad5 blk-stat: convert to callback-based statistics reporting by Omar Sandoval · 8 years ago