summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | genhd: Fix use after free in __blkdev_get()Jan Kara2018-02-261-2/+5
* | genhd: Add helper put_disk_and_module()Jan Kara2018-02-264-27/+24
* | genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-2610-15/+13
* | genhd: Fix leaked module reference for NVME devicesJan Kara2018-02-261-0/+3
* | direct-io: Fix sleep in atomic due to sync AIOJan Kara2018-02-261-2/+1
* | block: kyber: fix domain token leak during requeueMing Lei2018-02-241-0/+1
* | blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei2018-02-241-1/+3
* | block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeMing Lei2018-02-231-1/+1
* | MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook2018-02-221-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-221-3/+12
|\ \
| * | fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap2018-02-221-3/+12
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-221-3/+9
|\ \ \