summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-02dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig1-34/+17
2017-05-01dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka1-0/+10
2017-05-01dm bufio: avoid a possible ABBA deadlockMikulas Patocka1-4/+5
2017-04-28block: hide badblocks attribute by defaultDan Williams1-0/+11
2017-04-28blk-mq: unify hctx delay_work and run_workJens Axboe3-17/+24
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-27dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche2-4/+23
2017-04-27dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Bart Van Assche1-21/+15
2017-04-27dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHBart Van Assche1-59/+11
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche7-24/+32
2017-04-27dm mpath: verify __pg_init_all_paths locking assumptions at runtimeBart Van Assche1-0/+2
2017-04-27dm: verify suspend_locking assumptions at runtimeBart Van Assche2-2/+8
2017-04-27dm block manager: remove an unused argument from dm_block_manager_create()Bart Van Assche5-9/+1
2017-04-27dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche1-1/+5
2017-04-27dm mpath: delay requeuing while path initialization is in progressBart Van Assche1-3/+7
2017-04-27dm mpath: avoid that path removal can trigger an infinite loopBart Van Assche1-4/+11
2017-04-27dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche1-5/+12
2017-04-27dm ioctl: prevent stack leak in dm ioctl callAdrian Salido1-1/+1
2017-04-27dm integrity: use previously calculated log2 of sectors_per_blockMikulas Patocka1-2/+1
2017-04-27dm integrity: use hex2bin instead of open-coded variantMikulas Patocka1-12/+2
2017-04-27dm crypt: replace custom implementation of hex2bin()Andy Shevchenko1-25/+2
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-25dm crypt: remove obsolete references to per-CPU stateEric Biggers1-8/+8
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-24dm verity: switch to using asynchronous hash crypto APIGilad Ben-Yossef3-71/+157
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray1-3/+4
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina1-2/+6
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche2-4/+3
2017-04-24dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy1-4/+4
2017-04-24dm thin: fix a memory leak when passing discard bio downDennis Yang1-0/+1
2017-04-24dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-04-24dm ioctl: remove double parenthesesMatthias Kaehlcke1-2/+2