aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-08target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche1-1/+1
2018-03-08iscsi: Use blk_queue_flag_set()Bart Van Assche1-1/+1
2018-03-08bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche1-3/+3
2018-03-08mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche1-4/+4
2018-03-08block: Protect queue flag changes with the queue lockBart Van Assche2-4/+4
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche6-49/+93
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche4-7/+7
2018-03-08block: Reorder the queue flag manipulation function definitionsBart Van Assche1-11/+11
2018-03-06block: sed-opal: fix response string extractionJonas Rabenstein1-3/+23
2018-03-06block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei1-21/+25
2018-03-01staging: rts5208: rename SG_END macroArnd Bergmann2-11/+11
2018-03-01misc: rtsx: rename SG_END macroArnd Bergmann2-8/+8
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2-7/+31
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche3-14/+20
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche10-12/+15
2018-02-28zram: Delete gendisk before cleaning up the request queueBart Van Assche1-1/+1
2018-02-28md: Delete gendisk before cleaning up the request queueBart Van Assche1-3/+3
2018-02-28block/loop: Delete gendisk before cleaning up the request queueBart Van Assche1-1/+1
2018-02-28null_blk: add 'requeue' fault attributeJens Axboe1-12/+55
2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval2-5/+13
2018-02-28block: clear ctx pending bit under ctx lockOmar Sandoval1-1/+1
2018-02-28blk-mq-debugfs: Show zone locking informationBart Van Assche1-0/+16
2018-02-28blk-mq-debugfs: Reorder queue show and store methodsBart Van Assche1-65/+65
2018-02-28writeback: remove dead code in wb_blkcg/memcg_offlineJiufei Xue1-2/+0
2018-02-28lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual1-10/+13
2018-02-28nvmet: fix PSDT field check in command formatMax Gurtovoy1-3/+6
2018-02-28nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2-14/+13
2018-02-27nbd: fix return value in error handling pathGustavo A. R. Silva1-1/+1
2018-02-27bcache: fix kcrashes with fio in RAID5 backend devTang Junhui1-1/+1
2018-02-27bcache: correct flash only vols (check all uuids)Coly Li1-1/+1
2018-02-26blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers1-1/+1
2018-02-26blockdev: Avoid two active bdev inodes for one deviceJan Kara1-2/+23
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara2-1/+21
2018-02-26genhd: Fix use after free in __blkdev_get()Jan Kara1-2/+5
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara4-27/+24
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara10-15/+13
2018-02-26genhd: Fix leaked module reference for NVME devicesJan Kara1-0/+3
2018-02-26direct-io: Fix sleep in atomic due to sync AIOJan Kara1-2/+1
2018-02-26nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang1-1/+4
2018-02-24block: kyber: fix domain token leak during requeueMing Lei1-0/+1
2018-02-24blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei1-1/+3
2018-02-23block: pass inclusive 'lend' parameter to truncate_inode_pages_rangeMing Lei1-1/+1
2018-02-22MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook1-0/+1
2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap1-3/+12
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony3-0/+13
2018-02-22kconfig.h: Include compiler types to avoid missed struct attributesKees Cook1-0/+3
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu3-0/+5
2018-02-22nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig1-2/+2
2018-02-22nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig1-2/+2
2018-02-22nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig1-1/+1