summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsg-lib: remove bsg_job.reqChristoph Hellwig2018-03-132-9/+6
* bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig2018-03-133-2/+5
* direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov2018-03-122-7/+2
* direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov2018-03-122-5/+1
* MAINTAINERS: add coverage for drivers/blockRoss Zwisler2018-03-091-0/+1
* block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche2018-03-091-2/+2
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-095-3/+9
* Documentation/cdrom: fix German sharp s in LaTexRandy Dunlap2018-03-081-1/+1
* Documentation/cdrom: update cdrom-standard.tex for kernel changesRandy Dunlap2018-03-081-9/+20
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-082-69/+69
* block: Complain if queue_flag_(set|clear)_unlocked() is abusedBart Van Assche2018-03-081-0/+6
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-0838-89/+89
* target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* iscsi: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche2018-03-081-3/+3
* mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche2018-03-081-4/+4
* block: Protect queue flag changes with the queue lockBart Van Assche2018-03-082-4/+4
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-086-49/+93
* block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-084-7/+7
* block: Reorder the queue flag manipulation function definitionsBart Van Assche2018-03-081-11/+11
* block: sed-opal: fix response string extractionJonas Rabenstein2018-03-061-3/+23
* block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei2018-03-061-21/+25
* staging: rts5208: rename SG_END macroArnd Bergmann2018-03-012-11/+11
* misc: rtsx: rename SG_END macroArnd Bergmann2018-03-012-8/+8
* block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2018-02-282-7/+31
* block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-283-14/+20
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-2810-12/+15
* zram: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-1/+1
* md: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-3/+3
* block/loop: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-1/+1
* null_blk: add 'requeue' fault attributeJens Axboe2018-02-281-12/+55
* sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval2018-02-282-5/+13
* block: clear ctx pending bit under ctx lockOmar Sandoval2018-02-281-1/+1
* blk-mq-debugfs: Show zone locking informationBart Van Assche2018-02-281-0/+16
* blk-mq-debugfs: Reorder queue show and store methodsBart Van Assche2018-02-281-65/+65
* writeback: remove dead code in wb_blkcg/memcg_offlineJiufei Xue2018-02-281-2/+0
* lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual2018-02-281-10/+13
* Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-287-23/+28
|\
| * nvmet: fix PSDT field check in command formatMax Gurtovoy2018-02-281-3/+6
| * nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2018-02-282-14/+13
| * nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang2018-02-261-1/+4
| * nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig2018-02-221-2/+2
| * nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig2018-02-221-2/+2
| * nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig2018-02-221-1/+1
* | nbd: fix return value in error handling pathGustavo A. R. Silva2018-02-271-1/+1
* | bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-02-271-1/+1
* | bcache: correct flash only vols (check all uuids)Coly Li2018-02-271-1/+1
* | blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers2018-02-261-1/+1
* | blockdev: Avoid two active bdev inodes for one deviceJan Kara2018-02-261-2/+23
* | genhd: Fix BUG in blkdev_open()Jan Kara2018-02-262-1/+21