summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-28block: add kblock_mod_delayed_work_on()Jens Axboe2-0/+8
2017-04-28blk-mq: unify hctx delayed_run_work and run_workJens Axboe3-24/+8
2017-04-28nbd: fix use after free on module unloadJosef Bacik1-4/+4
2017-04-28MAINTAINERS: bfq: Add Paolo as maintainer for the BFQ I/O schedulerUlf Hansson1-0/+8
2017-04-27blk-mq-sched: alloate reserved tags out of normal poolJens Axboe1-1/+5
2017-04-27mtip32xx: use runtime tag to initialize command headerMing Lei1-12/+24
2017-04-26scsi: Implement blk_mq_ops.show_rq()Bart Van Assche4-0/+22
2017-04-26blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche2-1/+13
2017-04-26blk-mq: Show operation, cmd_flags and rq_flags namesBart Van Assche1-3/+69
2017-04-26blk-mq: Make blk_flags_show() callers append a newline characterBart Van Assche1-1/+3
2017-04-26blk-mq: Move the "state" debugfs attribute one level downBart Van Assche1-8/+1
2017-04-26blk-mq: Unregister debugfs attributes earlierBart Van Assche1-2/+6
2017-04-26blk-mq: Only unregister hctxs for which registration succeededBart Van Assche1-5/+13
2017-04-26blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche3-11/+11
2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche3-6/+6
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche3-10/+32
2017-04-26ide-pm: always pass 0 error to ide_complete_rq in ide_do_devsetChristoph Hellwig1-1/+1
2017-04-26ide-pm: always pass 0 error to __blk_end_request_allChristoph Hellwig1-1/+1
2017-04-26scsi_transport_sas: always pass 0 error to blk_end_request_allChristoph Hellwig1-1/+1
2017-04-25lightnvm: fix possible memory leak in pblk_bb_discovery()Wei Yongjun1-1/+3
2017-04-25virtio_blk: Fix English description of VIRTIO_BLK_SCSIJean Delvare1-1/+1
2017-04-24lightnvm: pblk: fix erase counters on error failJavier González7-22/+37
2017-04-24lightnvm: pblk: free metadata on line alloc failureJavier González1-7/+9
2017-04-24lightnvm: pblk: fix memory leak on error pathJavier González1-0/+3
2017-04-24lightnvm: pblk: fix bad error checkJavier González1-1/+1
2017-04-24lightnvm: pblk: fix race condition on line retryJavier González1-3/+3
2017-04-23block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer1-1/+2
2017-04-22lightnvm: don't print a warning for ADDR_EMPTYDan Carpenter1-3/+3
2017-04-22lightnvm: potential underflow in pblk_read_rq()Dan Carpenter1-1/+1
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov4-21/+2
2017-04-21lightnvm: propagate pblk_init return to userspaceRakesh Pandit1-6/+18
2017-04-21blk-mq: Fix preempt count imbalanceBart Van Assche1-1/+2
2017-04-21mtip32xx: fix dereference of stack garbageJens Axboe1-0/+1
2017-04-21nvme: let dm-mpath distinguish nvme error codesJunxiong Guan1-0/+14
2017-04-21nvme/pci: Poll CQ on timeoutKeith Busch1-3/+18
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart1-1/+1
2017-04-21nvme_fc: Add ls aborts on remote port teardownJames Smart1-0/+33
2017-04-21nvme_fc: Move LS's to rportJames Smart1-54/+65
2017-04-21nvmet_fc: add missing reference in add_portJames Smart1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart4-106/+325
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart5-36/+124
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart4-6/+56
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe1-7/+25
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike2-2/+154
2017-04-21nvme/pci: Don't set reserved SQ create flagsKeith Busch1-1/+1
2017-04-21blk-stat: kill blk_stat_rq_ddir()Jens Axboe4-19/+7
2017-04-21nbd: set the max segments to USHRT_MAXJosef Bacik1-0/+1
2017-04-21blk-mq: Remove blk_mq_sched_move_to_dispatch()Bart Van Assche2-19/+0
2017-04-21blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe1-0/+2